Supported MCreator versions
2025.2
2025.3
Downloads:
839
Upvotes: 13
About the plugin
Entity texture swapper is a simple plugin that includes a brand new procedure block under the entity procedures category which allows you to swap the texture of your living entities without the use of model layers. This can be used to more easily create entity variants or animated textures by swapping between multiple frames of an animation. The texture is saved to the entity's data even after the game is closed.
Example usage
Changelog
v1.1
-Ported to MCreator 2025.3
Plugins may contain bugs, break workspaces, or alter the way MCreator operates.
Plugins are not official or affiliated with Pylo in any way.
In case of any copyright infringement or suspicious downloads, please let us know as soon as possible.
Plugin downloads
Entity texture swapper v1.0 (MCreator 2025.2 ONLY) - entity_texture_swapper.zip
Uploaded on: 08/23/2025 - 20:01 File size: 29.44 KB
Entity texture swapper v1.1 (MCreator 2025.3 ONLY) - entity_texture_swapper.zip
Uploaded on: 10/21/2025 - 22:06 File size: 29.35 KB
Comments
It's not possible without a mixin. This plugin has direct access to custom entities' code which is why it can change their textures. If you want something to change the look of vanilla entities, you can use my other plugin, Nerdy's Custom Entity Models, cancel the default rendering, and render a copy of the entity's model with a different texture.



Can you add vanilla mobs during the texture procedure? It's a bit annoying if it only works for user-defined mobs.