Releases: RedstoneTools/redstonetools-mod
Releases · RedstoneTools/redstonetools-mod
v1.20.4-beta
Note this is a beta release so expect bugs, if you find one please report it on our discord server and add [Beta] to the title
There may be an issue with the update notifier, ignore it
What's Changed
- Updating the mod-base to 1.20.4 by @maghedo243 in #340
- Deleted oldSrc by @maghedo243 in #341
- More 1.20 Codebase by @maghedo243 in #342
- updates block state argument serializer by @RUGMJ in #343
- Updates sending commands on keybind by @RUGMJ in #344
- removes weird import leftover from mappings updater by @RUGMJ in #345
- removes all weird imports left over by @RUGMJ in #346
- updates all utils by @RUGMJ in #347
- Deleted random ununsed imports and fixed all the LiteralText errors by @maghedo243 in #348
- fixes some ui stuff by @RUGMJ in #349
- fixes mixins and player.sendChatMessage by @RUGMJ in #350
- rewrite by @RUGMJ in #351
- Fixed all the GUI errors by @maghedo243 in #352
- rewrite by @RUGMJ in #353
- rewrite by @RUGMJ in #356
- Serializer Changes to Arguments by @maghedo243 in #357
- rewrite by @RUGMJ in #358
- rewrite by @RUGMJ in #359
- rewrite by @RUGMJ in #361
- Ported macro GUI by @MiranCZ in #362
- adds javaassist by @RUGMJ in #364
- Use AutoService by @xtrm-en in #365
- don't crash lol by @xtrm-en in #366
- fixes mod version by @RUGMJ in #367
Full Changelog: v1.18.2-2.0.0...v1.20.4-beta
Redstone Tools v1.18.2-2.0.0
Merge pull request #299 from RedstoneTools/dev Release 2.0.0
Redstone Tools v1.18.2-1.2.0
- Fix copystate nbt crash, copying containers and their nbt works again
- Fix //read breaking when using default argument
- Made airplace work with left click, you can now use the worldedit wand properly with airplace
- Reduced the file size of the mod
Redstone Tools v1.18.2-1.1.4
Merge pull request #211 from RedstoneTools/dev Update 1.1.4
Redstone Tools v1.18.2-1.1.3
- Fixes a bug causing the update popup to not show once a new version is available.
Redstone Tools v1.18.2-1.1.2
- Fixes a bug that caused /copystate to not copy nbt data.
- Fixes a bug that caused //read to not work on 1 block selections.
Redstone Tools v1.18.2-1.1.1
- Fixes some bugs with the number arguments, 0 is now a valid number in any base.
Redstone Tools v1.18.2-1.1.0
- 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.
Redstone Tools v1.18.2-1.0.3
- Fixes a bug with worldedit directions, //rstack is now usable.
Redstone Tools v1.18.2-1.0.2
- Fixes a bug in the update popup that wouldn't open the browser when the "Go to release" button was pressed.