Lower all cobalt to below lava level

This commit is contained in:
Sergeant Acoustic 2025-08-30 14:32:21 +01:00
parent dc956933ea
commit aad62dba86
2 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{
"feature": "tconstruct:cobalt_ore_large",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 31
},
"min_inclusive": {
"absolute": 8
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -0,0 +1,27 @@
{
"feature": "tconstruct:cobalt_ore_small",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 31
},
"min_inclusive": {
"above_bottom": 8
}
}
},
{
"type": "minecraft:biome"
}
]
}