diff options
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java')
| -rw-r--r-- | src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java b/src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java index 548004e..82c341f 100644 --- a/src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java +++ b/src/main/java/darkknight/jewelrycraft/thirdparty/Alpaca.java @@ -1,7 +1,6 @@ package darkknight.jewelrycraft.thirdparty;
import darkknight.jewelrycraft.JewelrycraftMod;
-import fiskfille.alpaca.common.potion.AlpacaPotions;
/**
* @author Sorin
@@ -19,7 +18,6 @@ public class Alpaca implements IThirdParty @Override
public void postInit()
{
- JewelrycraftMod.alpacaPotion = AlpacaPotions.potionAlpaca;
}
@Override
|
