Page: 1 2 3 4 5

3.2.3f Aug 11, 2022
3.2.3f

fixes:
- fixed Arclight 1.15-1.16 compatibility
- fixed kick on 1.19 clients trying to craft recipes which use `decrement_durability` option


3.2.3d Aug 8, 2022
3.2.3d

fixes:
- fixed 1.19.2 compatibility
- fixed various plugins compatibility (QuickShop, MyPet etc...) https://github.com/PluginBugs/Issues-ItemsAdder/issues/1884
- removed useless `ia-title-recipe-view` entry in lang files


3.2.3e-2 Aug 2, 2022
3.2.3e-2

- fixed ticking of furniture armorstands (Paper only)
- fixed < 1.19.1 compatibility


3.2.3e Aug 1, 2022
3.2.3e

- fixed LibsDisguises loading error
- fixed 1.19.1 compatibility


3.2.3d Aug 1, 2022
3.2.3d

1.19.1 support


3.2.3c2 Aug 1, 2022
3.2.3c2

Fixed loading on some servers setups


3.2.3c Jul 27, 2022
3.2.3c

new api:
- implemented FurniturePlaceSuccessEvent event. Triggered when a furniture is successfully placed. https://github.com/PluginBugs/Issues-ItemsAdder/issues/1859

fixes:
- fixed API noBase attribute not working correctly if custom viewers are provided
- fixed VehiclesPlus compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1828
- fixed ProtocolLib compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1874
- fixed furniture/vehicles hitboxes not loaded correctly on 1.16 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1867
- fixed custom entities/emotes compatibility with some < 1.19 servers https://github.com/PluginBugs/Issues-ItemsAdder/issues/1869
- removed tab font images/effects replacer because it was a too heavy to process feature https://github.com/PluginBugs/Issues-ItemsAdder/issues/1862
- fixed placing solid furniture next to blocks only allows placement in one direction https://github.com/PluginBugs/Issues-ItemsAdder/issues/1872
- fixed mending exploit https://github.com/PluginBugs/Issues-ItemsAdder/issues/1860
- fixed can't place/remove liquids on custom blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1833
- fixed furnitures interaction insta-triggered on furniture placement
- fixed ItemStacks obtained from API not serializable correctly https://github.com/PluginBugs/Issues-ItemsAdder/issues/1851
- fixed custom blocks not showing break particles anymore
- fixed compatibility with latest Citizens update https://github.com/PluginBugs/Issues-ItemsAdder/issues/1877


3.2.3 Jul 19, 2022
3.2.3

new:
- added "all" attribute to MythicMobs bone mechanic to apply settings to all bones, example: bone{all=true;visible=false}

new config:
- added attribute to custom entities `can_drop_loot` to make custom entities drop the vanilla base entity loot on death or not
- added attribute to custom entities `shadow` to show or hide the custom entity shadow

new api:
- new API attribute `noBase` for CustomEntity#spawn() to spawn a custom entity which has no Bukkit entity base then you can handle it on your own via teleport
- new API attributes `noHitbox` for CustomEntity#spawn() to spawn a custom entity which cannot be interacted
- new API method CustomEntity#getBone(String name) to get a bone by its name

fixes:
- reduced bandwidth used by custom entities packets by ~34%. A total of ~48% from the first custom entities feature release:
- fixed custom entities removed forcefully by other plugins not removed instantly, now they will be removed each 500ms
- fixed some custom entities issues when base entity teleport
- fixed custom entities mount ejecting players randomly in some cases
- fixed Custom entities causing kick on rare cases https://github.com/PluginBugs/Issues-ItemsAdder/issues/1816
- fixed respawning of custom entities on various events (teleport) in some cases
- better handling of player/custom entity change world events
- fixed CustomEntity#teleport(loc) method making the entity stutter sometimes
- various optimizations
- fixed black-screen still giving blindness even when disable https://github.com/PluginBugs/Issues-ItemsAdder/issues/1842
- fixed citizens entities loading in some cases
- fixed loading of old custom entities models which doesn't have any particle/sound effect


3.2.2-beta5 Jul 7, 2022
3.2.2-beta5

How to update:
- update the Blockbench extension: https://github.com/LoneDev6/itemsadder-entity/releases/tag/1.1.1
- open all your emote files and export them again with Blockbench
- delete the base emote file and run after /iazip in order to get the updated one: `data/resource_pack/assets/minecraft/animations/player.iaentitymodel`

new:
- new MythicMobs Skills and selector, check the wiki: https://itemsadder.devs.beer/plugin-usage/adding-content/mobs/advanced-method/mythicmobs

emotes changes:
- added texture to the emotes file
- now emotes can have hat shown, please open all your emote files and export them again with Blockbench.

api:
- added missing `public` attribute to MountBone methods
- new methods in MountBone: setLocked, isLocked, setCanControl, canControl
- new methods to convert/spawn custom entities in CustomEntity class https://github.com/PluginBugs/Issues-ItemsAdder/issues/1790
- new advanced (experimental) API to customize items https://github.com/PluginBugs/Issues-ItemsAdder/issues/1801
- new Furniture API events https://github.com/PluginBugs/Issues-ItemsAdder/issues/1646

fixes:
- fixed interact event not triggered for custom entities
- fixed CustomCrop "byAlreadyPlaced NullPointerException https://github.com/PluginBugs/Issues-ItemsAdder/issues/1638
- fixed Disabling an ore only causes ItemsAdder to fail loading https://github.com/PluginBugs/Issues-ItemsAdder/issues/1818
- fixed furniture trade machine can be interacted even when another plugin cancels the interaction event
- better error for invalid cave decorators blocks https://github.com/PluginBugs/Issues-ItemsAdder/issues/1826
- fixed HUD not refreshing instantly on value change when using the HUDs API
- fixed compatibility with some chat plugins like VentureChat https://github.com/PluginBugs/Issues-ItemsAdder/issues/1830
- added new error message for invalid font_images y_position


3.2.1b Jul 1, 2022
3.2.1b

changes:
- changed player emotes files logic. Remember to update the Blockbench extension!
You can now have more than one emotes file, this allows you to create multiple emotes pack without having to merge them manually in the Blockbench editor.
[url]https://github.com/LoneDev6/itemsadder-entity/releases/tag/1.1.0[/url]
[url]https://itemsadder.devs.beer/plugin-usage/adding-content/player-emotes/creation[/url]


new:
- added default permission to "all" category: `ia.menu.seecategory.all`
- rotate itemframes furniture by shift-rightclick [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1623[/url]

api:
- new api methods for custom entities: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1731#issuecomment-1168797221[/url]

fixes:
- fixed compatibility with old custom blocks created with vanilla blocks material: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1780#issuecomment-1167460129[/url]
- removed dead code used to maintain compatibility with old Spigot versions. This should not cause issues.
- fixed BlockBreakEvent error on Paper when using `multiple_block_break` on 1.19+ [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1798[/url]
- fixed itemframe furniture spawned as it's on wall when placed on plants: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1456[/url]
- fixed thin-font 1.19, regenerate your resourcepack using /iazip (and follow the hosting tutorial if needed) [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1808[/url]
- fixed 1.19 pack_format: 9
- fixed custom entities walk and fly speed always being `value - 0.7`, now it will be used the exact speed value
- fixed custom entities walk and fly speed ignored when riding them [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1809[/url]
- fixed `optimized-packets` option breaking Plugman on `/plugman reload ItemsAdder`
- fixed attack damage lore applied to items when not needed: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1807[/url]
- fixed vehicles stuck in stairs: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1747[/url]
- fixed custom hitboxes not applied correctly in some cases: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1747[/url]
- fixed Citizens hook on some servers: [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1800[/url]
- fixed Citizens entities not spawned on join sometimes
- fixed bug (probably reproducible on 1.19+ only) which causes REAL_NOTE blocks to generate infinite blockstate updates [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1805[/url]
- fixed instabreak problem when using axes on custom blocks in some cases [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1691[/url]
- z_iainternal folder generated even when using legacy itemsadder default resourcepack
- reduced custom entities network traffic usage by ~20% [url]https://youtu.be/r7Y25-DaltU[/url]
- blocks placement code optimization
- minor optimizations
- removed useless code for the blocks breaking logic


3.2.0c-beta6 Jun 21, 2022
3.2.0c-beta6

api:
- implemented new custom entities API methods https://github.com/PluginBugs/Issues-ItemsAdder/issues/1731#issuecomment-1157449039
- CustomFurniture API now accepts also ItemFrame, not only ArmorStand

fixes:
- fixed custom entities not being rendered after teleporting them on far distances
- fixed plugin still reports other plugins trying to give resource packs despite no-host being enabled https://github.com/PluginBugs/Issues-ItemsAdder/issues/1782
- fixed text effects not applying correctly for messages like: `hello :smile: how are you <r aaa> <rw asdasd>`
- fixed font effects and emojis not replaced in chat if no chat manager is installed (EssentialsXChat, VentureChat) or if CMI is installed.
- fixed furniture removable in ADVENTURE mode https://github.com/PluginBugs/Issues-ItemsAdder/issues/1725
- fixed trees bugs 1.19 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1780
- fixed blocks digging on 1.19


3.2.0b-beta4 Jun 15, 2022
3.2.0b-beta4

Update LoneLibs

 

- added 1.19 compatibility
- fixed custom entities on 1.16 https://github.com/PluginBugs/Issues-ItemsAdder/issues/1767
- fixed entities body rotation on movement https://github.com/PluginBugs/Issues-ItemsAdder/issues/1663
- fixed some emotes having problems about head rotation (if the emote moves head and body too much)
- fixed entities attack animation not triggered correctly in some cases
- fixed "Cave decorators are supported only on Spigot 1.17+" error spamming on < 1.16 even without cave populators in configs
- add compatibility with manually created leather armor atlas textures: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1772
- fixed `disable-overwrite-leather-armor-layers-textures` setting not working on 1.17+
- fixed leather armor textures issues, more info here: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1615
- reduced JAR size of some bytes


3.2.0 May 31, 2022
3.2.0

Important changes:
ItemsAdder default resources changed a lot!

If you just installed ItemsAdder and you want to get the default items read here: https://itemsadder.devs.beer/first-install#optional-steps

If you already have installed ItemsAdder you will continue using the old textures/configurations, but if you want you can start over and delete everything in order to get the new configurations in a clean install, but depends on your server needs.

new:
- changed the default assets pack logic.
- changed permissions (old ones will still work), please read here: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1724
- renamed "extract-default-items" to "extract-default-configs" in config.yml

fixes:
- fixed StackOverflowError https://github.com/PluginBugs/Issues-ItemsAdder/issues/1716
- fixed trades loading if ingredient1/2 or result is null
- fixed NullPointerException when interacting with furnitures which have been removed from the configs


3.1.6 May 25, 2022
3.1.6

PLEASE REGENERATE YOUR ZIP USING /iazip COMMAND! This is important to fix block particles.
Delete this folder before running /iazip: "ItemsAdder\data\resource_pack\assets\minecraft\models\block\original"

new:
- added new property "info.enabled" to every file in items_packs, this allows to disable files easily without deleting them
- updated naming of the worlds_populators properties: https://itemsadder.devs.beer/plugin-usage/adding-content/worlds-populators
- added new default value for "break_particles": VANILLA. This will make the custom blocks emit vanilla particles break (you need to re-run /iazip one time to have this feature working for your already created blocks). Thanks to if#7858 and Hakan#4089
- added new properties to "placed_model" property of blocks: "rotx" and "roty". This allows you to specify a rotation for a particular model. This is an option for expert users. https://itemsadder.devs.beer/plugin-usage/adding-content/item-properties/specific-properties/blocks#rotx-and-roty
- new action "set_block" to place vanilla and custom blocks. This is useful to create 2D icons for blocks. https://github.com/PluginBugs/Issues-ItemsAdder/issues/881#issuecomment-1135147640
- new action "place_furniture" to place furniture. This is useful to create 2D icons for furniture. https://github.com/PluginBugs/Issues-ItemsAdder/issues/881#issuecomment-1135147640
- new action "drop_item"
- new property for "furniture" behaviour: "cancel_drop". This option allows you to avoid furniture from being dropped when broken by players.

api:
added passengers api https://github.com/LoneDev6/API-ItemsAdder/commit/94eec35f30696ae472e5154aff5bba36c74daf89

fixes:
- optimized parts of the plugin to fix similar issues: https://github.com/PluginBugs/Issues-ItemsAdder/issues/1720
- fixed vehicles can't be removed while in adventure mode https://github.com/PluginBugs/Issues-ItemsAdder/issues/1719
- fixed noteblocks losing their note when near blocks are broken https://github.com/PluginBugs/Issues-ItemsAdder/issues/1693#issuecomment-1126862686
- fixed ExecutableItems compatibility https://github.com/PluginBugs/Issues-ItemsAdder/issues/1708
- fixed furnace recipes not accepting decimals in "exp" property https://github.com/PluginBugs/Issues-ItemsAdder/issues/1686
- fixed repairing Custom Armor on an anvil consumes the entire stack https://github.com/PluginBugs/Issues-ItemsAdder/issues/1684
- fixed usages lore not showing at all
- fixed `decrement_usages` not working correctly for `eat` event https://github.com/PluginBugs/Issues-ItemsAdder/issues/1705
- fixed interact event not working with offhand items
- fixed blocks sound played two times in some cases
- fixed mushroom blocks desync sometimes https://github.com/PluginBugs/Issues-ItemsAdder/issues/1722


3.1.5 May 19, 2022
3.1.5

new:
- added missing placeholder {target-world} to the `execute_commands` action https://github.com/PluginBugs/Issues-ItemsAdder/issues/1700
- added loots for blocks in /ia GUI. For example ruby_ore will also show the ruby recipe and related recipes
- added experimental Iris world generator compatibility https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/iris

fixes:
- added missing placeholder {target-world} to the `execute_commands` action https://github.com/PluginBugs/Issues-ItemsAdder/issues/1700
- fixed StackOverflowError when using damage_near_entities and damage_entity_in_sight inside event.attack
- fixed trade machines bug when moving enchants to the result item
- fixed /ia GUI result item won't open the recipes GUI when clicked


3.1.4b May 11, 2022
3.1.4b

Fixed Blocks placement


3.1.4 May 11, 2022
3.1.4

new:
- added WorldEdit compatibility (beta) https://www.spigotmc.org/resources/outdated-addon-itemsadder-worldedit.79012/

fixes:
- fixed API method ItemsAdder#getNamespacedBlocksNamesInConfig(String) not working
- added a setting "optimized-packets" to disable if your players are kicked when playing emotes
- fixed custom-entitites.emotes setting not working
- fixed misplaced recipes view slot, update this file: ItemsAdder\data\items_packs\mcguis\mcguis.yml https://controlc.com/c9e9b131 You might also need to run /iazip again.
- fixed blocks broken at certain distances do not disappear https://github.com/PluginBugs/Issues-ItemsAdder/issues/1692


3.1.3 May 5, 2022
3.1.3

new:
- added a new setting in ia_gui.yml to avoid showing blank crafting GUI if no recipe is registered
- added "enabled" attribute to the font_image settings
- now /ia categories are ordered based on the name

fixes:
- show the LibsDisguises warning only if legacy custom mobs are found in your namespaces
- json compression now removes also tabs characters, use /iazip to compress your pack even more
- fixed MythicMobs not registering for some reason
- optimized blocks placement code
- recoded WorldPopulator feature to create move vanilla-like ore veins
- fixed animated Optifine armors frames duration
- fixed duplication glitch with furnitures https://github.com/PluginBugs/Issues-ItemsAdder/issues/1597
- fixed BlockPhysicsEvent error https://github.com/PluginBugs/Issues-ItemsAdder/issues/1682
- fixed unbreakable items being broken by `multiple_break` action https://github.com/PluginBugs/Issues-ItemsAdder/issues/1674
- fixed replace_near_blocks radius logic https://github.com/PluginBugs/Issues-ItemsAdder/issues/1668
- fixed Armor appears during an emote when switching hotbar slot https://github.com/PluginBugs/Issues-ItemsAdder/issues/1658
- fixed `fix-show-attack-and-damage-as-lore` not working correctly https://github.com/PluginBugs/Issues-ItemsAdder/issues/1664
- fixed creative bug middleclick on furnitures https://github.com/PluginBugs/Issues-ItemsAdder/issues/1657
- fixed trees make tridents disappear https://github.com/PluginBugs/Issues-ItemsAdder/issues/1654
- fixed player skins not applied to Citizen NPCs on the first /iaentity command execution
- fixed Citizens compatibility issues
- fixed BeautyQuests hologram text on npc head missing https://github.com/PluginBugs/Issues-ItemsAdder/issues/1604
- added nametag on Citizens NPCs
- fixed search GUI not returning some items
- renamed from KEEP_CURRENT_SKIN to CITIZENS_SKIN
- fixed Citizens losing skin if KEEP_CURRENT_SKIN is called on an already reskinned NPC
- fixed Anvil repair cost logic https://github.com/PluginBugs/Issues-ItemsAdder/issues/1651
- fixed Anvil losing items if more than enough are put to repair an item


3.1.2 Apr 21, 2022
3.1.2

new:
- shift click to get items from /ia gui https://github.com/PluginBugs/Issues-ItemsAdder/issues/1569

fixes:
- fixed NullPointerException when log-warnings is enabled
- fixed categories icon apply in some cases
- fixed Extra blank line on lore when linked MMOItems Armor to ItemsAdder https://github.com/PluginBugs/Issues-ItemsAdder/issues/1473
- fixed custom entities not shown correctly in the /ia menu drops info
- fixed Drop from mobs" lore in the /ia menu puts the name twice in the lore text https://github.com/PluginBugs/Issues-ItemsAdder/issues/1643
- fixed fix-show-attack-and-damage-as-lore not working correctly https://github.com/PluginBugs/Issues-ItemsAdder/issues/1627
- fixed placed_armorstand.break.cancel not working https://github.com/PluginBugs/Issues-ItemsAdder/issues/1582
- fixed Mimic and ItemBridge hook loading
- fixed CustomEntityDeathEvent not being fired https://github.com/PluginBugs/Issues-ItemsAdder/issues/1622
- fixed custom durability lore not updated when repairing item using anvil
- fixed Base entity hitbox not kept https://github.com/PluginBugs/Issues-ItemsAdder/issues/1617
- fixed Custom entity passenger desync when far away from viewer https://github.com/PluginBugs/Issues-ItemsAdder/issues/1640
- fixed dismount underground when dismounting some custom entities https://github.com/PluginBugs/Issues-ItemsAdder/issues/1618
- fixed Optifine emissive textures generation, please regenerate your resourcepack using /iazip command
- fixed custom entities on 1.16.5 and previous versions
- fixed custom entities loading on some Spigot builds
- fixed custom entities can't be created using entities types which are not extending "CraftMob"


3.1.1 Apr 11, 2022
3.1.1

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 items` in 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


3.1.0c Apr 8, 2022
3.1.0c

Player emotes update!

[url]https://www.youtube.com/watch?v=posxlbudF8I[/url]

 

Notes:
- you must update the Blockbench extension and export your models again in order to apply some fixes. [url]https://github.com/LoneDev6/itemsadder-entity/releases[/url]
- you must regenerate your resourcepack to apply some of the fixes above (run /iazip and follow the hosting tutorial)

new:
- player emotes (1.17+) [url]https://itemsadder.devs.beer/plugin-usage/advanced/player-emotes[/url]
- emotes api [url]https://github.com/LoneDev6/API-ItemsAdder/commit/080923933e422871eebefc0a6ede33f16af3c264[/url]
- added `/iaentity citizens clean` command 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 [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1585[/url]
- added ModelEngine warning, then disable ItemsAdder custom entities
- added loots to custom entities [url]https://itemsadder.devs.beer/plugin-usage/adding-content/loots#custom-entities-loots[/url]

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 [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1581[/url]
- fixed FontImages API ConcurrentModificationException [url]https://github.com/LoneDev6/RPGhuds/issues/8[/url]
- fixed emissive armors textures not working on Optifine
- fixed custom font_images symbols not loading in some cases [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1576[/url]
- fixed `fix-floating-blocks` causing REAL_TRANSPARENT blocks to lose texture sometimes [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1577[/url]
- fixed players can place mushroom blocks in protected areas [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1564[/url]
- fixed blocked_enchants are being allowed through, if the trade table is involved [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1584[/url]
- 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 [url]https://github.com/PluginBugs/Issues-ItemsAdder/issues/1590[/url]
- 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


3.0.4b Mar 22, 2022
3.0.4b

Fixed modules loading on some servers


3.0.4 Mar 21, 2022
3.0.4

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


3.0.3-beta4 Mar 15, 2022
3.0.3-beta4

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


3.0.2 - MC 1.18.2 Mar 4, 2022
3.0.2 - MC 1.18.2

Please update LoneLibs.

Added 1.18.2 compatibility. Please update also LoneLibs.

fixes:

- disabled `tab-header-footer` setting 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

 


Page: 1 2 3 4 5