Added the Updraft Array (feather + glowstone)

This commit is contained in:
WayofTime 2016-07-01 19:07:43 -04:00
parent 39d215887f
commit b4ff6d5d2f
11 changed files with 124 additions and 11 deletions

View file

@ -15,7 +15,12 @@ public class AttractorAlchemyCircleRenderer extends AlchemyCircleRenderer
{
public AttractorAlchemyCircleRenderer()
{
super(new ResourceLocation("bloodmagic", "textures/models/AlchemyArrays/ZombieBeacon.png"));
this(new ResourceLocation("bloodmagic", "textures/models/AlchemyArrays/ZombieBeacon.png"));
}
public AttractorAlchemyCircleRenderer(ResourceLocation resourceLocation)
{
super(resourceLocation);
}
@Override