Advertisement
skylinerw_loot_table

EXAMPLE: No default zombie drops

Oct 26th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. // To globally disable all drops, you can create a loot table within the "minecraft" namespace that overwrites the desired default table of the same name. This way you don't need to constantly run any commands to disable mob drops on certain targets. Any zombies that spawn naturally will inherit the empty loot table.
  2.  
  3. // WORLD/data/loot_tables/minecraft/entities/zombie.json
  4.  
  5. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement