Durability Tick

Started by MrScautHD on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

  • Modifications: 0
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

@Dev

Active 1 month ago
Joined Jun 2019
Points:
2776

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
@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

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

Can you send me a Screenshot ?

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

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

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

  • Modifications: 0
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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?

Active 1 month ago
Joined Jun 2019
Points:
2776

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
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--

 

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

How make stop by duability 1 or replace item?

Active 1 month ago
Joined Jun 2019
Points:
2776

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
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....

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

pls send a Screnshot XD

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

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

was really nice when you send me a screenshot :)

Active 3 years ago
Joined Apr 2020
Points:
769

User statistics:

  • Modifications: 0
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.