mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-09-08 11:39:06 -04:00
feat: AHHHH IT WORKSSSS
note: it doesnt generate structures yet, but doesnt crash :3
This commit is contained in:
parent
c304e52e8e
commit
a8113ebdd9
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type":"jigsaw",
|
||||||
|
"biomes": "minecraft:plains",
|
||||||
|
"step": "surface_structures",
|
||||||
|
"spawn_overrides": {},
|
||||||
|
"terrain_adaptation": "beard_thin",
|
||||||
|
"start_pool": "joy:bii_dome",
|
||||||
|
"size": 1,
|
||||||
|
"start_height": {
|
||||||
|
"absolute": 0
|
||||||
|
},
|
||||||
|
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||||
|
"max_distance_from_center": 80,
|
||||||
|
"use_expansion_hack": false
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"structure": "joy:bii_dome",
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"placement": {
|
||||||
|
"type": "minecraft:random_spread",
|
||||||
|
"spacing": 5,
|
||||||
|
"separation": 2,
|
||||||
|
"salt": 1545207409
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"fallback": "minecraft:empty",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"weight": 1,
|
||||||
|
"element": {
|
||||||
|
"element_type": "minecraft:single_pool_element",
|
||||||
|
"location": "joy:dome_bii_plains",
|
||||||
|
"projection": "rigid",
|
||||||
|
"processors": "minecraft:empty"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user