Advertisement
Scouter456

Untitled

Oct 4th, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.   "type": "hexcraft:add_item",
  3.   "pools": [
  4.     {
  5.       "rolls": 1,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:alternatives",
  9.           "children": [
  10.             {
  11.               "type": "minecraft:item",
  12.               "name": "hexcraft:aerpine_seeds",
  13.               "conditions": [
  14.                 {
  15.                   "condition": "minecraft:block_state_property",
  16.                   "block": "minecraft:grass",
  17.                   "properties": {}
  18.                 }
  19.               ]
  20.             },
  21.             {
  22.               "type": "minecraft:item",
  23.               "name": "hexcraft:belladonna_seeds",
  24.               "conditions": [
  25.                 {
  26.                   "condition": "minecraft:block_state_property",
  27.                   "block": "minecraft:grass",
  28.                   "properties": {}
  29.                 }
  30.               ]
  31.             }
  32.           ]
  33.         }
  34.       ]
  35.     }
  36.   ]
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement