Posted April 4, 201312 yr Would it be possible to make the Item name a variable, for example... var1 = Iron public static itemAxe + var1 = new itemAxe(9000) etc. So it would read it as itemAxeIron. How could I do this and would it even be possible with forge?
April 4, 201312 yr Pretty sure it ain't, but I'm quite sure there is an easier way to do what you really want to do So if you explain what you want to achieve by doing this? If you guys dont get it.. then well ya.. try harder...
April 4, 201312 yr Author Alright, I'm making a weapon mod where in the config all you have to do is add a new weapon material and your ore can be crafted into my mods weapons. So in my main mod file I'm trying to find a way to run through all the weapon mats and make a weapon for each. Here's the code I have so far it works in every way I want it to except I can't add an in-game name to the item... removed code because I'm paranoid someone will steal it In my weapon mats file they are set up as an array so that's why you see weaponMats[ ]. Just point me in the direction of the code that adds a name to an item and I should be able to figure the rest out. edit: figured it out, should probably try doing it myself before crying for help
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.