Started by
Nino3245
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I am quite new to MCreator and I need help implementing a Calculator command into my mod,
Examples for the command are:
/calc 1 + 1
Output : 2
/calc 5 - 2
Output :
3
/calc 5 x 5
Output :
25
/calc 5 / 2
Output :
2.5
Can someone help me with a procedure to do this?