Jump to content

A question about metadata blocks/items?


Noah_Beech

Recommended Posts

if you realy wish to to minimise the amount of item ids your using (that use damage values like pickaxes ect) then you just need to either add nbt data to the item to tell which item it is and let minecraft do the items damage value or

 

make your own damage value and inventory render for the damage value and store that in nbt and use damage value for item switching

Link to comment
Share on other sites

Hi. I got the same problem but found a way to around this.

 

But the thing is these tools have to be the same max uses.

If not then its not possible.

 

I work with integer. You can combine integer with metadata.

 

Meta = Differend items

Integer = Tool uses

 

But this make remove the entchantment (unbreaking)

So that entchantment will no longer work!

 

Hope that helps.

Link to comment
Share on other sites

Well I guess my mod will forever have 100 ID's :|

why the sad face? do you really think that many players will reach the limit of 32000 item IDs? :D

mnn.getNativeLang() != English

If I helped you please click on the "thank you" button.

Link to comment
Share on other sites

Well I guess my mod will forever have 100 ID's :|

why the sad face? do you really think that many players will reach the limit of 32000 item IDs? :D

 

I think 100 IDs are not the world xD he could make it with metadata.

I give him a way he can use xD.

(My way was for items with about 100K IDs)

xD

So that you can make tools with metadata and have maybe 10 Item instead of 100000 xD

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.