File Details
v1.1.8
- R
- Feb 9, 2025
- 69.11 KB
- 14
- 1.21+19
File Name
LogicGates-1.1.8.jar
Supported Versions
- 1.21
- 1.20.3-Snapshot
- 1.20.5-Snapshot
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
New features
- Added the legacyMode variable to the GateUpdater class, which controls whether the system uses the legacy method for updating block states (REDSTONE_BLOCK or Material.AIR) or the modern method (GateUtils.setRedstonePower).
- Added legacyMode configuration in the config.yml file with a corresponding comment explaining its functionality.
- Updated messages.yml file.
- Added a Sound.BLOCK_NOTE_BLOCK_PLING when a gate block is interacted with.
- Added support for Material.TARGET block on output.
Changed
- Improved the setRedstonePower function in the Bukkit plugin to make it safer. Added synchronization, improved exception handling.
- Corrected the UpdateChecker class to use proper format specifiers in String.format.
Fixed
- Fixed the java.util.UnknownFormatConversionException: Conversion = 'l' error in the UpdateChecker class.
- Fixed issues in the messages.yml file related to incorrect format specifiers.

