CurseForge · Minecraft mod
CatFrame
A shared frameworks bringing 1.8‑style models and flexible UI components to legacy modding.
Quick answer
Which CatFrame release should I use?
CatFrame 0.6.3 targets 1.7.10 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is CatFrame required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does CatFrame 0.6.3 need?
0.6.3. Change the file and its required mods may change too.
Install UniMixins first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add CatFrame without breaking your instance.
Built for CatFrame 0.6.3. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 0.6.3. It targets 1.7.10 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install UniMixins first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside 0.6.3. It opens that exact file at the source.
About this project
What does CatFrame add?
CatFrame
A Modern Rendering & UI Framework for Minecraft 1.7.10
CatFrame is a comprehensive rendering and UI framework for Minecraft 1.7.10, providing a full backport of the 1.8+ JSON model pipeline, an extensible blockstate system, an enhanced multi‑layer item renderer, and a modular UI component toolkit, for all of my works.
It serves as a foundational library for advanced mod development, enabling clean, data‑driven rendering and modern GUI design on a legacy version of Minecraft.
Rendering & Model System
CatFrame implements a complete 1.8‑style JSON model architecture:
- Model inheritance (
parent) with full merging oftextures,elements, anddisplay - Blockstate JSON with property‑based variants, rotations, UV lock, weighted randomness, and multipart logic
- Runtime state mapping via
IBlockStateProvider, allowing metadata/world state → variant resolution - Automatic model baking into
BakedQuadwith Mixin‑based integration into vanilla block/item rendering - Namespace‑based resource loading (
models/,blockstates/,model_mappings.json) - Texture collection & stitching during
TextureStitchEvent - Full display transform support for GUI, ground, fixed, first‑person, third‑person, and custom contexts
This system eliminates the need for ISBRH/TESR renderers and enables fully data‑driven block and item visuals.
ItemModern
Enhanced Item Rendering, CatFrame extends the vanilla item renderer with:
- Unlimited texture layers (not limited to 1–2 like vanilla)
- Per‑layer color tinting
- 2D GUI rendering + 3D in‑hand transforms
- Full compatibility with JSON item models
- Automatic multi‑pass rendering via
getRenderPasses()andgetColorFromItemStack()
This allows complex item visuals (weapons, tools, overlays, dyeable layers) without custom rendering code.
UI Framework
CatFrame includes a modular UI toolkit used by CreateWorldUI and available for any mod:
GuiCyclableButton<T>
A type‑safe cycling button with scroll‑wheel support, customizable value‑to‑text formatting, and update callbacks.
Ideal for option selectors, difficulty toggles, mode switches, and world‑creation parameters.
ContentPanelRenderer
A shared renderer for modern panel layouts:
- Header/footer separators
- Tiled backgrounds
- Custom textures
- One‑call
drawContentPanel()convenience method
Useful for structured option panels and grouped UI sections.
Tab System
A complete multi‑tab GUI framework:
Tabinterface for custom logicAbstractScreenTabfor easy implementationTabManagerfor switching, input routing, and resize persistenceTabBarfor customizable tab bars (solid color, tiled textures, custom tab button textures)TabRegistryfor registering tabs from external mods
Designed for complex screens, configuration menus, and multi‑section interfaces.
Credits
- 草莓龍醬 & AmarokIce for the json model support.
Project description from CurseForge.
Pick your setup
CatFrame by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.7.10
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
CatFrame versions and loaders
0.6.3
CatFrame-0.6.3.jar
5 Aug 2026
0.6.2
CatFrame-0.6.2.jar
5 Aug 2026
0.6.0
CatFrame-0.6.0.jar
5 Aug 2026
0.5.0
CatFrame-0.5.0.jar
22 Jul 2026
0.1.0
CatFrame-0.1.0.jar
9 Jun 2026
0.0.9
CatFrame-0.0.9.jar
9 Jun 2026
0.0.8
CatFrame-0.0.8.jar
9 Jun 2026
0.0.7
CatFrame-0.0.7.jar
9 Jun 2026
0.0.6
CatFrame-0.0.6.jar
9 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.