Jump to content

[SOLVED] Public static variable?


TuxCraft

Recommended Posts

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?

Link to comment
Share on other sites

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  ;D

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.