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



Action cooldowns!
You can now add a cooldown for your actions! Just set "cooldown" in the action (in ticks), or "cooldownSeconds" in the action. If you want actions to run if the player hasn't cooled down, then add an action list under "notCooledDownActions":

Code (YAML):
action : sendMessage
message
: "This message requires a 10 second cooldown"
cooldown
: 200 # This is 10 seconds in ticks
# Or, you can just use this, which is equivalent to the above line
cooldownSeconds
: 10
notCooledDownActions
:
 -
    action
: sendMessage
    message
: "You haven't cooled down yet!"
This version also adds the placeholder "{cui.action.id}", which will be replaced with a unique number identifier for the action that was run — this will likely only have uses for advanced users.
----------, Jul 5, 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