Important Version Notice

Following Hypixel SkyBlock's Modern Update, only Minecraft 1.21.9 - 1.21.11 are currently supported. Support for 1.21.9 will be removed soon. This mod will not receive updates for older versions. Please ensure you are using a supported version to avoid issues.

Need Help or Found a Bug?

Before Reporting an Issue

1

Check Your Version

Make sure you're using Minecraft 1.21.9 - 1.21.11 with the latest version of Not Enough Calculator (v1.0.14).

2

Verify Dependencies

Ensure you have both Fabric API and Roughly Enough Items (REI) installed and up to date.

3

Search Existing Issues

Check GitHub Issues to see if your problem has already been reported.

Reporting a Bug on GitHub

When reporting a bug, please include:

  • Minecraft Version: Which version you're using (e.g., 1.21.11)
  • Mod Version: Which version of Not Enough Calculator (check with /calcconfig)
  • Steps to Reproduce: Clear steps to reproduce the issue
  • Expected Behavior: What you expected to happen
  • Actual Behavior: What actually happened
  • Screenshots/Logs: If applicable, include screenshots or crash logs
  • Other Mods: List any other mods you have installed

Tip: The more information you provide, the faster we can help resolve your issue!

Getting Help on Discord

Join our Discord server for:

  • Quick help from community members
  • Questions about features and usage
  • General discussion about the mod
  • Updates and announcements

Common Issues & Solutions

Calculator Not Working in REI

Solution: Make sure you have Roughly Enough Items (REI) installed. The calculator only works in the REI search bar, not the vanilla Minecraft search.

Red Text in Search Bar

Solution: This is a cosmetic issue that doesn't affect functionality. The calculator still works normally.

History Navigation Not Working

Solution: Check your config file (config/notenoughcalculator.json) and ensure enableHistoryNavigation is set to true.

Calculator is Unresponsive

Solution: Make sure you have clicked on the REI search bar so the calculator is in focus. If you click somewhere else on the screen while typing the query, it will become unresponsive.

Text Selection Not Highlighted in Search Field

Solution: Ctrl+A correctly selects all text, but the selection highlight is not visible. The text is selected; it's just not visually indicated. This is a temporary issue - closing and reopening your inventory will fix it.

Units Not Recognized

Solution: Units must come after the number (e.g., 100m not m100). Check the Skyblock Units page for proper syntax.

Custom Variables Not Working

Solution: Variables must use the $ prefix. Set them with /calcset name value and use with $name. See the Variables page for details.

Feature Requests

Have an idea for a new feature? We'd love to hear it!

Submit feature requests on GitHub Issues with the "enhancement" label. Please provide:

  • A clear description of the feature
  • Why it would be useful
  • How you envision it working
  • Any examples or mockups (if applicable)

Contributing

Not Enough Calculator is open source! If you'd like to contribute code, documentation, or translations:

  1. Read the Contributing Guidelines
  2. Fork the GitHub repository
  3. Make your changes in a new branch
  4. Submit a pull request with a clear description of your changes

Important for code contributors: When modifying any .java files, you must keep the LGPL license header at the top of each file intact. Do not remove or modify it.

License Header Template
/*
 * This file is part of Not Enough Calculator.
 *
 * Not Enough Calculator is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Not Enough Calculator is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * See the GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 */

All contributions are welcome, from bug fixes to new features to documentation improvements!

Contributors

Loading contributors...