Bug fixes for resource pack generator on 1.16
This version brings some minor bug fixes with the resource pack generator (/cui rp gen) for MC 1.16.
If you love CustomItems, take a few seconds to leave a review. It really means a lot!
Minecraft 1.16.4
This version of CustomItems was built with MC 1.16.4!
Bug fix for "allowDamaged" for shaped recipes
This version fixes a minor bug that sometimes caused "allowDamaged" to not take effect for shaped recipes
Consume handler for potions & milk buckets
This version makes the "consume" handler work for potions and milk buckets!
Automatic Resource Pack Generator for Minecraft 1.13 and below
This version adds the automatic resource pack generator for Minecraft 1.13 and below. Just use /cui rp generate.
Check out the wiki https://github.com/jojodmo/CustomItems/wiki/Automatic-Resource-Pack-Generation for help setting everything up!
Snapshot
Automatic Resource Pack Generation for MC 1.13 and below
"slayPlayer" handler
This version adds a new "slayPlayer" handler, which is called whenever someone slays a player using a given item
Support for durability in crafting recipes
You can now specify whether or not you want durability to be taken into account in crafting recipes using allowDamaged for each item in the recipe. Check out the wiki for more info: https://github.com/jojodmo/CustomItems/wiki/Custom-Item-Reference#recipe-list
Bug fixes with categories nested item folders
This version makes some minor bug fixes with categories when items were nested in multiple sub-folders (like items/food/common/myCoolItem.yml)
Snapshot
Crafting improvements
This version makes some minor improvements with crafting, and now takes the durability of custom-damaged items into account!
Bug fixes with cooldowns & cooldown placeholder
This version makes some minor bug fixes with cooldowns and the cooldown placeholders like {cooldown.remaining} and {cooldown.elapsed}
Snapshot
Bug fixes with categories nested item folders
This version makes some minor bug fixes with categories when items were nested in multiple sub-folders (like items/food/common/myCoolItem.yml)
Snapshot
Bug fixes with cooldowns & cooldown placeholder
This version makes some minor bug fixes with cooldowns and the cooldown placeholders like {cooldown.remaining} and {cooldown.elapsed}
Bug fixes with runInterval
This version adds some minor bug fixes with the runInterval special parameter for triggers and actions
Improvements with block storage
This version makes some bug fixes and improvements with block storage
PAPI Placeholder improvements
This version makes some improvements with PAPI placeholders
Bug fixes with blockPlace handler
This version makes some bug fixes with the blockPlace handler. Previously, certain actions caused the blockPlace handler to not work for some users
Snapshot
Bug fixes with Placeholder API
This version makes some minor bug fixes with placeholder API
Snapshot
Bug fixes with "blockPlace" handler
This version fixes the "blockPlace" handler
Bug fixes with ifStatementCombine and armor
This version makes some minor bug fixes with ifStatementCombine not working properly with armor conditions like "ifPlayerHead", "ifTargetChest", and others