Skip to content

Releases: RedstoneTools/redstonetools-mod

v1.20.4-beta

28 Jan 21:28
1673146
Compare
Choose a tag to compare
v1.20.4-beta Pre-release
Pre-release

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

Full Changelog: v1.18.2-2.0.0...v1.20.4-beta

Redstone Tools v1.18.2-2.0.0

24 Jun 13:44
f64cb94
Compare
Choose a tag to compare
Merge pull request #299 from RedstoneTools/dev

Release 2.0.0

Redstone Tools v1.18.2-1.2.0

05 Jun 20:12
7cd3dac
Compare
Choose a tag to compare
  • 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

03 Jun 21:10
707d387
Compare
Choose a tag to compare
Merge pull request #211 from RedstoneTools/dev

Update 1.1.4

Redstone Tools v1.18.2-1.1.3

03 Jun 13:50
9e74d05
Compare
Choose a tag to compare
  • Fixes a bug causing the update popup to not show once a new version is available.

Redstone Tools v1.18.2-1.1.2

02 Jun 20:27
f66ff95
Compare
Choose a tag to compare
  • 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

29 May 19:51
4d44458
Compare
Choose a tag to compare
  • Fixes some bugs with the number arguments, 0 is now a valid number in any base.

Redstone Tools v1.18.2-1.1.0

29 May 19:13
c6b6408
Compare
Choose a tag to compare
  • 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

20 May 18:54
9c097f9
Compare
Choose a tag to compare
  • Fixes a bug with worldedit directions, //rstack is now usable.

Redstone Tools v1.18.2-1.0.2

13 May 20:56
1bec5a5
Compare
Choose a tag to compare
  • Fixes a bug in the update popup that wouldn't open the browser when the "Go to release" button was pressed.