Skip to content

Commit

Permalink
Update ChemicalPortableCellItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh authored Feb 20, 2024
1 parent bbf95fe commit b54034c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package me.ramidzkh.mekae2.item;

import java.util.Objects;

import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.inventory.MenuType;
import net.minecraft.world.item.ItemStack;
Expand All @@ -12,8 +14,6 @@
import appeng.items.storage.StorageTier;
import appeng.items.tools.powered.PortableCellItem;

import java.util.Objects;

public class ChemicalPortableCellItem extends PortableCellItem {

public ChemicalPortableCellItem(int totalTypes, MenuType<?> menuType, StorageTier tier, Properties props,
Expand Down

0 comments on commit b54034c

Please sign in to comment.