Skip to content

Commit c1e4413

Browse files
committed
make other stuff
feat: work on implementation BREAKING CHANGE: doesn't work yet
1 parent 08ccdea commit c1e4413

File tree

4 files changed

+41
-7
lines changed

4 files changed

+41
-7
lines changed
Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"structures": [
3-
{
4-
"structure": "joy:dome_bii_plains",
5-
6-
}
7-
]
8-
}
2+
"type": "minecraft:structure",
3+
"biomes": "#minecraft:has_structure/village",
4+
"step": "surface_structures",
5+
"spawn_overrides": {},
6+
"terrain_adaptation": "beard_thin",
7+
"size": 1,
8+
"start_height": {
9+
"absolute": 0
10+
},
11+
"project_start_to_heightmap": "WORLD_SURFACE_WG",
12+
"max_distance_from_center": 80,
13+
"use_expansion_hack": false
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"structures": [
3+
{
4+
"structure": "joy:dome_bii_plains",
5+
"weight": 1
6+
}
7+
],
8+
"placement": {
9+
"type": "minecraft:random_spread",
10+
"spacing": 32,
11+
"separation": 8,
12+
"salt": 123456789
13+
}
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"fallback": "minecraft:empty",
3+
"elements": [
4+
{
5+
"weight": 1,
6+
"element": {
7+
"element_type": "minecraft:single_pool_element",
8+
"location": "minecraft:village/plains/houses/",
9+
"projection": "rigid",
10+
"processors": "minecraft:empty"
11+
}
12+
}
13+
]
14+
}
File renamed without changes.

0 commit comments

Comments
 (0)