Skip to content

Commit

Permalink
Update ModItems.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed May 21, 2024
1 parent eea593d commit cc2d5c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc2d5c0

Please sign in to comment.