back on that moon decoration grindset

This commit is contained in:
Pyritie 2025-05-07 01:30:12 +01:00
parent d366f42302
commit f0adb029c3
17 changed files with 396 additions and 106 deletions

View file

@ -1,24 +0,0 @@
{
"feature": "tfg:moon/blob/smooth_basalt",
"placement": [
{
"type": "minecraft:count",
"count": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
},
"min_inclusive": {
"absolute": 8
}
}
}
]
}

View file

@ -3,17 +3,14 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 5
"chance": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
"heightmap": "WORLD_SURFACE"
}
]
}

View file

@ -3,17 +3,14 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 3
"chance": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
"heightmap": "WORLD_SURFACE"
}
]
}

View file

@ -11,9 +11,6 @@
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}