/Cat_Eyes

A client-side mod for Minecraft that improves in-game visibility

Primary LanguageJava

Cat Eyes

This is an installable modification for the videogame, Minecraft Java Edition.
Utilizing Java and some JSON, I created an addition to the game to make it easier for players to navigate poorly lit environments.

One user wrote:

"Thank you for such a great mod, I have low vision and mods like this are actually a great accessibility aid because I cannot rely on the monitor gamma..."

Download

View the mod: CurseForge

Developer Guide

To update

  • Update the properties from gradle.properties. Follow the Fabric Develop guide.
  • Increment the mod's version number
  • If it's a new Minecraft version, change the version number in /src/main/resources/fabric.mod.json
  • Update the fabric-loom version from build.gradle.
    • If a new gradle version is required to update the Loom version:
      • Update the version number in gradle/gradle-wrapper.properties
      • Use ./gradlew wrapper --gradle-version x.x before updating the loom version

To build

Enter ./gradlew build into the terminal.
The build will appear in the build/libs folder