You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
71
data/minecraft/worldgen/configured_carver/cave.json
Normal file
71
data/minecraft/worldgen/configured_carver/cave.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "minecraft:cave",
|
||||
"config": {
|
||||
"debug_settings": {
|
||||
"air_state": {
|
||||
"Name": "minecraft:crimson_button",
|
||||
"Properties": {
|
||||
"face": "wall",
|
||||
"facing": "north",
|
||||
"powered": "false"
|
||||
}
|
||||
},
|
||||
"barrier_state": {
|
||||
"Name": "minecraft:glass"
|
||||
},
|
||||
"lava_state": {
|
||||
"Name": "minecraft:orange_stained_glass"
|
||||
},
|
||||
"water_state": {
|
||||
"Name": "minecraft:candle",
|
||||
"Properties": {
|
||||
"candles": "1",
|
||||
"lit": "false",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"floor_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": -0.4,
|
||||
"min_inclusive": -1.0
|
||||
}
|
||||
},
|
||||
"horizontal_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.4,
|
||||
"min_inclusive": 0.7
|
||||
}
|
||||
},
|
||||
"lava_level": {
|
||||
"above_bottom": 8
|
||||
},
|
||||
"probability": 0.15,
|
||||
"replaceable": "#minecraft:overworld_carver_replaceables",
|
||||
"vertical_radius_multiplier": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 1.3,
|
||||
"min_inclusive": 0.8
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 180
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 8
|
||||
}
|
||||
},
|
||||
"yScale": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.9,
|
||||
"min_inclusive": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user