Started by
joshuawl
on
Topic category: Help with Minecraft modding (Java Edition)
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
Some months ago I too had this idea and I met this error.
@#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. :(
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