✨ItemsAdder⭐Emotes, Mobs, Items, Armors, HUD, GUI, Emojis, Blocks, Wings, Hats, Liquids icon

✨ItemsAdder⭐Emotes, Mobs, Items, Armors, HUD, GUI, Emojis, Blocks, Wings, Hats, Liquids -----

Create custom items/armors/huds/guis/emojis/blocks/food/hats/ores/liquids/mobs with custom texture



2.0.13
- fixed block generation missing face https://github.com/LoneDev6/ItemsAdder/issues/157
- fixed music disc bug https://github.com/LoneDev6/ItemsAdder/issues/156
- fixed 2x2 inventory crafting allowed to craft vanilla items with custom items https://github.com/LoneDev6/ItemsAdder/issues/159
- fixed converter bug which resets items amount to 1 https://github.com/LoneDev6/ItemsAdder/issues/163
- fixed concurrent write on NBT files: https://github.com/LoneDev6/ItemsAdder/issues/164
- now IA won't crash server if a corrupted NBT file is loaded

API:
- new API method: areItemsLoaded() use it to know when IA has finished loading every item and when they are available
dirty usage example:
Code (Java):
Bukkit. getServer ( ). getScheduler ( ). runTaskAsynchronously ( this, ( ) -> {
            getLogger ( ). log (Level. INFO, ChatColor. YELLOW + "Waiting ItemsAdder to register custom items..." ) ;
            while ( !ItemsAdder. areItemsLoaded ( ) ) { }
            load ( ) ;
          } ) ;
----------, Apr 20, 2020
Resource Information
Author:
----------
Total Downloads: 12,794
First Release: Jan 9, 2020
Last Update: Dec 19, 2024
Category: ---------------
All-Time Rating:
607 ratings
Find more info at itemsadder.devs.beer...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings