Posted June 18, 20196 yr I'm in the process of rewriting my code after finding a better tutorial, and I was wondering how to use an item as a repair material for tools/armor. Before, I would just call the variable directly from my ItemList (which would have things like "public static Item copper_ingot;"), and the ItemList would be used to statically initialise the items. Now that I've learned that's not a good idea, I switched to Cadiboo's method, but I no longer have a variable to reference as an Item for things like this. Is there another way to do this? I'd also appreciate any general suggestions on how to improve my code. https://github.com/GreenbackCafe/randommod
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.