Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tr7zw/ItemSwapper
Tweaks to the inventory system based on Xisumavoid's video.
https://github.com/tr7zw/ItemSwapper
hacktoberfest hacktoberfest-accepted
Last synced: about 1 month ago
JSON representation
Tweaks to the inventory system based on Xisumavoid's video.
- Host: GitHub
- URL: https://github.com/tr7zw/ItemSwapper
- Owner: tr7zw
- License: other
- Created: 2022-10-01T20:13:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T17:28:33.000Z (4 months ago)
- Last Synced: 2024-10-27T22:55:41.033Z (about 2 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Java
- Homepage:
- Size: 4.79 MB
- Stars: 101
- Watchers: 4
- Forks: 30
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- starred - tr7zw/ItemSwapper - Tweaks to the inventory system based on Xisumavoid's video. (Java)
README
# ItemSwapper
> This mod is still in development and may change over time. Feel free to open an issue/discussion on Github with any suggestions or bugs you find.
[![Discord](https://tr7zw.dev/curse/Discord-long.png)](https://discord.gg/2wKH8yeThf)
Tweaks to the inventory system based on [Xisumavoid's video](https://www.youtube.com/watch?v=A6DvnFCW5FY).
Adds an item switch interface triggered by pressing a hotkey(Default: `R`). Depending on the item in the main hand, the interface will show different options(or not show up at all for unmapped items). Switch between the options by moving the mouse(or using the scroll wheel for the list). Releasing the hotkey will swap the item in the main hand with the selected item. In the item wheel, pressing the middle mouse button while having an item selected switches to related items(if available).## Features
- Switch between items from the inventory
- Show the inventory from an empty hand
- Switch between items from shulker boxes in the inventory(requires the mod/plugin on the server)
- Item wheel for block pallets
- Item list for dynamic items like tools, food, potions, etc.
- Fully customizable via resource packs([Documentation](docs/1.%20Resource%20Pack%20Overview.md))## Dependencies
- FabricAPI
## Credits
- [Xisumavoid](https://www.youtube.com/xisumavoid) for the idea/video of the concept
- [LizardOfOz](https://www.youtube.com/LizardOfOz) Designer
- [Stridey](https://modrinth.com/user/Stridey) Textures
- [DnatorGames](https://twitter.com/DnatorGames) Logo
- [Ratty](https://github.com/RodentMastermind) for the help with the resource pack## Images
![Plank Types](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/planktypes.png)
![Wood Options](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/woodoptions.png)
![Dyes](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/dyes.png)
![Tools](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/tools.png)
![Potions](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/potions.png)
![Redstone](https://raw.githubusercontent.com/tr7zw/ItemSwapper/1.20/img/redstone.png)