Mineuniverse
Log in Register
Mods

Entity Model JSON

A mod that allows entity models to be defined in JSON (1.17+)
by SizableShrimp
Claim this project
2,006 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Entity Model JSON

This is a Minecraft mod for Forge 1.18 which allows declaring entity models in JSON. It can be used to create powerful entity models in both mods and modpacks.

For modpack makers

For modpack makers, vanilla and modded entity models can be overridden in JSON using this system.

For modders

For modders, entity models can be declared in JSON and shipped as assets in the final jar, with a required dependency on this mod.

Getting Started Resources

For resources on how to declare and use JSON entity models, please see the following:

Adding as a mod dependency (modders)

To add this mod as a dependency, first add this to your repositories block:

repositories {
    // Entity Model JSON maven
    maven {
        url = 'https://sizableshrimp.me/maven'
    }
}

Then, add the dependency to your dependencies block. For the latest version, see here.

dependencies {
    implementation fg.deobf("me.sizableshrimp:entitymodeljson:${minecraft_version}-${entitymodeljson_version}")
}

For a complete example, see here.

No files available for download.

More from SizableShrimp

Sharrows
658

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314