![Trofers](https://media.forgecdn.net/avatars/thumbnails/382/156/256/256/637566129446964304.png)
[BUG] New Mutant More Mod mobs are shaking in Trofers 1.19.2 - 3.2.0
ArcaneAlloy opened this issue ยท 1 comments
2023-11-15.20-22-57.mp4
As you can see in this video the mobs from the New Mutant More mod https://www.curseforge.com/minecraft/mc-mods/new-mutant-more are shaking when they are placed in a Trophy.
This is the code of the Datapack for one of this entities:
{ "colors": { "accent": "#606060", "base": "#606060" }, "conditions": [ { "type": "forge:mod_loaded", "modid": "mutantmore" } ], "display": { "scale": 0.4 }, "effects": { "rewards": { "cooldown": 9600, "lootTable": "trofers:trophies/mutant_wither_skeleton" }, "sound": { "soundEvent": "mutantmore:entity.mutant_wither_skeleton.roar" } }, "entity": { "type": "mutantmore:mutant_wither_skeleton" }, "name": { "color": "#20FCCE", "translate": "trophy.trofers.composed", "with": [ { "translate": "entity.mutant_wither_skeleton" } ] } }
This can be solved in some way?
Thanks!