Skip to content

1.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 05:42
· 7 commits to v1.1 since this release
88ae0c0
  • Added option to change lore burning method (burn_lore_method in the addon config):
    • DISABLE — Disables any lore manipulations on burn/erase.
    • REPLACE (default) — Replaces the whole lore with a string containing the song name on burn, and removes the lore completely on erase.
    • APPEND — Adds a new line to the end of the lore on burn, and removes the last line on erase.
  • Fixed clicking with a custom disc into a stopped jukebox with a disc already inside would cause it to play track without actually inserting the disc.
  • Fixed an IllegalStateException on ChunkUnloadEvent when using Folia #92.
  • Added support for minecart with hopper. Pulling item from jukebox using minecart hopper stops the track.
  • Fixed an issue where the track's job was not being stopped after the track finished, causing unnecessary CPU usage and memory leak.
  • Added crafts for burnable goat horns.