⛏ 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✅



Introducing Item Categories!
You can now put each Custom Item in a category, so when a player runs /cui list, they'll see a list of item categories! They can then click on one of those categories to get a list of items in that category.

Of course, you can disable this by keeping "enableCategories" as "false" in the inventories.yml file.

To enable it, set "enableCategories" to "true" in your inventories.yml, and then add your item categories:
Code (YAML):
# in inventories.yml

# Whether or not categories should be enabled. Set to "true" to enable categories
categoriesEnabled
: true

# Item Categories along with the items that represent them
# You can add items to categories by setting "category" in
# the item's YML file.
#
# Any item that doesn't have a category will be put in the
# "miscellaneous" category by default.
#
# The format is
#
#   category:
#     itemName: ...
#     item: ...
#
# Where the item is the item that represents this category.
# This can be a Minecraft item or a Custom Item. See referencing
# items above.
#
# inventoryName is the name that appears in the Custom Item list inventory
# You can use &color codes in this name
categories
:
  miscellaneous
:
    itemName
: "&dMiscellaneous"
    item
: "minecraft:DIAMOND_PICKAXE"
Then, in your item YML files, set "category" to whatever category you want the item to be in (make sure the category exists in your inventories.yml file), like this:

Code (YAML):
# in myCustomItem.yml

name
: "My Custom Item"
category
: "myCategory"
 
If you don't set "category", the item will automatically be put in the "miscellaneous" category.

This update also includes some minor bug fixes with potion effects in trigger actions
----------, Jul 11, 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