never mind, those craters looked bad

This commit is contained in:
Pyritie 2025-05-13 21:12:59 +01:00
parent c8c894a653
commit acd98975ee
19 changed files with 8 additions and 514 deletions

View file

@ -1,18 +0,0 @@
{
"feature": "tfg:moon/crater/extra_large",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 12
}
]
}

View file

@ -1,13 +0,0 @@
{
"feature": "tfg:moon/crater/extra_small",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
}
]
}

View file

@ -1,18 +0,0 @@
{
"feature": "tfg:moon/crater/large",
"placement": [
{
"type": "minecraft:count",
"count": 1
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 7
}
]
}

View file

@ -1,18 +0,0 @@
{
"feature": "tfg:moon/crater/medium",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 4
}
]
}

View file

@ -1,18 +0,0 @@
{
"feature": "tfg:moon/crater/small",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 2
}
]
}