Fix No starting jigsaw overdrive_that_matters:frigate_anchor found in start pool overdrive_that_matters:frigate
This commit is contained in:
parent
0736259b11
commit
ab2e31adee
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -20,13 +20,13 @@
|
|||||||
"type": "minecraft:pillager",
|
"type": "minecraft:pillager",
|
||||||
"weight": 1,
|
"weight": 1,
|
||||||
"minCount": 1,
|
"minCount": 1,
|
||||||
"maxCount": 2
|
"maxCount": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"start_jigsaw_name": "overdrive_that_matters:frigate_anchor",
|
"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",
|
"step": "surface_structures",
|
||||||
"terrain_adaption": "beard_box",
|
"terrain_adaption": "beard_box",
|
||||||
"use_expansion_hack": false
|
"use_expansion_hack": false
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
],
|
],
|
||||||
"placement": {
|
"placement": {
|
||||||
"type": "minecraft:random_spread",
|
"type": "minecraft:random_spread",
|
||||||
"spacing": 16,
|
"spacing": 120,
|
||||||
"separation": 4,
|
"separation": 1,
|
||||||
"salt": 10387312
|
"salt": 10387312
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -3,7 +3,7 @@
|
|||||||
"type": "minecraft:random_spread",
|
"type": "minecraft:random_spread",
|
||||||
"salt": 20072342,
|
"salt": 20072342,
|
||||||
"separation": 8,
|
"separation": 8,
|
||||||
"spacing": 24
|
"spacing":256
|
||||||
},
|
},
|
||||||
"structures": [
|
"structures": [
|
||||||
{
|
{
|
||||||
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user