KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Anvil Not Working and missing textures #30

Closed sweetsosweet closed 3 years ago

sweetsosweet commented 6 years ago

Hi, I'm having an issue with the anvil not working at all and missing its textures. I can place the anvil, but the gui flashes onscreen for about half a second then doesn't open. I noticed the carpet is missing its textures as well. In my log I've got these lines, which is how I connected it to this mod:

[19:05:47] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name anvil, expected inspirations. This could be a intended override, but in most cases indicates a broken mod. [19:05:47] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name cauldron, expected inspirations. This could be a intended override, but in most cases indicates a broken mod. [19:05:47] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name carpet, expected inspirations. This could be a intended override, but in most cases indicates a broken mod. [19:05:47] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name flower_pot, expected inspirations. This could be a intended override, but in most cases indicates a broken mod.

I am using 1.12.2, forge version 14.23.2.2619, Inspirations-1.12.2-0.1.2

KnightMiner commented 6 years ago

Please give a full mod list. Does this happen with the latest Forge? With just Inspirations? Are you on a server or single player? Are you using a resource pack?

sweetsosweet commented 6 years ago

Hi, I'm using the latest version of forge. It seems to be a problem with liteloader only. I'll post my log:

https://pastebin.com/VvJLQwxe

KnightMiner commented 6 years ago

Looks like Liteloader is changing the paths for model loading from the substitutions. I do nothing to change those models specifically. I would report this issue to them since it works with normal Forge. Tell them the issue is with Forge registry substitutions.

I'll leave this issue open for now, there is a chance I can force the model to load from the proper place.

sweetsosweet commented 6 years ago

Ok, thanks for your help, I'll bring it up there. :)

KnightMiner commented 6 years ago

For my future reference: http://develop.liteloader.com/liteloader/LiteLoader/issues/47

atxmatt2510 commented 6 years ago

+1 and subscribing - having the same issue.

mezz commented 6 years ago

I made a test mod for this here: https://github.com/mezz/LiteLoaderRegistrySubstitutionTest Looking into it with the sponge devs since I can't get a hold of Mumfrey.

asiekierka commented 5 years ago

PSA: I have developed a workaround, available here.

KnightMiner commented 3 years ago

Going to close this as I am done with 1.12 support. If you have this issue, use asie's workaround.

asiekierka commented 3 years ago

It is not an issue on your end anyway; it's perfectly fine to close this. Thank you for your work!