Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

UltimatChamp/CustomItemTextures

 
 

Repository files navigation

MCPatcher's CIT w/o OptiFine. A reliable fork of CITResewn!

The main CIT mod serves as an API to add types and conditions while CIT: Defaults uses that API to provide the default types and conditions that naturally come with the CIT format.

Downloads

You can get CIT(bundled with Defaults) from Modrinth, CurseForge or by compiling it from source

                     

CIT Docs

Docs for CIT Resewn's usage are available over at https://citresewn.shcm.io

API

CIT is distributed for development through Modrinth's Maven repository under cit.
Defaults can be added separately through the same Maven under cit-resewn-defaults.

Gradle example:

// Add the modrinth maven repository:
repositories {
    ...
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    ...
    // Add the base CIT API to the project
    modCompileOnly "maven.modrinth:cit:1.0.0+1.20.4"
    // Add Defaults to the project
    modCompileOnly "maven.modrinth:cit-resewn-defaults:1.1.3+1.20"
}

API usage documentation will be available soon over at the docs.

For example usage of the CIT API, take a look at how Defaults does it.

Contributing

Bug fixes and feature implementations are always welcome and will usually be accepted once verified to be ok/fit in the mod.

Translations aren't really necessary but if you PR them there's no reason they won't be accepted.

Lastly, the docs site is also open source, PRs can be made to the docs branch.

Disclaimer

This is a temporary fork of CITResewn. The project will be archived, once the original mod is updated.

About

Fabric implementation of mcpatcher's CIT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%