Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddozzi/vigilance-example-mod

An example mod that uses Vigilance and Essential with Java.
https://github.com/ddozzi/vigilance-example-mod

elementa essential java java-8 minecraft minecraft-api minecraft-forge minecraft-forge-mod minecraft-mod minecraftforge sk1er sk1er-llc vigilance

Last synced: 4 months ago
JSON representation

An example mod that uses Vigilance and Essential with Java.

Awesome Lists containing this project

README

        

# Vigilance Example Mod (Java)
I haven't really seen any mods that use [Vigilance](https://github.com/Sk1erLLC/Vigilance) and Essential with Java, so here's a quick example mod I made.
It's basically a spinoff of the [ModCore Example Mod](https://github.com/Sk1erLLC/ModCore-Example-Mod), and the [example on the Vigilance github repo](https://github.com/Sk1erLLC/Vigilance/tree/master/src/main/kotlin/gg/essential/vigilance/example). ModCore is depricated and the Vigilance examples all use Kotlin.

## Contents
This example mod showcases all the different configuration options available through Vigilance.

## Usage
If you're planning on using this in a development environment, don't forget to add
```java
--tweakClass gg.essential.loader.stage0.EssentialSetupTweaker
```
to the JVM arguments or it won't work