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

Latest commit

 

History

History
23 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 782 Bytes

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