0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-03 19:15:17 +00:00
Files
Pumpkin/assets/carver.json
Alexander Medvedev d8b726dfe2 Update to 1.21.5 (#665)
* update to 1.21.5

* maybe made something better maybe made something worse

:c does still not work

* some fixes

* fix chunk packet

finally, this took way too much of my life time

* port text component

* fix tests

recipes are broken but we currently don't use them anyway
2025-03-27 21:49:02 +01:00

221 lines
5.3 KiB
JSON

{
"canyon": {
"config": {
"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:warped_button"
}
},
"replaceable": "#minecraft:overworld_carver_replaceables",
"probability": 0.01,
"y": {
"min_inclusive": {
"absolute": 10
},
"max_inclusive": {
"absolute": 67
},
"type": "minecraft:uniform"
},
"yScale": 3.0,
"vertical_rotation": {
"min_inclusive": -0.125,
"max_exclusive": 0.125,
"type": "minecraft:uniform"
},
"shape": {
"horizontal_radius_factor": {
"min_inclusive": 0.75,
"max_exclusive": 1.0,
"type": "minecraft:uniform"
},
"vertical_radius_default_factor": 1.0,
"vertical_radius_center_factor": 0.0,
"distance_factor": {
"min_inclusive": 0.75,
"max_exclusive": 1.0,
"type": "minecraft:uniform"
},
"thickness": {
"min": 0.0,
"max": 6.0,
"plateau": 2.0,
"type": "minecraft:trapezoid"
},
"width_smoothness": 3
}
},
"type": "minecraft:canyon"
},
"cave": {
"config": {
"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"
}
},
"replaceable": "#minecraft:overworld_carver_replaceables",
"probability": 0.15,
"y": {
"min_inclusive": {
"above_bottom": 8
},
"max_inclusive": {
"absolute": 180
},
"type": "minecraft:uniform"
},
"yScale": {
"min_inclusive": 0.1,
"max_exclusive": 0.9,
"type": "minecraft:uniform"
},
"horizontal_radius_multiplier": {
"min_inclusive": 0.7,
"max_exclusive": 1.4,
"type": "minecraft:uniform"
},
"vertical_radius_multiplier": {
"min_inclusive": 0.8,
"max_exclusive": 1.3,
"type": "minecraft:uniform"
},
"floor_level": {
"min_inclusive": -1.0,
"max_exclusive": -0.4,
"type": "minecraft:uniform"
}
},
"type": "minecraft:cave"
},
"cave_extra_underground": {
"config": {
"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:oak_button"
}
},
"replaceable": "#minecraft:overworld_carver_replaceables",
"probability": 0.07,
"y": {
"min_inclusive": {
"above_bottom": 8
},
"max_inclusive": {
"absolute": 47
},
"type": "minecraft:uniform"
},
"yScale": {
"min_inclusive": 0.1,
"max_exclusive": 0.9,
"type": "minecraft:uniform"
},
"horizontal_radius_multiplier": {
"min_inclusive": 0.7,
"max_exclusive": 1.4,
"type": "minecraft:uniform"
},
"vertical_radius_multiplier": {
"min_inclusive": 0.8,
"max_exclusive": 1.3,
"type": "minecraft:uniform"
},
"floor_level": {
"min_inclusive": -1.0,
"max_exclusive": -0.4,
"type": "minecraft:uniform"
}
},
"type": "minecraft:cave"
},
"nether_cave": {
"config": {
"lava_level": {
"above_bottom": 10
},
"replaceable": "#minecraft:nether_carver_replaceables",
"probability": 0.2,
"y": {
"min_inclusive": {
"absolute": 0
},
"max_inclusive": {
"below_top": 1
},
"type": "minecraft:uniform"
},
"yScale": 0.5,
"horizontal_radius_multiplier": 1.0,
"vertical_radius_multiplier": 1.0,
"floor_level": -0.7
},
"type": "minecraft:nether_cave"
}
}