Started by
joshuawl
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that will detect if it is raining and have it give off a redstone output when it is, but I can't figure out how.
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that will detect if it is raining and have it give off a redstone output when it is, but I can't figure out how.
Create a block, go into Events, then update tick, select Redstone Power and type in "true"
(without the quotations) then go to (In all cases), change it to IsRaining. Add event and you should be done.
@#1 I ended up getting an error. I then did some testing to see what the problem is and it seems that the IsRaining case isn't working.
Apparently no one knows how to make a rain sensor. :/
It appers to be a bug.