If you know the problem mods, you should report it to the mod authors.
You should also report it to the modpack author in case they have seen the problem before.
Other things:
It is not a good to use spaces in a folder name. Often mod developers don't handle this properly.
You don't seem to be logged in properly?
its to tell minecraft its not a simple full block - RenderType.solid() which is the default.
It goes in your FMLClientSetupEvent.
You don't need the enqueueWork for this, the setRenderLayer() is threadsafe.
Holy cow, that is not how you should handle that.
It's your OWN item, you can override the OnUse code in a custom item class instead of using events. Its for a block? Use a custom BlockItem.
0
points
Important Information
By using this site, you agree to our Terms of Use.