Skip to content

Instantly share code, notes, and snippets.

@superckl
Created April 4, 2022 07:01
Show Gist options
  • Save superckl/f6b26f9a6a0dd2d709949f490e01cb34 to your computer and use it in GitHub Desktop.
Save superckl/f6b26f9a6a0dd2d709949f490e01cb34 to your computer and use it in GitHub Desktop.
{
"config": {
"yScale": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.1,
"max_exclusive": 0.9
}
},
"lava_level": {
"above_bottom": 8
},
"debug_settings": {
"water_state": {
"Properties": {
"waterlogged": "false",
"lit": "false",
"candles": "1"
},
"Name": "minecraft:candle"
},
"lava_state": {
"Name": "minecraft:orange_stained_glass"
},
"barrier_state": {
"Name": "minecraft:glass"
},
"air_state": {
"Properties": {
"powered": "false",
"facing": "north",
"face": "wall"
},
"Name": "minecraft:crimson_button"
}
},
"probability": 0.9,
"y": {
"min_inclusive": {
"above_bottom": 8
},
"max_inclusive": {
"absolute": 180
},
"type": "minecraft:uniform"
},
"horizontal_radius_multiplier": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.7,
"max_exclusive": 1.4
}
},
"vertical_radius_multiplier": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0.8,
"max_exclusive": 1.3
}
},
"floor_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": -1.0,
"max_exclusive": -0.4
}
}
},
"type": "minecraft:cave"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment