ice caves n stuff

This commit is contained in:
Pyritie 2025-09-19 01:47:08 +01:00
parent 5315111796
commit ba0875298c
9 changed files with 81 additions and 16 deletions

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 4
"count": 3
},
{
"type": "minecraft:in_square"
@ -16,7 +16,7 @@
"absolute": -24
},
"max_inclusive": {
"absolute": 75
"absolute": 90
}
}
}

View file

@ -0,0 +1,28 @@
{
"feature": "tfg:mars/underground/ice_cave",
"placement": [
{
"type": "tfc:climate",
"max_temperature": -85
},
{
"type": "minecraft:count",
"count": 15
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "uniform",
"min_inclusive": {
"absolute": -16
},
"max_inclusive": {
"absolute": 110
}
}
}
]
}

View file

@ -0,0 +1,28 @@
{
"feature": "tfc:icicle",
"placement": [
{
"type": "minecraft:count",
"count": 10
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "biased_to_bottom",
"min_inclusive": {
"absolute": 0
},
"max_inclusive": {
"absolute": 150
}
}
},
{
"type": "tfc:climate",
"max_temperature": -30
}
]
}

View file

@ -16,7 +16,7 @@
"absolute": -24
},
"max_inclusive": {
"absolute": 50
"absolute": 70
}
}
}

View file

@ -13,10 +13,10 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 80
"absolute": 120
},
"min_inclusive": {
"absolute": -32
"absolute": -24
}
}
},