From 010fa439399581391fcd509d2058191ff4fa74b3 Mon Sep 17 00:00:00 2001 From: historia Date: Sat, 20 Jun 2026 21:36:32 -0400 Subject: feat: stop command added --- worldbuilding_guide/construction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worldbuilding_guide') 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"}, ``` -- cgit v1.2.3