-
Notifications
You must be signed in to change notification settings - Fork 0
Mod Developer
Linguardium edited this page Apr 25, 2020
·
10 revisions
First, add this mod as a dependency. (normally in your build.gradle file)
repositories {
[...]
maven { url 'https://jitpack.io' }
}
dependencies {
[...]
modImplementation "io.github.Linguardium:WanderingTradesmen:${project.tradesmen_version}"
include "io.github.Linguardium:WanderingTradesmen:${project.tradesmen_version}"
}
then in your gradle.properties file
tradesmen_version = VERSION
VERSION is the current version as seen here GitHub Releases
Make sure you include autoconfig1u here or here and LibCD
Now, just make a LibCD Tweaker Script to generate your traders!