Page: 1 ... 5 6 7 8 9 ... 11

3.7.5 Nov 13, 2020
craft handler
This version adds a new "craft" handler! Actions in the craft handler are run whenever a player crafts the given item


handlers:
  craft:
    actions:
      -
        action: sendMessage
        message: "You just crafted this item!"

3.7.4 Nov 11, 2020
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!

3.7.3 Nov 6, 2020
Minecraft 1.16.4
This version of CustomItems was built with MC 1.16.4!

3.7.2 Nov 4, 2020
Bug fix for "allowDamaged" for shaped recipes
This version fixes a minor bug that sometimes caused "allowDamaged" to not take effect for shaped recipes

3.7.1 Nov 1, 2020
Consume handler for potions & milk buckets
This version makes the "consume" handler work for potions and milk buckets!

3.7 Oct 30, 2020
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!

3.7-SNAPSHOT1 SNAPSHOT Oct 26, 2020
Automatic Resource Pack Generation for MC 1.13 and below

3.6.19 Oct 26, 2020
"slayPlayer" handler
This version adds a new "slayPlayer" handler, which is called whenever someone slays a player using a given item

3.6.18 Oct 25, 2020
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

3.6.17 Oct 24, 2020
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)

3.6.18 SNAPSHOT Oct 24, 2020
Crafting improvements
This version makes some minor improvements with crafting, and now takes the durability of custom-damaged items into account!

3.6.16 Oct 23, 2020
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}

3.6.17-SNAPSHOT1 SNAPSHOT Oct 22, 2020
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)

3.6.16-SNAPSHOT1 SNAPSHOT Oct 21, 2020
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}

3.6.15 Oct 21, 2020
Bug fixes with runInterval
This version adds some minor bug fixes with the runInterval special parameter for triggers and actions

3.6.14 Oct 20, 2020
Improvements with block storage
This version makes some bug fixes and improvements with block storage

3.6.13 Oct 19, 2020
PAPI Placeholder improvements
This version makes some improvements with PAPI placeholders

3.6.12 Oct 18, 2020
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

3.6.13 SNAPSHOT Oct 15, 2020
Bug fixes with Placeholder API
This version makes some minor bug fixes with placeholder API

3.6.12 SNAPSHOT Oct 15, 2020
Bug fixes with "blockPlace" handler
This version fixes the "blockPlace" handler

3.6.11 Oct 15, 2020
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

3.6.10 Oct 10, 2020

3.6.10 Oct 10, 2020
Hex color code support!
This version adds support for hex color codes like &#00aaff for 1.16 everywhere in CustomItems!

3.6.9 Oct 9, 2020
New health placeholders
This version adds three new placeholders — {target.health}, {target.maxHealth}, and {player.maxHealth}.

({player.health} already existed in previous versions)

3.6.8 Oct 4, 2020
Bug fixes with commands
This version makes some minor bug fixes with the help command

Page: 1 ... 5 6 7 8 9 ... 11