Started by
Suzu
on
Topic category: Help with MCreator software
Hello everyone, I'm trying to make a mod that burns the player at day, like zombies, but I don't really know how "is day" block works. It doesn't seems to work.
Here is my procedure:
Can someone explain me how to do it?
Essentially what your if block is doing is it is seeing if at a certain x, y, z location in the world can see if it is day. If you want to make it so that it is only if it is day time, just have "Is day provided world" block there. For opposite results, you would add a "not" block before to check for when it is not day time instead.
Hope this helps :)