manual changes to configurations, please read:
- delete emerald, emerald_energy and emerald_small_energy from the `data\items_packs\itemsadder\furnitures.yml` file to prevent easy farming. If you need the complete file you can download it here:
https://pastebin.com/raw/c5bj1jRe
- changed color of "ia-search-results" in lang files. Please update them manually. I removed &f in front of it.
- fixed typo in lang files for `resourcepack-popup-message`: "You need to download it only once."
new:
- partial CraftEnhance compatibility added (we have to wait CraftEnhance developer to implement ItemsAdder API properly)
api changes:
- updated docs
- marked some methods as
@Nullable
- added new methods: PlayerHudsHolderWrapper#exists(), PlayerHudsHolderWrapper#sendUpdate()
- added new methods: PlayerHudWrapper#isVisible()
fixes:
- fixed invalid url detection sometimes (GoogleDrive)
- fixed font_images not working if ".png" is not added in the path, now it's not mandatory
- CommandLine cannot be null
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1281
- possible fix for "PlayerJoinEvent lags the server", caused by teams font_images replacement
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1274
- fix for error font_images replace, but can't reproduce
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1271
- now font_images.inventory-title setting will be instant, no 1-2 ticks delay, this will stop making your custom GUIs laggy (example: RPGBank
https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/rpgbank )
- fixed "Cannot drop air" and similar issues when Seeds loots (or other loots) have amount 0 or are AIR (not loaded correctly)
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1278
- fixed SPLASH_POTION and LINGERING_POTION not loading the specific_properties.potion attributes and model is generated with wrong overlay
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1277
- be able to put items on armorstands heads on rightclick if they have the "hat" behaviour
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1279
- fixed "Task #248 for ItemsAdder v2.4.20 generated an exception"
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1287
- the /e book now shows the guide on mouse hover if enabled in config.yml
- fixed "held" event triggered when shiftclicking in a particular way
- fixed block placing glitches
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1292
- fixed blocks placed when opening furnaces and when using interactable blocks
- fixed duplication glitch on the recipebook when using the vanilla smelting machinery
- fixed "Ingredient not found" in recipes loading causing some duplication issues because the ingredient would be AIR. Now the recipe won't load at all if an ingredient is missing, to avoid glitches.
- fixed Dupe glitch crafting recipes
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1290
- fixed text effects usable via commands (example: /msg command) even without permission
- fixed custom nbt data removing lore
- fixed arm animation when placing blocks shift-clicking on another custom block
- fixed too high delay between custom blocks placement
optimizations:
- optimized HUDs packets sending even more