diff --git a/kubejs/data/minecraft/loot_tables/chests/bastion_bridge.json b/kubejs/data/minecraft/loot_tables/chests/bastion_bridge.json index a6312d5dc..411acdc09 100644 --- a/kubejs/data/minecraft/loot_tables/chests/bastion_bridge.json +++ b/kubejs/data/minecraft/loot_tables/chests/bastion_bridge.json @@ -959,6 +959,36 @@ } ], "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:dynamite", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 5, + "max": 10, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:powderbarrel", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 5, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 } ] } diff --git a/kubejs/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json b/kubejs/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json index a6312d5dc..411acdc09 100644 --- a/kubejs/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json +++ b/kubejs/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json @@ -959,6 +959,36 @@ } ], "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:dynamite", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 5, + "max": 10, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:powderbarrel", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 5, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 } ] } diff --git a/kubejs/data/minecraft/loot_tables/chests/bastion_other.json b/kubejs/data/minecraft/loot_tables/chests/bastion_other.json index a6312d5dc..411acdc09 100644 --- a/kubejs/data/minecraft/loot_tables/chests/bastion_other.json +++ b/kubejs/data/minecraft/loot_tables/chests/bastion_other.json @@ -959,6 +959,36 @@ } ], "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:dynamite", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 5, + "max": 10, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:powderbarrel", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 5, + "type": "minecraft:uniform" + } + } + ], + "weight": 30 } ] }