File Details
SoL:Classic_v2.09 (Forge)
- R
- Mar 13, 2026
- 103.76 KB
- 126
- 1.20.1
- Forge + 1
File Name
spiceoflife_classic-forge-2.09.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Fixed
- Fixed basket (Lunch Basket) slot bug where placing a 4th item would overwrite the item in the first slot. When replacing Slots with FoodSlot/LockedSlot via
this.slots.set()in FoodChestMenu, theslot.indexfield (menu slot position ID) was not set, defaulting to 0 for all replaced slots. This caused incorrect slot identification during item placement. Reported on Mohist (Bukkit+Forge hybrid) servers.