Allows you to hold down your right “mouse button” even when tabbed out
Go to file
modmuss50 5898ba99a5 Update to 19w02a 2019-01-09 20:47:06 +00:00
gradle/wrapper first commit 2018-11-03 23:25:39 +01:00
src/main use array initializer value as the default for example 2018-12-31 16:05:40 +01:00
.gitignore Update .gitignore for VSCode support (#6) 2018-12-23 11:52:58 -05:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md update to 0.0.13 2018-11-06 10:51:23 +01:00
build.gradle Update to 19w02a 2019-01-09 20:47:06 +00:00
gradlew first commit 2018-11-03 23:25:39 +01:00
gradlew.bat first commit 2018-11-03 23:25:39 +01:00
settings.gradle update Loom, Fabric 2018-12-22 17:36:30 +01:00

README.md

Fabric Example Mod

Setup

  1. Edit build.gradle and mod.json to suit your needs.
    • The "mixins" object can be removed from mod.json if you do not need to use mixins.
    • Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
  2. Run the following command:
./gradlew idea

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.