MoreMcmeta / core

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

Incompatibility with Village Artifacts #13

Closed nu11une closed 2 years ago

nu11une commented 2 years ago

Describe the bug Having the Village Artifacts mod installed alongside MoreMcmeta causes MoreMcmeta animations to fail

To reproduce Steps to reproduce the behavior:

  1. Install Village Artifacts 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 Village Artifacts

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 #11. (The Forge mods were silently ignored in my test environment.) However, this is an issue on Village Artifact's end. The issue with Ender Storage 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

I have submitted a report to Village Artifacts: Lothrazar/VillagerTools#10