Skip to content

dmnkdefault/defaultcalc

Repository files navigation

DefaultCalc Minecraft Mod

Overview

DefaultCalc is a simple in-game calculator mod for Minecraft that allows you to perform mathematical calculations directly in the chat.

Features

  • Quick mathematical calculations using the /c command
  • Supports complex mathematical expressions
  • Uses JavaScript-based calculation engine
  • Easy to use in-game calculation tool

Installation

  1. Ensure you have NeoForged mod loader installed
  2. Place the mod JAR file in the mods folder of your Minecraft installation

Usage

Open the Minecraft chat and use the /c command followed by your mathematical expression:

Examples

  • Basic arithmetic: /c 2 + 2
  • Complex calculations: /c (10 * 5) / 2
  • Mathematical functions: /c Math.sqrt(16)
  • Trigonometry: /c Math.sin(45)

Supported Operations

  • Standard arithmetic (+, -, *, /, %)
  • Exponentiation
  • Trigonometric functions
  • Most JavaScript math operations

Compatibility

  • Minecraft Version: 1.21.1
  • Mod Loader: NeoForged

Troubleshooting

  • Ensure you have the latest version of the mod
  • Check that NeoForged is correctly installed
  • If no calculations work, verify mod compatibility

License

This project is licensed under the MIT License

Contributors

https://github.com/dmnkdefault

Reporting Issues

Please report any bugs or suggestions on the project's GitHub repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages