Fixes a bunch of construction graphs having incorrect fields or materials
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
- to: WoodTable
|
||||
steps:
|
||||
- material: Wood
|
||||
- material: WoodPlank
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
edges:
|
||||
- to: PokerTable
|
||||
steps:
|
||||
- material: Wood
|
||||
- material: WoodPlank
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
edges:
|
||||
- to: torch
|
||||
steps:
|
||||
- material: Wood
|
||||
- material: WoodPlank
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- node: torch
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
- to: steeltile
|
||||
steps:
|
||||
- material: Steel
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/metal.rsi
|
||||
state: steel
|
||||
name: steel sheet
|
||||
amount: 1
|
||||
- node: steeltile
|
||||
entity: FloorTileItemSteel
|
||||
@@ -25,9 +21,5 @@
|
||||
steps:
|
||||
# Needs StackType ID
|
||||
- material: WoodPlank
|
||||
icon:
|
||||
sprite: Objects/Materials/materials.rsi
|
||||
state: wood
|
||||
name: wood
|
||||
- node: woodtile
|
||||
entity: FloorTileItemWood
|
||||
|
||||
Reference in New Issue
Block a user