added ochrum blob to mars

This commit is contained in:
Pyritie 2025-08-26 00:09:36 +01:00
parent 1826674f63
commit b9af2efc61
4 changed files with 49 additions and 4 deletions

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 40,
"targets": [
{
"state": {
"Name": "create:ochrum"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "ad_astra:mars_stone_replaceables"
}
}
]
}
}

View file

@ -0,0 +1,27 @@
{
"feature": "tfg:mars/terrain/ochrum_blob",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 80
},
"min_inclusive": {
"absolute": -32
}
}
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -13,10 +13,10 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
"absolute": 120
},
"min_inclusive": {
"absolute": -64
"absolute": 0
}
}
},

View file

@ -13,10 +13,10 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
"absolute": 120
},
"min_inclusive": {
"absolute": -64
"absolute": 0
}
}
},