This mod allows you to make your eyes glow in Minecraft, inspired by the Vampirism mod. It is compatible with both Fabric and NeoForge mod loaders, and no additional setup should be required to get started.
You can download the latest release of the mod from the following platforms:
Alternatively, you can build the mod from source by following the steps outlined below.
- Java 21 or higher
- Minecraft 1.21.4
- Fabric or NeoForge mod loader (both are supported)
To build the mod from source, follow these steps:
-
Clone the repository:
git clone https://github.com/RaydanOMGr/GlowingEyes.git
-
Navigate to the project directory:
cd GlowingEyes
-
Build the mod: After you have made changes to the mod, you want to build it. The project includes the Gradle wrapper, so you don’t need to install Gradle manually. Simply run:
./gradlew build
This will compile the mod and package it into
.jar
files. The resulting files can be found in thebuild/libs
directories for each loader (excludingcommon
). -
Run and test the mod: You can run Minecraft with the mod using:
./gradlew :fabric:runClient
Or, if you want to run the NeoForge version:
./gradlew :neoforge:runClient
This does not require you to build the mod before, so you can use this for testing and debugging.
Contributions are welcome! If you'd like to contribute to the Glowing Eyes mod, please follow these steps:
- Fork the repository and clone it to your machine.
- Make your changes on a new branch.
- Submit a pull request (PR) with a clear description of your changes and the reasoning behind them.
If you have any questions, bugs, or suggestions, feel free to open an issue.
- Olivo: A huge thank you for helping with the editor GUI screen! GitHub - Olivo
- Vampirism Mod: Thanks to the Vampirism mod and its authors and contributors for the idea, inspiration, and some code used in this mod.
- Modded Minecraft Discord: A massive thank you to the Modded Minecraft Discord Server for their help with coding and troubleshooting!