CraftoryStudios / Craftory-Tech

Craftory sets out to extend and push the boundaries of vanilla Minecraft, offering features only thought possible before with Modded Minecraft.
https://craftory.studio/craftory-tech/
GNU General Public License v3.0
15 stars 9 forks source link

build(deps): bump transportpipes from 5.3.0 to 5.3.2 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps transportpipes from 5.3.0 to 5.3.2.

Release notes

Sourced from transportpipes's releases.

5.3.1 1.17.1 Release

This version appears to be stable, so I've removed the SNAPSHOT version scheme.

Changes since v5.3.1-SNAPSHOT:

  • Fix visual glitch when pipe items are spawned

Full Changelog: https://github.com/BlackBeltPanda/Transport-Pipes/compare/v5.3.1-SNAPSHOT...v5.3.1

5.3.1-SNAPSHOT 1.17.1 Release

What's Changed

  • Make DuctInsertEvent and DuctExtractEvent cancellable. by @​DeadSilenceIV in BlackBeltPanda/Transport-Pipes#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

Full Changelog: https://github.com/BlackBeltPanda/Transport-Pipes/compare/v5.3.0-SNAPSHOT...v5.3.1-SNAPSHOT

5.3.0-SNAPSHOT 1.17.1 Release

This is a lightly tested 1.17.1 release. Changes and updates include:

  • Added custom model data to the pipes and wrench to allow for more resource pack modification
  • Removed NMS utils as I don't have time to support older versions
  • General code cleanup
  • Fixed Void and Crafting Pipes dropping/duplicating items
  • Fixed Crafting Pipes
  • Items sent to a Crafting Pipe that aren't part of the recipe will be output to the next available pipe instead of dropping
  • Added support for Blast Furnaces, Smokers, and Barrels
  • Support LWC Extended
  • Removed AuthMe support since it has not updated to 1.17
  • Pipe recipes all require dye now, instead of the old materials like lapis or ink sacs.

Once again, this release was only lightly tested. If you come across any bugs, please open a bug report.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #165.