From cc2d5c0547ebed06c161babf127755736e2840c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Tue, 21 May 2024 19:37:38 +0200 Subject: [PATCH] Update ModItems.java --- src/main/java/pl/xyundy/squaredadditions/item/ModItems.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/pl/xyundy/squaredadditions/item/ModItems.java b/src/main/java/pl/xyundy/squaredadditions/item/ModItems.java index 8fe2742..c5d6c0a 100644 --- a/src/main/java/pl/xyundy/squaredadditions/item/ModItems.java +++ b/src/main/java/pl/xyundy/squaredadditions/item/ModItems.java @@ -46,7 +46,6 @@ public class ModItems { new AxeItem(ModToolMaterial.ROSE_GOLD_INGOT, 6.0F, -3.0F, new FabricItemSettings())); public static final Item ROSE_GOLD_HOE = registerItem("rose_gold_hoe", new HoeItem(ModToolMaterial.ROSE_GOLD_INGOT, -1, -3.0F, new FabricItemSettings())); - public static final Item ROSE_GOLD_HELMET = registerItem("rose_gold_helmet", new ArmorItem(ModArmorMaterial.ROSE_GOLD, ArmorItem.Type.HELMET, new FabricItemSettings())); public static final Item ROSE_GOLD_CHESTPLATE = registerItem("rose_gold_chestplate",