Mod
Entity Model JSON
No reviews yet
A mod that allows entity models to be defined in JSON (1.17+)
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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
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:
- All vanilla entity models exported as JSON - This resource allows you to see how all vanilla entity models look in a JSON format. They can be used as a starting skeleton, or directly copied to override vanilla entity models with a custom variant.
- An example Forge mod using JSON entity models
- The complete JSON spec - This JSON file documents all the properties you can possibly use.
- The complete JSON schema - This has the complete JSON Schema of entity models. You can use this for hints in your editor of choice when making a JSON entity model.
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.
Screenshots
Gallery
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