
Initial publishing of the 1.16.3 branch of the mod. A lot of systems are missing (such as Rituals and Living Armour), but enough is present for a decent Alpha release.
11 lines
208 B
Java
11 lines
208 B
Java
package wayoftime.bloodmagic.potion;
|
|
|
|
import net.minecraft.potion.EffectType;
|
|
|
|
public class PotionSoulSnare extends PotionBloodMagic
|
|
{
|
|
public PotionSoulSnare()
|
|
{
|
|
super(EffectType.NEUTRAL, 0xFFFFFF);
|
|
}
|
|
}
|