Skip to content

marton2352/Taterzens

 
 

Repository files navigation

Taterzens

Discord GitHub license Server environment Singleplayer environment

A fabric / forge citizens like NPC mod.

You can find documentation here.

Developers

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]'
}

About

Minecraft serverside NPC / Citizens like mod.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%