diff --git a/data/lzstools/function/give/trowel_diamond.mcfunction b/data/lzstools/function/give/trowel_diamond.mcfunction index f4e103f..e6899fd 100644 --- a/data/lzstools/function/give/trowel_diamond.mcfunction +++ b/data/lzstools/function/give/trowel_diamond.mcfunction @@ -1 +1 @@ -give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Diamond Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_diamond"]},minecraft:custom_data={"lzstools":["trowel","trowel_diamond"]}] \ No newline at end of file +give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Diamond Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_diamond"]},minecraft:custom_data={"lzstools":["trowel","trowel_diamond"]},minecraft:max_damage=4500] \ No newline at end of file diff --git a/data/lzstools/function/give/trowel_iron.mcfunction b/data/lzstools/function/give/trowel_iron.mcfunction index 2f628ba..fcfe6f4 100644 --- a/data/lzstools/function/give/trowel_iron.mcfunction +++ b/data/lzstools/function/give/trowel_iron.mcfunction @@ -1 +1 @@ -give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Iron Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_iron"]},minecraft:custom_data={"lzstools":["trowel","trowel_iron"]}] \ No newline at end of file +give @s minecraft:carrot_on_a_stick[minecraft:item_name={"text":"Iron Trowel","color":"aqua"},minecraft:custom_model_data={strings:["lzstools:trowel_iron"]},minecraft:custom_data={"lzstools":["trowel","trowel_iron"]},minecraft:max_damage=750] \ No newline at end of file