peat discs

This commit is contained in:
Pyritie 2025-08-26 01:37:45 +01:00
parent 669e0f7cac
commit c0bcf9ba18
13 changed files with 142 additions and 12 deletions

View file

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

View file

@ -0,0 +1,19 @@
{
"feature": "tfg:mars/terrain/peat_disc",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 100
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}