We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545582 commit 7261011Copy full SHA for 7261011
data/god_gear/function/loop.mcfunction
@@ -1,6 +1,6 @@
1
# ======= God Gear =======
2
# Apply the modified repair cost.
3
-execute as @a[scores={anvil_check=1..}] run item modify entity @s player.cursor god_gear:repair_cost
+execute as @a[scores={anvil_check=1..}] run item modify entity @s player.cursor god_gear:repair_cost
4
execute as @a[scores={anvil_check=1..}] run item modify entity @s weapon.offhand god_gear:repair_cost
5
execute as @a[scores={anvil_check=1..}] run item modify entity @s armor.head god_gear:repair_cost
6
execute as @a[scores={anvil_check=1..}] run item modify entity @s armor.body god_gear:repair_cost
0 commit comments