Want to make a Rain Sensor, but what I do doesn't work.

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:
Want to make a Rain Sensor, but what I do doesn't work.
Fri, 09/15/2017 - 05:04 (edited)

I want to create a rain sensor in my mod, but when I put in the case IsRaining[true] and the event redstone power set to true all in Update Tick, I end up with an error. Am I doing this all wrong? Is there a better way for me to do this? Idk

 

Edit: Also how do you turn a block into a slab, any videos I found on it were out of date?

Edited by joshuawl on Fri, 09/15/2017 - 05:04
Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Some months ago I too had
Fri, 09/15/2017 - 05:39

Some months ago I too had this idea and I met this error.

Last seen on 00:32, 7. Jul 2018
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Some months ago I too had
Fri, 09/15/2017 - 06:32

@#1 The wierd thing is that it seems like the IsRaining case is not working, causing the error, although I could just be using it wrong. :(

Last seen on 00:36, 3. Mar 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Is raining bit should be…
Sat, 03/31/2018 - 15:32

The Is raining bit should be working fine, I think the Redstone power bit is broken because I can not make a regular block that gives power either