A fabric / forge citizens like NPC mod.
You can find documentation here.
Add jitpack.io
maven repository.
repositories {
maven { url 'https://jitpack.io' }
}
Depending on the modloader, add Taterzens as a dependency. Replace the [LATEST_VERSION]
with the one found here.
dependencies {
// Architectury (common module)
modImplementation 'com.github.samolego.Taterzens:taterzens:[LATEST_VERSION]'
// Fabric
modImplementation 'com.github.samolego.Taterzens:taterzens-fabric:[LATEST_VERSION]'
// Forge
implementation fg.deobf 'com.github.samolego.Taterzens:taterzens-forge:[LATEST_VERSION]'
}