Fixes a bunch of construction graphs having incorrect fields or materials
This commit is contained in:
4
Resources/Changelog/Parts/table_construction.yml
Normal file
4
Resources/Changelog/Parts/table_construction.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Zumorica
|
||||
changes:
|
||||
- type: Fix
|
||||
message: Fixes wood table and poker table constructions having the wrong material.
|
||||
4
Resources/Changelog/Parts/torch_crafting.yml
Normal file
4
Resources/Changelog/Parts/torch_crafting.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Zumorica
|
||||
changes:
|
||||
- type: Fix
|
||||
message: Fixes torch crafting recipe having incorrect materials.
|
||||
@@ -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