
Incompatibility with Ender Storage 1.8.+
nu11une opened this issue ยท 5 comments
Describe the bug
Having the Ender Storage 1.8.+ mod installed alongside MoreMcmeta causes MoreMcmeta animations to fail
To reproduce
Steps to reproduce the behavior:
- Install Ender Storage 1.8.+ and MoreMcmeta
- Install mod/resource pack that uses MoreMcmeta animations
- Launch the game and look at the animated textures
Which Minecraft versions does this bug affect?
- 1.16
- 1.17
- 1.19
Mod loader
Which mod loaders does this bug affect?
- Forge
- Fabric
Mods list
MoreMcmeta
Ender Storage 1.8.+
Resource pack
MoreMcmeta Demo
I'm guessing this is the same issue as #11--will test these while testing LambDynamicLights.
I didn't notice this was a Forge mod instead of a Fabric mod, so I mistakenly thought this was the same root cause as #11. (The Forge mods were silently ignored in my test environment.) However, this is an issue on Ender Storage's end. The issue with Village Artifacts is essentially the same... they include resources that are not properly named and cause an exception, so MoreMcmeta can't load the textures. I am debating about reporting this to the mod authors or to Forge, but I will pass along the report since I have more information about the problem.
Someone else submitted a report to EnderStorage before I did: TheCBProject/EnderStorage#192
The fix for #11 prevents this issue. Closing this as a duplicate.