Started by
MrScautHD
on
Topic category: Help with Minecraft modding (Java Edition)
hey, How Remove i Durability on my Armor in Sec e.g. 255 Durability, Tick 1 Remove 1 and now is 254 Durability.
Topic category: Help with Minecraft modding (Java Edition)
hey, How Remove i Durability on my Armor in Sec e.g. 255 Durability, Tick 1 Remove 1 and now is 254 Durability.
@Dev
@ing somebody in a forum doesn't work lmao
there is a damage item procedure block, bind with your armor item's update tick trigger
Can you send me a Screenshot ?
how can i make the Tick of my Armor to 20?
How can i make the tick on my armor slower to slower armor damage?
use player nbt variable for a timer, this is an example:
if(cooldown_helmet == 0){
do damage to item
set cooldown nbt variable to to x ticks
}
cooldown--
How make stop by duability 1 or replace item?
it's kind of obvious, check if the durability is one with an if statement, and execute the procedure if it is not true....
pls send a Screnshot XD
If I gave you the code to you without you understanding it, you won't know how to solve similar problems next time. https://mcreator.net/wiki/procedure-system
https://www.youtube.com/watch?v=3_VoyAS8cU8
was really nice when you send me a screenshot :)
i learn the code when you have me a screnshot send i than understandet.