You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valoeghese edited this page Oct 4, 2020
·
2 revisions
Welcome to the TooManyEvents wiki!
Setup
Step 1: build.gradle
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.
Step 2: gradle.properties
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!