5.3.1-SNAPSHOT 1.17.1 Release
·
29 commits
to master
since this release
What's Changed
- Make DuctInsertEvent and DuctExtractEvent cancellable. by @DeadSilenceIV in #12
- Fix crafting permissions
- Fix NPE thrown after pipe explosions
- Re-implement AuthMe support
- Switch players to Vanilla rendering mode when they decline the resource pack
- Fix placing blocks against or on pipes
- Allow glass blocks and glowstone to obfuscate pipes
- Fix NPE when placing a chest next to a pipe
- Disallow certain blocks to be placed against a pipe in the air to fix some exploits
- Call BlockPlaceEvent with the correct blockdata to fix some exploits
- Allow blocking container connections on a pipe by sneak+right-clicking a side of the pipe with a Wrench
- Fix pipes sometimes appearing dark/black
- Add ContainerUpdateEvent, called when a block is added or removed as a TransportPipesContainer
- Added new methods to TransportPipesAPI, getRegisteredContainers and getContainerAtLocation to get TransportPipesContainers
- Added more JavaDoc documentation
- Minor performance improvements
New Contributors
- @DeadSilenceIV made their first contribution in #12
Full Changelog: v5.3.0-SNAPSHOT...v5.3.1-SNAPSHOT