MoreMcmeta / core

Animate almost any Minecraft texture with more options. Texture configuration API. 1.16-1.20
GNU Lesser General Public License v3.0
28 stars 5 forks source link

Incompatibility with Ender Storage 1.8.+ #12

Closed nu11une closed 2 years ago

nu11une commented 2 years ago

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:

  1. Install Ender Storage 1.8.+ and MoreMcmeta
  2. Install mod/resource pack that uses MoreMcmeta animations
  3. Launch the game and look at the animated textures

Which Minecraft versions does this bug affect?

Mod loader Which mod loaders does this bug affect?

Mods list MoreMcmeta Ender Storage 1.8.+

Resource pack MoreMcmeta Demo

soir20 commented 2 years ago

I'm guessing this is the same issue as #11--will test these while testing LambDynamicLights.

soir20 commented 2 years ago

The fix for #11 prevents this issue. Closing this as a duplicate.

soir20 commented 2 years ago

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 https://github.com/soir20/MoreMcmeta/issues/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.

soir20 commented 2 years ago

Someone else submitted a report to EnderStorage before I did: TheCBProject/EnderStorage#192

soir20 commented 2 years ago

A new EnderStorage version has been released with a fix; see the linked issue.