Jump to content

Item/Blocks Meta subtypes


Dijkstra

Recommended Posts

So block/item meta is 4 bit so you can only 0-15 for meta data, but then I seen items added by other with meta values way into the hundreds, so this can not be meta data can it? Or are they using there own system for meta data or is something else.

 

I would like to make item with more than 16 sub items is there, how would i go about this   

Link to comment
Share on other sites

Ore-type-by meta isn't really worth doing unless you have a good reason. If your set on it, try and group things intelligently (eg by harvest level) just to make the coding easy (rather than having to do lookups by meta).

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

And if you wanted all of your ore types to share some characteristics/behavior, then you could first create an abstract class implementing what's shared. Then each set of up to 16 ores could extend that class.

 

How many ores does a game need anyway? Well, I suppose if you're using Minecraft to teach the periodic table to students... Otherwise game playability should be a consideration.

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

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.