From 909765e8f37367d9d477267c066a80009a7a4638 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 24 Apr 2025 23:48:38 +0100 Subject: [PATCH] piglins can have a little explosives, as a treat --- .../loot_tables/chests/bastion_bridge.json | 30 +++++++++++++++++++ .../chests/bastion_hoglin_stable.json | 30 +++++++++++++++++++ .../loot_tables/chests/bastion_other.json | 30 +++++++++++++++++++ 3 files changed, 90 insertions(+) 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 } ] }