we got our own moon carvers now! that don't put lava underground any more!

This commit is contained in:
Pyritie 2025-06-06 23:25:12 +01:00
parent c488425108
commit 2cfbfd0c4e
13 changed files with 124 additions and 31 deletions

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -1,9 +1,8 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
"tfg:moon_cave",
"tfg:moon_canyon"
]
},
"downfall": 0.0,

View file

@ -0,0 +1,55 @@
{
"type": "minecraft:canyon",
"config": {
"probability": 0.015,
"y": {
"type": "uniform",
"min_inclusive": {
"absolute": 10
},
"max_inclusive": {
"absolute": 126
}
},
"yScale": 3,
"lava_level": {
"above_bottom": -2032
},
"aquifers_enabled": false,
"vertical_rotation": {
"type": "uniform",
"value": {
"min_inclusive": -0.25,
"max_exclusive": 0.25
}
},
"shape": {
"distance_factor": {
"type": "uniform",
"value": {
"min_inclusive": 0.5,
"max_exclusive": 2.0
}
},
"thickness": {
"type": "trapezoid",
"value": {
"min": 0.0,
"max": 6.0,
"plateau": 2.0
}
},
"width_smoothness": 10,
"horizontal_radius_factor": {
"type": "uniform",
"value": {
"min_inclusive": 0.5,
"max_exclusive": 1.25
}
},
"vertical_radius_default_factor": 1.0,
"vertical_radius_center_factor": 0.0
},
"replaceable": "#tfc:can_carve"
}
}

View file

@ -0,0 +1,48 @@
{
"type": "minecraft:cave",
"config": {
"probability": 0.03,
"y": {
"type": "uniform",
"min_inclusive": {
"absolute": 10
},
"max_inclusive": {
"absolute": 126
}
},
"yScale": {
"type": "uniform",
"value": {
"min_inclusive": 0.1,
"max_exclusive": 0.9
}
},
"lava_level": {
"above_bottom": -2032
},
"aquifers_enabled": false,
"horizontal_radius_multiplier": {
"type": "uniform",
"value": {
"min_inclusive": 0.7,
"max_exclusive": 1.4
}
},
"vertical_radius_multiplier": {
"type": "uniform",
"value": {
"min_inclusive": 0.8,
"max_exclusive": 1.3
}
},
"floor_level": {
"type": "uniform",
"value": {
"min_inclusive": -1,
"max_exclusive": -0.4
}
},
"replaceable": "#tfc:can_carve"
}
}

View file

@ -65,7 +65,7 @@
"from_y": 0,
"to_y": 10,
"from_value": 1,
"to_value": 0
"to_value": -1
},
"argument2": {
"type": "minecraft:min",