amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 23 forks source link

[MC 1.10 MCMultiPart 1.21] - Error messages in console #50

Closed addrever closed 8 years ago

addrever commented 8 years ago

Hello,

I am getting some error messages in the console. The mod loads okay, but I wanted to bring it to your attention.

  1. [06:41:56] [Client thread/ERROR]: Exception loading model for variant mcmultipart:multipart#ticking=false net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mcmultipart:multipart#ticking=false with loader VariantLoader.INSTANCE, skipping
  2. [06:41:56] [Client thread/ERROR]: Exception loading model for variant mcmultipart:multipart#ticking=true net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mcmultipart:multipart#ticking=true with loader VariantLoader.INSTANCE, skipping

Full Log

raoulvdberge commented 8 years ago

This is probably fixed in the latest commit @amadornes?

amadornes commented 8 years ago

It is indeed. It's not a big deal, really, just some missing models that aren't even shown because I override them in-code.