Advertisement
DarkwaterKiller

zombie_pigman.json

May 19th, 2019
1,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.     "pools":
  3.     [
  4.         {
  5.             "rolls":1,
  6.             "entries":
  7.             [
  8.                 {
  9.                     "type":"item",
  10.                     "name":"minecraft:rotten_flesh",
  11.                     "weight":1,
  12.                     "functions":
  13.                     [
  14.                         {
  15.                             "function":"set_count",
  16.                             "count":
  17.                             {
  18.                                 "min":0,
  19.                                 "max":1
  20.                             }
  21.                         },
  22.                         {
  23.                             "function":"looting_enchant",
  24.                             "count":1
  25.                         }
  26.                     ]
  27.                 }
  28.             ]
  29.         },
  30.         {
  31.             "rolls":1,
  32.             "entries":
  33.             [
  34.                 {
  35.                     "conditions":
  36.                     [
  37.                         {
  38.                             "condition":"random_chance_with_looting",
  39.                             "chance":0.025,
  40.                             "looting_multiplier":0.01
  41.                         }
  42.                     ],
  43.                     "type":"item",
  44.                     "name":"minecraft:gold_ingot",
  45.                     "weight":1
  46.                 }
  47.             ]
  48.         },
  49.         {
  50.             "rolls":1,
  51.             "entries":
  52.             [
  53.                 {
  54.                     "type":"item",
  55.                     "name":"minecraft:quartz",
  56.                     "weight":1,
  57.                     "functions":
  58.                     [
  59.                         {
  60.                             "function":"set_count",
  61.                             "count":
  62.                             {
  63.                                 "min":1,
  64.                                 "max":4
  65.                             }
  66.                         }
  67.                     ]
  68.                 }
  69.             ]
  70.         }
  71.     ]
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement