Jump to content

[1.7.10] Confusion with leaves


TheLynx

Recommended Posts

I'm new to the whole modding thing, so this should be a simple fix.  As we know leaves are divided into two different blocks.  Blocks.leaves and Blocks.leaves 2.  I need to know how to specifically check for one type of leaves, not just the entire group.  Here's an example:

if (event.block == /*oakLeaves*/)
{
//CODE
}

 

I know that oak leaves are 18:0, but I don't understand how to check the datavalue of the block. :(

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.