Skip to content

1.16.5-1.11.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dannydjdk dannydjdk released this 11 Nov 03:14
· 22 commits to 1.16 since this release

-Improved support for mods that add redstone-like wires such as Project Red and Redstone Pen (issue #85).
-Added server config to specify blocks to treat as redstone wires.
-Fixed bug with Project Red's redstone alloy wires and Redstone Pen's redstone wires where signals would persist after source was removed (issue #85)
-Fixed bug with Project Red's redstone alloy wires where Tiny Redstone dust would not pick up their (indirect) signals (issue #85).
-Adjusted tiny redstone dust handling of signals from neighboring solid blocks to more closely match vanilla redstone dust. It now checks the neighbor's neighbors to see if any are inputting direct signals and are not redstone dust. This is basically what vanilla redstone does.

-Adjusted direct and indirect output of tiny redstone dust to blocks in the world to more closely match vanilla redstone.

-Notifying external blocks to updates shapes when cells are added, removed or tile is rotated. This allows redstone dust connections to update dynamically