Git Product home page Git Product logo

taterzens's Introduction

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

taterzens's People

Contributors

samolego avatar annijang avatar misode avatar altrisi avatar spaceclouds42 avatar dillonb07 avatar imgbotapp avatar squiddev avatar nihilanthy avatar sam-chai avatar zacrain avatar irewiewer avatar

Stargazers

东灯 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.