Перейти к содержимому
Mineforgian

Yes Steve Model

A mod that modifies the vanilla player model

10.3M загрузок2K подписчиковLicenseRef-All-Rights-Reservedfabricforgeneoforge

Обновлён 2 мая 2026 г. · опубликован 13 августа 2023 г.

  • Скриншот: Yes Steve Model
  • Скриншот: Yes Steve Model
  • Скриншот: Yes Steve Model
  • Скриншот: Yes Steve Model
  • Скриншот: Yes Steve Model
  • Скриншот: Yes Steve Model

The Yes Steve Model mod is a Minecraft Forge/Fabric/NeoForge mod that modifies the vanilla player model, using geckolib at its core, using Minecraft Bedrock Edition models and animation files. This allows players to customize player models and animations as they wish.

Platform Support

Versions 1.1.5 and earlier were written in pure Java and support the three major mainstream platforms and mobile platforms.

Since the encryption algorithm of the old versions written in Java was quickly cracked, starting from version 1.2.0, the core encryption and rendering parts are all written in C++. This greatly improves the rendering performance and security, but the multi-platform support is poor.

The system support situation is as follows:

System Client Server
Windows AMD64
Linux AMD64
Android AArch64
macOS (Intel)
macOS (Apple Silicon)

Introductory Videos

Text introduction

img1

The Yes Steve Model mod takes into account the mod needs of the server community, and adopts many designs suitable for the server environment, including but not limited to:

  1. Automatic synchronization of client models: When players enter the server, the server will automatically synchronize the models to the player's computer.
  2. Encrypted model files: All the models sent to the player client are encrypted binary files, effectively avoiding the problem of model theft!
  3. Model auth function: Models can be authorized separately, and only after the OP input command is authorized, a specific model can be used.
  4. Vanilla player model modification: Added default Steve and Alex models, both of which can automatically call the player skin display.

Simple customization function: The model customization function is extremely simple. You only need to place the model, textures and animation files in a specific folder, and input the reload command in the game to automatically load and synchronize. No need to write any configuration files!


For client players, it is also extremely simple to use. After the player enters the server for the first time and waits for more than ten seconds (time-consuming for model synchronization), he can use the shortcut key Alt + Y to open the following GUI:

img2

  • ① Model switching button: Click to switch to the corresponding model. If the icon in the upper right corner of the button is red, it means the model is not authorized. The number in the icon represents the number of materials that the model can switch.
  • ② Texture switching button: For models with multiple textures, click the left and right buttons to switch the model texture.
  • ③ Model category switching button: You can switch between all models, auth models and vanilla models (currently only Steve and Alex models

There are many authors who have published works on planetminecraft. You can follow them:

Additional Warning:

Please do not create any models that violate laws and regulations. This production team is also opposed to any form of R18/NSFW content creation! We have never participated in any related content creation!

请不要制作任何违反法律法规的模型,本制作组也反对任何形式的 R18 内容创作!也从未参与过任何相关内容创作!

Version 2.2.2+ uses C++ and VMP.

Although we have used digital signatures to avoid this as much as possible, there may still be false positives from some antivirus software.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.6.5-neoforge+mc26.1-hotfixРелиз26.1.2neoforge2 мая 2026 г..jar (60.1 МБ)
2.6.5-neoforge+mc26.1Релиз26.1.2neoforge22 апреля 2026 г..jar (59.6 МБ)
2.6.5-neoforge+mc1.21.1Релиз1.21.1neoforge22 апреля 2026 г..jar (60.5 МБ)
2.6.5-fabric+mc1.21.1Релиз1.21.1fabric22 апреля 2026 г..jar (59.9 МБ)
2.6.5-forge+mc1.20.1Релиз1.20.1forge22 апреля 2026 г..jar (60.3 МБ)
2.6.5-fabric+mc1.20.1Релиз1.20.1fabric22 апреля 2026 г..jar (60.4 МБ)
2.6.4-neoforge+mc1.21.1Релиз1.21.1neoforge24 марта 2026 г..jar (56.7 МБ)
2.6.4-fabric+mc1.21.1Релиз1.21.1fabric24 марта 2026 г..jar (56.0 МБ)
2.6.4-forge+mc1.20.1Релиз1.20.1forge24 марта 2026 г..jar (57.8 МБ)
2.6.4-fabric+mc1.20.1Релиз1.20.1fabric24 марта 2026 г..jar (56.7 МБ)
2.6.3-neoforge+mc1.21.1Релиз1.21.1neoforge13 марта 2026 г..jar (55.5 МБ)
2.6.3-fabric+mc1.21.1Релиз1.21.1fabric13 марта 2026 г..jar (55.8 МБ)
2.6.3-forge+mc1.20.1Релиз1.20.1forge13 марта 2026 г..jar (56.2 МБ)
2.6.3-fabric+mc1.20.1Релиз1.20.1fabric13 марта 2026 г..jar (56.7 МБ)
2.6.2-fabric+mc1.21.1Релиз1.21.1fabric12 января 2026 г..jar (48.0 МБ)

Показаны последние 15 из 104 версий. Все версии — на Modrinth.

Ченджлог

2.6.5-neoforge+mc26.1-hotfixРелиз26.1.2 · 2 мая 2026 г.
  • Fixed an issue where the RemotePlayer model was not rendering
  • Fixed an issue where the first-person arms were not rendering
2.6.5-neoforge+mc26.1Релиз26.1.2 · 22 апреля 2026 г.

YSM 2.6.5 Changelog

Performance & Stability

  • Fixed an issue where the game would freeze after long runtime on Linux and Android;
  • Improved renderer scheduling for slight performance gains, reducing load and power consumption on Android;
  • Optimized rendering of opaque models; improved model memory management;
    • Note: Once a model uses semi-transparent textures, rendering efficiency will drop significantly. It is recommended to minimize the use of transparency;

Compatibility

  • Added support for Minecraft 26.1.2 NeoForge;
  • Automatically disables linked mod features when the linked mod version is too low (instead of crashing with an error);

Features

  • Added configuration options to disable certain high-risk linked mod features;
    • For example, mods like Sophisticated Backpacks and Parkour that frequently change their core code;
  • Improved stability of the radial menu configuration UI;
  • Added support for lance animations; the animation category name is lance;

Bug Fixes

  • Fixed an issue where some Molang events were not firing correctly;
  • Fixed incorrect pitch rotation not being applied to custom minecart models;
  • Fixed rotation anomalies in preview models and paper doll rendering in certain situations;
  • Fixed katana group positioning and TaCZ pistol animation issues for some models;
  • Fixed the issue where maids using YSM models would clip through entertainment blocks;

Model Updates

  • Updated models: Mini Wine Fox, Holy Wine Fox, Elf Wine Fox, Survivor Wine Fox, K Snail;
2.6.5-neoforge+mc1.21.1Релиз1.21.1 · 22 апреля 2026 г.

YSM 2.6.5 Changelog

Performance & Stability

  • Fixed an issue where the game would freeze after long runtime on Linux and Android;
  • Improved renderer scheduling for slight performance gains, reducing load and power consumption on Android;
  • Optimized rendering of opaque models; improved model memory management;
    • Note: Once a model uses semi-transparent textures, rendering efficiency will drop significantly. It is recommended to minimize the use of transparency;

Compatibility

  • Added support for Minecraft 26.1.2 NeoForge;
  • Automatically disables linked mod features when the linked mod version is too low (instead of crashing with an error);

Features

  • Added configuration options to disable certain high-risk linked mod features;
    • For example, mods like Sophisticated Backpacks and Parkour that frequently change their core code;
  • Improved stability of the radial menu configuration UI;
  • Added support for lance animations; the animation category name is lance;

Bug Fixes

  • Fixed an issue where some Molang events were not firing correctly;
  • Fixed incorrect pitch rotation not being applied to custom minecart models;
  • Fixed rotation anomalies in preview models and paper doll rendering in certain situations;
  • Fixed katana group positioning and TaCZ pistol animation issues for some models;
  • Fixed the issue where maids using YSM models would clip through entertainment blocks;

Model Updates

  • Updated models: Mini Wine Fox, Holy Wine Fox, Elf Wine Fox, Survivor Wine Fox, K Snail;
2.6.5-fabric+mc1.21.1Релиз1.21.1 · 22 апреля 2026 г.

YSM 2.6.5 Changelog

Performance & Stability

  • Fixed an issue where the game would freeze after long runtime on Linux and Android;
  • Improved renderer scheduling for slight performance gains, reducing load and power consumption on Android;
  • Optimized rendering of opaque models; improved model memory management;
    • Note: Once a model uses semi-transparent textures, rendering efficiency will drop significantly. It is recommended to minimize the use of transparency;

Compatibility

  • Added support for Minecraft 26.1.2 NeoForge;
  • Automatically disables linked mod features when the linked mod version is too low (instead of crashing with an error);

Features

  • Added configuration options to disable certain high-risk linked mod features;
    • For example, mods like Sophisticated Backpacks and Parkour that frequently change their core code;
  • Improved stability of the radial menu configuration UI;
  • Added support for lance animations; the animation category name is lance;

Bug Fixes

  • Fixed an issue where some Molang events were not firing correctly;
  • Fixed incorrect pitch rotation not being applied to custom minecart models;
  • Fixed rotation anomalies in preview models and paper doll rendering in certain situations;
  • Fixed katana group positioning and TaCZ pistol animation issues for some models;
  • Fixed the issue where maids using YSM models would clip through entertainment blocks;

Model Updates

  • Updated models: Mini Wine Fox, Holy Wine Fox, Elf Wine Fox, Survivor Wine Fox, K Snail;
2.6.5-forge+mc1.20.1Релиз1.20.1 · 22 апреля 2026 г.

YSM 2.6.5 Changelog

Performance & Stability

  • Fixed an issue where the game would freeze after long runtime on Linux and Android;
  • Improved renderer scheduling for slight performance gains, reducing load and power consumption on Android;
  • Optimized rendering of opaque models; improved model memory management;
    • Note: Once a model uses semi-transparent textures, rendering efficiency will drop significantly. It is recommended to minimize the use of transparency;

Compatibility

  • Added support for Minecraft 26.1.2 NeoForge;
  • Automatically disables linked mod features when the linked mod version is too low (instead of crashing with an error);

Features

  • Added configuration options to disable certain high-risk linked mod features;
    • For example, mods like Sophisticated Backpacks and Parkour that frequently change their core code;
  • Improved stability of the radial menu configuration UI;
  • Added support for lance animations; the animation category name is lance;

Bug Fixes

  • Fixed an issue where some Molang events were not firing correctly;
  • Fixed incorrect pitch rotation not being applied to custom minecart models;
  • Fixed rotation anomalies in preview models and paper doll rendering in certain situations;
  • Fixed katana group positioning and TaCZ pistol animation issues for some models;
  • Fixed the issue where maids using YSM models would clip through entertainment blocks;

Model Updates

  • Updated models: Mini Wine Fox, Holy Wine Fox, Elf Wine Fox, Survivor Wine Fox, K Snail;
2.6.5-fabric+mc1.20.1Релиз1.20.1 · 22 апреля 2026 г.

YSM 2.6.5 Changelog

Performance & Stability

  • Fixed an issue where the game would freeze after long runtime on Linux and Android;
  • Improved renderer scheduling for slight performance gains, reducing load and power consumption on Android;
  • Optimized rendering of opaque models; improved model memory management;
    • Note: Once a model uses semi-transparent textures, rendering efficiency will drop significantly. It is recommended to minimize the use of transparency;

Compatibility

  • Added support for Minecraft 26.1.2 NeoForge;
  • Automatically disables linked mod features when the linked mod version is too low (instead of crashing with an error);

Features

  • Added configuration options to disable certain high-risk linked mod features;
    • For example, mods like Sophisticated Backpacks and Parkour that frequently change their core code;
  • Improved stability of the radial menu configuration UI;
  • Added support for lance animations; the animation category name is lance;

Bug Fixes

  • Fixed an issue where some Molang events were not firing correctly;
  • Fixed incorrect pitch rotation not being applied to custom minecart models;
  • Fixed rotation anomalies in preview models and paper doll rendering in certain situations;
  • Fixed katana group positioning and TaCZ pistol animation issues for some models;
  • Fixed the issue where maids using YSM models would clip through entertainment blocks;

Model Updates

  • Updated models: Mini Wine Fox, Holy Wine Fox, Elf Wine Fox, Survivor Wine Fox, K Snail;
2.6.4-neoforge+mc1.21.1Релиз1.21.1 · 24 марта 2026 г.

YSM 2.6.4 Changelog

  • Improved model object loading.

    • Fixed a crash caused by switching YSM models when installed alongside Touhou Little Maid.
  • Fixed incorrect Y-axis offset when riding boats, minecarts, and other vehicles while using a YSM model with Touhou Little Maid.

  • Improved molang struct creation logic.

  • Added a new configuration option merge_multiline_expr (see default model), which merges multi-line expressions within command keyframes.

    • This option is a fix for a BlockBench export issue.
  • Fixed abnormal rotation when replacing vehicle models from Immersive Aircraft and Simple Planes.

2.6.4-fabric+mc1.21.1Релиз1.21.1 · 24 марта 2026 г.

YSM 2.6.4 Changelog

  • Improved model object loading.

    • Fixed a crash caused by switching YSM models when installed alongside Touhou Little Maid.
  • Fixed incorrect Y-axis offset when riding boats, minecarts, and other vehicles while using a YSM model with Touhou Little Maid.

  • Improved molang struct creation logic.

  • Added a new configuration option merge_multiline_expr (see default model), which merges multi-line expressions within command keyframes.

    • This option is a fix for a BlockBench export issue.
  • Fixed abnormal rotation when replacing vehicle models from Immersive Aircraft and Simple Planes.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…