Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ddozzi/vigilance-example-mod
- Owner: ddozzi
- Created: 2022-01-20T04:16:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T04:27:29.000Z (about 3 years ago)
- Last Synced: 2024-10-14T07:02:28.090Z (4 months ago)
- Topics: elementa, essential, java, java-8, minecraft, minecraft-api, minecraft-forge, minecraft-forge-mod, minecraft-mod, minecraftforge, sk1er, sk1er-llc, vigilance
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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