Add item use command

This commit is contained in:
2026-05-17 13:01:00 -07:00
parent 555ad6df25
commit 712a8548c0
7 changed files with 181 additions and 1 deletions
+4 -1
View File
@@ -501,7 +501,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`SplitStackByIndex`/`AgrarianSplitStack StackIndex SplitQuantity` support that
validates source slot, quantity, and free slot capacity, preserves stack
metadata, creates a separate stack slot, and avoids immediate re-merge.
- [ ] Add item use.
- [x] Add item use. Added server-authoritative
`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.
- [ ] Add weight or carry capacity placeholder.
- [ ] Add inventory UI.