Skip to content

Commit

Permalink
Made infinite oxygen tank be epic
Browse files Browse the repository at this point in the history
  • Loading branch information
DMgaming100 committed Oct 4, 2024
1 parent a4707c1 commit 3b6e89e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public class GCItems {
public static final Item SMALL_OXYGEN_TANK = new OxygenTankItem(new Item.Properties(), 1620 * 10); // 16200 ticks
public static final Item MEDIUM_OXYGEN_TANK = new OxygenTankItem(new Item.Properties(), 1620 * 20); //32400 ticks
public static final Item LARGE_OXYGEN_TANK = new OxygenTankItem(new Item.Properties(), 1620 * 30); //48600 ticks
public static final Item INFINITE_OXYGEN_TANK = new InfiniteOxygenTankItem(new Item.Properties());
public static final Item INFINITE_OXYGEN_TANK = new InfiniteOxygenTankItem(new Item.Properties().rarity(Rarity.EPIC));

public static final Item SHIELD_CONTROLLER = new AccessoryItem(new Item.Properties());
public static final Item FREQUENCY_MODULE = new FrequencyModuleItem(new Item.Properties());
Expand Down

0 comments on commit 3b6e89e

Please sign in to comment.