⛏ Custom Items ✅ 1.20 READY ✅ Make NEW ITEMS & BLOCKS with NEW TEXTURES, Recipes, Events & Actions icon

⛏ Custom Items ✅ 1.20 READY ✅ Make NEW ITEMS & BLOCKS with NEW TEXTURES, Recipes, Events & Actions -----

IN-GAME GUI ITEM+RECIPE DESIGNER ⭐ Make any item/block you imagine, without mods or replacing items✅



Armor Set Categories!
You can now add armor categories to your items! This enables you to do things like give players potion effects when they're wearing a full set of your custom armor!

Code (YAML):
# This file configures your armor categories!
# To set custom armor's category, set "category" to the
# category under "armor" in the item's yml file, like this:
#
# # in items/myArmor.yml
# armor:
#   category: myArmorCategory

# and then add the category in here, like this
#
# categories:
#   myArmorCategory:
#     #... options...
#   myOtherArmorCategory:
#     # ...
#
# See the wiki for more info on configuring this

categories
:
  myArmorCategory
:
    # handlers for this armor category
    handlers
:

      # if the player is wearing a full set of armor in this category, do this:
      fullSet
:

        # give the player the following potion effects while they are wearing the full set
        # of armor
        effects
:
         -
            potion
: "GLOWING"
          -
            potion
: "INCREASE_DAMAGE"
            strength
: 2
            particles
: false
            showIcon
: true
  myOtherArmorCategory
:
    # ...
----------, Jul 26, 2019
Resource Information
Author:
----------
Total Downloads: 1,565
First Release: Jan 19, 2019
Last Update: Jul 3, 2024
Category: ---------------
All-Time Rating:
60 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings