Posted February 23, 20241 yr My loot tables doesnt work and i don't know what to do i checked the files and everything is fine. Please help { "type": "minecraft:block", "pools": [ { "bonus_rolls": 0, "conditions": [ { "condition": "minecraft:survives_explosion" } ], "entries": [ { "type": "minecraft:block", "name": "wokentides:tin_ore" } ], "rolls": 1 } ], "random_sequence": "wokentides:blocks/tin_ore" } Here's for pickaxe and stone tool { "values": [ "wokentides:tin_ore" ] } { "values": [ "wokentides:tin_ore" ] }
February 26, 20241 yr I believe this might be the issue: "entries": [ { "type": "minecraft:block", "name": "wokentides:tin_ore" } ], should be: "entries": [ { "type": "minecraft:item", <------ "name": "wokentides:tin_ore" } ],
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.