Features:
- New key binds:
Extract from item
- Extracts item(s) from the selected inventory-providing itemToggle interaction mode (hold)
- Makes theInteract with item
key bind behave likeExtract from item
- User experience was drastically improved:
- The cursor now preserves its position when you switch between different screens
- The said screens no longer jump all around you monitor, because I addressed all those off-by-one errors in GUI rendering that Mojang couldn't be bothered to fix. (Yes, Mojang, we believe you care about that cOnsIstEnCy of yours so much, especially when looking at the 9x3 Ender Chest inventory screen, which is two pixels bigger than the exact same 9x3 Shulker Box inventory screen; now, please, go take your pills.)
- Better compatibility with other mods, thanks to MixinExtras
- New icon
Fixes:
- Fixed a bug where an incorrect inventory view could appear when the
Interact with item
key bind is triggered from the hotbar - Inventory-only key binds no longer override global ones
- Removed unnecessary NBT entries from empty Shulker Boxes, making them once again compatible with features like
stackableShulkerBoxes
from the Carpet mod - Fixed compatibility issues with
EnchantedShulkers
(#7) - Fixed compatibility issues with
EnderChests
(#12)
Breaking Changes:
- Relevant Fabric API modules are no longer bundled with the mod. Therefore,
fabric-api
is now a required dependency PackedInventoryEditRequest
andPackedInventoryBulkEditRequest
are deprecated. Please useInventoryActionRequest
instead
Full Changelog: 0.2.2+1.19.4...0.3.0+1.20.3
Features:
- New key binds:
Extract from item
- Extracts item(s) from the selected inventory-providing itemToggle interaction mode (hold)
- Makes theInteract with item
key bind behave likeExtract from item
- User experience was drastically improved:
- The cursor now preserves its position when you switch between different screens
- The said screens no longer jump all around you monitor, because I addressed all those off-by-one errors in GUI rendering that Mojang couldn't be bothered to fix. (Yes, Mojang, we believe you care about that cOnsIstEnCy of yours so much, especially when looking at the 9x3 Ender Chest inventory screen, which is two pixels bigger than the exact same 9x3 Shulker Box inventory screen; now, please, go take your pills.)
- Better compatibility with other mods, thanks to MixinExtras
- New icon
Fixes:
- Fixed a bug where an incorrect inventory view could appear when the
Interact with item
key bind is triggered from the hotbar - Inventory-only key binds no longer override global ones
- Removed unnecessary NBT entries from empty Shulker Boxes, making them once again compatible with features like
stackableShulkerBoxes
from the Carpet mod - Fixed compatibility issues with
EnchantedShulkers
(#7) - Fixed compatibility issues with
EnderChests
(#12)
Breaking Changes:
- Relevant Fabric API modules are no longer bundled with the mod. Therefore,
fabric-api
is now a required dependency PackedInventoryEditRequest
andPackedInventoryBulkEditRequest
are deprecated. Please useInventoryActionRequest
instead
Full Changelog: 0.2.2+1.19.4...0.3.0+1.20.2
Features:
- New key binds:
Extract from item
- Extracts item(s) from the selected inventory-providing itemToggle interaction mode (hold)
- Makes theInteract with item
key bind behave likeExtract from item
- User experience was drastically improved:
- The cursor now preserves its position when you switch between different screens
- The said screens no longer jump all around you monitor, because I addressed all those off-by-one errors in GUI rendering that Mojang couldn't be bothered to fix. (Yes, Mojang, we believe you care about that cOnsIstEnCy of yours so much, especially when looking at the 9x3 Ender Chest inventory screen, which is two pixels bigger than the exact same 9x3 Shulker Box inventory screen; now, please, go take your pills.)
- Better compatibility with other mods, thanks to MixinExtras
- New icon
Fixes:
- Fixed a bug where an incorrect inventory view could appear when the
Interact with item
key bind is triggered from the hotbar - Inventory-only key binds no longer override global ones
- Removed unnecessary NBT entries from empty Shulker Boxes, making them once again compatible with features like
stackableShulkerBoxes
from the Carpet mod - Fixed compatibility issues with
EnchantedShulkers
(#7) - Fixed compatibility issues with
EnderChests
(#12)
Breaking Changes:
- Relevant Fabric API modules are no longer bundled with the mod. Therefore,
fabric-api
is now a required dependency PackedInventoryEditRequest
andPackedInventoryBulkEditRequest
are deprecated. Please useInventoryActionRequest
instead
Full Changelog: 0.2.2+1.19.4...0.3.0+1.20
Features:
- New key binds:
Extract from item
- Extracts item(s) from the selected inventory-providing itemToggle interaction mode (hold)
- Makes theInteract with item
key bind behave likeExtract from item
- User experience was drastically improved:
- The cursor now preserves its position when you switch between different screens
- The said screens no longer jump all around you monitor, because I addressed all those off-by-one errors in GUI rendering that Mojang couldn't be bothered to fix. (Yes, Mojang, we believe you care about that cOnsIstEnCy of yours so much, especially when looking at the 9x3 Ender Chest inventory screen, which is two pixels bigger than the exact same 9x3 Shulker Box inventory screen; now, please, go take your pills.)
- Better compatibility with other mods, thanks to MixinExtras
- New icon
Fixes:
- Fixed a bug where an incorrect inventory view could appear when the
Interact with item
key bind is triggered from the hotbar - Inventory-only key binds no longer override global ones
- Removed unnecessary NBT entries from empty Shulker Boxes, making them once again compatible with features like
stackableShulkerBoxes
from the Carpet mod - Fixed compatibility issues with
EnchantedShulkers
(#7) - Fixed compatibility issues with
EnderChests
(#12)
Breaking Changes:
- Relevant Fabric API modules are no longer bundled with the mod. Therefore,
fabric-api
is now a required dependency PackedInventoryEditRequest
andPackedInventoryBulkEditRequest
are deprecated. Please useInventoryActionRequest
instead
Full Changelog: 0.2.2+1.19.4...0.3.0+1.19.4
Features:
- Bundle-like functionality for inventory items (that allows you to quickly suck items into/out of shulker boxes, ender chests, etc.) can now be used with mouse dragging for smoother experience
Fixes:
- Fixed shift-click issues with shulker boxes. I hope the moron who added the
markDirty
method to theInventory
interface got fired
Features:
- Bundle-like functionality for inventory items that allows you to quickly suck items into/out of shulker boxes, ender chests, etc.
- Access common workstations right from your inventory
- Crafting table
- Cartography table
- Stonecutter
- Loom
- Smithing table
- Grindstone
- Anvil
Translations:
- Ukrainian (uk_ua)
- Russian (ru_ru)
- Korean (ko_kr), thanks @gyular!
Fixes:
- Mouse key binds do work inside the player inventory now
- Synchronization and dupe glitches presented by stackable shulker boxes are gone
- Default implementation of
InventoryViewHandlerRegistry
successfully finds suitable handlers now