
Scripted Models
Scripted Models is an advanced model editing library
- Загрузки
- 3K
- Подписчики
- 4
- Обновлён
- 8 января 2023 г.
- Лицензия
- LGPL-3.0-only
Опубликован 24 мая 2022 г.
an advanced model editing mod for Minecraft
using scripts to render vertices, particles, and visually modify the player model
Scripted Models has examples on how to use it here
Example Mod:
download the ".txt" files to ".minecraft/ScriptedModels"
then select them in the GUI by pressing "R"
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
Ченджлог
0.7.4Бета1.19.3 · 8 января 2023 г.
updated to support 1.19.3
0.7.3FБета1.19, 1.19.1 · 5 августа 2022 г.
fixed networking issues
changed_script no longer resets entitydata on the server
0.7.3Бета1.19, 1.19.1, 1.19.2 · 5 августа 2022 г.
changed_script no longer resets entitydata on the server
0.7.2FБета1.19.1 · 4 августа 2022 г.
Forge Port
0.7.2Бета1.18.2, 1.19 · 22 июля 2022 г.
remove_script no longer calls reset_script on server
0.7.1Бета1.18.2, 1.19 · 29 июня 2022 г.
angle no longer converts degress to radians
0.7.0Бета1.18.2, 1.19 · 27 июня 2022 г.
ServerNetwork now runs on Singleplayer
joining a world now requests all entity scripts
changed how request_entitys works
fixed changed_script using senderplayer's uuid instead of the entity's uuid
fixed angle
added ROTATE LineMode
now uses CopyOnWriteArrayList instead of ArrayList
added player connection packet
0.6.0Бета1.18.2, 1.19 · 22 июня 2022 г.
some entity's that don't use AnimalModel now work
Комментарии
Загружаем…