Skip to content

Commit

Permalink
update staff item
Browse files Browse the repository at this point in the history
  • Loading branch information
ChokoJoestar committed Jun 29, 2023
1 parent b262163 commit a365ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/chokojoestar/capymod/item/CapyItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class CapyItems {

public static final Item STAFF = Register.registerItem("staff",
new Item(new FabricItemSettings().maxCount(1).maxDamage(64).maxDamageIfAbsent(64).rarity(Rarity.RARE)));
new Item(new FabricItemSettings().maxCount(1).rarity(Rarity.RARE)));
public static final Item CAPYBARA_SPAWN_EGG = Register.registerSpawnEggItem("capybara_spawn_egg",
CapyEntities.CAPYBARA, 0x2f1a00, 0xce9969);

Expand Down

0 comments on commit a365ba4

Please sign in to comment.