Calculatus is a Forge mod for Minecraft 1.8.9 that enabled you to evaluate mathematical expressions in chat. It supports basic arithmetic operations, parentheses, and modulo. Your player position is stored in the variables x,y,z which correspond to the player's coordinates. Short hands for larger values including "k, m, b, t" are supported.
/calc <expression>
: Evaluate a mathematical expression.- Example usage:
/calc 2 + 2 * 3
evaluates to8
. - Example usage:
/calc 1/2
evaluates to0.5
. (note: rounds to the nearest hundredths digit) - Example usage:
/calc z+10
(where the player's position is at z = -10) evaluates to0
. - Example usage:
/calc 1k
evaluates to1,000
.
- Example usage:
/calc history
: View the history of expressions you have evaluated./calc clear
: Clear the history of expressions you have evaluated.
- It is unit tested.
- Click on latest releases and drag the jar file into your mods folder
- Install from Modrinth