Scripted Models
A powerful tool for advanced model editing in Minecraft that uses a scripting approach to create and modify visual elements of the game.
With this mod, you can programmatically control vertex rendering, create complex particle systems, and completely transform the appearance of player models. All changes are implemented through convenient scripts, opening up endless possibilities for customization.
Usage Examples
Ready-made script examples are publicly available to help you quickly master the mod's functionality. These examples demonstrate various techniques for working with models and visual effects.
Installing Examples
To get started, simply download files with the ".txt" extension and place them in the ".minecraft/ScriptedModels" folder. After that, you can select the required scripts through a special interface that is called by pressing the "R" key.
For Developers
Fabric
dependencies {
modImplementation "maven.modrinth:scripted-models:0.7.2"
}
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
}
Mods Using Scripted Models
One of the well-known projects built on this library is Pixel's Character Models, which demonstrates the power and flexibility of this solution.