Mod
Modern Model Format
No reviews yet
Allows 1.21.11 models to load in older versions
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
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

<details> <summary>Model</summary>
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"}
}
}
]
}
</details>
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
]
}
Maven
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
modImplementation 'com.github.Nico44YT:ModernModelFormat:<version>'
}
Version generally is comprised of "<mod_version>_<game_version_range>" e.g: "1.3.0-1.19.3-1.21.3"
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 $
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

Model
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
]
}
Maven
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
modImplementation 'com.github.Nico44YT:ModernModelFormat:<version>'
}
Version generally is comprised of "<mod_version>_<game_version_range>" e.g: "1.3.0-1.19.3-1.21.3"
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 $
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

