Posted March 25, 201510 yr I can't figure out why the Item "LapisDust" has the texture of the Item "LapisApple". http://pastebin.com/AChSNzAc Thank you!
March 25, 201510 yr First off that code will crash on a dedicated server, do the getItemModelMesher().register's in the client proxy. Second the code looks fine, perhaps you put the wrong texture location in the LapisDust.json ?
March 25, 201510 yr Init still I believe, as long as you do it after the item is registered in the GameRegistry
March 25, 201510 yr Wow what a surprise! /sarcasm If you know how to code you'd know the way to fix this (the easy way) is to make the variables public and do Class.variable, import the class and boom you have access to the variable. Another way is GameRegistry.findItem
March 25, 201510 yr Got a problem. The variables are not defined in the ClientProxy. What variables? Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.