Teleposers and refractoring
This commit is contained in:
parent
1b9f72b494
commit
a8a0ae6e8b
145 changed files with 594 additions and 162 deletions
|
@ -5,7 +5,6 @@ import net.minecraft.util.ResourceLocation;
|
|||
|
||||
public class PotionBloodMagic extends Potion
|
||||
{
|
||||
|
||||
public PotionBloodMagic(String name, ResourceLocation texture, boolean badEffect, int potionColor, int iconIndexX, int iconIndexY)
|
||||
{
|
||||
super(texture, badEffect, potionColor);
|
||||
|
|
|
@ -20,7 +20,6 @@ import java.util.List;
|
|||
|
||||
public class PotionEventHandlers
|
||||
{
|
||||
|
||||
public PotionEventHandlers()
|
||||
{
|
||||
MinecraftForge.EVENT_BUS.register(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue