Skip to content

Commit dff5d6f

Browse files
committed
Fix Treasure2 Loot Tables
1 parent a25d394 commit dff5d6f

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

config/betterquesting/DefaultQuests.json

+6
Original file line numberDiff line numberDiff line change
@@ -26117,6 +26117,12 @@
2611726117
"Damage:2": 4,
2611826118
"OreDict:8": "",
2611926119
"id:8": "immersiveengineering:stone_decoration"
26120+
},
26121+
"9:10": {
26122+
"Count:3": 34,
26123+
"Damage:2": 6,
26124+
"OreDict:8": "",
26125+
"id:8": "immersiveengineering:metal_device1"
2612026126
}
2612126127
},
2612226128
"taskID:8": "bq_standard:retrieval"

config/treasure2/loot_tables/chests/special/gold_skull_chest.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,14 @@
123123
{
124124
"entryName": "sapphire",
125125
"type": "item",
126-
"name": "treasure2:sapphire",
127-
"weight": 15
126+
"name": "techreborn:gem",
127+
"weight": 15,
128+
"functions": [
129+
{
130+
"function": "set_data",
131+
"data": 1
132+
}
133+
]
128134
}
129135
]
130136
}

config/treasure2/loot_tables/pools/treasure/epic.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
{
118118
"entryName": "amethyst",
119119
"type": "item",
120-
"name": "treasure2:amethyst",
120+
"name": "mysticalworld:amethyst_gem",
121121
"weight": 15
122122
},
123123
{
@@ -129,13 +129,19 @@
129129
{
130130
"entryName": "sapphire",
131131
"type": "item",
132-
"name": "treasure2:sapphire",
133-
"weight": 10
132+
"name": "techreborn:gem",
133+
"weight": 10,
134+
"functions": [
135+
{
136+
"function": "set_data",
137+
"data": 1
138+
}
139+
]
134140
},
135141
{
136142
"entryName": "ruby",
137143
"type": "item",
138-
"name": "treasure2:ruby",
144+
"name": "techreborn:gem",
139145
"weight": 10
140146
},
141147
{

config/treasure2/loot_tables/pools/treasure/rare.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
{
129129
"entryName": "amethyst",
130130
"type": "item",
131-
"name": "treasure2:amethyst",
131+
"name": "mysticalworld:amethyst_gem",
132132
"weight": 15
133133
},
134134
{
@@ -141,12 +141,18 @@
141141
"entryName": "sapphire",
142142
"type": "item",
143143
"name": "treasure2:sapphire",
144-
"weight": 10
144+
"weight": 10,
145+
"functions": [
146+
{
147+
"function": "set_data",
148+
"data": 1
149+
}
150+
]
145151
},
146152
{
147153
"entryName": "ruby",
148154
"type": "item",
149-
"name": "treasure2:ruby",
155+
"name": "techreborn:gem",
150156
"weight": 10
151157
},
152158
{

0 commit comments

Comments
 (0)