diff options
Diffstat (limited to 'worldbuilding_guide/construction.md')
| -rw-r--r-- | worldbuilding_guide/construction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worldbuilding_guide/construction.md b/worldbuilding_guide/construction.md index 5775fbf..63249b3 100644 --- a/worldbuilding_guide/construction.md +++ b/worldbuilding_guide/construction.md @@ -154,11 +154,11 @@ Fees: regular (5cr), oak (10cr), teak (20cr), mahogany (40cr). ## Science Mod: Plank Make -Level 86 Science utility mod that converts logs to planks at 70% of sawmill cost. Uses naturejunk, solarjunk, and scrap_metal. +Level 86 Science utility mod that converts logs to planks at 70% of sawmill cost. Uses naturejunk, solarjunk, and scrap. ```go {ID: "plank_make", Name: "Plank Make", Level: 86, BaseXP: 90.0, - JunkCost: map[string]int{"naturejunk": 5, "solarjunk": 1, "scrap_metal": 1}, + JunkCost: map[string]int{"naturejunk": 5, "solarjunk": 1, "scrap": 1}, Category: ModUtility, TargetType: "inventory"}, ``` |
