Ok i give up i can't please oh god dammit FUCK
This commit is contained in:
parent
aa0ac9a78f
commit
6c2f5a6f48
@ -3,8 +3,16 @@
|
|||||||
"start_pool": "overdrive_that_matters:field_research_pod",
|
"start_pool": "overdrive_that_matters:field_research_pod",
|
||||||
"biomes": "#overdrive_that_matters:field_research_pod",
|
"biomes": "#overdrive_that_matters:field_research_pod",
|
||||||
"max_distance_from_center": 128,
|
"max_distance_from_center": 128,
|
||||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
|
||||||
"size": 7,
|
"size": 7,
|
||||||
|
"start_height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 2
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"absolute": 32
|
||||||
|
}
|
||||||
|
},
|
||||||
"spawn_overrides": {
|
"spawn_overrides": {
|
||||||
"monster": {
|
"monster": {
|
||||||
"bounding_box": "full",
|
"bounding_box": "full",
|
||||||
@ -18,9 +26,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"start_height": {
|
|
||||||
"absolute": 0
|
|
||||||
},
|
|
||||||
"step": "surface_structures",
|
"step": "surface_structures",
|
||||||
"terrain_adaption": "bury",
|
"terrain_adaption": "bury",
|
||||||
"use_expansion_hack": false
|
"use_expansion_hack": false
|
||||||
|
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:jigsaw",
|
||||||
|
"start_pool": "overdrive_that_matters:field_research_pod_ruin",
|
||||||
|
"biomes": "#overdrive_that_matters:field_research_pod",
|
||||||
|
"max_distance_from_center": 128,
|
||||||
|
"size": 7,
|
||||||
|
"start_height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 2
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"absolute": 32
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:pillager",
|
||||||
|
"weight": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"maxCount": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaption": "bury",
|
||||||
|
"use_expansion_hack": false
|
||||||
|
}
|
@ -9,7 +9,7 @@
|
|||||||
"processors": "minecraft:empty",
|
"processors": "minecraft:empty",
|
||||||
"projection": "rigid"
|
"projection": "rigid"
|
||||||
},
|
},
|
||||||
"weight": 1
|
"weight": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "overdrive_that_matters:field_research_pod_ruin",
|
||||||
|
"fallback": "minecraft:empty",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"element": {
|
||||||
|
"element_type": "minecraft:single_pool_element",
|
||||||
|
"location": "overdrive_that_matters:field_research_pod_ruin",
|
||||||
|
"processors": "minecraft:empty",
|
||||||
|
"projection": "rigid"
|
||||||
|
},
|
||||||
|
"weight": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user