generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
valoeghese edited this page Oct 4, 2020
·
2 revisions
Welcome to the TooManyEvents wiki!
In your repositories
block, make sure you have jitpack:
maven { url 'https://jitpack.io' }
Then in your dependencies
put:
modImplementation "com.github.fabric-community:TooManyEvents:${project.tme_version}"
include "com.github.fabric-community:TooManyEvents:${project.tme_version}"
The second line is technically optional, but recommended, as it means players will not need to download the TooManyEvents jar themselves when they use your mod.
In your gradle.properties, add the line:
events_version=1.2.0
(replace 1.2.0 with whatever the latest TooManyEvents release for your minecraft version is)
Now you should have TooManyEvents set up and ready to go! Just run your IDE-specific gradle setup!