重铸台添加战利品表
This commit is contained in:
parent
e4fc6d5225
commit
f238d440a6
4 changed files with 23 additions and 12 deletions
|
@ -15,7 +15,6 @@
|
||||||
"superbwarfare:rare_chest_7",
|
"superbwarfare:rare_chest_7",
|
||||||
"superbwarfare:rare_chest_8",
|
"superbwarfare:rare_chest_8",
|
||||||
"superbwarfare:rare_chest_9",
|
"superbwarfare:rare_chest_9",
|
||||||
"superbwarfare:rare_chest_10",
|
|
||||||
"superbwarfare:epic_chest",
|
"superbwarfare:epic_chest",
|
||||||
"superbwarfare:epic_chest_2",
|
"superbwarfare:epic_chest_2",
|
||||||
"superbwarfare:epic_chest_3",
|
"superbwarfare:epic_chest_3",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"superbwarfare:deepslate_galena_ore",
|
"superbwarfare:deepslate_galena_ore",
|
||||||
"superbwarfare:scheelite_ore",
|
"superbwarfare:scheelite_ore",
|
||||||
"superbwarfare:deepslate_scheelite_ore",
|
"superbwarfare:deepslate_scheelite_ore",
|
||||||
"superbwarfare:dragon_teeth"
|
"superbwarfare:dragon_teeth",
|
||||||
|
"superbwarfare:reforging_table"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"type": "superbwarfare:superbwarfare_loot_modifier",
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "forge:loot_table_id",
|
|
||||||
"loot_table_id": "minecraft:chests/jungle_temple_dispenser"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"lootTable": "superbwarfare:chests/blue_print_rare"
|
|
||||||
}
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:block",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"bonus_rolls": 0.0,
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "superbwarfare:reforging_table"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rolls": 1.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"random_sequence": "superbwarfare:blocks/reforging_table"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue