Major rework of the entire mod. This release contains 4 months of changes, so please report any problems on Github! This changelog will be missing things, check out the full changelog for all changes(162 commits).
TLDR changes
- New resource pack format, allowing more control and freedom(old packs will still work, check the build in back for examples)
- Reworked the entire default pack
- Reworked the UI system, adding side navigations, menus, allowing the use of the right mouse button, and fixing optifine support
- Many new options in the settings like tooltips/moving the camera while using lists
- Refill button, filling up stacks inside the inventory using items from shulkers
- Opening and getting items from shulkers by selecting them from the inventory view
- New utility buttons to re-grab the last grabbed item(for example after it runs out) and stashing the selected item back into the inventory
- Remember server enable choices, so it won't be asking every time after joining on an unsupported server(revoke choices via the settings screen)
What's Changed
- Update Hebrew translation by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/87
- Create zh_cn.json by @Mccandycube6623 in https://github.com/tr7zw/ItemSwapper/pull/86
- tr_tr.json update by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/78
- Russian localization by @ViTulyankin in https://github.com/tr7zw/ItemSwapper/pull/76
- uk_ua by @ttrafford7 in https://github.com/tr7zw/ItemSwapper/pull/71
- Finnish Localization by @fartdev in https://github.com/tr7zw/ItemSwapper/pull/68
- Cleanup lambda expressions in ItemSwapperMod by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/90
- Change: Unselected items are grey, fix padding by @spnda in https://github.com/tr7zw/ItemSwapper/pull/67
- reduce number of if-statements in clientTick() by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/66
- Cleanup at config related classes by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/64
- Cleanup network logic by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/91
- Add beetroot by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/93
- Create arrow.json by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/98
- 99 intergation with inventory profile next by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/100
- Open the secondary list, if there is no primary by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/101
- Fix translations by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/88
- Add NameProvider logic, cleanup project, add record name provider by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/102
- add "copy to clipboard" button to chest UI by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/105
- Turkish Translation Update by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/111
- Rewrite UI logic by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/109
- add issue templates by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/123
- Update Chinese translations by @user670 in https://github.com/tr7zw/ItemSwapper/pull/125
- 💬 Update Hebrew translation by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/126
- #108: fix confirmation screen always popping up when using Itemswapper on server by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/112
- New Resource pack by @RodentMastermind by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/139
New Contributors
- @Mccandycube6623 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/86
- @ttrafford7 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/71
- @fartdev made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/68
- @spnda made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/67
- @user670 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/125
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.3.2...v0.4.0-1.19.4
Update to 1.19.3.
This plugin enables shulker support, or via the config file can disable the mod entirely for this server.
Quick release before the release of 1.19.3, which will eat my time for the next few days.
What's Changed
- Turkish Localization by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/17
- Adjusted mouse sensitivity to more closely match other GUIs. by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/44
- Added showing names of currently hovered item above item selection menu. by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/43
- Fixed that tapping R on an empty slot moves the item from hotbar slot 9 to the current slot by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/45
- Hebrew Translation by @RedCommand-dev in https://github.com/tr7zw/ItemSwapper/pull/34
- add warning if player did not select the default resource pack or any… by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/51
- fix loading invalid item names from itemsswapper/itemgroups with out warning by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/61 , extended to also show the resource location
- Fixed offcenter issue on lists
- show stacks > 64 in yellow(also sum up the value up to 64)
- copper has 4 pages that show in a row
- fixed the shulker lag when listing too many shulker boxes
- Removed the old circle UI and its config option
- Moved the chest preview to the left of the chest, instead of above
- Instead of darkening the item for unavailable items, the background turns red like in the crafting grid
New Contributors
- @Hexasan made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/17
- @TheMrEngMan made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/44
- @RedCommand-dev made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/34
- @AdvancedWipe made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/51
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.3.1...v0.3.2
- Add option to hide hotbar items from the list
- Clarify the preview toggle name
- Move the list slightly up above the armor bar
- Enable creative mode by default
- Replaced selection icon
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.3.0...v0.3.1
What's Changed
- [WIP] UI updates by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/7
- Switch to a non-round UI
- Added support to a lot of list sizes
- [DEV] Preview mode for pallets
- Added support for a Spigot/Paper plugin to disable the mod/enable shulkers
- Added a warning screen when a server is not compatible
- Added a lot of pallets to the built-in resource pack
- Added creative cheat mode, to spawn in items while in creative mode instead
- Middle mouse click now switches to the secondary list of the currently selected item
- Reworked the list texture, item text, and positioning
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.2.1...v0.3.0
What's Changed
- Fix bounds checks. Fixes #4 by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/5
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.2.0...v0.2.1
Further development of the mod. This is still a work in progress, and things will change in the future(potentially causing breaking changes with current resource packs)! Changes:
- Added setting to toggle the UI instead of holding it
- Allow closing the UI by clicking
- Limit the list size and scroll it instead
- Allow selecting nothing
- Optionally show a cursor
- Supporting bigger item selections(currently also a 16 slot wheel)
- Potions now show their effects with strength and time(unless the potion is renamed)
- Duplicate exact items are not shown in lists
- Updated Credits/Contributors