diff --git a/src/main/resources/data/chipi/loot_tables/blocks/chipper_ore.json b/src/main/resources/data/chipi/loot_tables/blocks/chipper_ore.json index a82d8c7..a1840df 100644 --- a/src/main/resources/data/chipi/loot_tables/blocks/chipper_ore.json +++ b/src/main/resources/data/chipi/loot_tables/blocks/chipper_ore.json @@ -6,7 +6,17 @@ "entries": [ { "type": "minecraft:item", - "name": "chipi:raw_chipper_ore" + "name": "chipi:raw_chipper_ore", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1, + "max": 5 + } + } + ] } ], "conditions": [ diff --git a/src/main/resources/data/minecraft/loot_tables/blocks/dirt.json b/src/main/resources/data/minecraft/loot_tables/blocks/dirt.json index a97e1c3..ec21ead 100644 --- a/src/main/resources/data/minecraft/loot_tables/blocks/dirt.json +++ b/src/main/resources/data/minecraft/loot_tables/blocks/dirt.json @@ -24,7 +24,7 @@ "conditions": [ { "condition": "minecraft:random_chance", - "chance": 0.5 + "chance": 0.8 } ] }