aboutsummaryrefslogtreecommitdiff
path: root/building_guide/items.md
diff options
context:
space:
mode:
Diffstat (limited to 'building_guide/items.md')
-rw-r--r--building_guide/items.md2
1 files changed, 1 insertions, 1 deletions
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