Features
- Updated Turkish translation
Features
- Changed feeding upgrade to only put a food stack of count 1 into player's hand as part of its eating algorithm which should make it so that any remaining items like bowls / bottles and similar go back into the backpack (if there's place there) once the food is eaten by the player
Fixes
- Fixed furnace upgrades, crafting upgrade and jukebox upgrade to allow more than 64 stack size if stack has this set using MAX_STACK_SIZE component
Fixes
- Fixed name of the creative tab to be Sophisticated Core instead of previously erroneous Sophisticated Backpacks
- Fixed compatibility registry to be thread safe and not crash sometimes on startup
Fixes
- Fixed scrollable inventory to only show slot background for slots that exist. Fixes an issue with gold double chest by default showing background for slots that are not there making it seem like there's a bug with inventory interaction.
Fixes
- Fixed storage settings screen to not have so dark transparent background on the sides of the screen
Features
- Changed hopper upgrade to filter by contents of the target inventory when pushing into that inventory and set to filter by contents (instead of the current filtering by source inventory)
Fixes
- Fixed swapping an upgrade for tank or battery to not break slot positions in backpack gui
- Fixed issue where tank / battery upgrades could be swapped for stack upgrades making the resulting capacity less than their contents and break rendering. Trying this will now show an error message.
Fixes
- Fixed issue where tank / battery upgrades could be swapped for stack upgrades making the resulting capacity less than their contents and break rendering. Trying this will now show an error message.
- Fixed swapping an upgrade for tank or battery to not break slot positions in backpack gui
Fixes
- Fixed backpack to just close gui instead of crashing out of world if player happens to press backpack open key at the same time they click the backpack out of slot causing client not having the backpack in slot when server had it and already started opening gui
Fixes
- Fixed recipe code to not crash with ConcurrentModificationException when some servers have a mod/plugin that makes concurrent calls to it
Fixes
- Fixed shift clicking battery/tank upgrade out of upgrade slot to not break position of slots in gui
Initial upload