mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-09-09 20:17:46 -04:00
make other stuff
feat: work on implementation BREAKING CHANGE: doesn't work yet
This commit is contained in:
parent
08ccdeaa45
commit
c1e44135c6
@ -1,8 +1,14 @@
|
|||||||
{
|
{
|
||||||
"structures": [
|
"type": "minecraft:structure",
|
||||||
{
|
"biomes": "#minecraft:has_structure/village",
|
||||||
"structure": "joy:dome_bii_plains",
|
"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
|
||||||
|
}
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"structure": "joy:dome_bii_plains",
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"placement": {
|
||||||
|
"type": "minecraft:random_spread",
|
||||||
|
"spacing": 32,
|
||||||
|
"separation": 8,
|
||||||
|
"salt": 123456789
|
||||||
|
}
|
||||||
|
}
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user