Add item drop command

This commit is contained in:
2026-05-17 11:05:28 -07:00
parent 03d856efbf
commit b48595f70d
7 changed files with 160 additions and 1 deletions
+3 -1
View File
@@ -494,7 +494,9 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
actor with definition-backed or inline stack data, server-authoritative
inventory add, prompt text, and destroy-on-success behavior so failed pickups
remain available.
- [ ] Add item drop.
- [x] Add item drop. Added server-authoritative `AgrarianDropItem ItemId
Quantity`, inventory stack extraction that preserves dropped stack metadata,
pickup spawning in front of the player, and restore-on-spawn-failure handling.
- [ ] Add stack splitting.
- [ ] Add item use.
- [ ] Add equipment slots if needed.