Skip to content

Redstone Tools v1.18.2-1.1.0

Compare
Choose a tag to compare
@Matthias1590 Matthias1590 released this 29 May 19:13
· 232 commits to main since this release
c6b6408
  • 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.