
Null
Processing. Generating. Gathering.
Table of Contents
What is Null?
Null is a mod designed for late-game resource gathering and processing in Minecraft, built upon the NeoForge modding framework.
License
Null is covered by the Apache 2.0 License. Read more here.
Downloads
You can download Null from CurseForge, Modrinth, or GitHub.
Installation
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.
Issues
We love Null, but Null isn't perfect. We understand that. If you encounter any issues, please follow the issue template and report it.
Note:
- 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.
Building
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
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.
Localization
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.
Note:
- Null uses a string format for localization, any placeholders must be in the format
%s. If you encounter one, keep it.