xHexed / Oregen3

Custom lava/water + block ore generator
MIT License
1 stars 7 forks source link

Bump com.github.Th0rgal:oraxen from 1.167.0 to 1.169.0 #140

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps com.github.Th0rgal:oraxen from 1.167.0 to 1.169.0.

Release notes

Sourced from com.github.Th0rgal:oraxen's releases.

1.169.0

[New]

  • /oraxen take <players> <itemid> command

[Changes]

  • Improve HUD-check for players under water
  • Drop-mechanic now uses the base-item if none is specified for a drop
  • Drop reliance on LightAPI for light-mechanic in favor of light-blocks

[Fixes]

  • Issues with 1.18.x Paper servers
  • Error in EnergyBlastMechanic on new Spigot/Paper 1.20.4 builds
  • /oraxen inventory icon sometimes breaking displayname of OraxenItem
  • is_falling for NoteBlock-mechanic not working
  • Dyed furniture not retaining color when placed
  • Sculk Sensor not triggering in some scenarios:
    • Placing/breaking custom blocks
    • Placing block on custom block
    • Placing/Breaking Furniture

1.168.0

[New]

  • Clipboard-WorldEdit support for furniture
    • This meant //copy/cut/paste -e works, it does not mean support for other commands

[Changes]

  • Move glyph-related settings into common Glyph section
  • Experimental spigot-chat-formatting setting moved to Chat.chat_handler
    • MODERN is aimed at Paper servers and chat-plugins using this
    • LEGACY is everything else
  • Add setting to change displayName of icons in /oraxen inventory (Happy-FMZ)

[Fixes]

  • Pack sending multiple times after using reload commands
  • Ensure BlockBreakEvent & EntityDamagedByEntityEvent are properly cancelled if furniture-break is cancelled
  • Incorrect step-sound when walking on edge of a Custom Block (Happy-FMZ)
  • Break sound not playing when breaking Stone blocks
  • Nullpointer in Custom-Mechanic command-parsing
  • Remaining Base-Item models breaking when using as OraxenItem-material
  • Lava igniting OraxenBlocks when can_ignite is false
  • Language-prefix not respected in some log/debug messages
  • consumablepotioneffects mechanic not renamed to consumable_potion_effects
  • Recipe-showcase gui caching and showing wrong recipe
  • OraxenNoteBlockInteractEvent called twice & not for left-clicking blocks
  • Bad offset/rotation for Display-Entity type with LimitedPlacing#wall/roof/floor
  • Probability not accepting integers
  • Recipe-builder improperly registering result-amount
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 7 months ago

Superseded by #143.