
[CIT] CustomItemTextures
MCPatcher's CIT w/o OptiFine. A reliable fork of CITResewn!
Обновлён 18 марта 2024 г. · опубликован 17 марта 2024 г.
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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.0.0+1.20.4 | Релиз | 1.20.4 | fabric | 18 марта 2024 г. | .jar (388 КБ) |
Ченджлог
1.0.0+1.20.4Релиз1.20.4 · 18 марта 2024 г.
- Updated to 1.20.4 (dicedpixels)
- Feature: "exists:" prefix (BlendyDev)
- Improve performance of NBT String parsing (wahfl2)
- Fix any unknown condition breaks cit completely (HiWord9)
- Add null checks to enchantment type (dbrighthd)
- Update lastCachedStamp on cache hit (NickNackGus)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


