craters...? not a huge fan of these tbh

This commit is contained in:
Pyritie 2025-05-13 21:00:04 +01:00
parent 16f9cc8501
commit c8c894a653
20 changed files with 519 additions and 13 deletions

View file

@ -0,0 +1,18 @@
{
"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

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

View file

@ -0,0 +1,18 @@
{
"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

@ -0,0 +1,18 @@
{
"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

@ -0,0 +1,18 @@
{
"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
}
]
}