Advertisement
Guest User

Untitled

a guest
Nov 18th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.54 KB | None | 0 0
  1. {
  2.   "type": "minecraft:block",
  3.   "pools": [
  4.     {
  5.       "rolls": 1.0,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:alternatives",
  9.           "children": [
  10.             {
  11.               "type": "minecraft:item",
  12.               "conditions": [
  13.                 {
  14.                   "condition": "minecraft:block_state_property",
  15.                   "block": "tutorialmod:oats_crop",
  16.                   "properties": {
  17.                     "age": "7"
  18.                   }
  19.                 }
  20.               ],
  21.               "name": "tutorialmod:oats"
  22.             },
  23.             {
  24.               "type": "minecraft:item",
  25.               "name": "minecraft:wheat_seeds"
  26.             }
  27.           ]
  28.         }
  29.       ]
  30.     },
  31.     {
  32.       "rolls": 1.0,
  33.       "entries": [
  34.         {
  35.           "type": "minecraft:item",
  36.           "functions": [
  37.             {
  38.               "function": "minecraft:apply_bonus",
  39.               "enchantment": "minecraft:fortune",
  40.               "formula": "minecraft:binomial_with_bonus_count",
  41.               "parameters": {
  42.                 "extra": 3,
  43.                 "probability": 0.5714286
  44.               }
  45.             }
  46.           ],
  47.           "name": "minecraft:wheat_seeds"
  48.         }
  49.       ],
  50.       "conditions": [
  51.         {
  52.           "condition": "minecraft:block_state_property",
  53.           "block": "tutorialmod:oats_crop",
  54.           "properties": {
  55.             "age": "7"
  56.           }
  57.         }
  58.       ]
  59.     }
  60.   ],
  61.   "functions": [
  62.     {
  63.       "function": "minecraft:explosion_decay"
  64.     }
  65.   ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement