Skip to content

Commit a8113eb

Browse files
committed
feat: AHHHH IT WORKSSSS
note: it doesnt generate structures yet, but doesnt crash :3
1 parent c304e52 commit a8113eb

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"type":"jigsaw",
3+
"biomes": "minecraft:plains",
4+
"step": "surface_structures",
5+
"spawn_overrides": {},
6+
"terrain_adaptation": "beard_thin",
7+
"start_pool": "joy:bii_dome",
8+
"size": 1,
9+
"start_height": {
10+
"absolute": 0
11+
},
12+
"project_start_to_heightmap": "WORLD_SURFACE_WG",
13+
"max_distance_from_center": 80,
14+
"use_expansion_hack": false
15+
}
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:bii_dome",
5+
"weight": 1
6+
}
7+
],
8+
"placement": {
9+
"type": "minecraft:random_spread",
10+
"spacing": 5,
11+
"separation": 2,
12+
"salt": 1545207409
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": "joy:dome_bii_plains",
9+
"projection": "rigid",
10+
"processors": "minecraft:empty"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)