Advertisement
Scouter456

Untitled

Aug 23rd, 2023
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.33 KB | None | 0 0
  1. {
  2.   "feature": "unusualprehistory:permafrost_patch",
  3.   "placement": [
  4.     {
  5.       "type": "minecraft:count",
  6.       "count": 2
  7.     },
  8.     {
  9.       "type": "minecraft:in_square"
  10.     },
  11.     {
  12.       "type": "minecraft:height_range",
  13.       "height": {
  14.         "type": "minecraft:uniform",
  15.         "max_inclusive": {
  16.           "absolute": 32
  17.         },
  18.         "min_inclusive": {
  19.           "absolute": -64
  20.         }
  21.       }
  22.     },
  23.     {
  24.       "type": "minecraft:random_offset",
  25.       "xz_spread": 0,
  26.       "y_spread": -1
  27.     },
  28.     {
  29.       "type": "minecraft:block_predicate_filter",
  30.       "predicate": {
  31.         "type": "minecraft:all_of",
  32.         "predicates": [
  33.           {
  34.             "type": "minecraft:any_of",
  35.             "predicates": [
  36.               {
  37.                 "type": "minecraft:matching_blocks",
  38.                 "blocks": "minecraft:stone"
  39.               },
  40.               {
  41.                 "type": "minecraft:matching_blocks",
  42.                 "blocks": "minecraft:deepslate"
  43.               }
  44.             ]
  45.           },
  46.           {
  47.             "type": "minecraft:matching_blocks",
  48.             "blocks": "minecraft:water",
  49.             "offset": [
  50.               0,
  51.               1,
  52.               0
  53.             ]
  54.           }
  55.         ]
  56.       }
  57.     },
  58.     {
  59.       "type": "minecraft:biome"
  60.     }
  61.   ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement