24 Commits

Author SHA1 Message Date
Gabriel Tofvesson
3f3dd111c1 Track nbt entries 2024-10-09 04:26:39 +02:00
Gabriel Tofvesson
37dfa98e42 Fix data-race for istack data in transfer to empty stack 2024-10-09 03:32:47 +02:00
Gabriel Tofvesson
269eaeb344 Fix inventory naming bug 2024-10-08 23:52:54 +02:00
Gabriel Tofvesson
dd15e2a01e Fix nil dereference in getSimpleName 2024-10-08 23:36:57 +02:00
Gabriel Tofvesson
c0f37e1630 Add non-nil name for itemgroup 2024-10-08 20:05:03 +02:00
Gabriel Tofvesson
d16558853c Add guaranteed non-nil name for itemstack 2024-10-08 19:58:41 +02:00
Gabriel Tofvesson
f70ad73ac0 Fix stack count nil ref 2024-10-08 19:40:37 +02:00
Gabriel Tofvesson
77af7893b7 Fix spelling error 2024-10-08 19:37:55 +02:00
Gabriel Tofvesson
956d68b6e3 Fix itemstack insertion logic 2024-10-08 19:23:19 +02:00
Gabriel Tofvesson
a13cbe5bd5 Implement ItemStack grouping 2024-10-04 15:03:08 +02:00
Gabriel Tofvesson
55ec42bffb Use abstractions in ItemStack 2024-10-04 15:02:57 +02:00
Gabriel Tofvesson
595da4f179 Expose chest inventory 2024-10-04 00:40:16 +02:00
Gabriel Tofvesson
5fe4bc0c66 Allow wrapping a chest by type 2024-10-04 00:37:13 +02:00
Gabriel Tofvesson
925501a486 Add display name getter 2024-10-03 23:22:03 +02:00
Gabriel Tofvesson
54f64b5342 Cache ItemStack display name 2024-10-03 23:02:22 +02:00
Gabriel Tofvesson
3951f7cbd4 Add helpful getter functions for ItemStack 2024-10-03 18:05:41 +02:00
Gabriel Tofvesson
56ef9cae04 Allow passing wrapped inventories directly to Chest 2024-10-03 17:59:09 +02:00
Gabriel Tofvesson
a124e870c7 Call isEmpty() on object, not serializable 2024-10-03 16:57:14 +02:00
Gabriel Tofvesson
d0929cf5c8 Fix iterator function in storage search 2024-10-03 16:54:22 +02:00
Gabriel Tofvesson
0dbbf36455 Add index metamethod to type tables 2024-10-03 16:52:29 +02:00
Gabriel Tofvesson
99abbbe526 Perform scan on first chest wrap 2024-10-03 16:48:44 +02:00
Gabriel Tofvesson
b763d28000 Fix iterator bug 2024-10-03 16:46:57 +02:00
Gabriel Tofvesson
25244a9355 Allow detaching chests from storage 2024-10-03 16:18:04 +02:00
Gabriel Tofvesson
b760dcdbbb Improve inventory management implementation 2024-10-03 16:14:56 +02:00