Is it possible to make mobs emit light (luminescent) in MCreator v1.9.1, if so, how?

Started by Awesomex_Revived on

Topic category: Help with MCreator software

Last seen on 07:41, 25. Oct 2020
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make mobs emit light (luminescent) in MCreator v1.9.1, if so, how?

Is it possible to make mobs (i.e a firefly) luminescent in MCreator v1.9.1? If possible, how? I could not find any tutorials online. Thanks - A.Revived.

Last seen on 19:55, 7. Jan 2021
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could perhaps make an if…
Wed, 09/25/2019 - 06:49

You could perhaps make an if statement on tick update procedure that detects if the block it is in is air, and replace it with a invisible block that is functionally identical to air except it produces light, and give that a tick update procedure to replace itself with air.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can  you make an example I…
Fri, 06/26/2020 - 14:43

Can  you make an example I could use?

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ouch imagine a lot of mobs…
Tue, 07/07/2020 - 00:53

ouch imagine a lot of mobs doing that... would be a mess... how did Mo´creatures did that on the jellyfish mob? i wonder... i would like to learn a code edit for that too...

Last seen on 02:05, 14. Apr 2022
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mo' Creatures actually coded…
Wed, 07/22/2020 - 04:27

Mo' Creatures actually coded the mod, they didn't use MCreator.