Weird Happenings

Weird Happenings

50.2k Downloads

The torch mover moves redstone torches and replaces them with normal torches

Commoble opened this issue ยท 0 comments

commented

https://github.com/KatrinaAS/WeirdHappenings/blob/master/src/main/java/dev/katcodes/weirdhappenings/happenings/TorchHappening.java

This occurs because the torch happening looks for blocks that extend TorchBlock.class, which redstone torches extend.