How do I make a Rain Sensor?

Started by joshuawl on

Topic category: Help with modding (Java Edition)

Last seen on 00:32, 7. Jul 2018
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.

Last seen on 10:41, 7. Sep 2021
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.

Last seen on 00:32, 7. Jul 2018
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.

Last seen on 00:32, 7. Jul 2018
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. :/

Last seen on 18:36, 5. Feb 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It appers to be a bug.
Thu, 10/19/2017 - 02:22

It appers to be a bug.