Jump to content

back with an Entity


Guest

Recommended Posts

hey all, I'm back with an entity that will spawn in game with an egg, however, it's not registering the rendering of the textures i think,and I'm not sure where that would be.

i made the model in Techne.

 

 

Render

 

package com.drmdgg.beesmod.entities;

 

import net.minecraft.client.model.ModelBase;

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

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

import net.minecraft.entity.Entity;

import net.minecraft.util.ResourceLocation;

 

public class RenderBeeHive extends RenderLiving {

 

public RenderBeeHive(RenderManager rendermanagerIn, ModelBase modelbaseIn, float shadowsizeIn) {

super(rendermanagerIn, modelbaseIn, shadowsizeIn);

setEntityTexture();

}

 

private void setEntityTexture() {

BeeHiveTextures = new ResourceLocation("beemod:textures/entity/BeeHivee.png");

 

}

private static ResourceLocation BeeHiveTextures = new ResourceLocation("beemod:textures/entity/BeeHivee.png");

@Override

protected ResourceLocation getEntityTexture(Entity entity) {

 

return BeeHiveTextures;

}

}

 

 

Model

 

// Date: 3/22/2016 9:19:02 PM

// Template version 1.1

// Java generated by Techne

// Keep in mind that you still need to fill in some blanks

// - ZeuX

 

 

 

 

 

 

package com.drmdgg.beesmod.entities;

 

import net.minecraft.client.model.ModelBase;

import net.minecraft.client.model.ModelRenderer;

import net.minecraft.entity.Entity;

 

public class ModelBeeHive extends ModelBase

{

  //fields

    ModelRenderer Shape1;

    ModelRenderer Shape2;

    ModelRenderer Shape3;

    ModelRenderer Shape4;

    ModelRenderer Shape5;

    ModelRenderer Shape6;

    ModelRenderer Shape7;

    ModelRenderer Shape8;

    ModelRenderer Shape9;

 

  public ModelBeeHive()

  {

    textureWidth = 64;

    textureHeight = 64;

   

      Shape1 = new ModelRenderer(this, 0, 0);

      Shape1.addBox(0F, 0F, 0F, 6, 3, 6);

      Shape1.setRotationPoint(-3F, 22F, -3F);

      Shape1.setTextureSize(64, 64);

      Shape1.mirror = true;

      setRotation(Shape1, 0F, 0F, 0F);

      Shape2 = new ModelRenderer(this, 0, 0);

      Shape2.addBox(0F, 0F, 0F, 8, 3, 8);

      Shape2.setRotationPoint(-4F, 19F, -4F);

      Shape2.setTextureSize(64, 64);

      Shape2.mirror = true;

      setRotation(Shape2, 0F, 0F, 0F);

      Shape2 = new ModelRenderer(this, 0, 0);

      Shape2.addBox(0F, 0F, 0F, 8, 3, 8);

      Shape2.setRotationPoint(-4F, 16F, -4F);

      Shape2.setTextureSize(64, 64);

      Shape2.mirror = true;

      setRotation(Shape2, 0F, 0F, 0F);

      Shape1 = new ModelRenderer(this, 0, 0);

      Shape1.addBox(0F, 0F, 0F, 6, 3, 6);

      Shape1.setRotationPoint(-3F, 13F, -3F);

      Shape1.setTextureSize(64, 64);

      Shape1.mirror = true;

      setRotation(Shape1, 0F, 0F, 0F);

      Shape3 = new ModelRenderer(this, 0, 0);

      Shape3.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape3.setRotationPoint(-5F, 9F, -1F);

      Shape3.setTextureSize(64, 64);

      Shape3.mirror = true;

      setRotation(Shape3, 0F, 0F, 0F);

      Shape4 = new ModelRenderer(this, 0, 0);

      Shape4.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape4.setRotationPoint(4F, 12F, 0F);

      Shape4.setTextureSize(64, 64);

      Shape4.mirror = true;

      setRotation(Shape4, 0F, 0F, 0F);

      Shape5 = new ModelRenderer(this, 0, 0);

      Shape5.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape5.setRotationPoint(-4F, 3F, -6F);

      Shape5.setTextureSize(64, 64);

      Shape5.mirror = true;

      setRotation(Shape5, 0F, 0F, 0F);

      Shape6 = new ModelRenderer(this, 0, 0);

      Shape6.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape6.setRotationPoint(0F, 0F, 0F);

      Shape6.setTextureSize(64, 64);

      Shape6.mirror = true;

      setRotation(Shape6, 0F, 0F, 0F);

      Shape7 = new ModelRenderer(this, 0, 0);

      Shape7.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape7.setRotationPoint(2F, 11F, -5F);

      Shape7.setTextureSize(64, 64);

      Shape7.mirror = true;

      setRotation(Shape7, 0F, 0F, 0F);

      Shape8 = new ModelRenderer(this, 0, 0);

      Shape8.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape8.setRotationPoint(3F, 6F, 0F);

      Shape8.setTextureSize(64, 64);

      Shape8.mirror = true;

      setRotation(Shape8, 0F, 0F, 0F);

      Shape9 = new ModelRenderer(this, 0, 0);

      Shape9.addBox(0F, 0F, 0F, 1, 1, 1);

      Shape9.setRotationPoint(-8F, 8F, 0F);

      Shape9.setTextureSize(64, 64);

      Shape9.mirror = true;

      setRotation(Shape9, 0F, 0F, 0F);

  }

 

  public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)

  {

    super.render(entity, f, f1, f2, f3, f4, f5);

    setRotationAngles(f5, f, f1, f2, f3, f4, entity);

    Shape1.render(f5);

    Shape2.render(f5);

    Shape3.render(f5);

    Shape4.render(f5);

    Shape5.render(f5);

    Shape6.render(f5);

    Shape7.render(f5);

    Shape8.render(f5);

    Shape9.render(f5);

  }

 

  private void setRotation(ModelRenderer model, float x, float y, float z)

  {

    model.rotateAngleX = x;

    model.rotateAngleY = y;

    model.rotateAngleZ = z;

  }

 

  public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5, Entity entity)

  {

    super.setRotationAngles(f, f1, f2, f3, f4, f5, entity);

  }

 

}

 

 

Registry for entity

 

package com.drmdgg.beesmod.entities;

 

import net.minecraft.entity.EntityList;

import net.minecraft.entity.EnumCreatureType;

import net.minecraftforge.fml.common.registry.EntityRegistry;

 

public class entreg {

public static void BeesMod(){

registerEntity();

 

}

 

public static void registerEntity(){

createEntity(BeeHive.class, "BeeHive", 0x9C6000, 0xFFDBA1);

}

 

public static void createEntity(Class entityClass, String entityName, int solidColour, int spotColour){

int randomID = EntityRegistry.findGlobalUniqueEntityId();

 

EntityRegistry.registerGlobalEntityID(entityClass, entityName, randomID);

EntityRegistry.registerModEntity(entityClass, entityName, randomID, com.drmdgg.beesmod.BeesMod.instance, 64, 1, true);

EntityRegistry.addSpawn(BeeHive.class, 50, 5, 20, EnumCreatureType.MONSTER);

createEgg(randomID, solidColour, spotColour);

}

 

private static void createEgg(int randomID, int solidColour, int spotColour) {

EntityList.entityEggs.put(Integer.valueOf(randomID), new EntityList.EntityEggInfo(randomID, solidColour, spotColour));

}

}

 

 

 

EntityFile

 

package com.drmdgg.beesmod.entities;

 

import net.minecraft.entity.Entity;

import net.minecraft.entity.SharedMonsterAttributes;

import net.minecraft.entity.ai.EntityAIHurtByTarget;

import net.minecraft.entity.ai.EntityAINearestAttackableTarget;

import net.minecraft.entity.effect.EntityLightningBolt;

import net.minecraft.entity.monster.EntityMob;

import net.minecraft.entity.player.EntityPlayer;

import net.minecraft.init.Items;

import net.minecraft.item.Item;

import net.minecraft.item.ItemStack;

import net.minecraft.util.BlockPos;

import net.minecraft.util.DamageSource;

import net.minecraft.world.World;

 

public class BeeHive extends EntityMob {

 

 

World world = null;

public BeeHive(World var1) {

super(var1);

world = var1;

experienceValue = 5;

this.isImmuneToFire = false;

setNoAI(!false);

 

this.targetTasks.addTask(1, new EntityAINearestAttackableTarget(this, EntityPlayer.class, true));

this.targetTasks.addTask(2, new EntityAIHurtByTarget(this, false));

}

 

protected void applyEntityAttributes(){

super.applyEntityAttributes();

this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.0D);

this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(10D);

if(this.getEntityAttribute(SharedMonsterAttributes.attackDamage)!=null)this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(3D);

}

 

protected void dropRareDrop(int par1){

this.dropItem(Items.bone, 1);

}

 

 

@Override

protected Item getDropItem()

{

return new ItemStack(Items.slime_ball).getItem();

}

 

    @Override

    protected String getLivingSound()

    {

        return "";

    }

 

    @Override

    protected String getHurtSound()

    {

        return "game.neutral.hurt";

    }

 

@Override

    protected String getDeathSound()

    {

        return "game.neutral.die";

    }

 

@Override

    public void onStruckByLightning(EntityLightningBolt entityLightningBolt){

super.onStruckByLightning(entityLightningBolt);

int i = (int)this.posX;

int j = (int)this.posY;

int k = (int)this.posZ;

Entity entity = this;

 

if(true){

world.getBlockState(new BlockPos(i, j, k)).getBlock().dropBlockAsItem(world, new BlockPos(i, j, k), world.getBlockState(new BlockPos(i, j, k)), 1);

world.setBlockToAir(new BlockPos(i, j, k));

 

}

 

}

 

@Override

public void fall(float l, float d){

super.fall(l,d);

int i = (int)this.posX;

int j = (int)this.posY;

int k = (int)this.posZ;

super.fall(l,d);

Entity entity = this;

 

}

 

@Override

public void onDeath(DamageSource source){

super.onDeath(source);

int i = (int)this.posX;

int j = (int)this.posY;

int k = (int)this.posZ;

Entity entity = this;

 

if(true){

world.getBlockState(new BlockPos(i, j, k)).getBlock().dropBlockAsItem(world, new BlockPos(i, j, k), world.getBlockState(new BlockPos(i, j, k)), 1);

world.setBlockToAir(new BlockPos(i, j, k));

 

}

 

 

if(true){

entity.attackEntityFrom(DamageSource.generic, 6);

}

 

}

 

@Override

public boolean interact(EntityPlayer entity){

super.interact(entity);

int i = (int)this.posX;

int j = (int)this.posY;

int k = (int)this.posZ;

 

return true;

}

 

@Override

protected float getSoundVolume()

{

        return 1.0F;

}

 

}

 

 

 

 

this is in the Main Registry

 

@EventHandler

public void Init(FMLInitializationEvent e) {

entreg.registerEntity();

 

this is in CommonProxy

 

public void init(FMLInitializationEvent e) {

entreg.registerEntity();

 

thanks for the help in advance. and by all means, tear my coding apart.

 

Link to comment
Share on other sites

Both in a sense. You should have something like this:

public class ModClass{
    @SidedProxy(...)
    CommonProxy proxy;

    @EventHandler
    public void init (FMLInitializationEvent event){
	proxy.init(event);
    }
}
public class ClientProxy extends CommonProxy{
    public void init(FMLInitializationEvent event)
    {
        super.init();
        //client side things
    }
}
public class CommonProxy{
    public void init(FMLInitializationEvent event)
    {
        entReg.registerEntity();
    }
}

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

Link to comment
Share on other sites

EntityRegistry.registerModEntity is ALL you need as far as registering the entity itself; as of 1.8, you can even tack on 2 additional integer parameters for the spawn egg and have one made for you.

 

Get rid of the global entity ID and everything related to it - just start at 0 and increment for your entity IDs, as they are unique to your mod.

 

Where are you registering your entity renderer?

Link to comment
Share on other sites

public class CommonProxy {

 

public void registerRenders() {

RenderingRegistry.registerEntityRenderingHandler(BeesMod.class, new RenderBeeHive(new ModelBeeHive(),0.5F));

}

 

public void preInit(FMLPreInitializationEvent e) {

 

}

 

public void init(FMLInitializationEvent e) {

entreg.registerEntity();

}

 

public void postInit(FMLPostInitializationEvent e) {

 

}

}

 

in common, but the registerentityrenderinghandler is causing me problems

(that line isnt complete

Link to comment
Share on other sites

could you show me an example by chance?\

it's just the way i learn

 

and on another note, how this look?

 

public class RenderBeeHive extends RenderLiving {

 

public RenderBeeHive(ModelBeeHive par1ModelBase, float par2) {

 

super(null, par1ModelBase, par2);

}

public void renderTutorialMob(BeeHive par1BeeHive, double par2, double par4, double par6, float par8, float par9)

{

super.doRender(par1BeeHive, par2, par4, par6, par8, par9);

}

 

public void doRenderLiving(EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9)

{

this.doRender((BeeHive)par1EntityLiving, par2, par4, par6, par8, par9);

}

 

public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)

{

this.doRender((BeeHive)par1Entity, par2, par4, par6, par8, par9);

}

@Override

protected ResourceLocation getEntityTexture(Entity entity) {

 

return ;

}

 

}

 

i should be returning the textures(renders) here right? or the resource location

Link to comment
Share on other sites

okay, dropped that last one.

 

i have this now.

 

public class RenderBeeHive extends RenderLiving {

 

  protected ResourceLocation BeeHiveTexture;

 

    public RenderBeeHive(ModelBase par1ModelBase, float parShadowSize)

    {

        super(par1ModelBase, parShadowSize);

        setEntityTexture();       

    }

 

    @Override

    protected void preRenderCallback(EntityLivingBase entity, float f)

    {

        preRenderCallbackBeeHive((BeeHive) entity, f);

    }

 

    protected void preRenderCallbackBeeHive(BeeHive entity, float f)

    {

    }

 

    protected void setEntityTexture()

    {

        BeeHiveTexture = new ResourceLocation(Reference.MOD_ID+":textures/entity/BeeHivee.png");

    }

 

    @Override

    protected ResourceLocation getEntityTexture(Entity par1Entity)

    {

        return BeeHiveTexture;

    }

}

 

the super is having an error telling me to add agrument RenderLiving() but that just causes more errors.

 

and this is in my clientProxy

 

public void registerRenders() {

RenderingRegistry.registerEntityRenderingHandler(BeeHive.class, new RenderBeeHive(new ModelBeeHive(), 0.5F));

}

Link to comment
Share on other sites

werll what you have me helped a lot, i am going to keep trying here, but i have gotten this crash report. and its all the entity thats screwing up.

 

 

---- Minecraft Crash Report ----

// Oops.

 

Time: 3/24/16 7:59 PM

Description: Rendering entity in world

 

java.lang.NullPointerException: Rendering entity in world

at net.minecraft.client.renderer.entity.RendererLivingEntity.canRenderName(RendererLivingEntity.java:589)

at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:26)

at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:16)

at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:508)

at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:31)

at net.minecraft.client.renderer.entity.Render.doRender(Render.java:59)

at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:207)

at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:54)

at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:16)

at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:380)

at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:337)

at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:304)

at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:672)

at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1368)

at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1282)

at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1110)

at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1107)

at net.minecraft.client.Minecraft.run(Minecraft.java:380)

at net.minecraft.client.main.Main.main(Main.java:116)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)

at GradleStart.main(GradleStart.java:26)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at net.minecraft.client.renderer.entity.RendererLivingEntity.canRenderName(RendererLivingEntity.java:589)

at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:26)

at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:16)

at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:508)

at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:31)

at net.minecraft.client.renderer.entity.Render.doRender(Render.java:59)

at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:207)

at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:54)

at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:16)

 

-- Entity being rendered --

Details:

Entity Type: BeeHive (com.drmdgg.beesmod.entities.BeeHive)

Entity ID: 173

Entity Name: entity.BeeHive.name

Entity's Exact location: 127.50, 66.00, 228.50

Entity's Block location: 127.00,66.00,228.00 - World: (127,66,228), Chunk: (at 15,4,4 in 7,14; contains blocks 112,0,224 to 127,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Entity's Momentum: 0.00, 0.00, -0.72

Entity's Rider: ~~ERROR~~ NullPointerException: null

Entity's Vehicle: ~~ERROR~~ NullPointerException: null

 

-- Renderer details --

Details:

Assigned renderer: com.drmdgg.beesmod.entities.RenderBeeHive@912756d

Location: 0.99,-1.00,1.25 - World: (0,-1,1), Chunk: (at 0,-1,1 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Rotation: -99.84375

Delta: 0.20712757

Stacktrace:

at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:380)

at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:337)

at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:304)

at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:672)

at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1368)

at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1282)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityPlayerSP['Player421'/351, l='MpServer', x=126.51, y=67.00, z=227.25]]

Chunk stats: MultiplayerChunkCache: 320, 320

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: 108.00,64.00,210.00 - World: (108,64,210), Chunk: (at 12,4,2 in 6,13; contains blocks 96,0,208 to 111,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Level time: 6761 game time, 6761 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

Forced entities: 102 total; [EntityCow['Cow'/87, l='MpServer', x=48.91, y=71.00, z=166.00], EntityCow['Cow'/88, l='MpServer', x=62.91, y=71.00, z=166.97], EntityCow['Cow'/89, l='MpServer', x=49.19, y=72.00, z=180.31], EntityCow['Cow'/90, l='MpServer', x=60.13, y=74.00, z=176.91], EntitySkeleton['Skeleton'/91, l='MpServer', x=50.41, y=14.00, z=211.84], EntityZombie['Zombie'/92, l='MpServer', x=49.50, y=17.00, z=209.50], EntitySkeleton['Skeleton'/93, l='MpServer', x=51.47, y=24.00, z=215.88], EntitySkeleton['Skeleton'/94, l='MpServer', x=57.59, y=20.00, z=233.06], EntityZombie['Zombie'/95, l='MpServer', x=61.50, y=38.00, z=230.50], EntityBat['Bat'/96, l='MpServer', x=51.81, y=16.00, z=260.94], EntitySkeleton['Skeleton'/97, l='MpServer', x=59.63, y=33.75, z=265.88], EntityCreeper['Creeper'/98, l='MpServer', x=63.09, y=62.00, z=268.75], EntitySpider['Spider'/99, l='MpServer', x=62.28, y=18.22, z=272.69], EntityCreeper['Creeper'/100, l='MpServer', x=52.97, y=34.00, z=285.56], EntityZombie['Zombie'/101, l='MpServer', x=54.50, y=34.00, z=284.94], EntityBat['Bat'/102, l='MpServer', x=57.25, y=59.10, z=281.47], EntityCow['Cow'/103, l='MpServer', x=60.53, y=67.00, z=280.41], EntitySkeleton['Skeleton'/104, l='MpServer', x=63.91, y=49.00, z=290.50], EntityZombie['Zombie'/105, l='MpServer', x=62.94, y=49.00, z=290.50], EntityCow['Cow'/106, l='MpServer', x=62.69, y=66.00, z=290.69], EntityCreeper['Creeper'/107, l='MpServer', x=53.63, y=18.00, z=304.94], EntityBat['Bat'/109, l='MpServer', x=59.09, y=26.10, z=306.47], EntityRabbit['Rabbit'/120, l='MpServer', x=79.53, y=68.00, z=148.47], EntityCreeper['Creeper'/122, l='MpServer', x=78.50, y=13.00, z=174.50], EntityCow['Cow'/123, l='MpServer', x=67.53, y=75.00, z=172.19], EntityCow['Cow'/124, l='MpServer', x=67.53, y=76.00, z=173.53], EntitySkeleton['Skeleton'/125, l='MpServer', x=74.53, y=13.00, z=177.59], EntityZombie['Zombie'/126, l='MpServer', x=78.50, y=22.00, z=204.50], EntityWitch['Witch'/127, l='MpServer', x=75.41, y=16.00, z=223.13], EntitySkeleton['Skeleton'/128, l='MpServer', x=76.81, y=18.00, z=270.25], EntityBat['Bat'/129, l='MpServer', x=67.19, y=52.03, z=269.25], EntityCow['Cow'/130, l='MpServer', x=70.53, y=70.00, z=261.13], EntitySkeleton['Skeleton'/131, l='MpServer', x=69.19, y=60.00, z=283.63], EntityCow['Cow'/132, l='MpServer', x=71.97, y=68.00, z=282.97], EntityPlayerSP['Player421'/351, l='MpServer', x=126.51, y=67.00, z=227.25], EntityCow['Cow'/152, l='MpServer', x=88.28, y=71.00, z=149.53], EntityZombie['Zombie'/153, l='MpServer', x=82.06, y=54.00, z=223.53], EntityCow['Cow'/154, l='MpServer', x=95.22, y=64.00, z=288.19], EntityCow['Cow'/155, l='MpServer', x=85.69, y=67.00, z=287.38], EntityCow['Cow'/156, l='MpServer', x=93.47, y=64.00, z=297.81], EntityCow['Cow'/157, l='MpServer', x=88.69, y=66.00, z=296.59], EntityCow['Cow'/158, l='MpServer', x=95.44, y=64.00, z=290.75], EntityCow['Cow'/159, l='MpServer', x=90.50, y=64.00, z=304.50], EntityCow['Cow'/163, l='MpServer', x=102.13, y=65.00, z=148.00], EntityCow['Cow'/164, l='MpServer', x=100.66, y=66.00, z=158.25], EntitySkeleton['Skeleton'/165, l='MpServer', x=105.31, y=33.00, z=235.22], EntityZombie['Zombie'/166, l='MpServer', x=109.19, y=74.00, z=258.22], EntityCow['Cow'/167, l='MpServer', x=97.06, y=64.00, z=297.13], EntityCow['Cow'/169, l='MpServer', x=118.00, y=66.00, z=151.75], EntitySpider['Spider'/170, l='MpServer', x=125.94, y=30.00, z=162.69], EntityCow['Cow'/171, l='MpServer', x=114.16, y=65.00, z=160.13], EntitySkeleton['Skeleton'/172, l='MpServer', x=120.84, y=33.00, z=228.56], BeeHive['entity.BeeHive.name'/173, l='MpServer', x=127.50, y=66.00, z=228.50], BeeHive['entity.BeeHive.name'/174, l='MpServer', x=127.50, y=66.00, z=228.50], BeeHive['entity.BeeHive.name'/175, l='MpServer', x=126.50, y=66.00, z=225.50], BeeHive['entity.BeeHive.name'/176, l='MpServer', x=127.50, y=68.00, z=227.50], BeeHive['entity.BeeHive.name'/177, l='MpServer', x=125.50, y=66.00, z=226.50], BeeHive['entity.BeeHive.name'/178, l='MpServer', x=125.50, y=66.00, z=225.50], BeeHive['entity.BeeHive.name'/179, l='MpServer', x=126.50, y=66.00, z=226.50], EntitySkeleton['Skeleton'/180, l='MpServer', x=127.56, y=70.00, z=255.50], EntityZombie['Zombie'/181, l='MpServer', x=123.47, y=76.00, z=254.63], EntitySkeleton['Skeleton'/182, l='MpServer', x=120.09, y=74.00, z=258.47], EntityCreeper['Creeper'/185, l='MpServer', x=142.50, y=37.00, z=183.50], EntityZombie['Zombie'/186, l='MpServer', x=142.63, y=25.00, z=233.09], EntityCreeper['Creeper'/187, l='MpServer', x=135.03, y=29.00, z=226.59], BeeHive['entity.BeeHive.name'/188, l='MpServer', x=128.50, y=67.00, z=225.50], BeeHive['entity.BeeHive.name'/189, l='MpServer', x=129.50, y=66.00, z=224.50], BeeHive['entity.BeeHive.name'/190, l='MpServer', x=129.50, y=68.00, z=226.50], EntitySkeleton['Skeleton'/191, l='MpServer', x=132.84, y=70.16, z=246.28], EntityCreeper['Creeper'/198, l='MpServer', x=146.25, y=32.00, z=170.63], EntitySkeleton['Skeleton'/199, l='MpServer', x=147.50, y=33.00, z=179.50], EntityWitch['Witch'/200, l='MpServer', x=154.28, y=72.00, z=253.47], EntitySheep['Sheep'/201, l='MpServer', x=146.88, y=89.00, z=245.91], EntitySheep['Sheep'/202, l='MpServer', x=151.03, y=91.00, z=252.03], EntitySheep['Sheep'/203, l='MpServer', x=148.44, y=90.00, z=244.19], EntitySheep['Sheep'/204, l='MpServer', x=146.94, y=89.00, z=248.00], EntitySheep['Sheep'/205, l='MpServer', x=144.75, y=91.00, z=253.16], EntitySheep['Sheep'/206, l='MpServer', x=148.75, y=94.00, z=256.88], EntitySkeleton['Skeleton'/217, l='MpServer', x=163.50, y=25.00, z=168.50], EntityPig['Pig'/218, l='MpServer', x=164.28, y=94.00, z=191.97], EntityPig['Pig'/219, l='MpServer', x=165.41, y=104.00, z=194.84], EntityPig['Pig'/220, l='MpServer', x=164.22, y=105.00, z=197.06], EntityPig['Pig'/221, l='MpServer', x=167.53, y=105.75, z=193.34], EntitySheep['Sheep'/222, l='MpServer', x=167.06, y=98.00, z=252.53], EntitySheep['Sheep'/223, l='MpServer', x=167.88, y=98.00, z=251.44], EntitySheep['Sheep'/224, l='MpServer', x=166.50, y=102.00, z=277.63], EntityBat['Bat'/229, l='MpServer', x=177.63, y=24.75, z=177.53], EntitySheep['Sheep'/230, l='MpServer', x=179.47, y=104.00, z=245.31], EntitySheep['Sheep'/231, l='MpServer', x=185.00, y=101.00, z=249.63], EntitySheep['Sheep'/232, l='MpServer', x=178.50, y=97.00, z=252.31], EntitySheep['Sheep'/233, l='MpServer', x=190.31, y=95.00, z=258.06], EntitySheep['Sheep'/234, l='MpServer', x=183.88, y=94.00, z=257.84], EntitySheep['Sheep'/235, l='MpServer', x=183.59, y=94.00, z=256.63], EntitySheep['Sheep'/242, l='MpServer', x=198.47, y=115.00, z=220.44], EntitySheep['Sheep'/243, l='MpServer', x=199.97, y=116.00, z=219.50], EntitySheep['Sheep'/244, l='MpServer', x=193.41, y=121.00, z=213.31], EntitySheep['Sheep'/245, l='MpServer', x=196.72, y=118.00, z=223.53], EntitySheep['Sheep'/246, l='MpServer', x=198.19, y=116.00, z=229.78], EntitySheep['Sheep'/247, l='MpServer', x=193.38, y=117.00, z=225.44], EntitySheep['Sheep'/248, l='MpServer', x=192.16, y=117.00, z=226.41], EntitySheep['Sheep'/249, l='MpServer', x=192.66, y=97.00, z=258.53], EntityZombie['Zombie'/250, l='MpServer', x=202.50, y=32.00, z=307.50]]

Retry entities: 0 total; []

Server brand: fml,forge

Server type: Integrated singleplayer server

Stacktrace:

at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:383)

at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2645)

at net.minecraft.client.Minecraft.run(Minecraft.java:401)

at net.minecraft.client.main.Main.main(Main.java:116)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)

at GradleStart.main(GradleStart.java:26)

 

-- System Details --

Details:

Minecraft Version: 1.8.9

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_74, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 750702472 bytes (715 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)

JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94

FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar)

UCHIJAAAA Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar)

UCHIJAAAA beemod{1.0} [beesMod] (bin)

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'Quadro FX 2700M/PCIe/SSE2'

Launched Version: 1.8.9

LWJGL: 2.9.4

OpenGL: Quadro FX 2700M/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Shaders are available because OpenGL 2.1 is supported.

VBOs are available because OpenGL 1.5 is supported.

 

Using VBOs: No

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs:

Current Language: English (US)

Profiler Position: N/A (disabled)

CPU: 2x Intel® Core2 Duo CPU T9600 @ 2.80GHz

 

 

this is the section im working on now. it is still the SUPER thats causing problems. i at least got that from the crash report

 

 

package com.drmdgg.beesmod.entities;

 

import com.drmdgg.beesmod.BeesMod;

import com.drmdgg.beesmod.Reference;

 

import net.minecraft.client.model.ModelBase;

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

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

import net.minecraft.entity.Entity;

import net.minecraft.entity.EntityLivingBase;

import net.minecraft.util.ResourceLocation;

 

public class RenderBeeHive extends RenderLiving {

 

  protected ResourceLocation BeeHiveTexture;

 

    public RenderBeeHive(ModelBase par1ModelBase, float parShadowSize)

    {

        super(null, par1ModelBase, parShadowSize);

        setEntityTexture();       

    }

 

    @Override

    protected void preRenderCallback(EntityLivingBase entity, float f)

    {

        preRenderCallbackBeeHive((BeeHive) entity, f);

    }

 

    protected void preRenderCallbackBeeHive(BeeHive entity, float f)

    {

    }

 

    protected void setEntityTexture()

    {

        BeeHiveTexture = new ResourceLocation(Reference.MOD_ID+":textures/entity/BeeHivee.png");

    }

 

    @Override

    protected ResourceLocation getEntityTexture(Entity par1Entity)

    {

        return BeeHiveTexture;

    }

}

 

 

as always, thanks in advance

 

Link to comment
Share on other sites

super(null, par1ModelBase, parShadowSize);

NEVER pass null in a constructor or method expecting a valid value. It never works out the way you expect... um, wait, what DID you expect? Of course it crashes.

 

Please look at the examples in the posts I linked. Did you make an IRenderFactory? Why isn't that passing the RenderManager instance to your Render class constructor? Why doesn't your Render class constructor have a RenderManager parameter? You know, like:

public RenderGenericLiving(RenderManager renderManager, ModelBase model, float shadowSize) {

Btw, that's a 1.8 example - 1.8.9+ introduces generics, so your constructor call may be different, and certainly your class declaration needs to include the type specifier, e.g. extends RenderLiving<YourEntityClass>

Link to comment
Share on other sites

what the hell.....nothing is ever this confusing to me. i always get it....this modding and coding is nuts, but i think im getting it. at least starting too.

 

 

someone wanna show me the line for here?

 

 

public class ClientProxy extends CommonProxy {

 

public void registerRenders() {

//i know its not this.

RenderingRegistry.registerEntityRenderingHandler(BeeHive.class, new RenderBeeHive(new BeeHive(), 0.5F));

}

 

public void preInit(FMLPreInitializationEvent e)

  {

    super.preInit(e);

  }

 

  public void init(FMLInitializationEvent e)

  {

   

  super.init(e);

  }

 

  public void postInit(FMLPostInitializationEvent e)

  {

    super.postInit(e);

  }

}

 

 

this has gotta be pretty much the end.

Link to comment
Share on other sites

got it.

 

RenderingRegistry.registerEntityRenderingHandler(com.drmdgg.beesmod.entities.BeeHive.class, new RenderLiving(Minecraft.getMinecraft().getRenderManager(), new ModelBeeHive(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("beemod:textures/entity/BeeHivee.png");}})

 

in main class under Init did it.

Link to comment
Share on other sites

got it.

 

RenderingRegistry.registerEntityRenderingHandler(com.drmdgg.beesmod.entities.BeeHive.class, new RenderLiving(Minecraft.getMinecraft().getRenderManager(), new ModelBeeHive(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("beemod:textures/entity/BeeHivee.png");}})

 

in main class under Init did it.

That will crash your game - the main class also runs on the server, and Minecraft + Render classes are all CLIENT-side only. You need to put that code in your ClientProxy and call proxy.preInit(), proxy.init(), etc. from your main class.

 

Also, 1.8.9 introduced the IRenderFactory so that you can register renderers during pre-init (why that's important, I still don't know, but it is the way forward now). Here is an example which you could have found by reading the links I posted earlier.

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

    • I was trying to play minecraft modded with my friend it worked yesterday until today we added new mods and now i cant load the world here is the crash log: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2024-04-28 15:34:36 Description: Exception in server tick loop java.lang.VerifyError: Bad local variable type Exception Details:   Location:     net/minecraft/server/level/ChunkMap.wrapOperation$zfm000$pehkui$convertToFullChunk$lambda$loadEntities$mixinextras$bridge$136(Lnet/minecraft/world/level/chunk/LevelChunk;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)V @3: aload_3   Reason:     Type top (current frame, locals[3]) is not assignable to reference type   Current Frame:     bci: @3     flags: { }     locals: { 'net/minecraft/server/level/ChunkMap', 'net/minecraft/world/level/chunk/LevelChunk', 'com/llamalad7/mixinextras/injector/wrapoperation/Operation' }     stack: { 'net/minecraft/server/level/ChunkMap', 'net/minecraft/world/level/chunk/LevelChunk', 'com/llamalad7/mixinextras/injector/wrapoperation/Operation' }   Bytecode:     0000000: 2a2b 2c2d b90b eb01 00c0 001f b70b edb1     0000010:                                             at net.minecraft.server.level.ServerChunkCache.<init>(ServerChunkCache.java:77) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pehkui.mixins.json:compat117plus.compat1201minus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.level.ServerLevel.<init>(ServerLevel.java:209) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin,pl:mixin:APP:zombieawareness.mixins.json:MixinPlaySound,pl:mixin:APP:zombieawareness.mixins.json:MixinLevelEvent,pl:mixin:APP:betterdeserttemples.mixins.json:ServerLevelMixin,pl:mixin:APP:ars_elemental.mixins.json:ServerLevelMixin,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:337) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:83) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,xf:OptiFine:default,re:classloading,xf:OptiFine:default,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1154564648 bytes (1101 MiB) / 3254779904 bytes (3104 MiB) up to 17850957824 bytes (17024 MiB)     CPUs: 16     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 7 5700G with Radeon Graphics              Identifier: AuthenticAMD Family 25 Model 80 Stepping 0     Microarchitecture: Zen 3     Frequency (GHz): 3.79     Number of physical packages: 1     Number of physical CPUs: 8     Number of logical CPUs: 16     Graphics card #0 name: NVIDIA GeForce RTX 3060     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2504     Graphics card #0 versionInfo: DriverVersion=31.0.15.5222     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 2.13     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 16384.00     Memory slot #1 clockSpeed (GHz): 2.13     Memory slot #1 type: DDR4     Virtual memory max (MB): 46381.31     Virtual memory used (MB): 24323.54     Swap memory total (MB): 13824.00     Swap memory used (MB): 522.00     JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx17024m -Xms256m     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, mod:dynamiclightsreforged (incompatible), mod:additionalentityattributes (incompatible), mod:geckolib, mod:jei, mod:graveyard (incompatible), mod:pehkui (incompatible), mod:soulbound (incompatible), mod:caelus (incompatible), mod:obscure_api (incompatible), mod:apoli (incompatible), mod:neat, mod:enlightened_end, mod:citadel (incompatible), mod:travelersbackpack, mod:zombieawareness (incompatible), mod:mixinextras (incompatible), mod:cave_dweller (incompatible), mod:depthcrawler, mod:iceandfire, mod:inventorypets (incompatible), mod:jeresources, mod:spelunkers_charm, mod:twilightforest, mod:ironchest, mod:sons_of_sins, mod:lucky (incompatible), mod:terrablender, mod:ambientsounds, mod:biomesoplenty (incompatible), mod:creativecore, mod:watching, mod:calio, mod:cataclysm (incompatible), mod:curios (incompatible), mod:ars_nouveau (incompatible), mod:origins (incompatible), mod:xaerominimap (incompatible), mod:man, mod:rats, mod:forge, mod:ars_elemental (incompatible), mod:gh, mod:ftbultimine (incompatible), mod:tombstone, mod:coroutil (incompatible), mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:ftbchunks (incompatible), mod:ftbquests (incompatible), mod:voidscape (incompatible), mod:infiniverse (incompatible), mod:phantasm (incompatible), mod:aquamirae (incompatible), mod:essential (incompatible), mod:betterdungeons, mod:betterwitchhuts, mod:betteroceanmonuments, mod:epicfight (incompatible), mod:wom (incompatible), mod:yungsapi, mod:betterdeserttemples, mod:dixtas_armory (incompatible), mod:betterfortresses, mod:nyfsspiders (incompatible), mod:yungsbridges, mod:born_in_chaos_v1, mod:arphex, mod:yungsextras, mod:betterstrongholds, mod:yungsmenutweaks, mod:deeperdarker, mod:betterendisland, mod:deep_dark_regrowth, mod:fight_or_die, mod:bettermineshafts, mod:betterjungletemples     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Launched Version: forge-47.2.20     OptiFine Version: OptiFine_1.20.1_HD_U_I6     OptiFine Build: 20231221-120401     Render Distance Chunks: 6     Mipmaps: 4     Anisotropic Filtering: 1     Antialiasing: 0     Multitexture: false     Shaders: null     OpenGlVersion: 4.6.0 NVIDIA 552.22     OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2     OpenGlVendor: NVIDIA Corporation     CpuCount: 16     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar OptiFine TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         lowcodefml@null         javafml@null     Mod List:          dynamiclightsreforged-1.20.1_v1.6.0.jar           |Rubidium Dynamic Lights       |dynamiclightsreforged         |1.20.1_v1.6.0       |DONE      |Manifest: NOSIGNATURE         YungsBetterDungeons-1.20-Forge-4.0.4.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         YungsBetterWitchHuts-1.20-Forge-3.0.3.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes  |additionalentityattributes    |1.4.0.5+1.20.1      |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.4.4.jar                   |GeckoLib 4                    |geckolib                      |4.4.4               |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.3.0.4.jar                     |Just Enough Items             |jei                           |15.3.0.4            |DONE      |Manifest: NOSIGNATURE         The_Graveyard_3.1_(FORGE)_for_1.20.1.jar          |The Graveyard                 |graveyard                     |3.1                 |DONE      |Manifest: NOSIGNATURE         Pehkui-3.8.0+1.20.1-forge.jar                     |Pehkui                        |pehkui                        |3.8.0+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar    |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.20-Forge-3.0.4    |DONE      |Manifest: NOSIGNATURE         Soulbound-Forge-0.8+1.20.1.jar                    |Soulbound                     |soulbound                     |0.8                 |DONE      |Manifest: NOSIGNATURE         caelus-forge-3.2.0+1.20.1.jar                     |Caelus API                    |caelus                        |3.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         obscure_api-15.jar                                |Obscure API                   |obscure_api                   |15                  |DONE      |Manifest: NOSIGNATURE         apoli-forge-1.20.1-2.9.0.6.jar                    |Apoli                         |apoli                         |1.20.1-2.9.0.6      |DONE      |Manifest: NOSIGNATURE         Neat-1.20-35-FORGE.jar                            |Neat                          |neat                          |1.20-35-FORGE       |DONE      |Manifest: NOSIGNATURE         enlightend-5.0.14-1.20.1.jar                      |Enlightend                    |enlightened_end               |5.0.14              |DONE      |Manifest: NOSIGNATURE         EpicFight-20.7.4.jar                              |Epic Fight                    |epicfight                     |20.7.4              |DONE      |Manifest: NOSIGNATURE         WeaponsOfMiracles-20.1.7.40.jar                   |Weapons of Minecraft          |wom                           |20.1.7.40           |DONE      |Manifest: NOSIGNATURE         citadel-2.5.4-1.20.1.jar                          |Citadel                       |citadel                       |2.5.4               |DONE      |Manifest: NOSIGNATURE         TravelersBackpack-1.20.1-9.1.12.jar               |Traveler's Backpack           |travelersbackpack             |9.1.12              |DONE      |Manifest: NOSIGNATURE         zombieawareness-1.20.1-1.13.1.jar                 |Zombie Awareness              |zombieawareness               |1.20.1-1.13.1       |DONE      |Manifest: NOSIGNATURE         YungsApi-1.20-Forge-4.0.4.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.8.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.8        |DONE      |Manifest: NOSIGNATURE         YungsBetterDesertTemples-1.20-Forge-3.0.3.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         cave_dweller-1.20.1-1.6.4.jar                     |cave_dweller                  |cave_dweller                  |1.6.4               |DONE      |Manifest: NOSIGNATURE         deep-1.05b.jar                                    |depthcrawler                  |depthcrawler                  |1.0.0               |DONE      |Manifest: NOSIGNATURE         iceandfire-2.1.13-1.20.1-beta-4.jar               |Ice and Fire                  |iceandfire                    |2.1.13-1.20.1-beta-4|DONE      |Manifest: NOSIGNATURE         dixtas_armory-1.1.7-1.20.1-beta.jar               |dixta's Armory                |dixtas_armory                 |1.1.4-1.20.1-beta   |DONE      |Manifest: NOSIGNATURE         inventorypets-1.20.1-2.1.1.jar                    |Inventory Pets                |inventorypets                 |2.1.1               |DONE      |Manifest: NOSIGNATURE         JustEnoughResources-1.20.1-1.4.0.247.jar          |Just Enough Resources         |jeresources                   |1.4.0.247           |DONE      |Manifest: NOSIGNATURE         YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar  |YUNG's Better Nether Fortresse|betterfortresses              |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         SpelunkersCharm-3.5.9-1.20.1.jar                  |Spelunker's Charm             |spelunkers_charm              |3.5.9               |DONE      |Manifest: NOSIGNATURE         twilightforest-1.20.1-4.3.2145-universal.jar      |The Twilight Forest           |twilightforest                |4.3.2145            |DONE      |Manifest: NOSIGNATURE         ironchest-1.20.1-14.4.4.jar                       |Iron Chests                   |ironchest                     |1.20.1-14.4.4       |DONE      |Manifest: NOSIGNATURE         nyfsspiders-forge-1.20.1-2.1.1.jar                |Nyf's Spiders                 |nyfsspiders                   |2.1.1               |DONE      |Manifest: NOSIGNATURE         client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         sons-of-sins-1.20.1-2.1.6.jar                     |Sons of Sins                  |sons_of_sins                  |2.1.6               |DONE      |Manifest: NOSIGNATURE         lucky-block-forge-1.20.1-13.0.jar                 |Lucky Block                   |lucky                         |1.20.1-13.0         |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.20.1-3.0.1.4.jar             |TerraBlender                  |terrablender                  |3.0.1.4             |DONE      |Manifest: NOSIGNATURE         AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar           |AmbientSounds                 |ambientsounds                 |5.3.9               |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-1.20.1-18.0.0.592.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.592          |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.11.27_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.11.27             |DONE      |Manifest: NOSIGNATURE         From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar         |From The Fog                  |watching                      |1.9.2               |DONE      |Manifest: NOSIGNATURE         YungsBridges-1.20-Forge-4.0.3.jar                 |YUNG's Bridges                |yungsbridges                  |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         born_in_chaos_[Forge]1.20.1_1.2.jar               |Born in Chaos                 |born_in_chaos_v1              |1.0.0               |DONE      |Manifest: NOSIGNATURE         calio-forge-1.20.1-1.11.0.3.jar                   |Calio                         |calio                         |1.20.1-1.11.0.3     |DONE      |Manifest: NOSIGNATURE         L_Enders_Cataclysm-1.90 -1.20.1.jar               |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE         curios-forge-5.9.0+1.20.1.jar                     |Curios API                    |curios                        |5.9.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         ars_nouveau-1.20.1-4.10.0-all.jar                 |Ars Nouveau                   |ars_nouveau                   |4.10.0              |DONE      |Manifest: NOSIGNATURE         origins-forge-1.20.1-1.10.0.7-all.jar             |Origins                       |origins                       |1.20.1-1.10.0.7     |DONE      |Manifest: NOSIGNATURE         Xaeros_Minimap_24.1.1_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |24.1.1              |DONE      |Manifest: NOSIGNATURE         The-Man-From-The-Fog-1.2.4a-1.20.1.jar            |The Man From The Fog          |man                           |1.2.4               |DONE      |Manifest: NOSIGNATURE         Rats-1.20.1-8.1.2.jar                             |Rats                          |rats                          |1.20.1-8.1.2        |DONE      |Manifest: NOSIGNATURE         forge-1.20.1-47.2.20-universal.jar                |Forge                         |forge                         |47.2.20             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         ArPhEx_1.8.12_1.20.1.jar                          |Arthropod Phobia Expansions   |arphex                        |1.8.12              |DONE      |Manifest: NOSIGNATURE         ars_elemental-1.20.1-0.6.5.jar                    |Ars Elemental                 |ars_elemental                 |1.20.1-0.6.5        |DONE      |Manifest: NOSIGNATURE         YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         Gods-and-Heroes-1.6.1.jar                         |Gods and Heroes               |gh                            |1.6.1_Forge&Fabric  |DONE      |Manifest: NOSIGNATURE         ftb-ultimine-forge-2001.1.4.jar                   |FTB Ultimine                  |ftbultimine                   |2001.1.4            |DONE      |Manifest: NOSIGNATURE         YungsBetterStrongholds-1.20-Forge-4.0.3.jar       |YUNG's Better Strongholds     |betterstrongholds             |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         tombstone-1.20.1-8.6.5.jar                        |Corail Tombstone              |tombstone                     |8.6.5               |DONE      |Manifest: NOSIGNATURE         YungsMenuTweaks-1.20.1-Forge-1.0.2.jar            |YUNG's Menu Tweaks            |yungsmenutweaks               |1.20.1-Forge-1.0.2  |DONE      |Manifest: NOSIGNATURE         coroutil-forge-1.20.1-1.3.7.jar                   |CoroUtil                      |coroutil                      |1.20.1-1.3.7        |DONE      |Manifest: NOSIGNATURE         deeperdarker-forge-1.20.1-1.2.1.jar               |Deeper and Darker             |deeperdarker                  |1.2.1               |DONE      |Manifest: NOSIGNATURE         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.1.5.jar                    |FTB Library                   |ftblibrary                    |2001.1.5            |DONE      |Manifest: NOSIGNATURE         ftb-teams-forge-2001.1.4.jar                      |FTB Teams                     |ftbteams                      |2001.1.4            |DONE      |Manifest: NOSIGNATURE         ftb-chunks-forge-2001.2.7.jar                     |FTB Chunks                    |ftbchunks                     |2001.2.7            |DONE      |Manifest: NOSIGNATURE         ftb-quests-forge-2001.3.5.jar                     |FTB Quests                    |ftbquests                     |2001.3.5            |DONE      |Manifest: NOSIGNATURE         YungsBetterEndIsland-1.20-Forge-2.0.6.jar         |YUNG's Better End Island      |betterendisland               |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         Deep Dark Regrowth 1.2.5.1 - 1.20.1.jar           |Deep Dark: Regrowth           |deep_dark_regrowth            |1.2.5.1             |DONE      |Manifest: NOSIGNATURE         Voidscape-1.20.1-1.5.389.jar                      |Voidscape                     |voidscape                     |1.20.1-1.5.389      |DONE      |Manifest: NOSIGNATURE         infiniverse-1.20.1-1.0.0.5.jar                    |Infiniverse                   |infiniverse                   |1.0.0.5             |DONE      |Manifest: NOSIGNATURE         fight_or_die-1.20.1-1.1.4.jar                     |Fight or Die Mutations        |fight_or_die                  |1.20.1-1.1.4        |DONE      |Manifest: NOSIGNATURE         YungsBetterMineshafts-1.20-Forge-4.0.4.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         phantasm-forge-0.1.jar                            |End's Phantasm                |phantasm                      |0.1                 |DONE      |Manifest: NOSIGNATURE         aquamirae-6.API15.jar                             |Aquamirae                     |aquamirae                     |6.API15             |DONE      |Manifest: NOSIGNATURE         Essential (forge_1.20.1).jar                      |Essential                     |essential                     |1.3.1.3+g88238d7752 |DONE      |Manifest: NOSIGNATURE         YungsBetterJungleTemples-1.20-Forge-2.0.4.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.4    |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: 093f2885-caf5-4a87-965d-511fd2c9d9ae     FML: 47.2     Forge: net.minecraftforge:47.2.20
    • I get a death message in chat every time I take damage example: [16:29:13] [Render thread/INFO]: [System] [CHAT] fall,Syndrick hit the ground too hard. I didn't die from that fall. I remember the exact moment it started happening, and what mods I had added. I have since removed said mods trying to fix it, and nothing has worked. I have also disabled a bunch of other mods that could be the cause, but that hasn't worked either. I've gone through the logs with chatgpt, and that hasn't helped either. This is my last resort, so if anyone can help me, that'd be insanely appreciated. Thank You.
    • The error is due to being unable to setup the server on the IP address or port number you specified in the server settings. (Failed to bind to port)  I usually get this myself when i have a VPN turned on, or if the server is already open in the background. If you do not have a VPN turned on then try changing the port number in the server.config file to use something other than the default 25565 port. Also check your firewall settings to make sure Minecraft is not blocked in any way Hope this helps!   
    • Crash log and latest.txt https://paste.ee/p/7t93I
    • I don't know what do about this I tried support. This happens when I go into a server and I don't own it. I have the exact same mods, same version, same everything. I have enough ram on Minecraft.   Logs: content://media/external/downloads/1000004919 
  • Topics

×
×
  • Create New...

Important Information

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