Fixes
- Fixed magnet upgrade to not cause crashes when used in storage minecarts
Fixes
- Fixed storage tank and battery render info to be properly removed when related upgrade is removed from backpack
Fixes
- Introduced bug in implementation of extractItem method of IItemHandler by not capping the extracted stack at maxStackSize as defined in the API definition. This is a roundabout way of fixing a dupe bug in Refined Storage they are not fixing. Hopefully this doesn't break something else, but other mods are not following this part of API definition and there don't seem to be reports regarding that so fingers crossed.
Features
- Changed tint color implementation a bit for broader support
Fixes
- Tuned where jukebox in backpack plays its sound so that it's positioned always in front of player's face and thus doesn't change its volume as player moves around (especially looking up / down or jumping around)
Fixes
- Fixed advanced upgrade's stop button to properly reset playlist.
- Also tuned where jukebox in backpack plays its sound so that it's positioned always in front of player's face and thus doesn't change its volume as player moves around (especially looking up / down or jumping around)
Features
- Added advanced jukebox upgrade
Features
- Added a bit of support for finer shaped recipe results definition
Fixes
- Fixed feeding upgrade to only put original main hand item into player's hand after all of its logic is done because some foods shrink the stack only in finishUsingItem which was taking from whatever item player had in hand
Features
- Added a bit of support for finer shaped recipe results definition
Fixes
- Fixed sophisticated guis to not double render player inventory slots
Features
- Changed upgrade code to allow carts running them
Fixes
- Added a try catch to prevent crashes when config tries to save in curseforge launcher which seems to lock config file
Features
- Added support for recipe types other than just crafting to transfer from JEI functionality