mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Added different, more cute, more awesome floating squid for Lari
This commit is contained in:
parent
b19e295933
commit
8ddebd6065
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ package ellpeck.actuallyadditions.gadget;
|
||||||
|
|
||||||
import ellpeck.actuallyadditions.event.RenderPlayerEventAA;
|
import ellpeck.actuallyadditions.event.RenderPlayerEventAA;
|
||||||
import ellpeck.actuallyadditions.util.AssetUtil;
|
import ellpeck.actuallyadditions.util.AssetUtil;
|
||||||
|
import ellpeck.actuallyadditions.util.ModUtil;
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.model.ModelSquid;
|
import net.minecraft.client.model.ModelSquid;
|
||||||
|
@ -27,7 +28,7 @@ public class RenderSpecial{
|
||||||
|
|
||||||
private ItemStack theThingToRender;
|
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){
|
public RenderSpecial(ItemStack stack){
|
||||||
this.theThingToRender = stack;
|
this.theThingToRender = stack;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in a new issue