Structures test again

This commit is contained in:
GearShocky 2022-10-08 21:11:45 +06:00
parent 368b12ce9d
commit a3173def89
5 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:plains"
]
}

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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
}
]
}