Fork of Walksy's Crystal Optimizer but without the AC feature because it's considered cheating.
I have no clue how to program in Java, so if this works maybe God does exist.
0701-1.mp4
By downloading this mod straight from the releases page, you trust that I haven't modified the binaries before releasing them (which I haven't). If you do not trust me, compile from source. Instructions are past this section.
To install this mod, you need a few things:
- Any Minecraft version with at least 1.19
- Fabric Mod Loader (You will also need the Fabric API of course.)
- MidnightLib
- Any other mod you want to add, as long as they are compatible with each other.
Download the mod from the Releases page, and drag it into your mods folder.
Launch the game and kill your opponents! Enjoy.
Bugs/issues can be reported by making an issue ticket. Please do your best to describe what's happening.
Suggestions and requests can also be made with the issue tickets. Please note that I am no where near fluent with Java, so any crazy requests will probably be denied (sorry).
I'm not the best at noticing issues on GitHub, so if I don't respond in a timely manner, please DM me on Discord.
If you want to compile from source because you just want to build it or if you don't trust my precompiled package, here's how to do it.
To build this mod from source you need a couple of things.
git
(The Git CLI interface [eg:git clone
,git pull
, etc]) *- * Technically optional, you could just download this repo as a
.zip
file (and then extract it) without needing Git.
- * Technically optional, you could just download this repo as a
- Gradle
To install Gradle on Windows, install Scoop and then run scoop install gradle
.
For MacOS, use Homebrew, and run brew install gradle
For Linux, use your package manager. (Eg: sudo apt install gradle
, sudo pacman -S gradle
, sudo dnf install gradle
, etc)
git clone https://github.com/michaelScopic/WalksyCrystalOptimizerLegit
cd WalksyCrystalOptimizerLegit
gradlew.bat build
git clone https://github.com/michaelScopic/WalksyCrystalOptimizerLegit
cd WalksyCrystalOptimizerLegit
gradlew build
Output .jar
will be placed in ./build/libs/
.
Pull requests (PR's) are accepted.
Make a fork of this repository, make your changes, and create a pull request. I will try to review it as soon as I can.
Do not waste my time with these either. I am expecting you to have tested your changes prior to creating a PR. I'm also expecting no trolling or bullshit changes; if I feel like you are wasting my time I'll just reject your PR.