The construction system can now prevent recipes from being rotated.

This commit is contained in:
Víctor Aguilera Puerto
2020-10-12 14:22:31 +02:00
parent 0f709225c3
commit c023f26a1c
4 changed files with 18 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
state: wall_girder
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: wall
@@ -25,6 +26,7 @@
state: full
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: reinforced wall
@@ -39,6 +41,7 @@
state: rgeneric
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: low wall
@@ -55,6 +58,7 @@
state: metal
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: window
@@ -71,6 +75,7 @@
state: full
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: reinforced window
@@ -87,6 +92,7 @@
state: full
objectType: Structure
placementMode: SnapgridCenter
canRotate: false
- type: construction
name: phoron window
@@ -103,3 +109,4 @@
state: full
objectType: Structure
placementMode: SnapgridCenter
canRotate: false