Posted April 13, 20214 yr I've been trying to make a block loot table that when broken with silk touch has a 1/3 chance to drop an item. I've looked for documentation on this but haven't had any luck.
April 13, 20214 yr 50 minutes ago, Alpha0 said: I've been trying to make a block loot table that when broken with silk touch has a 1/3 chance to drop an item. I've looked for documentation on this but haven't had any luck. if I'm not mistaken: you just add two conditions in the json array for conditions, one to check for the tool enchantment, and one to check for a random rol. you can look at the glass loot table to see how to check for the enchantment, and at the grass loot table to see how to drop on a random chance with a given probability
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.