Please update the Blockbench extension too! https://github.com/LoneDev6/itemsadder-entity/releases/tag/1.0.7
fixes:
- removed "finished animating" debug message
- fixed compatibility with MEG and other plugins
- fixed emotes not stopped on gamemode change https://github.com/PluginBugs/Issues-ItemsAdder/issues/1599
- fixed player duplicate after some minutes when emote is still playing https://github.com/PluginBugs/Issues-ItemsAdder/issues/1600
- fixed player duplicated while playing emote and hit by potion https://github.com/PluginBugs/Issues-ItemsAdder/issues/1607
- fixed fuel not saved on vehicles https://github.com/PluginBugs/Issues-ItemsAdder/issues/1609
- fixed custom entities becoming invisible in some cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1614
- fixed blocks duplication glitch https://github.com/PluginBugs/Issues-ItemsAdder/issues/1601
- fixed custom entities models generating useless "Unable to load model" errors in client logs for some bones. You must run
/iacleancache itemsin order to fix that, then run/iazip.- fixed kick interacting with blocks in some servers
- fixed eyes_height loading, please update also the Blockbench extension to 1.0.7! https://github.com/LoneDev6/itemsadder-entity/releases/tag/1.0.7
- fixed a possible issue with durability event with some plugins
Player emotes update!
Notes:
- you must update the Blockbench extension and export your models again in order to apply some fixes. https://github.com/LoneDev6/itemsadder-entity/releases
- you must regenerate your resourcepack to apply some of the fixes above (run /iazip and follow the hosting tutorial)
new:
- player emotes (1.17+) https://itemsadder.devs.beer/plugin-usage/advanced/player-emotes
- emotes api https://github.com/LoneDev6/API-ItemsAdder/commit/080923933e422871eebefc0a6ede33f16af3c264
- added
/iaentity citizens cleancommand to detach ItemsAdder from the NPC without deleting it- added error message when using /iaentity command providing an unknown custom entity name
- added ItemBridge support https://github.com/PluginBugs/Issues-ItemsAdder/issues/1585
- added ModelEngine warning, then disable ItemsAdder custom entities
- added loots to custom entities https://itemsadder.devs.beer/plugin-usage/adding-content/loots#custom-entities-loots
fixes:
- fixed custom mobs memory leak
- fixed console messages not colored in some Paper builds
- fixed custom entities equipment not refreshing sometimes
- added warning if player tries to change skin of Citizens NPC of type "PLAYER"
- custom entities now play death particles effect
- fixed custom entities animations sometimes interrupted by idle animation
- fixed 1.17.1 compatibility with custom entities https://github.com/PluginBugs/Issues-ItemsAdder/issues/1581
- fixed FontImages API ConcurrentModificationException https://github.com/LoneDev6/RPGhuds/issues/8
- fixed emissive armors textures not working on Optifine
- fixed custom font_images symbols not loading in some cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1576
- fixed
fix-floating-blockscausing REAL_TRANSPARENT blocks to lose texture sometimes https://github.com/PluginBugs/Issues-ItemsAdder/issues/1577- fixed players can place mushroom blocks in protected areas https://github.com/PluginBugs/Issues-ItemsAdder/issues/1564
- fixed blocked_enchants are being allowed through, if the trade table is involved https://github.com/PluginBugs/Issues-ItemsAdder/issues/1584
- fixed Optifine armors textures being overwritten by other resourcepacks which change armors using CIT
- fixed multiple_break bugs with custom blocks in some cases
- fixed ProtocoLib update message even if latest
- fixed initial delay on custom entities spawn
- fixed missing custom entities shadow
- fixed some items not rendered correctly in custom entities hands
- fixed leather armor not rendered correctly while using Optifine/Irish shaders https://github.com/PluginBugs/Issues-ItemsAdder/issues/1590
- fixed custom mobs dropping base entity loots
- fixed Cannot invoke "dev.lone.itemsadder.main.cc.getNamespace()" because "this.b" is null
- fixed custom mobs/player skins sometimes bugged after death animations played and a new one plays after
- fixed Citizens error "UUID of added entity already exists"
- optimizations
new:
- added compatibility to MythicMobs drops: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1546
- fix font images manual symbol loading not working correctly. If you had this problem: stop your server, delete ItemsAdder/storage/font_images_unicode_cache.yml file, start, regen your resourcepack.
- fixed Simple Pets plugin interact error
- fixed error on block interaction https://github.com/PluginBugs/Issues-ItemsAdder/issues/1557
- added MythicMobs version checking to avoid breaking the plugin loading if an old version is installed
- fixed "file not found" error sometimes when loading default files
- removed misleading LibsDisguises error about mobs
- better error messages for the whole plugin
new:
- added new blocks property "placeable_on_other_real_wire" to avoid blocks from being placed on other REAL_WIRE blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1472#issuecomment-1066677235
- property to allow spawners to drop items from custom loots when using a tool with silktouch "allow-loots-drop-from-spawners-using-silk-touch" (config.yml) https://github.com/PluginBugs/Issues-ItemsAdder/issues/1497
fixes:
- fixed custom entities rotation not working correctly in some cases
- fixed MythicMobs error "is not a custom entity!" even if it's custom
- better error log when a predicate file is corrupted (manually edited with some syntax errors)
- fixed duplication glitch https://github.com/PluginBugs/Issues-ItemsAdder/issues/1535
- fixed compatibility with some Mythicmobs versions https://github.com/PluginBugs/Issues-ItemsAdder/issues/1540
- fix ores not spawning under Y=0 1.18+ https://github.com/PluginBugs/Issues-ItemsAdder/issues/1528
- fix custom tree saplings planted underground spawn on the surface https://github.com/PluginBugs/Issues-ItemsAdder/issues/1537
- fixed custom trees not spawning sometimes
- fixed auto_generated folder deleting itself and won't regen during /iazip cmd execution https://github.com/PluginBugs/Issues-ItemsAdder/issues/1532
- fixed furniture gets removed when player drops item from open inventory while looking at the furniture https://github.com/PluginBugs/Issues-ItemsAdder/issues/1538
- fixed spawners not playing break particles
- optimized custom textured armors generation
- fixed customized vanilla leather textures being replaced https://github.com/PluginBugs/Issues-ItemsAdder/issues/1514
- fixed armors textures bugged with custom shaders (Optifine and other mods) https://itemsadder.devs.beer/faq/armors-textures-bugged
- added some other extensions exclusions in config.yml to avoid including useless files
- ignored some malformed blocks settings https://github.com/PluginBugs/Issues-ItemsAdder/issues/1539
- fixed error when breaking some furniture/vehicles with unknown sounds https://github.com/PluginBugs/Issues-ItemsAdder/issues/1534
- fixed furniture placed on interact with interactable blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1553
Please update LoneLibs.
Added 1.18.2 compatibility. Please update also LoneLibs.
fixes:
- disabled
tab-header-footersetting by default to avoid lag on big servers- fixed custom entities not rendered correctly in some cases on spawn, until they move around
- fixed custom entities particles wrong Y coord shifting
- fixed custom entities particles not recognized in some cases (example:
minecraft:smoke)- optimized custom entities particles playing code
Please update LoneLibs.
Added 1.18.2 compatibility. Please update also LoneLibs.
fixes:
- fixed custom entities floating of 0.5 from the ground
- better mounting code
- fixed chorus_fruit dropping sometimes from REAL_TRANSPARENT blocks
- fixed config property "replace-in-customitems-name-and-lore" https://github.com/PluginBugs/Issues-ItemsAdder/issues/1489
The biggest ItemsAdder update is here!
Custom animated entities system!
> Tutorial here <
new:
- custom animated entities/mobs system https://itemsadder.devs.beer/plugin-usage/advanced/mobs/advanced-method
- "return_item" attribute for vehicle fuels. For example you can return an empty Petrol Can. https://github.com/PluginBugs/Issues-ItemsAdder/issues/1369#issuecomment-1048864276
fixes:
- fixed InventoryCloseEvent error AdvancedLogin https://github.com/PluginBugs/Issues-ItemsAdder/issues/1448
- fixed "Not implemented!" error when placing a liquid in 1.18.1 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1464
- fixed blocks loots working also on not full-grown blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1434
- possible fix for breaking animation not being stopped when changing slot https://github.com/PluginBugs/Issues-ItemsAdder/issues/1482
- fixed furnace permission bypass https://github.com/PluginBugs/Issues-ItemsAdder/issues/1460
- fixed permission bypass if user has (somehow) unlocked a recipe in the recipesbook and tries to use it without permission using the auto-recipe feature of the recipesbook
- fixed RealisticWorldGenerator compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1457
- fixed falling through floor after applying resourcepack if floor is only 1 layer of height
- fixed other stores license checking showing the wrong username in some cases
- removed deprecated listener warning
- updated Mimic support https://github.com/PluginBugs/Issues-ItemsAdder/issues/1503
- fixed Botsentry compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1485
- fixed /iadrop not working with negative coords
- fixed /iadrop message showing wrong coords
- fixed /iadrop not accepting decimals
- fixed Unhandled exception occured in onPacketSending https://github.com/PluginBugs/Issues-ItemsAdder/issues/1509
