[CIT] CustomItemTextures

[CIT] CustomItemTextures

Mod

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

Client Utility

50.9k downloads
30 followers
Created2 months ago
Updated2 months ago

Follow Save
[CIT] CustomItemTextures has been archived. [CIT] CustomItemTextures will not receive any further updates unless the author decides to unarchive the project.
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

USE THE ORIGINAL MOD! IT'S FINALLY PORTED TO 1.20.4🎊

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.

External resources



Project members

UltimatChamp

Member


Technical information

License
Client side
required
Server side
unsupported
Project ID