diff --git a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json b/kubejs/data/tfg/loot_tables/blocks/ash_pile.json index 1716b2551..a99a4b287 100644 --- a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json +++ b/kubejs/data/tfg/loot_tables/blocks/ash_pile.json @@ -7,7 +7,13 @@ "entries": [ { "type": "minecraft:item", - "name": "tfc:powder/wood_ash" + "name": "tfc:powder/wood_ash", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.9 + } + ] } ], "conditions": [ @@ -26,7 +32,7 @@ "conditions": [ { "condition": "minecraft:random_chance", - "chance": 0.5 + "chance": 0.1 } ] }