@@ -28,14 +28,14 @@ give @a[scores={bw.axe=2..2},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{i
2828give @a [ scores = {bw.pickaxe = 3 .. 3 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:diamond_pickaxe " }] }] diamond_pickaxe [ enchantments = {" minecraft:efficiency " : 1s }, tooltip_display = {hidden_components : [ enchantments , unbreakable , can_place_on , can_break ] }, unbreakable = {}, custom_data = {bw:1 }, can_place_on = [ {blocks : " #minecraft:bwplace " }] , can_break = [ {blocks : " #minecraft:bedblocks " }] ]
2929give @a [ scores = {bw.axe = 3 .. 3 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:diamond_axe " }] }] diamond_axe [ attribute_modifiers = [ {type : " attack_damage " , slot : " any " , id : " uuid_7777842599633879 " , amount:3d , operation : " add_value " }] , tooltip_display = {hidden_components : [ attribute_modifiers , enchantments , unbreakable , can_place_on , can_break ] }, enchantments = {" minecraft:efficiency " : 1s }, unbreakable = {}, custom_data = {bw:1 }, can_place_on = [ {blocks : " #minecraft:bwplace " }] , can_break = [ {blocks : " #minecraft:bedblocks " }] ]
3030
31- clear @a [ scores = {bw.pickaxe = .. 2 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:diamond_pickaxe " }] }] diamond_pickaxe
32- clear @a [ scores = {bw.axe = .. 2 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:diamond_pickaxe " }] }] diamond_axe
31+ clear @a [ scores = {bw.pickaxe = .. 2 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:diamond_pickaxe " }] }] diamond_pickaxe
32+ clear @a [ scores = {bw.axe = .. 2 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:diamond_axe " }] }] diamond_axe
3333
34- clear @a [ scores = {bw.pickaxe = .. 1 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:iron_pickaxe " }] }] iron_pickaxe
35- clear @a [ scores = {bw.axe = .. 1 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:iron_pickaxe " }] }] iron_axe
34+ clear @a [ scores = {bw.pickaxe = .. 1 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:iron_pickaxe " }] }] iron_pickaxe
35+ clear @a [ scores = {bw.axe = .. 1 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:iron_axe " }] }] iron_axe
3636
37- clear @a [ scores = {bw.pickaxe = .. 0 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:wooden_pickaxe " }] }] wooden_pickaxe
38- clear @a [ scores = {bw.axe = .. 0 }, gamemode =! spectator , tag = bw.play , nbt =! {Inventory : [ {id : " minecraft:wooden_pickaxe " }] }] wooden_axe
37+ clear @a [ scores = {bw.pickaxe = .. 0 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:wooden_pickaxe " }] }] wooden_pickaxe
38+ clear @a [ scores = {bw.axe = .. 0 }, gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:wooden_axe " }] }] wooden_axe
3939
4040clear @a [ tag =! bw.shears , gamemode =! spectator , tag = bw.play , nbt = {Inventory : [ {id : " minecraft:shears " }] }] shears
4141
0 commit comments