From 2b30e9438143a2070ce5b102a49e9d9de827ebf3 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Mon, 19 May 2025 14:30:58 +0100 Subject: [PATCH] Added durability to give command on trowels --- data/lzstools/function/give/trowel_diamond.mcfunction | 2 +- data/lzstools/function/give/trowel_iron.mcfunction | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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