Skip to content

Fork of Walksy's Crystal Optimizer but removing the Auto Crystal feature, which is considered cheating.

Notifications You must be signed in to change notification settings

michaelScopic/WalksyCrystalOptimizerLegit

 
 

Repository files navigation

Walksy's Crystal Optimizer Legit

icon

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.

Table of Contents

  1. Preview video
  2. Installation
  3. Bugs/suggestions reporting
  4. Compiling from src (EXPERTS)
  5. Contributing

Preview

0701-1.mp4

Installing

Pre-warning

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:

  1. Any Minecraft version with at least 1.19
  2. Fabric Mod Loader (You will also need the Fabric API of course.)
  3. MidnightLib
  4. 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, suggestions, or requests

Bugs/issues

Bugs/issues can be reported by making an issue ticket. Please do your best to describe what's happening.

Suggestions/requests

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.

-- EXPERTS ONLY PAST HERE --

Building from source (optional)

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.
  • 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)

In your terminal, run these commands:

Windows users:

git clone https://github.com/michaelScopic/WalksyCrystalOptimizerLegit
cd WalksyCrystalOptimizerLegit

gradlew.bat build

MacOS/Linux users:

git clone https://github.com/michaelScopic/WalksyCrystalOptimizerLegit
cd WalksyCrystalOptimizerLegit

gradlew build

Output .jar will be placed in ./build/libs/.

Contributing

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.

About

Fork of Walksy's Crystal Optimizer but removing the Auto Crystal feature, which is considered cheating.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%