Taterzens
Minecraft serverside NPC / Citizens like mod.
Install / Use
/learn @samolego/TaterzensREADME
A fabric / forge citizens like NPC mod.
-> Documentation <-
https://user-images.githubusercontent.com/34912839/142493879-6f642eb1-e226-4798-abfd-ef190f7fe4a8.mp4
Addons
Thanks
- SGUI mod by Patbox (<- make sure to give this a star!)
Translation contributions
- Fork the repository
- Add language file (make sure to follow the Minecraft language codes) as json.
- Name it e.g.
en_us.jsonfor American English - Translate the messages
- Name it e.g.
- Commit the file and submit a PR :wink:
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]'
}
Related Skills
node-connect
340.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.1kCommit, push, and open a PR
