Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

A collection of NOVA features that are Minecraft-specific.

License

Notifications You must be signed in to change notification settings

EB-Archive/NOVA-Minecraft

 
 

Repository files navigation

Build Status Coverage

Minecraft-Plugin

A collection of NOVA features that are Minecraft-specific.

Workspace Setup

Type the following command in the root directory of the repository.

gradlew setupDecompWorkspace idea

Dependency

  • NOVA-Core

Redstone API

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))

About

A collection of NOVA features that are Minecraft-specific.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%