Skip to content

UntalentedAmateur/Taterzens

This branch is 16 commits ahead of, 10 commits behind samolego/Taterzens:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36dfe98 Â· Jul 23, 2024
Feb 8, 2024
Sep 27, 2023
Feb 7, 2024
Jul 23, 2024
Feb 7, 2024
Feb 4, 2021
Sep 27, 2023
Feb 8, 2024
May 19, 2024
Feb 7, 2024
Feb 7, 2024
Mar 5, 2023
Jun 6, 2023
Feb 7, 2024

Repository files navigation

Taterzens logo

Discord GitHub license Server environment Singleplayer environment

Fabric: Curseforge downloads Curseforge versions

Forge: Curseforge downloads Curseforge versions

A fabric / forge citizens like NPC mod.

showcase.mp4

Addons

Thanks

Translation contributions

  1. Fork the repository
  2. Add language file (make sure to follow the Minecraft language codes) as json.
    1. Name it e.g. en_us.json for American English
    2. Translate the messages
  3. Commit the file and submit a PR 😉

Developers

Contributing

Warning!

Taterzens mod uses official mojang mappings. If you're a Yarn contributor, you might not want to see the source!

Dependency

Add jitpack.io maven repository.

repositories {
    maven { url 'https://jitpack.io' }  // Taterzens itself
    maven { url 'https://maven.nucleoid.xyz' }  // Nucleoid (good stuff)
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }  // Permission API
}

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%