May 22, 20196 yr Well, what do you have there now? Did you register the model for your itemblock? If not then you need to do it. https://mcforge.readthedocs.io/en/latest/models/using/#item-models
May 22, 20196 yr Don't use static initializers. They can and will break. ClientRegistry is a client-only code an will crash the server. Use a proxy. Why are you passing null as the variant? That won't work. Pass a variant that actually exists.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.