Advertisement
Scouter456

Untitled

Aug 23rd, 2023
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.   "type": "minecraft:disk",
  3.   "config": {
  4.     "half_height": 1,
  5.     "radius": {
  6.       "type": "minecraft:uniform",
  7.       "value": {
  8.         "max_inclusive": 3,
  9.         "min_inclusive": 2
  10.       }
  11.     },
  12.     "state_provider": {
  13.       "fallback": {
  14.         "type": "minecraft:simple_state_provider",
  15.         "state": {
  16.           "Name": "unusualprehistory:permafrost"
  17.         }
  18.       },
  19.       "rules": []
  20.     },
  21.     "target": {
  22.       "type": "minecraft:matching_blocks",
  23.       "blocks": [
  24.         "minecraft:stone",
  25.         "minecraft:deepslate"
  26.       ]
  27.     }
  28.   }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement