How do I make a Rain Sensor?

Started by joshuawl on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a Rain Sensor?

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.

Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a block, go into
Fri, 10/06/2017 - 21:03

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.

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Create a block, go into
Tue, 10/10/2017 - 22:37

@#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.

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Apparently no one knows how
Tue, 10/17/2017 - 23:54

Apparently no one knows how to make a rain sensor. :/