Giving Items Light Levels

Started by Curunir on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Giving Items Light Levels

Is it possible to make an item glow? Like how a torch with Optifine glows when you hold it, could you do that for another item?

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not the item itself without…
Mon, 11/18/2019 - 18:31

Not the item itself without using custom code. You can place an invisible light block when the item is being held, and make this block delete itself after a moment for a workaround.