the never ending treadmill of mars deco

This commit is contained in:
Pyritie 2025-09-02 01:54:57 +01:00
parent 0a95af3c8b
commit 05c0544de8
31 changed files with 415 additions and 38 deletions

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:mars/surface/flint_patch",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE"
}
]
}

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:mars/surface/pile_mars_sand",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:mars/surface/pile_red_sand",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}

View file

@ -0,0 +1,26 @@
{
"feature": "tfg:mars/surface/pile_venus_sand",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "tfc:near_fluid",
"fluids": [
"tfg:semiheavy_ammoniacal_water"
],
"radius": 4
}
]
}

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:mars/surface/pile_venus_sand",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
}
]
}