Skip to content

Instantly share code, notes, and snippets.

@superckl
Created April 4, 2022 07:21
Show Gist options
  • Save superckl/acf61a79872d0d02a504b5195e6e0f06 to your computer and use it in GitHub Desktop.
Save superckl/acf61a79872d0d02a504b5195e6e0f06 to your computer and use it in GitHub Desktop.
{
"registry_name": "minecraft:cave",
"configured_carver": {
"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.15,
"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