Jump to content

[1.7.2] mob that gives light [Solved]


thomassu

Recommended Posts

hello, i am making an Anglerfish, i want him to give light, i copied the code from RenderSpider, but it is not working.

what am i doing wrong:

package com.Angler.common;

 

import net.minecraft.client.renderer.OpenGlHelper;

import net.minecraft.client.renderer.entity.RenderLiving;

import net.minecraft.entity.Entity;

import net.minecraft.entity.EntityLivingBase;

import net.minecraft.util.ResourceLocation;

import cpw.mods.fml.common.registry.EntityRegistry;

import cpw.mods.fml.relauncher.Side;

import cpw.mods.fml.relauncher.SideOnly;

 

import org.lwjgl.opengl.GL11;

 

@SideOnly(Side.CLIENT)

public class RenderAnglerFish extends RenderLiving

{

    private static final ResourceLocation AnglerFishTexture = new ResourceLocation("angler:textures/entity//AnglerFish/AnglerFish.png");

    private static final ResourceLocation AnglerFishGlowTexture = new ResourceLocation("angler:textures/entity/AnglerFish/AnglerFishGlow.png");

   

    protected ModelAnglerFish model;

    private float scale;

 

    public RenderAnglerFish(ModelAnglerFish par1ModelBase, float par2, float par3)

    {

        super(par1ModelBase, par2 * par3);

        model = (ModelAnglerFish)mainModel;

        this.scale = par3;

    }

 

    protected ResourceLocation getAnglerFishTextures(EntityAnglerFish entityAnglerFish)

    {

      return AnglerFishTexture;

    }

   

    protected void preRenderCallback(EntityLivingBase par1EntityLivingBase, float par2)

    {

        this.preRenderScale((EntityAnglerFish)par1EntityLivingBase, par2);

    }

   

    protected void preRenderScale(EntityAnglerFish par1EntityAnglerFish, float par2)

    {

        GL11.glScalef(this.scale, this.scale, this.scale);

    }

   

    protected int shouldRenderPass(EntityAnglerFish par1EntityAnglerFish, int par2, float par3)

    {

        if (par2 != 0)

        {

            return -1;

        }

        else

        {

            this.bindTexture(AnglerFishGlowTexture);

            float f1 = 1.0F;

            GL11.glEnable(GL11.GL_BLEND);

            GL11.glDisable(GL11.GL_ALPHA_TEST);

            GL11.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE);

            GL11.glDisable(GL11.GL_LIGHTING);

 

            if (par1EntityAnglerFish.isInvisible())

            {

                GL11.glDepthMask(false);

            }

            else

            {

                GL11.glDepthMask(true);

            }

 

            char c0 = 61680;

            int j = c0 % 65536;

            int k = c0 / 65536;

            OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, (float)j / 1.0F, (float)k / 1.0F);

            GL11.glEnable(GL11.GL_LIGHTING);

            GL11.glColor4f(1.0F, 1.0F, 1.0F, f1);

            return 1;

        }

    }

 

 

@Override

protected ResourceLocation getEntityTexture(Entity entity) {

 

return this.getAnglerFishTextures((EntityAnglerFish)entity);

}

}

 

 

 

do i need something in the Entity file?, pleas help me!

Thanks!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • The mod I'm working on is in 1.19.2. The portal works correctly in Intellij but when I publish the jar, put it in the mods folder of the game it crashes with the following error whenever any entity collides with it: java.lang.IllegalAccessError: class com.github.warrentode.turtleblockacademy.blocks.TBAMiningPortalBlock tried to access protected field net.minecraft.world.entity.Entity.f_19819_ (com.github.warrentode.turtleblockacademy.blocks.TBAMiningPortalBlock is in module [email protected] of loader 'TRANSFORMER' @16c5b50a; net.minecraft.world.entity.Entity is in module [email protected] of loader 'TRANSFORMER' @16c5b50a)     at com.github.warrentode.turtleblockacademy.blocks.TBAMiningPortalBlock.m_7892_(TBAMiningPortalBlock.java:124) ~[turtleblockacademy-2024.2025-1.0.0.jar%23572!/:2024.2025-1.0.0] {re:classloading} The thing is, I have Entity.f_19819_ in my accessTransformer.cfg file in this line: public net.minecraft.world.entity.Entity f_19819_ # portalEntrancePos So what do I need to do to fix this error?
    • It will be about medeaival times
    • the mods are crashing and I'm not sure why so heres everything  crash log https://pastebin.com/RxLKbMNR  L2 Library (12library) has failed to load correctly java.lang.NoClassDefFoundError: org/antarcticgardens/newage/content/energiser/EnergiserBlock L2 Screen Tracker (12screentracker) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.12library.base.L2Registrate Create: Interiors (interiors) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.tterrag.registrate.AbstractRegistrate L2 Damage Tracker (12damagetracker) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.l2library.base.L2Registrate Create Enchantment Industry (create_enchantment_industry) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.simibubi.create.foundation.data.Createfiegistrate Create Crafts & Additions (createaddition) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.simibubi.create.foundation.data.CreateRegistrate Create Slice & Dice (sliceanddice) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.simibubi.create.foundation.data.CreateRegistrate L2 Tabs (12tabs) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.l2library.base.L2Registrate Modular Golems (modulargolems) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.l2library.base.L2Registrate Create: Steam 'n' FRails (railways) has failed to load correctly java.lang.NoClassDefFoundError : Could not initialize class com.simibubi.create.foundation.data.Createfregistrate Cuisine Delight (cuisinedelight) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.12library.base.L2Registrate Create (create) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.simibubi.create.Create Guardian Beam Defense (creategbd) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class com.simibubi.create.foundation.data.CreateRegistrate L2 Item Selector (12itemselector) has failed to load correctly java.lang.NoClassDefFoundError: Could not initialize class dev.xkmc.l2library.base.L2Registrate
    • hey there, I have been using Forge for years without any problems, but for some time now I have been getting this error message when I click on “Installer” under the downloads. This happens on all versions. I have tried various things but have not gotten any results. If anyone has a solution, I would be very grateful!
    • I don't have mcreator installed.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.