WolfyUtilities 1.7.6.0

Details

  • Filename
    wolfyutilities-1.7.6.0.jar
  • Uploaded by
  • Uploaded
    Oct 27, 2021
  • Size
    2.73 MB
  • Downloads
    493
  • MD5
    f24e151b330fb33e0e45531dfa382732

Supported Bukkit Versions

  • 1.17
  • 1.16

Changelog

Disclaimer if you are using CustomCrafting:

  • 1.7.x is partly compatible, there are some issues when using the in-game editor for particle effects! As long as you don't open these menus, everything will work fine.
  • 2.16.3+ is fully compatible.

 

This update introduces improvements for the recently rewritten particle system, including basic backwards compatibility (Basic functionality; other functions like creating effects etc. need to use the new methods). Additionally, it includes the usual, like bug fixes and other improvements.

 

 

Changelog

  • Added backwards compatibility to the particle system.
    CustomCrafting 1.7.x is partly compatible, it loads and converts old configs. Only the GUI is broken (Basically all the methods that are trying to change the effect or add new ones... that will no longer work).
    CustomCrafting 2.16.3+ is fully compatible. (Such GUI elements are no longer included. All the particle animations/effects need to be configured via config!)
  • Added JsonAlias to ParticleEffect#setExtra.
  • Added copyright & licence notices to files.
  • Upgraded Jackson dependencies.
  • Optimized CustomParticleListener & ParticleUtils.
  • Removed old particle effect file.
  • Fixed - GuiHandler#openCluster is not opening the active window.
  • Fixed - NMSBrewingStand constructor not using the latest CraftBrewingStand constructor.