Advertisement
Scouter456

Untitled

Jan 6th, 2023
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.03 KB | None | 0 0
  1. }
  2. "type": "minecraft:condition",
  3.         "if_true": {
  4.           "type": "minecraft:biome",
  5.           "biome_is": [
  6.             "monsterfood:cloud_barrens"
  7.           ]
  8.         },
  9.         "then_run": {
  10.           "type": "minecraft:sequence",
  11.           "sequence": [
  12.             {
  13.               "type": "minecraft:condition",
  14.               "if_true": {
  15.                 "type": "minecraft:stone_depth",
  16.                 "offset": 0,
  17.                 "surface_type": "floor",
  18.                 "add_surface_depth": false,
  19.                 "secondary_depth_range": 0
  20.               },
  21.               "then_run": {
  22.                 "type": "minecraft:block",
  23.                 "result_state": {
  24.                   "Name": "minecraft:grass_block"
  25.                 }
  26.               }
  27.             },
  28.             {
  29.               "type": "minecraft:condition",
  30.               "if_true": {
  31.                 "type": "minecraft:stone_depth",
  32.                 "offset": 0,
  33.                 "surface_type": "floor",
  34.                 "add_surface_depth": true,
  35.                 "secondary_depth_range": 0
  36.               },
  37.               "then_run": {
  38.                 "type": "minecraft:block",
  39.                 "result_state": {
  40.                   "Name": "minecraft:dirt",
  41.                   "Properties": {
  42.                     "snowy": "false"
  43.                   }
  44.                 }
  45.               }
  46.             },
  47.             {
  48.               "type": "minecraft:condition",
  49.               "if_true": {
  50.                 "type": "minecraft:stone_depth",
  51.                 "offset": 1,
  52.                 "surface_type": "floor",
  53.                 "add_surface_depth": true,
  54.                 "secondary_depth_range": 1
  55.               },
  56.               "then_run": {
  57.                 "type": "minecraft:block",
  58.                 "result_state": {
  59.                   "Name": "monsterfood:infused_cloud",
  60.                   "Properties": {
  61.                     "snowy": "false"
  62.                   }
  63.                 }
  64.               }
  65.             }
  66.           ]
  67.         }
  68.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement