KAMI Blue: a continuation of KAMI https://blue.bella.wtf
Go to file
Ridan Vandenbergh 886c9b5424 relative option in chunkfinder 2018-08-08 19:56:00 +02:00
gradle/wrapper Initial commit 2018-07-21 20:47:46 +02:00
src/main relative option in chunkfinder 2018-08-08 19:56:00 +02:00
README.md Update README: Troubleshooting 2018-07-21 23:18:45 +02:00
TROUBLESHOOTING.md Misleading troubleshooting tip (unrelated) 2018-07-23 22:46:22 +02:00
build.gradle Initial commit 2018-07-21 20:47:46 +02:00
gradle.properties Initial commit 2018-07-21 20:47:46 +02:00
gradlew radar 2018-08-02 17:17:26 +02:00
gradlew.bat Initial commit 2018-07-21 20:47:46 +02:00
project.properties Initial commit 2018-07-21 20:47:46 +02:00

README.md

KAMI

A minecraft 'hacked' client in the form of a forge mod.

See forgehax for a more polished equivalent. Some features in KAMI may be based on those of forgehax, as I sometimes used it as reference.

This is by no means a finished project and isn't fully ready for release.

Troubleshooting

Please reference the main troubleshooting page: Troubleshooting If you experience an issue and it's not listed there, please open a new issue and a contributor will help you further.

Contributing

You are free to clone, modify KAMI and make pull requests as you wish. To set up your development environment, make use of the following commands:

git clone https://github.com/zeroeightysix/KAMI/
cd KAMI

On linux, run chmod +x gradlew and for the following commands use ./gradlew instead of ./gradlew.bat

./gradlew.bat setupDecompWorkspace

Import KAMI into your IDE of choice. If you use intelliJ, import from the build.gradle file and run ./gradlew.bat genIntellijRuns

If you do not wish to run from an IDE, use ./gradlew.bat runClient to run KAMI.

Building

./gradlew.bat build
cd build/libs

In build/libs you will find a file KAMI-<minecraftVersion>-<kamiVersion>-full.jar which you can copy to the mods folder of a minecraft instance that has forge installed.