Fixes a bunch of construction graphs having incorrect fields or materials

This commit is contained in:
Vera Aguilera Puerto
2021-03-06 13:20:10 +01:00
parent a7d29a1497
commit af49ad81b8
5 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix
message: Fixes wood table and poker table constructions having the wrong material.

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix
message: Fixes torch crafting recipe having incorrect materials.

View File

@@ -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

View File

@@ -6,7 +6,7 @@
edges:
- to: torch
steps:
- material: Wood
- material: WoodPlank
amount: 2
doAfter: 2
- node: torch

View File

@@ -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