How do I make an entity emit light?

Started by STAT1S on

Topic category: Help with MCreator software

Last seen on 19:17, 7. Sep 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an entity emit light?

Is there a way to make a mob emit light? If it needs procedures can someone help me or help make me one? I want to make a glowbug.

Last seen on 19:17, 7. Sep 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm using it for my new mod …
Fri, 06/26/2020 - 15:45

I'm using it for my new mod - Nether evolved.

Last seen on 19:17, 7. Sep 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is this possible?
Fri, 06/26/2020 - 17:50

Is this possible?

Last seen on 16:48, 17. Dec 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think there's a…
Sun, 06/28/2020 - 19:00

I don't think there's a concrete way to do it without diving into a bunch of Java coding, but you could make an invisible block that emits light and replace any air around the mob with it.
The block would need to be walked through-able, and would need to destroy itself after 1 tick, so that it wouldn't interfere with any block placements.

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nah i tried the block thing,…
Sun, 10/11/2020 - 02:23

nah i tried the block thing, the result is a horrible mess believe me...

Last seen on 15:46, 28. Jan 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the easiest way to make the…
Fri, 03/31/2023 - 12:39

the easiest way to make the entity emit light is to put a torch in the main arm slot, it will work even if the model is not biped, but you will need an atomicstryker dynamic light mod to make everything work correctly