Update readme
This commit is contained in:
parent
744702ac28
commit
9214ffcfd9
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,9 +1,13 @@
|
||||||
# ChipmunkMod
|
# ChipmunkMod
|
||||||
My fork of [chipmunkmod (chayapak fork)](https://code.chipmunk.land/ChomeNS/chipmunkmod)
|
My fork of [chipmunkmod (Blackilykat fork)](https://code.chipmunk.land/Blackilykat/chipmunkmod)
|
||||||
|
|
||||||
## alexa how to install
|
## alexa how to install
|
||||||
go to [releases](https://code.chipmunk.land/Blackilykat/chipmunkmod/releases) then on the latest one click `chipmunkmod-x.x.x.jar` to download then get [fabricmc](https://fabricmc.net/use/installer/) if you dont have it and then put the downloaded file in your `.minecraft/mods/` folder
|
This version does not have any releases, so to use this, you will have to compile it.
|
||||||
|
|
||||||
|
Make sure you have a Java 17 JDK installed, then run "./gradlew build" for Unix(-like) OSes or "gradlew.bat build" for Windows. If the build was successful, the compiled JAR file should be in "build/libs".
|
||||||
|
|
||||||
|
Make sure you have the Fabric loader and Fabric API installed for version 1.20.2, and copy the JAR file to your mods folder.
|
||||||
|
|
||||||
if thats not clear enough ask your search engine how to install a fabric mod
|
if thats not clear enough ask your search engine how to install a fabric mod
|
||||||
|
|
||||||
if it pops up with errors you dont understand [create an issue](https://code.chipmunk.land/Blackilykat/chipmunkmod/issues/new) about it
|
if it pops up with errors you dont understand [create an issue](https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod/issues/new) about it
|
Loading…
Reference in a new issue