Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
DBotThePony 2022-10-23 12:32:41 +07:00
commit 99513ecc04
Signed by: DBot
GPG Key ID: DCC23B5715498507
7 changed files with 28 additions and 4 deletions

View File

@ -21,7 +21,7 @@
}
},
"start_jigsaw_name": "overdrive_that_matters:laboratory_anchor",
"start_pool": "overdrive_that_matters:laboratory/center",
"start_pool": "overdrive_that_matters:laboratory/center_top",
"step": "underground_decoration",
"terrain_adaption": "bury",
"use_expansion_hack": false

View File

@ -0,0 +1,24 @@
{
"name": "overdrive_that_matters:center_bottom",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/bottom/lab_elevator_bottom_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/bottom/lab_elevator_bottom_b",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}

View File

@ -1,11 +1,11 @@
{
"name": "overdrive_that_matters:center",
"name": "overdrive_that_matters:center_top",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/lab_elevator_top",
"location": "overdrive_that_matters:laboratory/center/top/lab_elevator_top_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
@ -14,7 +14,7 @@
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/lab_elevator_bottom",
"location": "overdrive_that_matters:laboratory/center/top/lab_elevator_top_b",
"processors": "minecraft:empty",
"projection": "rigid"
},