Calculatus
作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: fabric
标签: technology utility
What it does
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 cordinates. Short hands for larger values including "k, m, b, t" are supported (added this mainly cause of skyblock).
/calc <expression>: Evaluate a mathematical expression.- Example usage:
/calc 2 + 2 * 3evaluates to8. - Example usage:
/calc 1/2evaluates 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 1kevaluates to1,000.
- Example usage:
/calc history: View the history of expressions you have evaluated./calc clear: Clear the history of expressions you have evaluated.
请登录后举报
暂无评论,抢个沙发吧~