Added different, more cute, more awesome floating squid for Lari

This commit is contained in:
Ellpeck 2015-09-19 23:14:20 +02:00
parent b19e295933
commit 8ddebd6065
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ package ellpeck.actuallyadditions.gadget;
import ellpeck.actuallyadditions.event.RenderPlayerEventAA;
import ellpeck.actuallyadditions.util.AssetUtil;
import ellpeck.actuallyadditions.util.ModUtil;
import net.minecraft.block.Block;
import net.minecraft.client.Minecraft;
import net.minecraft.client.model.ModelSquid;
@ -27,7 +28,7 @@ public class RenderSpecial{
private ItemStack theThingToRender;
private static final ResourceLocation squidTextures = new ResourceLocation("textures/entity/squid.png");
private static final ResourceLocation squidTextures = new ResourceLocation(ModUtil.MOD_ID_LOWER, "textures/specialSquid.png");
public RenderSpecial(ItemStack stack){
this.theThingToRender = stack;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB