Update README.md
This commit is contained in:
parent
acaa6b9618
commit
20211accad
10
README.md
10
README.md
|
@ -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.
|
Loading…
Reference in New Issue