Плагины/BetterModel
BetterModel

BetterModel

⚡ Custom 3D entity model on servers!

16.5K
89

BetterModel 1.15.1-SNAPSHOT-441 for Paper

beta14 декабря 2025 г.

fix: rewrite remap script (#230)

BetterModel 1.15.0 for Paper

release9 декабря 2025 г.

📗 Notice

Due to Mojang’s new version numbering system (e.g., 1.21.x → 26.x), the next BetterModel feature release will begin at 2.0.0 to avoid confusion with Minecraft versions.
This also marks the completion of the BetterModel 1.x series, as its core APIs and features have now reached a stable, finalized state.

Several technical questions are expected to emerge in the near future, and they may influence the evolution of BetterModel 2.0.0:

🔥 Feat

// ModelProfile#of
// Can be offline player, uuid
BetterModel.model("model").ifPresent(model -> model.create(location, ModelProfile.of(player)));
  • CommandAPI is no longer used. Now cloud is used to implement commands.
  • parallel json build
  • optimized IK
  • optimized texture load
  • BonePredicate builder
//Or chain
BonePredicate.name("hitbox")
    .or(BonePredicate.tag(BoneTags.HITBOX))
    .or(b -> b.getGroup().getMountController().canMount())
    .notSet();

//Apply with children
BonePredicate.tag(BoneTags.HEAD_WITH_CHILDREN).withChildren();
  • added 'loop_type' to '/bm limb' command
  • added 'scaling' to 'bm disguise' command

⚡ Refactor

  • ModelChildren -> ModelOutliner
  • BaseEntity
  • Float3 and Float4
  • ModelBlueprint

🔧 Fix

  • Tracker#hide on init
  • resource pack load error
  • Citizens trait
  • UV issue regarding right forearm

🧹 Chores

  • fix(deps): update dependency io.lumine:mythic-dist to v5.11.1
  • fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.3.0

Full change log

BetterModel 1.14.3-SNAPSHOT-440 for Spigot

beta6 декабря 2025 г.

Merge pull request #221 from toxicity188/renovate/io.lumine-mythic-dist-5.x

fix(deps): update dependency io.lumine:mythic-dist to v5.11.0

BetterModel 1.14.3-SNAPSHOT-440 for Paper

beta6 декабря 2025 г.

Merge pull request #221 from toxicity188/renovate/io.lumine-mythic-dist-5.x

fix(deps): update dependency io.lumine:mythic-dist to v5.11.0

BetterModel 1.14.3-SNAPSHOT-439 for Spigot

beta4 декабря 2025 г.

feat: optional argument 'scaling' in disguise command (#218)

Совместимость

Minecraft: Java Edition

1.20–1.21.111.19.4

Создатели

toxicity188

toxicity188

Владелец

Детали

Лицензия:MIT
Опубликован:11 месяцев назад
Обновлён:5 дней назад