Remove unnecessary ISigil implements
This commit is contained in:
parent
0788bbd3b2
commit
258e9a1108
|
@ -1,6 +1,5 @@
|
|||
package WayofTime.bloodmagic.item.sigil;
|
||||
|
||||
import WayofTime.bloodmagic.api.iface.ISigil;
|
||||
import WayofTime.bloodmagic.api.util.helper.BindableHelper;
|
||||
import net.minecraft.block.material.Material;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
@ -16,7 +15,7 @@ import net.minecraftforge.fluids.FluidRegistry;
|
|||
import net.minecraftforge.fluids.FluidStack;
|
||||
import net.minecraftforge.fluids.IFluidHandler;
|
||||
|
||||
public class ItemSigilWater extends ItemSigilBase implements ISigil {
|
||||
public class ItemSigilWater extends ItemSigilBase {
|
||||
|
||||
public ItemSigilWater() {
|
||||
super("water", 100);
|
||||
|
|
Loading…
Reference in a new issue