Doing more cleanup
This commit is contained in:
parent
59b8ecc271
commit
b090d154eb
7 changed files with 158 additions and 168 deletions
|
@ -3,7 +3,7 @@ package WayofTime.alchemicalWizardry.common.renderer.model;
|
|||
import net.minecraft.client.model.ModelBase;
|
||||
import net.minecraft.client.model.ModelRenderer;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
import net.minecraft.util.EnumFacing;
|
||||
|
||||
public class ModelSpellModifierBlock extends ModelBase
|
||||
{
|
||||
|
@ -149,7 +149,7 @@ public class ModelSpellModifierBlock extends ModelBase
|
|||
setRotation(output4, 0F, 0F, 0F);
|
||||
}
|
||||
|
||||
public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5, ForgeDirection input, ForgeDirection output)
|
||||
public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5, EnumFacing input, EnumFacing output)
|
||||
{
|
||||
super.render(entity, f, f1, f2, f3, f4, f5);
|
||||
setRotationAngles(f, f1, f2, f3, f4, f5, entity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue