Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
7
datapacks/timber/data/timber/function/tool/durability_check.mcfunction
Executable file
7
datapacks/timber/data/timber/function/tool/durability_check.mcfunction
Executable file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue