Add simple container recipe

This commit is contained in:
2026-05-17 17:41:05 -07:00
parent 5da545e000
commit ef658a380e
10 changed files with 101 additions and 2 deletions
+4 -1
View File
@@ -73,7 +73,10 @@ Early runtime systems should remain small and explicit:
temperature, injury, and survival damage.
- Inventory component/classes: item stacks, item definitions, resource intake,
and crafting inputs/outputs.
- Crafting component/classes: recipes, validation, output creation.
- Crafting component/classes: recipes, validation, output creation. Current
primitive recipes include campfire, shelter parts, primitive shelter, basic
tool, bandage, and `simple_container`; the simple container is an inventory
craftable foundation for later placed storage and trade-container systems.
- Interaction component/classes: player-facing use/gather/build entry points.
- Resource actors: gatherable wood, stone, fiber, water, wildlife, and future
natural resources.