Redstone Tools v1.18.2-1.1.0
Matthias1590
released this
29 May 19:13
·
232 commits
to main
since this release
- Changes the way numbers arguments are parsed, you can now enter numbers in any base (0b101 for binary, 0o52 for octal, 0d123 for decimal (the default), 0xff for hexadecimal and 235_5 for other bases where 5 is the base).
- Adds the number base argument type. Some commands such as /base and //read have been changed to use the new argument types, e.g. /base 0b101 decimal would output 5. Bases can be either "binary", "decimal", "octal", "hexadecimal" or a number.