* We can now craft pizza boxes
* Fixing errors
--- /dev/null
+- type: constructionGraph
+ id: FoodBoxPizza
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: foodboxpizza
+ steps:
+ - material: Cardboard
+ amount: 1
+ doAfter: 4
+
+
+ - node: foodboxpizza
+ entity: FoodBoxPizza
\ No newline at end of file
icon: { sprite: Objects/Storage/boxes.rsi, state: box }
objectType: Item
+- type: construction
+ name: pizza box
+ id: FoodBoxPizza
+ graph: FoodBoxPizza
+ startNode: start
+ targetNode: foodboxpizza
+ category: construction-category-storage
+ description: A box for pizza.
+ icon:
+ sprite: Objects/Consumable/Food/Baked/pizza.rsi
+ state: box
+ objectType: Item
+
- type: construction
name: coffin
id: CrateCoffin