From 5f37dc9b6f6b79da04da70ae0c33ec8d02998587 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 02:21:42 -0400 Subject: feat: qol improvements to items crud in admin gui --- building_guide/items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'building_guide/items.md') diff --git a/building_guide/items.md b/building_guide/items.md index 8f8d87d..eefdf9c 100644 --- a/building_guide/items.md +++ b/building_guide/items.md @@ -3,7 +3,7 @@ **The filename is the ID.** An item is looked up by its filename stem (`bronze_pickaxe.yaml` → `bronze_pickaxe`); the loader derives `ItemDef.ID` from it. Do not put an `id:` field in the file — it is ignored. Anything that references this item (drop -tables, craft `consume`, room `item_spawns`) uses that filename. +tables, craft `ingredients`, room `item_spawns`) uses that filename. ```yaml name: bronze pickaxe -- cgit v1.2.3