Jump to content

Handheld glowing item [1.6.2]


Fruitsalid

Recommended Posts

I would like to create an item that when right clicked with, it will start to light up the area around you.(Like a lantern)

What would I need to put into the onRightClick method to make it switch between the off item and on item?

Also how do you add a light value to an item?

Link to comment
Share on other sites

One way of doing this is by creating an invisible block with a set light level, and then having this block be created by the item every few ticks (don't do it too often, lighting eats memory like there's no tomorrow) and have the block remove itself after the same number of ticks. This isn't too hard to implement, but there are probably many more efficient ways of doing this (in terms of memory usage) but this method is fairly easy to do.

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.