Advertisement
TheOnlyTails

Ruby sheep loot table

Oct 17th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "type": "minecraft:entity",
  3.   "pools": [
  4.     {
  5.       "rolls": 1,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:item",
  9.           "name": "rubymod:ruby_wool"
  10.         }
  11.       ]
  12.     },
  13.     {
  14.       "rolls": 1,
  15.       "entries": [
  16.         {
  17.           "type": "minecraft:loot_table",
  18.           "name": "minecraft:entities/sheep"
  19.         }
  20.       ]
  21.     }
  22.   ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement