Update README.md

This commit is contained in:
Username404 2021-06-02 13:11:04 +02:00
parent acaa6b9618
commit 20211accad
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# SnowyGUI
This mod requires fabric-language-kotlin on fabric, kotlinforforge on forge.
**Currently only supports minecraft 1.16+ with forge or fabric**
### Compiling requirements
- A Java 11 JDK or higher (Jabel will be used to produce java 8 bytecode)
This mod has both a fabric* and a forge version.
For the fabric version, [fabric-language-kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin) <sup><sub>(1.6.0 or higher)</sub></sup> mod is required, or [kotlinforforge](https://modrinth.com/mod/kotlin-for-forge) <sup><sub>(1.12.1 or higher)</sub></sup> if you wish to use the forge one.
If you want to (optionally) use the configuration screen, please install the cloth config mod or a mod that bundles it.
##### \* The fabric api mod isn't needed to use snowygui on fabric but it is recommended to add it.