1
0
Fork 0
Gen2/datapacks/timber/data/timber/function/tool/durability_check.mcfunction
2025-08-27 20:49:18 -05:00

7 lines
No EOL
876 B
MCFunction
Executable file

# check if axe is broken
execute if score @s timber_w_axe matches 1.. unless score durability timber matches ..59 run scoreboard players set durability_okay timber 0
execute if score @s timber_s_axe matches 1.. unless score durability timber matches ..131 run scoreboard players set durability_okay timber 0
execute if score @s timber_i_axe matches 1.. unless score durability timber matches ..250 run scoreboard players set durability_okay timber 0
execute if score @s timber_g_axe matches 1.. unless score durability timber matches ..32 run scoreboard players set durability_okay timber 0
execute if score @s timber_d_axe matches 1.. unless score durability timber matches ..1561 run scoreboard players set durability_okay timber 0
execute if score @s timber_n_axe matches 1.. unless score durability timber matches ..2031 run scoreboard players set durability_okay timber 0