Jump to content

Entity Not Rendering [1.8.9]


FlamingFlamingo

Recommended Posts

Hello!

I just created a new mob (a yeti) and everything works fine up until I use my spawn egg to spawn my entity, then the game crashes.

I used an EntityCreator class which I made to help make multiple entities easily and give the entity a spawn egg etc.

The entity has an entity class, render class and model class and is registered in my client proxy however still crashes when it is spawned.

Here is my crash log:

[21:03:48] [Client thread/ERROR]: Couldn't render entity
java.lang.NullPointerException
at net.minecraft.client.renderer.entity.Render.bindTexture(Render.java:102) ~[Render.class:?]
at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:95) ~[Render.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.renderModel(RendererLivingEntity.java:264) ~[RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:177) [RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:54) [RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:16) [RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:380) [RenderManager.class:?]
at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:337) [RenderManager.class:?]
at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:304) [RenderManager.class:?]
at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:672) [RenderGlobal.class:?]
at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1368) [EntityRenderer.class:?]
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1282) [EntityRenderer.class:?]
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1110) [EntityRenderer.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1107) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
[21:03:50] [server thread/INFO]: Stopping server
[21:03:50] [server thread/INFO]: Saving players
[21:03:50] [server thread/INFO]: Saving worlds
[21:03:50] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:03:50] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:03:50] [server thread/INFO]: Saving chunks for level 'New World'/The End
[21:03:53] [server thread/INFO] [FML]: Unloading dimension 0
[21:03:53] [server thread/INFO] [FML]: Unloading dimension -1
[21:03:53] [server thread/INFO] [FML]: Unloading dimension 1
[21:03:53] [server thread/INFO] [FML]: Applying holder lookups
[21:03:53] [server thread/INFO] [FML]: Holder lookups applied
[21:03:53] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering entity in world
at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:428) ~[RenderManager.class:?]
at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:337) ~[RenderManager.class:?]
at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:304) ~[RenderManager.class:?]
at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:672) ~[RenderGlobal.class:?]
at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1368) ~[EntityRenderer.class:?]
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1282) ~[EntityRenderer.class:?]
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1110) ~[EntityRenderer.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1107) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.lang.NullPointerException
at net.minecraft.client.renderer.entity.RendererLivingEntity.canRenderName(RendererLivingEntity.java:589) ~[RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:26) ~[RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.canRenderName(RenderLiving.java:16) ~[RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:508) ~[RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.renderName(RendererLivingEntity.java:31) ~[RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.Render.doRender(Render.java:59) ~[Render.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.doRender(RendererLivingEntity.java:207) ~[RendererLivingEntity.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:54) ~[RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:16) ~[RenderLiving.class:?]
at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:380) ~[RenderManager.class:?]
... 21 more
[21:03:53] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ----
// Why did you do that? Time: 27/11/16 9:03 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: Yeti (com.inyourpotato.mod.entity.EntityYeti)
Entity ID: 6081
Entity Name: Yeti
Entity's Exact location: -88.50, 79.00, 251.50
Entity's Block location: -89.00,79.00,251.00 - World: (-89,79,251), Chunk: (at 7,4,11 in -6,15; contains blocks -96,0,240 to -81,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null -- Renderer details --
Details:
Assigned renderer: com.inyourpotato.mod.entity.RenderYeti@2edd4b9f
Location: 2.06,-0.37,2.44 - World: (2,-1,2), Chunk: (at 2,-1,2 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: 113.90625
Delta: 0.26583648
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['Player854'/463, l='MpServer', x=-90.61, y=79.37, z=249.01]]
Chunk stats: MultiplayerChunkCache: 544, 544
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: 
Level spawn location: -84.00,64.00,252.00 - World: (-84,64,252), Chunk: (at 12,4,12 in -6,15; contains blocks -96,0,240 to -81,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 616 game time, 616 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; [EntitySkeleton['Skeleton'/2111, l='MpServer', x=-82.50, y=33.00, z=175.13], EntityRabbit['Rabbit'/95, l='MpServer', x=-162.50, y=77.00, z=203.50], EntityRabbit['Rabbit'/96, l='MpServer', x=-161.66, y=84.00, z=203.34], EntityRabbit['Rabbit'/97, l='MpServer', x=-159.66, y=83.00, z=202.34], EntityPig['Pig'/98, l='MpServer', x=-155.47, y=73.00, z=214.50], EntityPig['Pig'/99, l='MpServer', x=-156.56, y=73.00, z=214.50], EntityPig['Pig'/100, l='MpServer', x=-155.47, y=73.00, z=214.50], EntityPig['Pig'/101, l='MpServer', x=-155.47, y=73.00, z=214.50], EntityRabbit['Rabbit'/102, l='MpServer', x=-154.50, y=69.00, z=317.50], EntityRabbit['Rabbit'/103, l='MpServer', x=-154.66, y=69.00, z=318.34], EntityRabbit['Rabbit'/104, l='MpServer', x=-158.66, y=68.00, z=318.34], EntityRabbit['Rabbit'/118, l='MpServer', x=-144.50, y=77.00, z=180.50], EntityRabbit['Rabbit'/119, l='MpServer', x=-143.66, y=83.00, z=182.34], EntityRabbit['Rabbit'/120, l='MpServer', x=-143.66, y=83.00, z=183.34], EntityRabbit['Rabbit'/121, l='MpServer', x=-148.50, y=83.00, z=194.50], EntityRabbit['Rabbit'/122, l='MpServer', x=-147.66, y=83.00, z=194.34], EntityRabbit['Rabbit'/123, l='MpServer', x=-149.66, y=78.00, z=192.34], EntityRabbit['Rabbit'/124, l='MpServer', x=-151.50, y=82.00, z=224.50], EntityRabbit['Rabbit'/125, l='MpServer', x=-147.66, y=72.00, z=225.34], EntityRabbit['Rabbit'/126, l='MpServer', x=-144.66, y=74.00, z=226.34], EntityChicken['Chicken'/127, l='MpServer', x=-140.50, y=72.00, z=272.50], EntityChicken['Chicken'/128, l='MpServer', x=-137.50, y=72.00, z=272.50], EntityChicken['Chicken'/129, l='MpServer', x=-139.50, y=72.00, z=274.50], EntityChicken['Chicken'/130, l='MpServer', x=-139.50, y=72.00, z=277.50], EntityCreeper['Creeper'/2180, l='MpServer', x=-90.50, y=60.00, z=172.50], EntityCow['Cow'/138, l='MpServer', x=-134.47, y=72.00, z=315.78], EntityCow['Cow'/139, l='MpServer', x=-135.84, y=73.00, z=314.16], EntityCow['Cow'/140, l='MpServer', x=-131.31, y=71.00, z=325.78], EntityCow['Cow'/141, l='MpServer', x=-135.13, y=74.00, z=311.06], EntitySheep['Sheep'/142, l='MpServer', x=-113.09, y=72.00, z=251.09], EntitySheep['Sheep'/143, l='MpServer', x=-105.28, y=74.00, z=235.13], EntitySheep['Sheep'/144, l='MpServer', x=-106.50, y=74.00, z=238.19], EntitySheep['Sheep'/145, l='MpServer', x=-109.47, y=74.00, z=238.28], EntitySheep['Sheep'/158, l='MpServer', x=-66.38, y=68.00, z=177.91], EntitySheep['Sheep'/159, l='MpServer', x=-63.50, y=68.00, z=177.50], EntitySheep['Sheep'/160, l='MpServer', x=-67.50, y=68.00, z=173.50], EntitySheep['Sheep'/161, l='MpServer', x=-67.50, y=67.00, z=171.50], EntityZombie['Zombie'/2210, l='MpServer', x=-130.50, y=20.00, z=323.50], EntityCow['Cow'/166, l='MpServer', x=-40.22, y=71.00, z=324.50], EntityCow['Cow'/167, l='MpServer', x=-41.56, y=72.00, z=324.50], EntityCow['Cow'/168, l='MpServer', x=-44.50, y=83.00, z=323.50], EntityCow['Cow'/169, l='MpServer', x=-39.03, y=72.00, z=319.06], EntityEnderman['Enderman'/2343, l='MpServer', x=-38.28, y=57.00, z=322.47], EntitySkeleton['Skeleton'/2393, l='MpServer', x=-65.50, y=39.00, z=181.50], EntityCreeper['Creeper'/2428, l='MpServer', x=-27.50, y=31.00, z=316.50], EntitySkeleton['Skeleton'/2470, l='MpServer', x=-12.50, y=23.00, z=173.50], EntitySkeleton['Skeleton'/2490, l='MpServer', x=-68.09, y=27.00, z=282.66], EntitySkeleton['Skeleton'/2519, l='MpServer', x=-45.50, y=24.00, z=315.50], EntitySkeleton['Skeleton'/2551, l='MpServer', x=-30.72, y=34.00, z=325.13], EntityPlayerSP['Player854'/463, l='MpServer', x=-90.61, y=79.37, z=249.01], EntityBat['Bat'/592, l='MpServer', x=-121.38, y=43.09, z=323.94], EntityBat['Bat'/593, l='MpServer', x=-18.22, y=19.91, z=282.81], EntityBat['Bat'/651, l='MpServer', x=-76.69, y=36.16, z=177.06], EntityBat['Bat'/661, l='MpServer', x=-75.63, y=20.06, z=286.44], EntityCreeper['Creeper'/2720, l='MpServer', x=-42.97, y=24.00, z=294.63], EntityBat['Bat'/680, l='MpServer', x=-118.69, y=31.10, z=278.47], EntitySkeleton['Skeleton'/707, l='MpServer', x=-42.50, y=42.00, z=258.50], EntityEnderman['Enderman'/711, l='MpServer', x=-120.50, y=36.00, z=264.50], EntityZombie['Zombie'/2790, l='MpServer', x=-112.50, y=38.00, z=269.09], EntityCreeper['Creeper'/2800, l='MpServer', x=-31.50, y=31.00, z=280.50], EntityZombie['Zombie'/764, l='MpServer', x=-147.50, y=34.00, z=258.50], EntityZombie['Zombie'/4862, l='MpServer', x=-36.50, y=16.00, z=300.50], EntityBat['Bat'/776, l='MpServer', x=-50.25, y=44.78, z=250.28], EntityZombie['Zombie'/856, l='MpServer', x=-43.50, y=24.00, z=306.50], EntityZombie['Zombie'/2935, l='MpServer', x=-24.50, y=31.00, z=252.50], EntitySkeleton['Skeleton'/2969, l='MpServer', x=-18.50, y=39.00, z=301.50], EntityZombie['Zombie'/2974, l='MpServer', x=-100.50, y=40.00, z=254.50], EntityZombie['Zombie'/2980, l='MpServer', x=-64.50, y=42.00, z=186.50], EntityBat['Bat'/1030, l='MpServer', x=-130.97, y=20.00, z=324.59], EntityZombie['Zombie'/3095, l='MpServer', x=-70.50, y=23.00, z=242.50], EntityZombie['Zombie'/3159, l='MpServer', x=-34.25, y=20.00, z=275.25], EntitySkeleton['Skeleton'/3173, l='MpServer', x=-35.50, y=24.00, z=309.50], EntityBat['Bat'/1175, l='MpServer', x=-70.22, y=39.50, z=178.66], EntityBat['Bat'/1231, l='MpServer', x=-52.22, y=27.00, z=227.16], EntityCreeper['Creeper'/3286, l='MpServer', x=-42.50, y=42.00, z=260.50], EntityBat['Bat'/1239, l='MpServer', x=-19.31, y=18.50, z=278.50], EntityCreeper['Creeper'/3305, l='MpServer', x=-41.50, y=24.00, z=290.50], EntityItem['item.item.seeds'/3358, l='MpServer', x=-103.63, y=64.00, z=193.69], EntityItem['item.item.seeds'/3359, l='MpServer', x=-103.88, y=64.00, z=192.13], EntityZombie['Zombie'/3430, l='MpServer', x=-152.34, y=25.00, z=277.53], EntitySkeleton['Skeleton'/3450, l='MpServer', x=-16.50, y=12.00, z=176.50], EntityBat['Bat'/1455, l='MpServer', x=-12.78, y=29.91, z=321.28], EntityBat['Bat'/1468, l='MpServer', x=-105.56, y=26.44, z=319.16], EntityZombie['Zombie'/3559, l='MpServer', x=-17.50, y=11.00, z=180.50], EntityBat['Bat'/1517, l='MpServer', x=-91.34, y=22.13, z=277.25], EntityZombie['Zombie'/3566, l='MpServer', x=-69.50, y=19.00, z=282.50], EntityBat['Bat'/1541, l='MpServer', x=-68.53, y=25.06, z=285.28], EntityZombie['Zombie'/3616, l='MpServer', x=-20.50, y=28.00, z=268.50], EntityCreeper['Creeper'/1576, l='MpServer', x=-81.38, y=18.00, z=292.47], EntityZombie['Zombie'/3678, l='MpServer', x=-66.50, y=39.00, z=180.50], EntityCreeper['Creeper'/3706, l='MpServer', x=-167.50, y=27.00, z=282.50], EntityEnderman['Enderman'/3707, l='MpServer', x=-119.28, y=19.00, z=279.47], EntityCreeper['Creeper'/3743, l='MpServer', x=-71.50, y=29.00, z=251.97], EntityZombie['Zombie'/1732, l='MpServer', x=-87.13, y=20.00, z=292.47], EntityZombie['Zombie'/3882, l='MpServer', x=-61.94, y=18.00, z=238.34], EntityZombie['Zombie'/3938, l='MpServer', x=-38.50, y=57.00, z=323.50], EntityZombie['Zombie'/1896, l='MpServer', x=-42.50, y=27.00, z=294.50], EntityItem['item.item.seeds'/6001, l='MpServer', x=-103.88, y=63.00, z=194.47], EntityWitch['Witch'/6042, l='MpServer', x=-116.50, y=44.00, z=325.50], EntityYeti['Yeti'/6081, l='MpServer', x=-88.50, y=79.00, z=251.50], EntitySkeleton['Skeleton'/1989, l='MpServer', x=-72.50, y=25.00, z=246.50], EntityZombie['Zombie'/2022, l='MpServer', x=-84.50, y=13.00, z=229.06]]
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_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 573223176 bytes (546 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
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 mythical{Beta 0.1} [Mythical Creatures] (bin) 
Loaded coremods (and transformers): 
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4474' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8.9
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4474, Intel
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: 4x Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
[21:03:53] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\timot_000.SCHOOLLAPTOP\Desktop\Mythical Creatures Mod 1.8.9\run\.\crash-reports\crash-2016-11-27_21.03.53-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

 

 

Here are my classes:

RenderYeti:

package com.inyourpotato.mod.entity;
import com.inyourpotato.mod.IYPGlobal;
import net.minecraft.client.Minecraft;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelZombie;
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 RenderYeti extends RenderLiving {

public RenderYeti(){

super(Minecraft.getMinecraft().getRenderManager(), new ModelYeti(), 0);
}
@Override
protected ResourceLocation getEntityTexture(Entity entity) {
return new ResourceLocation("mythical:textures/entity/Yeti.png");
}
}

 

ModelYeti:

package com.inyourpotato.mod.entity;[/p]
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;[/p]
public class ModelYeti extends ModelBase
{
//fields
ModelRenderer RightLegToe1;
ModelRenderer RightLegToe2;
ModelRenderer RightLegToe3;
ModelRenderer RightLegToe4;
ModelRenderer RightLegBottom;
ModelRenderer RightLegToe5;
ModelRenderer RightFootTop;
ModelRenderer RightLegTop;
ModelRenderer LeftLegTop;
ModelRenderer LeftLegBottom;
ModelRenderer LeftFootTop;
ModelRenderer LeftLegToe1;
ModelRenderer LeftLegToe2;
ModelRenderer LeftLegToe3;
ModelRenderer LeftLegToe4;
ModelRenderer LeftLegToe5;
ModelRenderer BodyBottom;
ModelRenderer BodyTop;
ModelRenderer RightShoulder;
ModelRenderer LeftShoulder;
ModelRenderer RightArmTop;
ModelRenderer RightArmBottom;
ModelRenderer LeftArmTop;
ModelRenderer LeftArmBottom;
ModelRenderer Neck;
ModelRenderer HeadBottom;
ModelRenderer HeadMiddle;
ModelRenderer HeadTop;
ModelRenderer LeftShoulderTop;
ModelRenderer RightShoulderTop;
ModelRenderer Nose;
ModelRenderer RightFingerBottom1;
ModelRenderer RightFingerBottom2;
ModelRenderer RightFingerBottom3;
ModelRenderer RightFingerBottom4;
ModelRenderer RightFingerBottom5;
ModelRenderer RightFingerTop1;
ModelRenderer RightFingerTop2;
ModelRenderer RightFingerTop3;
ModelRenderer RightFingerTop4;
ModelRenderer RightFingerTop5;
ModelRenderer Beard;
ModelRenderer LeftFingerBottom5;
ModelRenderer LeftFingerTop5;
ModelRenderer LeftFingerBottom1;
ModelRenderer LeftFingerTop1;
ModelRenderer LeftFingerBottom2;
ModelRenderer LeftFingerTop2;
ModelRenderer LeftFingerBottom3;
ModelRenderer LeftFingerTop3;
ModelRenderer LeftFingerBottom4;
ModelRenderer LeftFingerTop4;
ModelRenderer EarLeft;
ModelRenderer EarRight;
ModelRenderer HornLeft;
ModelRenderer HornRight;

public ModelYeti()
{
textureWidth = 256;
textureHeight = 512;

RightLegToe1 = new ModelRenderer(this, 95, 501);
RightLegToe1.addBox(-2F, 25F, -4.5F, 1, 1, 7);
RightLegToe1.setRotationPoint(2F, -2F, 4.5F);
RightLegToe1.setTextureSize(256, 512);
RightLegToe1.mirror = true;
setRotation(RightLegToe1, 0F, 0F, 0F);
RightLegToe2 = new ModelRenderer(this, 74, 501);
RightLegToe2.addBox(-1F, 25F, -5.5F, 1, 1, ;
RightLegToe2.setRotationPoint(2F, -2F, 4.5F);
RightLegToe2.setTextureSize(256, 512);
RightLegToe2.mirror = true;
setRotation(RightLegToe2, 0F, 0F, 0F);
RightLegToe3 = new ModelRenderer(this, 50, 501);
RightLegToe3.addBox(0F, 25F, -6.5F, 1, 1, 9);
RightLegToe3.setRotationPoint(2F, -2F, 4.5F);
RightLegToe3.setTextureSize(256, 512);
RightLegToe3.mirror = true;
setRotation(RightLegToe3, 0F, 0F, 0F);
RightLegToe4 = new ModelRenderer(this, 25, 501);
RightLegToe4.addBox(1F, 25F, -6.5F, 1, 1, 9);
RightLegToe4.setRotationPoint(2F, -2F, 4.5F);
RightLegToe4.setTextureSize(256, 512);
RightLegToe4.mirror = true;
setRotation(RightLegToe4, 0F, 0F, 0F);
RightLegBottom = new ModelRenderer(this, 3, 476);
RightLegBottom.addBox(-3F, 13F, -7F, 7, 12, 6);
RightLegBottom.setRotationPoint(2F, -2F, 4.5F);
RightLegBottom.setTextureSize(256, 512);
RightLegBottom.mirror = true;
setRotation(RightLegBottom, 0.1570796F, 0F, 0F);
RightLegToe5 = new ModelRenderer(this, 3, 501);
RightLegToe5.addBox(2F, 25F, -5.5F, 1, 1, ;
RightLegToe5.setRotationPoint(2F, -2F, 4.5F);
RightLegToe5.setTextureSize(256, 512);
RightLegToe5.mirror = true;
setRotation(RightLegToe5, 0F, 0F, 0F);
RightFootTop = new ModelRenderer(this, 116, 501);
RightFootTop.addBox(-1F, 24F, -4.5F, 3, 1, 2);
RightFootTop.setRotationPoint(2F, -2F, 4.5F);
RightFootTop.setTextureSize(256, 512);
RightFootTop.mirror = true;
setRotation(RightFootTop, 0F, 0F, 0F);
RightLegTop = new ModelRenderer(this, 50, 476);
RightLegTop.addBox(-3.8F, 0F, -2.5F, 8, 15, 6);
RightLegTop.setRotationPoint(2F, -2F, 4.5F);
RightLegTop.setTextureSize(256, 512);
RightLegTop.mirror = true;
setRotation(RightLegTop, -0.1570796F, 0F, 0F);
LeftLegTop = new ModelRenderer(this, 50, 476);
LeftLegTop.addBox(-5.2F, 0F, -2.5F, 8, 15, 6);
LeftLegTop.setRotationPoint(-6F, -2F, 4.5F);
LeftLegTop.setTextureSize(256, 512);
LeftLegTop.mirror = true;
setRotation(LeftLegTop, -0.1570796F, 0F, 0F);
LeftLegBottom = new ModelRenderer(this, 3, 476);
LeftLegBottom.addBox(-5F, 13F, -7F, 7, 12, 6);
LeftLegBottom.setRotationPoint(-6F, -2F, 4.5F);
LeftLegBottom.setTextureSize(256, 512);
LeftLegBottom.mirror = true;
setRotation(LeftLegBottom, 0.1570796F, 0F, 0F);
LeftFootTop = new ModelRenderer(this, 116, 501);
LeftFootTop.addBox(-3F, 24F, -4.5F, 3, 1, 2);
LeftFootTop.setRotationPoint(-6F, -2F, 4.5F);
LeftFootTop.setTextureSize(256, 512);
LeftFootTop.mirror = true;
setRotation(LeftFootTop, 0F, 0F, 0F);
LeftLegToe1 = new ModelRenderer(this, 95, 501);
LeftLegToe1.addBox(0F, 25F, -4.5F, 1, 1, 7);
LeftLegToe1.setRotationPoint(-6F, -2F, 4.5F);
LeftLegToe1.setTextureSize(256, 512);
LeftLegToe1.mirror = true;
setRotation(LeftLegToe1, 0F, 0F, 0F);
LeftLegToe2 = new ModelRenderer(this, 74, 501);
LeftLegToe2.addBox(-1F, 25F, -5.5F, 1, 1, ;
LeftLegToe2.setRotationPoint(-6F, -2F, 4.5F);
LeftLegToe2.setTextureSize(256, 512);
LeftLegToe2.mirror = true;
setRotation(LeftLegToe2, 0F, 0F, 0F);
LeftLegToe3 = new ModelRenderer(this, 50, 501);
LeftLegToe3.addBox(-2F, 25F, -6.5F, 1, 1, 9);
LeftLegToe3.setRotationPoint(-6F, -2F, 4.5F);
LeftLegToe3.setTextureSize(256, 512);
LeftLegToe3.mirror = true;
setRotation(LeftLegToe3, 0F, 0F, 0F);
LeftLegToe4 = new ModelRenderer(this, 25, 501);
LeftLegToe4.addBox(-3F, 25F, -6.5F, 1, 1, 9);
LeftLegToe4.setRotationPoint(-6F, -2F, 4.5F);
LeftLegToe4.setTextureSize(256, 512);
LeftLegToe4.mirror = true;
setRotation(LeftLegToe4, 0F, 0F, 0F);
LeftLegToe5 = new ModelRenderer(this, 3, 501);
LeftLegToe5.addBox(-4F, 25F, -5.5F, 1, 1, ;
LeftLegToe5.setRotationPoint(-6F, -2F, 4.5F);
LeftLegToe5.setTextureSize(256, 512);
LeftLegToe5.mirror = true;
setRotation(LeftLegToe5, 0F, 0F, 0F);
BodyBottom = new ModelRenderer(this, 3, 450);
BodyBottom.addBox(0F, 0F, 0F, 16, 11, ;
BodyBottom.setRotationPoint(-10.5F, -13F, 0.5F);
BodyBottom.setTextureSize(256, 512);
BodyBottom.mirror = true;
setRotation(BodyBottom, 0F, 0F, 0F);
BodyTop = new ModelRenderer(this, 3, 425);
BodyTop.addBox(0F, 0F, 0F, 18, 10, 10);
BodyTop.setRotationPoint(-11.5F, -23F, -0.5F);
BodyTop.setTextureSize(256, 512);
BodyTop.mirror = true;
setRotation(BodyTop, 0F, 0F, 0F);
RightShoulder = new ModelRenderer(this, 3, 400);
RightShoulder.addBox(0F, 0F, 0F, 10, 5, 10);
RightShoulder.setRotationPoint(2F, -27F, 0F);
RightShoulder.setTextureSize(256, 512);
RightShoulder.mirror = true;
setRotation(RightShoulder, 0F, 0F, 0F);
LeftShoulder = new ModelRenderer(this, 3, 400);
LeftShoulder.addBox(0F, 0F, 0F, 10, 5, 10);
LeftShoulder.setRotationPoint(-17F, -27F, 0F);
LeftShoulder.setTextureSize(256, 512);
LeftShoulder.mirror = true;
setRotation(LeftShoulder, 0F, 0F, 0F);
RightArmTop = new ModelRenderer(this, 3, 225);
RightArmTop.addBox(-1F, -1F, -5F, 6, 15, ;
RightArmTop.setRotationPoint(8F, -22F, 5F);
RightArmTop.setTextureSize(256, 512);
RightArmTop.mirror = true;
setRotation(RightArmTop, -0.2094395F, 0.0698132F, -0.2443461F);
RightArmBottom = new ModelRenderer(this, 3, 200);
RightArmBottom.addBox(3.5F, 12F, -2F, 5, 15, 6);
RightArmBottom.setRotationPoint(8F, -22F, 5F);
RightArmBottom.setTextureSize(256, 512);
RightArmBottom.mirror = true;
setRotation(RightArmBottom, -0.3490659F, 0.1745329F, 0.0523599F);
LeftArmTop = new ModelRenderer(this, 3, 225);
LeftArmTop.addBox(-5F, -1F, -5F, 6, 15, ;
LeftArmTop.setRotationPoint(-13F, -22F, 5F);
LeftArmTop.setTextureSize(256, 512);
LeftArmTop.mirror = true;
setRotation(LeftArmTop, -0.2094395F, -0.0698132F, 0.2443461F);
LeftArmBottom = new ModelRenderer(this, 3, 200);
LeftArmBottom.addBox(-8.5F, 12F, -2F, 5, 15, 6);
LeftArmBottom.setRotationPoint(-13F, -22F, 5F);
LeftArmBottom.setTextureSize(256, 512);
LeftArmBottom.mirror = true;
setRotation(LeftArmBottom, -0.3490659F, -0.1745329F, -0.0523599F);
Neck = new ModelRenderer(this, 3, 275);
Neck.addBox(0F, 0F, 0F, 9, 5, 10);
Neck.setRotationPoint(-7F, -28F, 0F);
Neck.setTextureSize(256, 512);
Neck.mirror = true;
setRotation(Neck, 0F, 0F, 0F);
HeadBottom = new ModelRenderer(this, 50, 300);
HeadBottom.addBox(-4F, -4F, -5.5F, 8, 10, 5);
HeadBottom.setRotationPoint(-2.5F, -26F, 3.5F);
HeadBottom.setTextureSize(256, 512);
HeadBottom.mirror = true;
setRotation(HeadBottom, 0F, 0F, 0F);
HeadMiddle = new ModelRenderer(this, 3, 300);
HeadMiddle.addBox(-5F, -9F, -4.5F, 10, 9, 9);
HeadMiddle.setRotationPoint(-2.5F, -26F, 3.5F);
HeadMiddle.setTextureSize(256, 512);
HeadMiddle.mirror = true;
setRotation(HeadMiddle, 0F, 0F, 0F);
HeadTop = new ModelRenderer(this, 100, 300);
HeadTop.addBox(-3.5F, -11F, -3.5F, 7, 2, 7);
HeadTop.setRotationPoint(-2.5F, -26F, 3.5F);
HeadTop.setTextureSize(256, 512);
HeadTop.mirror = true;
setRotation(HeadTop, 0F, 0F, 0F);
LeftShoulderTop = new ModelRenderer(this, 3, 375);
LeftShoulderTop.addBox(0F, 0F, 0F, 7, 4, 7);
LeftShoulderTop.setRotationPoint(-14F, -31F, 1F);
LeftShoulderTop.setTextureSize(256, 512);
LeftShoulderTop.mirror = true;
setRotation(LeftShoulderTop, 0F, 0F, 0F);
RightShoulderTop = new ModelRenderer(this, 3, 375);
RightShoulderTop.addBox(0F, 0F, 0F, 7, 4, 7);
RightShoulderTop.setRotationPoint(2F, -31F, 1F);
RightShoulderTop.setTextureSize(256, 512);
RightShoulderTop.mirror = true;
setRotation(RightShoulderTop, 0F, 0F, 0F);
Nose = new ModelRenderer(this, 82, 300);
Nose.addBox(-1.5F, -6F, -5F, 3, 2, 1);
Nose.setRotationPoint(-2.5F, -26F, 3.5F);
Nose.setTextureSize(256, 512);
Nose.mirror = true;
setRotation(Nose, 0F, 0F, 0F);
RightFingerBottom1 = new ModelRenderer(this, 3, 150);
RightFingerBottom1.addBox(3.6F, 26.7F, 2F, 1, 2, 1);
RightFingerBottom1.setRotationPoint(8F, -22F, 5F);
RightFingerBottom1.setTextureSize(256, 512);
RightFingerBottom1.mirror = true;
setRotation(RightFingerBottom1, -0.3141593F, 0.1745329F, 0.0349066F);
RightFingerBottom2 = new ModelRenderer(this, 0, 0);
RightFingerBottom2.addBox(3.2F, 26.8F, -1.5F, 1, 2, 1);
RightFingerBottom2.setRotationPoint(8F, -22F, 5F);
RightFingerBottom2.setTextureSize(256, 512);
RightFingerBottom2.mirror = true;
setRotation(RightFingerBottom2, -0.3141593F, 0.1745329F, 0.0349066F);
RightFingerBottom3 = new ModelRenderer(this, 0, 0);
RightFingerBottom3.addBox(4F, 27F, -2F, 1, 2, 1);
RightFingerBottom3.setRotationPoint(8.2F, -22F, 4.7F);
RightFingerBottom3.setTextureSize(256, 512);
RightFingerBottom3.mirror = true;
setRotation(RightFingerBottom3, -0.3141593F, 0.1745329F, 0.0349066F);
RightFingerBottom4 = new ModelRenderer(this, 0, 0);
RightFingerBottom4.addBox(5.5F, 27F, -2F, 1, 2, 1);
RightFingerBottom4.setRotationPoint(8.2F, -22F, 5F);
RightFingerBottom4.setTextureSize(256, 512);
RightFingerBottom4.mirror = true;
setRotation(RightFingerBottom4, -0.3141593F, 0.1745329F, 0.0349066F);
RightFingerBottom5 = new ModelRenderer(this, 0, 0);
RightFingerBottom5.addBox(7F, 26.5F, -1F, 1, 2, 1);
RightFingerBottom5.setRotationPoint(8F, -22F, 5F);
RightFingerBottom5.setTextureSize(256, 512);
RightFingerBottom5.mirror = true;
setRotation(RightFingerBottom5, -0.3141593F, 0.1745329F, 0.0349066F);
RightFingerTop1 = new ModelRenderer(this, 3, 155);
RightFingerTop1.addBox(3.7F, 24F, -16F, 1, 1, 1);
RightFingerTop1.setRotationPoint(8F, -22F, 5F);
RightFingerTop1.setTextureSize(256, 512);
RightFingerTop1.mirror = true;
setRotation(RightFingerTop1, 0.3490659F, 0.1919862F, 0.0349066F);
RightFingerTop2 = new ModelRenderer(this, 0, 0);
RightFingerTop2.addBox(3.4F, 22F, -18.8F, 1, 1, 1);
RightFingerTop2.setRotationPoint(8F, -22F, 5F);
RightFingerTop2.setTextureSize(256, 512);
RightFingerTop2.mirror = true;
setRotation(RightFingerTop2, 0.3490659F, 0.1919862F, 0.0349066F);
RightFingerTop3 = new ModelRenderer(this, 0, 0);
RightFingerTop3.addBox(4.5F, 22F, -19F, 1, 2, 1);
RightFingerTop3.setRotationPoint(7.8F, -22F, 4.4F);
RightFingerTop3.setTextureSize(256, 512);
RightFingerTop3.mirror = true;
setRotation(RightFingerTop3, 0.3490659F, 0.1919862F, 0.0349066F);
RightFingerTop4 = new ModelRenderer(this, 0, 0);
RightFingerTop4.addBox(5.8F, 22F, -19.2F, 1, 1, 1);
RightFingerTop4.setRotationPoint(8F, -22F, 5F);
RightFingerTop4.setTextureSize(256, 512);
RightFingerTop4.mirror = true;
setRotation(RightFingerTop4, 0.3490659F, 0.1919862F, 0.0349066F);
RightFingerTop5 = new ModelRenderer(this, 0, 0);
RightFingerTop5.addBox(8F, 21.8F, -18F, 1, 1, 1);
RightFingerTop5.setRotationPoint(8F, -22F, 5F);
RightFingerTop5.setTextureSize(256, 512);
RightFingerTop5.mirror = true;
setRotation(RightFingerTop5, 0.3490659F, 0.1919862F, 0.0698132F);
Beard = new ModelRenderer(this, 0, 0);
Beard.addBox(-1.5F, 6F, -5F, 3, 2, 1);
Beard.setRotationPoint(-2.5F, -26F, 3.5F);
Beard.setTextureSize(256, 512);
Beard.mirror = true;
setRotation(Beard, 0F, 0F, 0F);
LeftFingerBottom5 = new ModelRenderer(this, 3, 150);
LeftFingerBottom5.addBox(-4.6F, 26.5F, 2F, 1, 2, 1);
LeftFingerBottom5.setRotationPoint(-13F, -22F, 5F);
LeftFingerBottom5.setTextureSize(256, 512);
LeftFingerBottom5.mirror = true;
setRotation(LeftFingerBottom5, -0.3141593F, -0.1745329F, -0.0349066F);
LeftFingerTop5 = new ModelRenderer(this, 3, 155);
LeftFingerTop5.addBox(-4.8F, 23.8F, -15.8F, 1, 1, 1);
LeftFingerTop5.setRotationPoint(-13F, -22F, 5F);
LeftFingerTop5.setTextureSize(256, 512);
LeftFingerTop5.mirror = true;
setRotation(LeftFingerTop5, 0.3490659F, -0.1919862F, -0.0349066F);
LeftFingerBottom1 = new ModelRenderer(this, 20, 150);
LeftFingerBottom1.addBox(-4.1F, 26.5F, -1.5F, 1, 2, 1);
LeftFingerBottom1.setRotationPoint(-13F, -22F, 5F);
LeftFingerBottom1.setTextureSize(256, 512);
LeftFingerBottom1.mirror = true;
setRotation(LeftFingerBottom1, -0.3141593F, -0.1745329F, -0.0349066F);
LeftFingerTop1 = new ModelRenderer(this, 20, 155);
LeftFingerTop1.addBox(-4.1F, 21.6F, -18.8F, 1, 1, 1);
LeftFingerTop1.setRotationPoint(-13F, -22F, 5F);
LeftFingerTop1.setTextureSize(256, 512);
LeftFingerTop1.mirror = true;
setRotation(LeftFingerTop1, 0.3490659F, -0.1745329F, -0.0349066F);
LeftFingerBottom2 = new ModelRenderer(this, 30, 150);
LeftFingerBottom2.addBox(-5.2F, 27F, -2F, 1, 2, 1);
LeftFingerBottom2.setRotationPoint(-13F, -22F, 5F);
LeftFingerBottom2.setTextureSize(256, 512);
LeftFingerBottom2.mirror = true;
setRotation(LeftFingerBottom2, -0.3141593F, -0.1745329F, -0.0349066F);
LeftFingerTop2 = new ModelRenderer(this, 30, 155);
LeftFingerTop2.addBox(-5.4F, 21.8F, -19.4F, 1, 2, 1);
LeftFingerTop2.setRotationPoint(-13F, -22F, 5F);
LeftFingerTop2.setTextureSize(256, 512);
LeftFingerTop2.mirror = true;
setRotation(LeftFingerTop2, 0.3490659F, -0.1919862F, -0.0349066F);
LeftFingerBottom3 = new ModelRenderer(this, 40, 150);
LeftFingerBottom3.addBox(-6.6F, 26.8F, -2F, 1, 2, 1);
LeftFingerBottom3.setRotationPoint(-13F, -22F, 5F);
LeftFingerBottom3.setTextureSize(256, 512);
LeftFingerBottom3.mirror = true;
setRotation(LeftFingerBottom3, -0.3141593F, -0.1745329F, -0.0349066F);
LeftFingerTop3 = new ModelRenderer(this, 40, 155);
LeftFingerTop3.addBox(-6.8F, 21.5F, -19F, 1, 1, 1);
LeftFingerTop3.setRotationPoint(-13F, -22F, 5F);
LeftFingerTop3.setTextureSize(256, 512);
LeftFingerTop3.mirror = true;
setRotation(LeftFingerTop3, 0.3490659F, -0.1919862F, -0.0349066F);
LeftFingerBottom4 = new ModelRenderer(this, 50, 150);
LeftFingerBottom4.addBox(-8F, 26.5F, -0.8F, 1, 2, 1);
LeftFingerBottom4.setRotationPoint(-13F, -22F, 5F);
LeftFingerBottom4.setTextureSize(256, 512);
LeftFingerBottom4.mirror = true;
setRotation(LeftFingerBottom4, -0.3141593F, -0.1745329F, -0.0349066F);
LeftFingerTop4 = new ModelRenderer(this, 50, 155);
LeftFingerTop4.addBox(-8.2F, 22F, -18F, 1, 1, 1);
LeftFingerTop4.setRotationPoint(-13F, -22F, 5F);
LeftFingerTop4.setTextureSize(256, 512);
LeftFingerTop4.mirror = true;
setRotation(LeftFingerTop4, 0.3490659F, -0.1919862F, -0.0349066F);
EarLeft = new ModelRenderer(this, 3, 100);
EarLeft.addBox(-5.5F, -10F, -1F, 1, 3, 2);
EarLeft.setRotationPoint(-2.5F, -26F, 3.5F);
EarLeft.setTextureSize(256, 512);
EarLeft.mirror = true;
setRotation(EarLeft, 0F, 0F, 0F);
EarRight = new ModelRenderer(this, 3, 100);
EarRight.addBox(4.5F, -10F, -1F, 1, 3, 2);
EarRight.setRotationPoint(-2.5F, -26F, 3.5F);
EarRight.setTextureSize(256, 512);
EarRight.mirror = true;
setRotation(EarRight, 0F, 0F, 0F);
HornLeft = new ModelRenderer(this, 3, 50);
HornLeft.addBox(0F, -18F, -1F, 2, 8, 2);
HornLeft.setRotationPoint(-2.7F, -26F, 3.5F);
HornLeft.setTextureSize(256, 512);
HornLeft.mirror = true;
setRotation(HornLeft, 0F, 0F, -0.4363323F);
HornRight = new ModelRenderer(this, 3, 50);
HornRight.addBox(-2F, -18F, -1F, 2, 8, 2);
HornRight.setRotationPoint(-2.5F, -26F, 3.5F);
HornRight.setTextureSize(256, 512);
HornRight.mirror = true;
setRotation(HornRight, 0F, 0F, 0.4363323F);
}

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(f, f1, f2, f3, f4, f5, entity);
RightLegToe1.render(f5);
RightLegToe2.render(f5);
RightLegToe3.render(f5);
RightLegToe4.render(f5);
RightLegBottom.render(f5);
RightLegToe5.render(f5);
RightFootTop.render(f5);
RightLegTop.render(f5);
LeftLegTop.render(f5);
LeftLegBottom.render(f5);
LeftFootTop.render(f5);
LeftLegToe1.render(f5);
LeftLegToe2.render(f5);
LeftLegToe3.render(f5);
LeftLegToe4.render(f5);
LeftLegToe5.render(f5);
BodyBottom.render(f5);
BodyTop.render(f5);
RightShoulder.render(f5);
LeftShoulder.render(f5);
RightArmTop.render(f5);
RightArmBottom.render(f5);
LeftArmTop.render(f5);
LeftArmBottom.render(f5);
Neck.render(f5);
HeadBottom.render(f5);
HeadMiddle.render(f5);
HeadTop.render(f5);
LeftShoulderTop.render(f5);
RightShoulderTop.render(f5);
Nose.render(f5);
RightFingerBottom1.render(f5);
RightFingerBottom2.render(f5);
RightFingerBottom3.render(f5);
RightFingerBottom4.render(f5);
RightFingerBottom5.render(f5);
RightFingerTop1.render(f5);
RightFingerTop2.render(f5);
RightFingerTop3.render(f5);
RightFingerTop4.render(f5);
RightFingerTop5.render(f5);
Beard.render(f5);
LeftFingerBottom5.render(f5);
LeftFingerTop5.render(f5);
LeftFingerBottom1.render(f5);
LeftFingerTop1.render(f5);
LeftFingerBottom2.render(f5);
LeftFingerTop2.render(f5);
LeftFingerBottom3.render(f5);
LeftFingerTop3.render(f5);
LeftFingerBottom4.render(f5);
LeftFingerTop4.render(f5);
EarLeft.render(f5);
EarRight.render(f5);
HornLeft.render(f5);
HornRight.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);
}
}

 

EntityYeti (Will complete this class after entity is rendered properly)

package com.inyourpotato.mod.entity;
import net.minecraft.entity.monster.EntityMob;
import net.minecraft.world.World;
public class EntityYeti extends EntityMob {
public EntityYeti(World worldIn) {
super(worldIn);
}
}

 

EntityCreator:

package com.inyourpotato.mod.entity;
import com.inyourpotato.mod.MainRegistry;  
import net.minecraft.client.renderer.entity.Render;
import net.minecraft.entity.EntityList;
import net.minecraft.entity.EnumCreatureType;
import net.minecraft.world.biome.BiomeGenBase;
import net.minecraftforge.fml.client.registry.RenderingRegistry;
import net.minecraftforge.fml.common.registry.EntityRegistry;[/p]
public class EntityCreator {

public static final void createEntity(Class entityClass, Render render, String entityName, EnumCreatureType type, int probability, int minSpawn, int maxSpawn, BiomeGenBase[] biomes, int solidColor, int spotColor, boolean hasSpawnEgg){
int id = EntityRegistry.findGlobalUniqueEntityId();

EntityRegistry.registerGlobalEntityID(entityClass, entityName, id);
EntityRegistry.registerModEntity(entityClass, entityName, id, MainRegistry.instance, 64, 1, true);
EntityRegistry.addSpawn(entityName, probability, minSpawn, maxSpawn, type, biomes);
RenderingRegistry.registerEntityRenderingHandler(entityClass, render);

if(hasSpawnEgg){
EntityList.entityEggs.put(Integer.valueOf(id), new EntityList.EntityEggInfo(id, solidColor, spotColor));
}
}
}

 

ClientProxy:

package com.inyourpotato.mod.proxy;

import com.inyourpotato.mod.block.IYPBlockRender;
import com.inyourpotato.mod.entity.EntityCreator;
import com.inyourpotato.mod.entity.EntityYeti;
import com.inyourpotato.mod.entity.ModelYeti;
import com.inyourpotato.mod.entity.RenderYeti;
import net.minecraft.entity.EnumCreatureType;
import net.minecraft.world.biome.BiomeGenBase;
import net.minecraftforge.fml.client.registry.RenderingRegistry;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
public class ClientProxy extends CommonProxy {

public void preInit(FMLPreInitializationEvent preEvent) {

super.preInit(preEvent);

EntityCreator.createEntity(EntityYeti.class, new RenderYeti(), "Yeti", EnumCreatureType.MONSTER, 10, 0, 1, new BiomeGenBase[] {BiomeGenBase.coldTaiga}, 0xFFFFFF, 0xD4BFB0, true);

}

public void init(FMLInitializationEvent event) {

super.init(event);

IYPBlockRender.registerBlockRender();
IYPItemRender.registerItemRender();

}
public void postInit(FMLPostInitializationEvent postEvent) {

super.postInit(postEvent);

}
}

 

Thanks! All help is appreciated.

Link to comment
Share on other sites

You never register your mob on the server.

 

Also, do not use registerGlobalEntityID, you do not need it.  There's a reason registerModEntity exists.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Thanks, so I registered my entity in my common proxy and now it just crashes when I run it.

 

Crashlog:

 

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 758049480 bytes (722 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: 
Loaded coremods (and transformers): 
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4474' Renderer: 'Intel(R) HD Graphics 4400'
[15:27:39] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
[15:27:39] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[15:27:39] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[15:27:39] [Client thread/INFO] [FML]: Searching C:\Users\timot_000.SCHOOLLAPTOP\Desktop\Mythical Creatures Mod 1.8.9\run\mods for mods
[15:27:43] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[15:27:44] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, mythical] at CLIENT
[15:27:44] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, mythical] at SERVER
[15:27:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Mythical Creatures
[15:27:45] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[15:27:45] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[15:27:45] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[15:27:45] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[15:27:45] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[15:27:45] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[15:27:46] [Client thread/INFO] [FML]: Applying holder lookups
[15:27:46] [Client thread/INFO] [FML]: Holder lookups applied
[15:27:46] [Client thread/INFO] [FML]: Injecting itemstacks
[15:27:46] [Client thread/INFO] [FML]: Itemstack injection complete
[15:27:46] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[15:27:46] [Client thread/ERROR] [FML]: 
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
UCH	FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
UCH	Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
UCE	mythical{Beta 0.1} [Mythical Creatures] (bin) 
[15:27:46] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[15:27:46] [Client thread/ERROR] [FML]: Caught exception from mythical
java.lang.NullPointerException
at java.lang.Class.isAssignableFrom(Native Method) ~[?:1.8.0_73]
at net.minecraftforge.fml.common.registry.EntityRegistry.addSpawn(EntityRegistry.java:375) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
at com.inyourpotato.mod.entity.EntityCreator.createEntity(EntityCreator.java:19) ~[bin/:?]
at com.inyourpotato.mod.proxy.CommonProxy.preInit(CommonProxy.java:28) ~[bin/:?]
at com.inyourpotato.mod.proxy.ClientProxy.preInit(ClientProxy.java:21) ~[bin/:?]
at com.inyourpotato.mod.MainRegistry.preInit(MainRegistry.java:30) ~[bin/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:451) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
[15:27:46] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 28/11/16 3:27 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at java.lang.Class.isAssignableFrom(Native Method)
at net.minecraftforge.fml.common.registry.EntityRegistry.addSpawn(EntityRegistry.java:375)
at com.inyourpotato.mod.entity.EntityCreator.createEntity(EntityCreator.java:19)
at com.inyourpotato.mod.proxy.CommonProxy.preInit(CommonProxy.java:28)
at com.inyourpotato.mod.proxy.ClientProxy.preInit(ClientProxy.java:21)
at com.inyourpotato.mod.MainRegistry.preInit(MainRegistry.java:30)
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.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)
at net.minecraft.client.Minecraft.run(Minecraft.java:360)
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 java.lang.Class.isAssignableFrom(Native Method)
at net.minecraftforge.fml.common.registry.EntityRegistry.addSpawn(EntityRegistry.java:375)
at com.inyourpotato.mod.entity.EntityCreator.createEntity(EntityCreator.java:19)
at com.inyourpotato.mod.proxy.CommonProxy.preInit(CommonProxy.java:28)
at com.inyourpotato.mod.proxy.ClientProxy.preInit(ClientProxy.java:21)
at com.inyourpotato.mod.MainRegistry.preInit(MainRegistry.java:30)
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.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.run(Minecraft.java:360)
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_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 807210568 bytes (769 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
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
UCH	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
UCH	FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) 
UCH	Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) 
UCE	mythical{Beta 0.1} [Mythical Creatures] (bin) 
Loaded coremods (and transformers): 
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4474' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.8.9
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4474, Intel
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: 4x Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
[15:27:46] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\timot_000.SCHOOLLAPTOP\Desktop\Mythical Creatures Mod 1.8.9\run\.\crash-reports\crash-2016-11-28_15.27.46-client.txt
2016-11-28 15:27:46,499 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

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

    • KLIK DISINI >>> LINK LOGIN & DAFTAR KLIK DISINI >>>   DAFTAR AKUN GACOR KLIK DISINI >>> DAFTAR AKUN VVIP KLIK DISINI >>> DAFTAR AKUN SLOT ANTI RUNGKAD KLIK DISINI >>>  LINK ALTERNATIF KLIK DISINI >>> AKUN GACOR SCATTER HITAM SLOT888 adalah slot gacor winrate 100% dengan server thailand dan akun pro. Dapatkan akses menuju kemenangan ke puluhan sampai ratusan juta rupiah hanya dalam hitungan menit. 3 web yang kami hadirkan ini adalah yang terbaik dengan histori kemenangan tertinggi di satu Asia Tenggara. Member-member dari web ini selalu kembali karena tim admin dan CS yang profesional serta kemenangan berapapun pasti akan dibayar. RTP slot gacor juga sudah disiapkan agar kalian tidak bingung lagi mau main apa dan di jam berapa. Semua fasilitas seperti deposit dana dan pulsa sudah disiapkan juga untuk kemudahan para slotters. Jadi tunggu apalagi? Raih kemenangan kalian disini sekarang juga!
    • Winning303 menyediakan berbagai jenis permainan dengan kemenangan yang tinggi , slot gacor dengan winrate 100% , hanya dengan modal receh sudah bisa meraih jutaan  Nikmati berbagai permainan judi online yang menarik dengan jaminan keamanan dan kenyamanan di WINNING303 LINK ALTERNATIF => https://w303.pink/ref1x    
    • RELATED: Horror Games Inspired By Movies Still, there are some options for a Wizard if it comes to melee combat, and there also are some alternatives on the subject of the catalyst they use to solid Spells. For each, those alternatives are first-class: Spellbook: All three spellcasting options, the Staff, Spellbook, and Crystal Ball can all have a whole lot of extra advantages of Dark And Darker Gold on them depending on rarity. But, at a base degree, the Spellbook is the catalyst option gamers appeared to gravitate to. This spell-casting catalyst will increase a Wizard's movement velocity by using the maximum overall, which clearly makes a large distinction. Crystal Ball: The distinction among the three Spell catalysts is quite easy. The Staff is the default option and has melee assaults of its own, the Spellbook is faster all around however offers no melee alternatives, and the Crystal Ball is the center ground between the 2 in regard to motion velocity, however gamers may also equip a Dagger or something in their other hand at the identical time. Crossbow: That's right, Wizards can really run Crossbows, but it is without a doubt simplest well worth the usage of once or at maximum twice at some stage in a suit, and best as soon as a Wizard is out of Spell casts. Still, tricking an enemy into thinking a Wizard is out of Spells, simplest to tug out a Crossbow and launch a bolt into them is a surprisingly effective strategy. Rondel Dagger: Again, if it ever does come right down to melee combat, a Wizard loses ninety percent of the time. But, having a Rondel Dagger as a secondary or geared up alongside the Crystal Ball improves the ones odds at least a bit bit. The Wizard's Expansive Repertoire Of Spells. Moving on to the category all and sundry became in all likelihood anticipating when studying approximately the Wizard magnificence, the Spells. Which Spells are the quality to use on the Wizard and why? Or, not less than, which of them are the maximum 'meta'? Are those professional kind Wizards, together with ones that use White, Green, Red, or even Blue magic, or are they a piece extra stereotypical? Well, after doing a little research, those appear to be the consequences, listed from least to most used: Slow: Slows an opponent for a duration, maximum of the time is changed by means of Haste, but a few gamers choose to slow others in preference to velocity themselves up. Haste: Speeds the Wizard up by way of a quite noticeable amount for a brief duration. This is the important thing device Wizards use to usually maintain their combatants at variety, and the use of this they can outrun just about everybody in the game (outside of projectile guns or different Spells). Invisibility: One of the fine Spells to apply on Wizard, but only veteran players appear to be utilizing it to the maximum. Basically permits the Wizard to use the identical strategies as a Rogue does with their Hide capability. Fireball: The Spell everyone makes use of before everything, tends to reveal up in each game, and is nearly usually extraordinarily suitable. But, in Dark and Darker, gamers will fast realizes that it is straightforward to hit allies with and there are better options for normal damage. Chain Lightning: Likely the pleasant alternative damage-sensible, and the friendly-fireplace element of it's far a chunk misleading (would not clearly chain to allies find it irresistible says it does). When aimed well, can decimate an unaware foe. Magic Missile: The most iconic 'Wizard Spell', Magic Missile, is tremendously right in Dark and Darker as properly. It's extraordinary for NPC enemies, excellent for region denial in a PvP fight, and it is the pleasant Spell to apply if the enemy manages to shut the space as it may speedy soften via their HP earlier than their swing connects. Last-Second General Wizard Tips. And it is pretty a great deal the whole thing gamers want to realize about constructing Wizards in Dark and Darker. This class, out of all of the instructions the sport currently gives Darker Gold, might be one of the maximum challenging ones to play for a newcomer.
    • Sakura38 Menghadirkan Situs Link Slot Deposit 1000 Gampang Menang Di Tahun 2024 Anda Memiliki Peluang Lebih Tinggi Untuk Meraih Kemenangan. Jadilah Bagian Dari Kesuksesan Kami Dan Bergabunglah Sekarang Untuk Memenangkan Hadiah-hadiah Fantastis   ▶️▶️ KLIK DISINI DAFTAR SEKARANG ◀️◀️ ▶️▶️ KLIK DISINI LINK ALTERNATIF DAFTAR AKUN 1 ◀️◀️ ▶️▶️ KLIK DISINI LINK ALTERNATIF DAFTAR AKUN 2 ◀️◀️ 💥Rahasia Mudah Dapat Perkalian Besar💥 💸Modal Receh Jamin AUTO JEPE 💸 ⚡Deposit Scan QRIS Proses Hanya 2 Detik !, WD Pasti LAND Kilat⚡ 🎰RTP & Pola GACOR Akurat🎰
    • Jagex held the Winter Summit towards the end of the year, where it revealed its content plans for 2023. Old School RuneScape recently got its Grandmaster Quest which serves as an expansion of Desert Treasure, a quest which is nearly twenty years old. If you were in the game the time Desert Treasure came out, you can imagine how thrilled a lot of players of OSRS gold were when the sequel was revealed. Desert Treasure II will make its way into Old School RuneScape during the summer of 2023. it's expected to introduce new bosses and content. There will be even more social elements that will be added to the Woodcutting game that has been a favorite with gamers. There's a new quest called the Secret of the North, which is a master-level quest is now available in the game and comes with some amazing boss fights that are only for solo players. Additionally, the Bounty Hunters miniature game returning to the game, which is sure to delight PvP players. I am sure there will be more games to come out by 2024 or later. RuneScape will not be going away and there's plenty of new content available to enjoy each year. The gameplay, the content, advancement systems, environments and even the music do not need introduction. I'd lie if I claimed that the game doesn't show its age. However, OSRS remains an enjoyable experience loved by the players and hasn't changed for over two decades. I've had plenty of unpleasant experiences in RuneScape and was cheated to death by "friends" earlier in the days, but we grow and learn. Even though it's a long-running MMORPG The game has a huge player base and there are many loyal players who have played for a long time. I had been away playing for a long time and yet it took me just a few minutes to locate helpful players who came together and assisted me. RuneScape is one of the most friendly communities I've seen across all gaming. my experience as a player was mostly positive, even in 2023. We're all aware of how much of the community devotes itself to skills, and it appears that we aren't seeing the final of the skills system yet. The new skill still to be announced and will be available in the coming months. Additionally, the minigames and side-activities are not left out by the game's developers, and they are constantly adding more features to the game. Over two decades of material is available, and, at the rate that it is going I'm not able to even guess how long the game will flourish. The community is active in its part in providing feedback and requests for more features for the old game. In the age of next-generation gaming, OSRS and RuneScape still retain the interest of a lot of players and keep them returning every day. I would highly suggest RuneScape in addition to Old School RuneScape to new players of 2023. but there's a caveat. The MMORPG genre has changed dramatically throughout the years, and it isn't easy to suggest RuneScape to those who are familiar with contemporary graphics and the extravagant environments that many of MMORPGs and live-services have to offer. However, if graphics aren't important to you and you are looking for a game that is fun, then consider giving it a shot and it's definitely worth the time. If you're a veteran who gave up RuneScape and cheap OSRS gold and is contemplating returning it, I highly recommend that you play the latest game's content. Like I said, RuneScape respects your time and, even if it's been more than a decade since the last time you played, you'll not have any issues jumping in to the action and starting it over and over. The process of preparing for new features took approximately a week. I had the chance to play the brand-new Secrets of the North content even after a lengthy hiatus.
  • Topics

×
×
  • Create New...

Important Information

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