A collection of NOVA features that are Minecraft-specific.
Type the following command in the root directory of the repository.
gradlew setupDecompWorkspace idea
- NOVA-Core
Add the Redstone component to your block and it will be able to handle Redstone signals.
Simply add this to your block and it will be able to handle Redstone events:
add(Game.components().make(Redstone.class, this))