Allow shelves to be placed rotated when built by hand (#37186)

fix: shelves can be placed rotated when built by hand
This commit is contained in:
Perry Fraser
2025-05-04 18:42:21 -04:00
committed by GitHub
parent 7b352643d5
commit 61d524a983

View File

@@ -9,24 +9,21 @@
# Normal
- to: ShelfWood
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: WoodPlank
amount: 4
doAfter: 2
- to: ShelfMetal
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: Steel
amount: 5
doAfter: 3
- to: ShelfGlass
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: Glass
amount: 4
@@ -34,8 +31,7 @@
# Reinforced
- to: ShelfRWood
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: WoodPlank
amount: 8
@@ -45,8 +41,7 @@
doAfter: 1
- to: ShelfRMetal
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: Plasteel
amount: 5
@@ -59,8 +54,7 @@
doAfter: 1
- to: ShelfRGlass
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: Plastic
amount: 5
@@ -74,16 +68,14 @@
# Departmental
- to: ShelfBar
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: WoodPlank
amount: 6
doAfter: 2
- to: ShelfKitchen
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: MetalRod
amount: 2
@@ -95,8 +87,7 @@
doAfter: 2
- to: ShelfChemistry
completed:
- !type:SnapToGrid
southRotation: true
- !type:SnapToGrid {}
steps:
- material: Plasteel
amount: 2