ice caves n stuff
This commit is contained in:
parent
5315111796
commit
ba0875298c
9 changed files with 81 additions and 16 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"absolute": -24
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 50
|
||||
"absolute": 70
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@
|
|||
"height": {
|
||||
"type": "minecraft:trapezoid",
|
||||
"max_inclusive": {
|
||||
"absolute": 80
|
||||
"absolute": 120
|
||||
},
|
||||
"min_inclusive": {
|
||||
"absolute": -32
|
||||
"absolute": -24
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue