Skip to content

Commit

Permalink
fix(recipe): mortar should preserve, not consume, the table
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Feb 25, 2023
1 parent ae862b7 commit 8641257
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions content/data/blacksmithing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ recipes: #Rebalance for 900~ lines ;-;
Stone: 1
Cedar Log: 1
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

- result: Stone Axe
Expand All @@ -24,9 +24,9 @@ recipes: #Rebalance for 900~ lines ;-;
Stone: 4
Cedar Log: 2
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

- result: Stone Pickaxe
Expand All @@ -38,9 +38,9 @@ recipes: #Rebalance for 900~ lines ;-;
Stone: 4
Cedar Log: 3
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

- result: Stone Sickle
Expand All @@ -52,9 +52,9 @@ recipes: #Rebalance for 900~ lines ;-;
Stone: 4
Cedar Log: 2
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

- result: Stone Spear
Expand All @@ -66,9 +66,9 @@ recipes: #Rebalance for 900~ lines ;-;
Stone: 1
Cedar Log: 4
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

- result: Cedar Fishing Rod
Expand All @@ -80,9 +80,9 @@ recipes: #Rebalance for 900~ lines ;-;
Cedar Log: 3
Twine: 5
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

################## copper
Expand All @@ -96,9 +96,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 1
Oak Log: 1
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Copper Sword
Expand All @@ -110,9 +110,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 4
Oak Log: 1
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Copper Axe
Expand All @@ -124,9 +124,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 4
Oak Log: 2
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Copper Pickaxe
Expand All @@ -138,9 +138,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 4
Oak Log: 3
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Copper Sickle
Expand All @@ -152,9 +152,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 4
Oak Log: 2
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Copper Spear
Expand All @@ -166,9 +166,9 @@ recipes: #Rebalance for 900~ lines ;-;
Copper Ingot: 1
Oak Log: 4
require:
- Metal Tool Bench
- Metal Tool Bench
preserve:
- Metal Tool Bench
- Metal Tool Bench
maxWorkers: 1

- result: Oak Fishing Rod
Expand All @@ -180,9 +180,9 @@ recipes: #Rebalance for 900~ lines ;-;
Oak Log: 3
Twine: 5
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

################## Iorn
Expand All @@ -196,9 +196,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 1
Ash Log: 1
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Iron Sword
Expand All @@ -210,9 +210,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 4
Ash Log: 1
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Iron Axe
Expand All @@ -224,9 +224,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 4
Ash Log: 2
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Iron Pickaxe
Expand All @@ -238,9 +238,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 4
Ash Log: 3
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Iron Sickle
Expand All @@ -252,9 +252,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 4
Ash Log: 2
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Iron Spear
Expand All @@ -266,9 +266,9 @@ recipes: #Rebalance for 900~ lines ;-;
Iron Ingot: 1
Ash Log: 4
require:
- Iron Tool Bench
- Iron Tool Bench
preserve:
- Iron Tool Bench
- Iron Tool Bench
maxWorkers: 1

- result: Ash Fishing Rod
Expand All @@ -280,9 +280,9 @@ recipes: #Rebalance for 900~ lines ;-;
Ash Log: 3
Twine: 5
require:
- Workbench
- Workbench
preserve:
- Workbench
- Workbench
maxWorkers: 1

##################
Expand Down Expand Up @@ -773,7 +773,7 @@ recipes: #Rebalance for 900~ lines ;-;
require:
- Table
preserve:
- Oven
- Table
maxWorkers: 1

- result: Fire Brick
Expand Down

0 comments on commit 8641257

Please sign in to comment.