added skulls and bones to the desert

This commit is contained in:
Pyritie 2025-08-26 01:21:33 +01:00
parent 3b31be655a
commit 669e0f7cac
18 changed files with 446 additions and 3 deletions

View file

@ -0,0 +1,31 @@
{
"feature": {
"type": "tfc:if_then",
"config": {
"if": {
"feature": "tfg:mars/surface/large_skull",
"placement": []
},
"then": {
"feature": "tfg:mars/surface/large_bone_patch",
"placement": []
}
}
},
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 80
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
}
]
}

View file

@ -0,0 +1,31 @@
{
"feature": {
"type": "tfc:if_then",
"config": {
"if": {
"feature": "tfg:mars/surface/small_skull",
"placement": []
},
"then": {
"feature": "tfg:mars/surface/bone_patch",
"placement": []
}
}
},
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 50
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
}
]
}