Document equipment slot decision

This commit is contained in:
2026-05-17 13:06:53 -07:00
parent 712a8548c0
commit edd40501d6
4 changed files with 85 additions and 1 deletions
+5 -1
View File
@@ -505,7 +505,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`AgrarianUseItem ItemId Quantity` support for MVP consumables, with food
hunger recovery, raw meat hunger recovery plus sickness risk, bandage injury
treatment, and restore-on-unsupported-item behavior.
- [ ] Add equipment slots if needed.
- [x] Add equipment slots if needed. Decision complete for MVP: dedicated
equipment slots are deferred because current tools do not yet drive equipped
state; tools remain inventory items until active hand, worn, backpack, armor,
weapon, durability, animation, or mesh-attachment rules require replicated and
persisted slot state.
- [ ] Add weight or carry capacity placeholder.
- [ ] Add inventory UI.
- [x] Add replication for inventory changes.