Fix No starting jigsaw overdrive_that_matters:frigate_anchor found in start pool overdrive_that_matters:frigate

This commit is contained in:
GearShocky 2022-10-27 16:51:07 +06:00
parent 0736259b11
commit ab2e31adee
10 changed files with 44 additions and 38 deletions

View File

@ -20,13 +20,13 @@
"type": "minecraft:pillager",
"weight": 1,
"minCount": 1,
"maxCount": 2
"maxCount": 1
}
]
}
},
"start_jigsaw_name": "overdrive_that_matters:frigate_anchor",
"start_pool": "overdrive_that_matters:frigate",
"start_pool": "overdrive_that_matters:frigate/frigate_front",
"step": "surface_structures",
"terrain_adaption": "beard_box",
"use_expansion_hack": false

View File

@ -11,8 +11,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 16,
"separation": 4,
"spacing": 120,
"separation": 1,
"salt": 10387312
}
}

View File

@ -3,7 +3,7 @@
"type": "minecraft:random_spread",
"salt": 20072342,
"separation": 8,
"spacing": 24
"spacing":256
},
"structures": [
{

View File

@ -1,33 +0,0 @@
{
"name": "overdrive_that_matters:frigate",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/frigate_front_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/frigate_front_b",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/frigate_back_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "overdrive_that_matters:frigate_back",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/back/frigate_back_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "overdrive_that_matters:frigate_front",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/front/frigate_front_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/front/frigate_front_b",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}