https://github.com/yalter/mousetweaks
A Minecraft mod that enhances inventory management.
https://github.com/yalter/mousetweaks
java minecraft mod
Last synced: 10 months ago
JSON representation
A Minecraft mod that enhances inventory management.
- Host: GitHub
- URL: https://github.com/yalter/mousetweaks
- Owner: YaLTeR
- License: bsd-3-clause
- Created: 2018-03-20T15:31:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T18:17:48.000Z (11 months ago)
- Last Synced: 2025-04-24T04:13:49.587Z (10 months ago)
- Topics: java, minecraft, mod
- Language: Java
- Homepage: https://minecraft.curseforge.com/projects/mouse-tweaks
- Size: 74.5 MB
- Stars: 141
- Watchers: 6
- Forks: 39
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mouse Tweaks
A mod that enhances inventory management by adding various functions to the mouse buttons.
# How to build
`gradlew build`
# Compatibility
Mouse Tweaks should work with everything based on `AbstractContainerScreen`. If your GUI isn't based
on `AbstractContainerScreen`, or if you want to provide additional compatibility, take a look
at `src/main/java/yalter/mousetweaks/api/`.