Way being picky.
This commit is contained in:
parent
e3644f2d2b
commit
7e30b02d69
303 changed files with 622 additions and 311 deletions
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderBileDemon extends RenderLiving {
|
||||
public class RenderBileDemon extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/BileDemon.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderBileDemon(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderBoulderFist extends RenderLiving {
|
||||
public class RenderBoulderFist extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/BoulderFist.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderBoulderFist(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -7,7 +7,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderElemental extends RenderLiving {
|
||||
public class RenderElemental extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation airBeacon = new ResourceLocation("alchemicalwizardry", "textures/models/AirFloatingBeacon.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
private static final ResourceLocation waterBeacon = new ResourceLocation("alchemicalwizardry", "textures/models/WaterFloatingBeacon.png");
|
||||
private static final ResourceLocation earthBeacon = new ResourceLocation("alchemicalwizardry", "textures/models/EarthFloatingBeacon.png");
|
||||
|
|
|
@ -9,7 +9,8 @@ import net.minecraft.entity.Entity;
|
|||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
public class RenderFallenAngel extends RenderLiving {
|
||||
public class RenderFallenAngel extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/WingedAngel.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderFallenAngel(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderIceDemon extends RenderLiving {
|
||||
public class RenderIceDemon extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/IceDemon.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderIceDemon(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderLowerGuardian extends RenderLiving {
|
||||
public class RenderLowerGuardian extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/LowerGuardian.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderLowerGuardian(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderShade extends RenderLiving {
|
||||
public class RenderShade extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/ShadeMob.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderShade(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderSmallEarthGolem extends RenderLiving {
|
||||
public class RenderSmallEarthGolem extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/SmallEarthGolem.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderSmallEarthGolem(ModelBase par1ModelBase, float par2)
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.minecraft.client.renderer.entity.RenderLiving;
|
|||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class RenderWingedFireDemon extends RenderLiving {
|
||||
public class RenderWingedFireDemon extends RenderLiving
|
||||
{
|
||||
private static final ResourceLocation field_110833_a = new ResourceLocation("alchemicalwizardry", "textures/models/WingedFireDemon.png"); //refers to:YourMod/modelsTextureFile/optionalFile/yourTexture.png
|
||||
|
||||
public RenderWingedFireDemon(ModelBase par1ModelBase, float par2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue