Structures test again
This commit is contained in:
parent
368b12ce9d
commit
a3173def89
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:plains"
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"start_pool": "overdrive_that_matters:field_research_pod",
|
||||
"biomes": "#overdrive_that_matters:field_research_pod",
|
||||
"max_distance_from_center": 128,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 7,
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:pillager",
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"step": "surface_structures",
|
||||
"terrain_adaption": "bury",
|
||||
"use_expansion_hack": false
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures":[
|
||||
{
|
||||
"structure": "overdrive_that_matters:field_research_pod",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 16,
|
||||
"separation": 4,
|
||||
"salt": 10387312
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "overdrive_that_matters:field_research_pod",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "overdrive_that_matters:field_research_pod",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user