Started by
Awesomex_Revived
on
Topic category: Help with MCreator software
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.
Topic category: Help with MCreator software
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.
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.
Can you make an example I could use?
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...
Mo' Creatures actually coded the mod, they didn't use MCreator.
In 2020.3, yes, you can.
how