Remove unnecessary ISigil implements
This commit is contained in:
parent
86fcd4808b
commit
0788bbd3b2
|
@ -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;
|
||||
|
@ -15,7 +14,7 @@ import net.minecraftforge.fluids.FluidRegistry;
|
|||
import net.minecraftforge.fluids.FluidStack;
|
||||
import net.minecraftforge.fluids.IFluidHandler;
|
||||
|
||||
public class ItemSigilLava extends ItemSigilBase implements ISigil {
|
||||
public class ItemSigilLava extends ItemSigilBase {
|
||||
|
||||
public ItemSigilLava() {
|
||||
super("lava", 1000);
|
||||
|
|
Loading…
Reference in a new issue