Started by
Jaum-Capiel
on
Topic category: Help with Minecraft modding (Java Edition)
I am creating a moonstone block for my mod and I need the block to glow in the dark. Can someone help me?
this is the mineral block:
Topic category: Help with Minecraft modding (Java Edition)
I am creating a moonstone block for my mod and I need the block to glow in the dark. Can someone help me?
this is the mineral block:
https://imgur.com/a/YCKpTdO
moonstone block
if you mean glow thats very easy just raise luminance in light, sound and hardness
If you mean you want it to glow only in the dark, then make two separate blocks, one with the glow, and one without. Make them both have an on tick update that detects the light level, and if it above a certain amount it turns to the one without glow, else it turns to the one with glow.
I did it, but now my block just kept flashing ...
This is the procedure.
https://imgur.com/t2nW86e
thanks for replying anyway
It's detecting its own light.
How can a fix this?
Just change some of the values. For instance, make sure that the light level your block gives off is very low. You will want to try and get a light level of 1 or 2, maybe 3 on the block.
The Mcreator value for this is probably somewhere around 0.1, just mess around with the value until you get it right.