make other stuff

feat: work on implementation
BREAKING CHANGE: doesn't work yet
This commit is contained in:
Samalando 2025-04-03 19:43:34 +01:00
parent 08ccdeaa45
commit c1e44135c6
4 changed files with 41 additions and 7 deletions

View File

@ -1,8 +1,14 @@
{
"structures": [
{
"structure": "joy:dome_bii_plains",
}
]
}
"type": "minecraft:structure",
"biomes": "#minecraft:has_structure/village",
"step": "surface_structures",
"spawn_overrides": {},
"terrain_adaptation": "beard_thin",
"size": 1,
"start_height": {
"absolute": 0
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
"use_expansion_hack": false
}

View File

@ -0,0 +1,14 @@
{
"structures": [
{
"structure": "joy:dome_bii_plains",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 32,
"separation": 8,
"salt": 123456789
}
}

View File

@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "minecraft:village/plains/houses/",
"projection": "rigid",
"processors": "minecraft:empty"
}
}
]
}