paliffko Posted February 23 Posted February 23 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" ] } Quote
Sabastians Posted February 26 Posted February 26 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" } ], Quote
Recommended Posts
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.