Перейти к содержимому
Mineforgian

CIT Recrafted

A modern Custom Item Textures (CIT) engine for Minecraft 1.12.2

Загрузки
184
Подписчики
1
Обновлён
26 февраля 2026 г.
Лицензия
MIT

Опубликован 26 февраля 2026 г.

CIT Recrafted

Minecraft Version Forge License

A modern Custom Item Textures (CIT) engine for Minecraft 1.12.2 Built from the ground up to support legacy OptiFine/MCPatcher resource packs, CIT Recrafted brings modern performance and expanded features to 1.12.2 item rendering.

  • Natively supports resource packs loaded directly from other mods.
  • Supports NBT data, durability, stack size, enchantments, and pattern matching.
  • Compatible with existing Optifine and MCPatcher-based resource packs out of the box.
Click to see all supported CIT rules
  • type: (Required) Currently only supports the item type.
  • items: (Required) The target item ID(s). Unlike in Optifine, this implementation supports regex/pattern matching.
  • nbt.*: Matches NBT data.
  • damage: Matches damage. Works with percentages and ranges.
  • enchantments: Matches enchantments.
  • enchantmentLevels: Matches enchantment levels to all enchantments. Works with ranges.
  • stackSize: Matches count of items in stack. Works with ranges.
  • texture: Texture to use for the item. Can be a full path or a lone name.
  • model: Model to use for the item.
  • weight: Priority above or below other textures.

See the Optifine documentation for more information.

What is CIT?

CIT is a feature added by Optifine (and previously MCPatcher) allowing resource pack creators to give items custom textures based on properties like item name or durability. As Optifine is growing outdated, I wanted an alternative to use with better optimization mods, so I made one.

Ченджлог

v0.1.0Бета1.12.2 · 26 февраля 2026 г.
  • Add full support for basic CIT features: regex and pattern matching, enchantments/enchantment levels, stack size, damage, and NBT data
  • Add full parser for .property files within CIT folders in resource packs
  • Add custom item and model rendering for specified textures and models within property files
  • Add cache for custom item models for performance saving

Комментарии

Загружаем…