Durability Tick

Started by MrScautHD on

Topic category: Help with modding (Java Edition)

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Durability Tick

hey, How Remove i Durability on my Armor in Sec e.g. 255 Durability, Tick 1 Remove 1 and now is 254 Durability.

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Dev
Sun, 06/07/2020 - 09:56

@Dev

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@ing somebody in a forum…
Sun, 06/07/2020 - 10:14

@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

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send me a Screenshot…
Sun, 06/07/2020 - 10:48

Can you send me a Screenshot ?

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how can i make the Tick of…
Sun, 06/07/2020 - 11:07

how can i make the Tick of my Armor to 20?

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make the tick on…
Sun, 06/07/2020 - 11:10

How can i make the tick on my armor slower to slower armor damage?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use player nbt variable for…
Sun, 06/07/2020 - 11:45

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

 

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How make stop by duability 1…
Sun, 06/07/2020 - 11:53

How make stop by duability 1 or replace item?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's kind of obvious, check…
Sun, 06/07/2020 - 11:54

it's kind of obvious, check if the durability is one with an if statement, and execute the procedure if it is not true....

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
pls send a Screnshot XD
Sun, 06/07/2020 - 11:55

pls send a Screnshot XD

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
was really nice when you…
Sun, 06/07/2020 - 12:03

was really nice when you send me a screenshot :)

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i learn the code when you…
Sun, 06/07/2020 - 12:10

i learn the code when you have me a screnshot send i than understandet.