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



Set armor attributes, and improvements to actions!
This update brings the ability to set the attributes of armor items! Just set "strength" under "armor":

Code (YAML):
# in myCustomArmor.yml
item
:
  material
: "minecraft:DIAMOND_CHESTPLATE"
  displayName
: "My Custom Chestplate"
armor
:
  # A number from 0 to 100.
  # 0 does nothing and 100 makes the player invincible when
  # wearing this armor piece.
  #
  # This adds up with armor pieces. So, if your custom chestplate, leggings, boots, and helmet each had
  # strength: 25, wearing the full set would make the user
  # invincible
  strength
: 10
You can also now use parameters like {target.location.x} and {player.location.world} in the actions "teleportPlayer" and "teleportTarget":

Code (YAML):
action : teleportPlayer
world
: {target.location.world }
locationX
: {target.location.x }
locationY
: 100
locationZ
: {target.location.z }
----------, Jul 3, 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