I hereby claim:
- I am icedream on github.
- I am icedream (https://keybase.io/icedream) on keybase.
- I have a public key ASDow6YBcZejUMaYAZUs37emfbs2muM8XKKW_0Q2v-jaTAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -- Instructions file for Minekawaii | |
| -- Variables: | |
| -- TARGETFOLDER => The target folder where to install the package. In this case, this will be "mods". | |
| -- TARGETFILE => The target file name under which to install the package. In this case, this will be "minekawaii.jar". | |
| -- URL => The URL from which to download the archive. This is the ZIP/JAR file to the mod online. | |
| function Install() | |
| GetResolver("archive", { | |
| input = GetResolver("download", { url = "$(URL)" }) |
| -- Example instructions file for a mod in the | |
| -- Craftitude Repository system | |
| -- As applicable to draft 0.7 (upcoming) | |
| function Install() | |
| -- Download a file | |
| var download = GetResolver("download", { url="http://this.is.a.websi.te/with/an/archive/on/it.zip" }) | |
| -- Convert the download to a usable archive | |
| var archive = GetResolver("archive", { input = download }) |
Note: Make sure you have your Minecraft server completely shut down.
vcb2obf.srg to the /plugins/ folder of your source code clone.