Processing. Generating. Gathering.
Null is a mod designed for late-game resource gathering and processing in Minecraft, built upon the NeoForge modding framework.
Null is covered by the Apache 2.0 License. Read more here.
You can download Null from CurseForge, Modrinth, or GitHub.
Place the Null jar in your mods folder (minecraft/mods). Null does require the installation GuideME mod to function. You can download it from CurseForge.
We love Null, but Null isn't perfect. We understand that. If you encounter any issues, please follow the issue template and report it.
- Please make sure that the issue is not already reported. If you are not on the latest version, it may have already been fixed. If you are unsure, check the changelogs.
- Please make sure to include a clear and concise description of what the issue is. Sometimes the most helpful thing to do is to attach a screenshot.
- Please include the version of Null you are using.
- Please include the version of Minecraft you are using.
- Please include the version of GuideME you are using (if applicable).
- Please include the version of NeoForge you are using.
To build Null:
- Clone the repository:
- HTTPS:
git clone https://github.com/iso2t/Null.gitOR - SSH:
git clone git@github.com:iso2t/Null.git
- HTTPS:
- Build the project using
gradlew runData build. The built jar will be located inbuild/libs.
Contributions are welcome! Please read the contribution guidelines before submitting a pull request. Before you add any major changes, please open an issue to discuss them first. We do not want to waste your time on something that may not be accepted.
You must also adhere to the code of conduct and the code style.
Null is currently only available in English. We are working on adding support for other languages. If you would like to help translate Null, you can find the project on Crowdin.
- Null uses a string format for localization, any placeholders must be in the format
%s. If you encounter one, keep it.
