cave stuff?

This commit is contained in:
Pyritie 2025-09-06 18:54:57 +01:00
parent bebdb17686
commit 68579b283b
11 changed files with 172 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{
"type": "tfc:cave_spike",
"config": {}
}

View file

@ -0,0 +1,4 @@
{
"type": "tfc:loose_rock",
"config": {}
}

View file

@ -15,7 +15,7 @@
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": -3
"y_spread": 3
},
{
"type": "minecraft:biome"

View file

@ -0,0 +1,24 @@
{
"feature": "tfc:calcite",
"placement": [
{
"type": "minecraft:count",
"count": 4
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "biased_to_bottom",
"min_inclusive": {
"absolute": -24
},
"max_inclusive": {
"absolute": 75
}
}
}
]
}

View file

@ -0,0 +1,16 @@
{
"feature": "tfc:cave_column",
"placement": [
{
"type": "minecraft:carving_mask",
"step": "air",
"min_y": {
"above_bottom": 25
}
},
{
"type": "minecraft:rarity_filter",
"chance": 667
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:mars/underground/cave_spike",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"above_bottom": 7
},
"max_inclusive": {
"absolute": 75
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 8,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 1
}
]
}

View file

@ -0,0 +1,16 @@
{
"feature": "tfc:large_cave_spike",
"placement": [
{
"type": "minecraft:carving_mask",
"step": "air",
"min_y": {
"above_bottom": 25
}
},
{
"type": "minecraft:rarity_filter",
"chance": 167
}
]
}

View file

@ -0,0 +1,41 @@
{
"feature": "tfg:mars/underground/loose_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 256
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"above_bottom": 7
},
"max_inclusive": {
"absolute": 75
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 8,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 1
}
]
}

View file

@ -0,0 +1,24 @@
{
"feature": "tfc:mega_calcite",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 20
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "biased_to_bottom",
"min_inclusive": {
"absolute": -24
},
"max_inclusive": {
"absolute": 50
}
}
}
]
}

View file

@ -1,5 +1,5 @@
{
"feature": "tfg:mars/terrain/ochrum_blob",
"feature": "tfg:mars/underground/ochrum_blob",
"placement": [
{
"type": "minecraft:count",