fix basalt columns

This commit is contained in:
Pyritie 2026-02-03 21:17:14 +00:00
parent 535fe8ff2d
commit aee36ca59e
4 changed files with 79 additions and 24 deletions

View file

@ -1,19 +1,44 @@
{ {
"type": "minecraft:basalt_columns", "type": "minecraft:random_patch",
"config": { "config": {
"height": { "feature": {
"type": "minecraft:uniform", "feature": {
"value": { "type": "minecraft:block_column",
"max_inclusive": 10, "config": {
"min_inclusive": 4 "allowed_placement": {
} "type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction": "up",
"layers": [
{
"height": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 10,
"min_inclusive": 4
}
},
"provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:basalt"
}
}
}
],
"prioritize_tip": false
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}, },
"reach": { "tries": 10,
"type": "minecraft:uniform", "xz_spread": 4,
"value": { "y_spread": 1
"max_inclusive": 3,
"min_inclusive": 1
}
}
} }
} }

View file

@ -1,13 +1,44 @@
{ {
"type": "minecraft:basalt_columns", "type": "minecraft:random_patch",
"config": { "config": {
"height": { "feature": {
"type": "minecraft:uniform", "feature": {
"value": { "type": "minecraft:block_column",
"max_inclusive": 4, "config": {
"min_inclusive": 1 "allowed_placement": {
} "type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction": "up",
"layers": [
{
"height": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 4,
"min_inclusive": 1
}
},
"provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:basalt"
}
}
}
],
"prioritize_tip": false
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}, },
"reach": 1 "tries": 6,
"xz_spread": 3,
"y_spread": 1
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"type": "tfc:fissure", "type": "tfc:fissure",
"config": { "config": {
"wall_state": "beneath:crackrack", "wall_state": "tfg:rock/hardened_crackrack",
"fluid_state": "minecraft:lava", "fluid_state": "minecraft:lava",
"count": 3, "count": 3,
"radius": 6 "radius": 6

View file

@ -1,7 +1,6 @@
{ {
"type": "tfc:hot_spring", "type": "tfc:hot_spring",
"config": { "config": {
"wall_state": "beneath:crackrack",
"fluid_state": "minecraft:lava", "fluid_state": "minecraft:lava",
"radius": 16, "radius": 16,
"decoration": { "decoration": {