Removes the mending + infinity restriction on Minecraft bows, letting you shoot infinitely.
To install, all you have to do is drop it in your mods folder! The Fabric API mod and the Fabric mod loader are required.
If you want to modify, update, or assist the development of this mod, follow these steps:
- Fork this repo and clone your copy.
- Edit the files that you cloned.
- Build the mod with the command
./gradlew build
(gradlew build
on Windows). - Your modified version of the mod will be in
build/libs
. To help with developing the mod, commit and push to your fork and then make a pull request into my branch.