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
|
- to: WoodTable
|
||||||
steps:
|
steps:
|
||||||
- material: Wood
|
- material: WoodPlank
|
||||||
amount: 1
|
amount: 1
|
||||||
doAfter: 1
|
doAfter: 1
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
edges:
|
edges:
|
||||||
- to: PokerTable
|
- to: PokerTable
|
||||||
steps:
|
steps:
|
||||||
- material: Wood
|
- material: WoodPlank
|
||||||
amount: 1
|
amount: 1
|
||||||
doAfter: 1
|
doAfter: 1
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
edges:
|
edges:
|
||||||
- to: torch
|
- to: torch
|
||||||
steps:
|
steps:
|
||||||
- material: Wood
|
- material: WoodPlank
|
||||||
amount: 2
|
amount: 2
|
||||||
doAfter: 2
|
doAfter: 2
|
||||||
- node: torch
|
- node: torch
|
||||||
|
|||||||
@@ -7,10 +7,6 @@
|
|||||||
- to: steeltile
|
- to: steeltile
|
||||||
steps:
|
steps:
|
||||||
- material: Steel
|
- material: Steel
|
||||||
icon:
|
|
||||||
sprite: Objects/Materials/Sheets/metal.rsi
|
|
||||||
state: steel
|
|
||||||
name: steel sheet
|
|
||||||
amount: 1
|
amount: 1
|
||||||
- node: steeltile
|
- node: steeltile
|
||||||
entity: FloorTileItemSteel
|
entity: FloorTileItemSteel
|
||||||
@@ -25,9 +21,5 @@
|
|||||||
steps:
|
steps:
|
||||||
# Needs StackType ID
|
# Needs StackType ID
|
||||||
- material: WoodPlank
|
- material: WoodPlank
|
||||||
icon:
|
|
||||||
sprite: Objects/Materials/materials.rsi
|
|
||||||
state: wood
|
|
||||||
name: wood
|
|
||||||
- node: woodtile
|
- node: woodtile
|
||||||
entity: FloorTileItemWood
|
entity: FloorTileItemWood
|
||||||
|
|||||||
Reference in New Issue
Block a user