CalcMod: NeoForged
This is an unofficial port of Calc by jsa2025 to NeoForge 21.1.228 / Minecraft 1.21.1 โ a version not covered by upstream.
Full feature parity with upstream. No features added, none removed.
๐ Documentation & usage
This page intentionally stays minimal. For the full feature list, command syntax, variables, and gallery, see the official pages:
โจ Quick preview
/calc 3+(28/8)^2

/calc craft piston 3 sb

/calc nether ~ ~ ~

Click any green text in-game to copy it to your clipboard.
๐งพ Port changes
- Build system: ForgeGradle 6 โ ModDevGradle 2 (NeoForge)
mods.toml โ neoforge.mods.toml, Forge event-bus imports โ NeoForge equivalents
Craft.java / RecipeSuggestionProvider.java backported from MC 1.21.4's RecipeDisplay API to MC 1.21.1's Recipe API
- Jar renamed to
calcmod-neoforged-* so it's visibly distinct from official releases
๐ Credits & license
All credit for the mod itself goes to jsa2025. Port maintained by F0x06. Licensed under MIT (same as upstream).