craters but for realsies this time

This commit is contained in:
Pyritie 2025-05-14 01:19:17 +01:00
parent 7fbd4b74c4
commit 13adbc189f
28 changed files with 557 additions and 56 deletions

View file

@ -2,15 +2,17 @@
"feature": "tfg:moon/asurine/asurine",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:biome"
"type": "minecraft:rarity_filter",
"chance": 15
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": -7
}
]
}

View file

@ -0,0 +1,18 @@
{
"feature": "tfg:moon/crater/extra_large",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 35
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 8
}
]
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:moon/crater/extra_large_bowl",
"placement": []
}

View file

@ -0,0 +1,18 @@
{
"feature": "tfg:moon/crater/large",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 25
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 6
}
]
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:moon/crater/large_bowl",
"placement": []
}

View file

@ -0,0 +1,18 @@
{
"feature": "tfg:moon/crater/medium",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 20
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 2
}
]
}

View file

@ -0,0 +1,22 @@
{
"feature": "tfg:moon/crater/meteorite",
"placement": [
{
"type": "minecraft:random_offset",
"xz_spread": 6,
"y_spread": 0
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 32,
"target_condition": {
"type": "minecraft:solid"
}
}
]
}

View file

@ -0,0 +1,18 @@
{
"feature": "tfg:moon/crater/small",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 15
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": -1
}
]
}