Modern Model Format
ModAllows 1.21.11 models to load in older versions
Type
Mod
Modrinth Downloads
61
Modrinth ID
1SGQO17b
Last Updated
Jun 19, 2026
Description
Allows the use of the 1.21.11 model format in older versions with the help of black magic, specifically allowing all three axis (XYZ) rotation and incrementes larger/smaller than 22.5°, additionally removing the 3x3x3 size constraint.
Example

File: assets/minecraft/models/block/diamond_block.json
{ "format_version": "1.21.11", "textures": { "all": "block/diamond_block" }, "elements": [ { "from": [0, 0, 0], "to": [16, 16, 16], "rotation": {"x": 45, "y": 45, "z": 45, "origin": [8, 8, 8]}, "faces": { "north": {"uv": [0, 0, 16, 16], "texture": "#all"}, "east": {"uv": [0, 0, 16, 16], "texture": "#all"}, "south": {"uv": [0, 0, 16, 16], "texture": "#all"}, "west": {"uv": [0, 0, 16, 16], "texture": "#all"}, "up": {"uv": [0, 0, 16, 16], "texture": "#all"}, "down": {"uv": [0, 0, 16, 16], "texture": "#all"} } } ] }Supports both rotation types:
All axis rotation
"rotation": { "x": 45, "y": 45, "z": 45, "origin": [ 8, 8, 8 ] }Single axis rotation
"rotation": { "angle": 45, "axis": "y", "origin": [ 8, 8, 8 ] }Issues
If you have found an issue please report it on the github, along with (if applicable):
- any logs
- the model
- a screenshot
- the game version
- modlist
My models are not loading anymore
Try checking the model file for any extra brackets {} because Modern Model Format ensure a strict json validation.
Example:
[18:30:32] [Worker-Main-2/ERROR]: Failed to load model mod_id:models/item/example_item.json com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 506 path $Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
One Piece World Like - Mine mine no mi
A Minecraft addon for the Mine Mine no Mi mod that transforms the world into a true One Piece-inspired adventure, featur...
Emerald Thingies
Adds emerald tools + emerald armor to your game
Capture Nets
A reusable net that captures any passive or neutral mob — including modded ones — and releases them anywhere with full N...
TFC Glass Workshop
Adds a TFC-style mechanical glass press for batch glass production, reusable molds, ceramic molds, and powder-dyed glass...
pyke-lib
Library mod for my projects, Dependency for my mods
Reverb Compass
Adds waypoint teleportation to the game as a vanilla-esque feature.

