Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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

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

    • cat_jam, rainbows, make_bubbles_pop and cavedust are client-side-only mods Remove these from your server
    • Please help, we are running a kinda big minecraft RP server with tons of mods and a mod we made ourselves, currently the server runs for 5 to 30min and then it crashes, I'm not a programer or anything I'm just trying to help the staff figure out what to do.   ---- Minecraft Crash Report ---- // But it works on my machine. Time: 2025-07-27 05:29:42 Description: Exception in server tick loop java.util.ConcurrentModificationException: null     at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) ~[?:?] {}     at java.util.ArrayList$Itr.next(ArrayList.java:967) ~[?:?] {}     at com.google.common.collect.Iterators$1.next(Iterators.java:146) ~[guava-31.1-jre.jar%2374!/:?] {}     at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {re:mixin}     at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {}     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157543_(PersistentEntitySectionManager.java:175) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}     at java.util.stream.LongPipeline$1$1.accept(LongPipeline.java:177) ~[?:?] {}     at java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:183) ~[?:?] {}     at java.util.Spliterators$LongIteratorSpliterator.forEachRemaining(Spliterators.java:2046) ~[?:?] {}     at java.util.Spliterator$OfLong.forEachRemaining(Spliterator.java:775) ~[?:?] {}     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157527_(PersistentEntitySectionManager.java:160) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_287207_(PersistentEntitySectionManager.java:146) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.server.level.ChunkMap.m_287285_(ChunkMap.java:1307) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}     at net.minecraft.server.level.ChunkHolder.m_287189_(ChunkHolder.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,re:classloading,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ChunkHolderAccessor,pl:mixin:APP:chunksending.mixins.json:ChunkHolderMixin,pl:mixin:A}     at net.minecraft.server.level.ChunkHolder.m_143003_(ChunkHolder.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,re:classloading,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ChunkHolderAccessor,pl:mixin:APP:chunksending.mixins.json:ChunkHolderMixin,pl:mixin:A}     at net.minecraft.server.level.DistanceManager.m_183906_(DistanceManager.java:120) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading,pl:accesstransformer:B}     at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}     at net.minecraft.server.level.DistanceManager.m_140805_(DistanceManager.java:119) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading,pl:accesstransformer:B}     at net.minecraft.server.level.ServerChunkCache.m_8489_(ServerChunkCache.java:273) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ChunkLoadDebug,pl:mixin:APP:immersive_melodies.mixin.json:ServerChunkManagerMixin,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat117plus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m_7245_(ServerChunkCache.java:545) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading}     at net.minecraft.server.level.ServerChunkCache.m_8466_(ServerChunkCache.java:269) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ChunkLoadDebug,pl:mixin:APP:immersive_melodies.mixin.json:ServerChunkManagerMixin,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat117plus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:758) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:732) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at java.lang.Thread.run(Thread.java:840) ~[?:?] {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: Linux (amd64) version 6.8.0-60-generic     Java Version: 17.0.15, Eclipse Adoptium     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium     Memory: 4531786544 bytes (4321 MiB) / 15384707072 bytes (14672 MiB) up to 25769803776 bytes (24576 MiB)     CPUs: 14     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 9 9950X 16-Core Processor     Identifier: AuthenticAMD Family 26 Model 68 Stepping 0     Microarchitecture: unknown     Frequency (GHz): -0.00     Number of physical packages: 1     Number of physical CPUs: 16     Number of logical CPUs: 32     Graphics card #0 name: unknown     Graphics card #0 vendor: unknown     Graphics card #0 VRAM (MB): 0.00     Graphics card #0 deviceId: unknown     Graphics card #0 versionInfo: unknown     Virtual memory max (MB): 103598.98     Virtual memory used (MB): 136057.86     Swap memory total (MB): 8192.00     Swap memory used (MB): 3591.28     JVM Flags: 2 total; -Xms128M -Xmx24576M     Server Running: true     Player Count: 14 / 80; [ServerPlayer['NSQ20'/230, l='ServerLevel[Dark_Continent]', x=4679.43, y=93.00, z=-4052.56], ServerPlayer['almeidaab_'/232, l='ServerLevel[Dark_Continent]', x=-90.43, y=88.00, z=-362.28], ServerPlayer['TNPC5'/342, l='ServerLevel[Dark_Continent]', x=-88.41, y=88.00, z=-362.20], ServerPlayer['_Intro_'/382, l='ServerLevel[Dark_Continent]', x=-7054.50, y=103.00, z=-10902.22], ServerPlayer['OiVela'/390, l='ServerLevel[Dark_Continent]', x=-3211.94, y=73.00, z=-3916.08], ServerPlayer['Tiranosaurahjkkk'/885, l='ServerLevel[Dark_Continent]', x=4678.20, y=93.00, z=-4076.11], ServerPlayer['iFooqss'/926, l='ServerLevel[Dark_Continent]', x=-225.04, y=78.00, z=-224.44], ServerPlayer['charlieboob'/1099, l='ServerLevel[Dark_Continent]', x=9328.39, y=160.00, z=12133.77], ServerPlayer['GreeOnix'/1162, l='ServerLevel[Dark_Continent]', x=-2397.61, y=117.06, z=13448.06], ServerPlayer['niccnamee'/1198, l='ServerLevel[Dark_Continent]', x=3070.30, y=19.63, z=18540.64], ServerPlayer['Maxyaa'/1263, l='ServerLevel[Dark_Continent]', x=10219.50, y=-17.82, z=-1980.99], ServerPlayer['AzulTCyan'/1477, l='ServerLevel[Dark_Continent]', x=-222.53, y=82.00, z=-221.51], ServerPlayer['voidmaw'/1783, l='ServerLevel[Dark_Continent]', x=-4082.30, y=67.00, z=-7086.15], ServerPlayer['SmolLuh'/2971, l='ServerLevel[Dark_Continent]', x=10226.64, y=-19.00, z=-1980.58]]     Data Packs: vanilla, mod:betterdungeons, mod:almanac, mod:easyanvils, mod:playeranimator (incompatible), mod:braziliandelight (incompatible), mod:mcwwindows, mod:yungsapi, mod:fakename (incompatible), mod:balm, mod:dynview (incompatible), mod:videoplayer (incompatible), mod:spelunkery (incompatible), mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:iter_rpg, mod:athena, mod:lmft (incompatible), mod:corpse, mod:torchmaster, mod:handcrafted (incompatible), mod:supermartijn642corelib, mod:resourcefulconfig (incompatible), mod:spark (incompatible), mod:curios (incompatible), mod:yungsextras, mod:framedblocks, mod:attributeslib (incompatible), mod:mushroomquest, mod:worldedit (incompatible), mod:constructionwand, mod:toms_storage (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:playerrevive, mod:sliceanddice (incompatible), mod:darkpaintings (incompatible), mod:betterjungletemples, mod:timecontrol, mod:mowziesmobs, mod:harvest_with_ease (incompatible), mod:deltaboxlib (incompatible), mod:pehkui (incompatible), mod:goblintraders (incompatible), mod:caelus (incompatible), mod:realmrpg_skeletons, mod:fastasyncworldsave (incompatible), mod:dungeonnowloading (incompatible), mod:integrated_api, mod:naturescompass, mod:create_wizardry, mod:additional_lights, mod:memoryleakfix (incompatible), mod:crafttweaker (incompatible), mod:luckperms (incompatible), mod:puzzlesaccessapi, mod:forge, mod:logbegone (incompatible), mod:mcwpaths, mod:idas, mod:dungeons_arise, mod:tectonic (incompatible), mod:voicechat (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:moresnifferflowers (incompatible), mod:knightquest, mod:createutilities (incompatible), mod:spectrelib (incompatible), mod:antiportals (incompatible), mod:garnished, mod:kotlinforforge (incompatible), mod:truly_custom_horse_tack, mod:traveloptics, mod:farmersrespite, mod:flywheel, mod:ecologics, mod:decoration_delight, mod:localizedchat, mod:polymorph (incompatible), mod:securitycraft, mod:zeta (incompatible), mod:cagedmobs, mod:lootr, mod:connectedglass, mod:puzzleslib, mod:immersive_melodies (incompatible), mod:cosmeticarmorreworked, mod:vmod (incompatible), mod:aquamirae (incompatible), mod:hexerei (incompatible), mod:easy_npc, mod:kuma_api (incompatible), mod:create_things_and_misc, mod:betterwitchhuts, mod:beautify (incompatible), mod:incontrol, mod:betteroceanmonuments, mod:sophisticatedcore (incompatible), mod:structureessentials (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:cobweb (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:konkrete (incompatible), mod:undergardendelight, mod:create_connected, mod:chipped (incompatible), mod:farmersdelight, mod:chefsdelight (incompatible), mod:culturaldelights, mod:garnishedstoneautomation, mod:getittogetherdrops, mod:chunky (incompatible), mod:born_in_chaos_v1, mod:samurai_dynasty (incompatible), mod:lionfishapi (incompatible), mod:leaky (incompatible), mod:cataclysm (incompatible), mod:collective, mod:cerbons_api, mod:horse_colors, mod:xercapaint, mod:elevatorid, mod:betterstrongholds, mod:resourcefullib (incompatible), mod:architectury (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:herbalbrews, mod:ftblibrary (incompatible), mod:furniture (incompatible), mod:farm_and_charm (incompatible), mod:bakery (incompatible), mod:ftbteams (incompatible), mod:ftbquests (incompatible), mod:brewery (incompatible), mod:meadow, mod:aiimprovements, mod:cupboard (incompatible), mod:refurbished_furniture, mod:undergarden, mod:monolib (incompatible), mod:more_bows_and_arrows (incompatible), mod:biomancy, mod:jei, mod:geckolib, mod:framework, mod:letmedespawn, mod:quarkdelight, mod:caupona, mod:amendments (incompatible), mod:sophisticatedstorage (incompatible), mod:limitedchunks (incompatible), mod:copycats (incompatible), mod:additionallanterns (incompatible), mod:realmrpg_demons, mod:obscure_api (incompatible), mod:create, mod:createcasing (incompatible), mod:create_central_kitchen (incompatible), mod:create_mechanical_extruder, mod:waystones, mod:fabledweaponry, mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:artifacts, mod:cpm (incompatible), mod:mmode (incompatible), mod:moa_decor_science, mod:mr_lukis_grandcapitals, mod:create_confectionery, mod:betterdeserttemples, mod:explorerscompass, mod:bosses_of_mass_destruction, mod:terralith, mod:azurelib, mod:travelerstitles, mod:nyfsspiders (incompatible), mod:alexscaves, mod:moonlight (incompatible), mod:endermanoverhaul (incompatible), mod:regions_unexplored (incompatible), mod:dramaticdoors, mod:nightlights, mod:mixinsquared (incompatible), mod:obscure_tooltips (incompatible), mod:creativecore, mod:yawp, mod:quark (incompatible), mod:supplementaries, mod:create_sa, mod:malum (incompatible), mod:legendary_monsters, mod:irons_spellbooks, mod:creeperoverhaul, mod:alexsdelight, mod:ferritecore (incompatible), mod:kawaiidishes (incompatible), mod:justzoom (incompatible), mod:lodestone, mod:expandability (incompatible), mod:create_enchantment_industry (incompatible), Spelunkery Generated Pack, Supplementaries Generated Pack, create_central_kitchen:farmersdelight (incompatible), green_stove, optifine_support, tectonic/terratonic, mod:connectivity (incompatible), mod:logprot (incompatible), mod:trade_cycling, mod:redeco (incompatible), mod:relics, mod:tenebris, mod:crashutilities (incompatible), mod:dawnoftimebuilder (incompatible), mod:octolib, mod:abyssal_decor, mod:blueprint, mod:decorative_storage, mod:legendarycreatures, mod:questsadditions, mod:ftbqoptimizer (incompatible), mod:candlelight (incompatible), mod:displaydelight, mod:saturn (incompatible), mod:smoothboot, mod:supermartijn642configlib (incompatible), mod:grieflogger, file/supplementaries_blacklist, mod:ringsofascension (incompatible), mod:selfexpression_slim, mod:not_enough_gamerules (incompatible), mod:selfexpression, mod:necronomicon, mod:item_obliterator, mod:waterframes, mod:crittersandcompanions (incompatible), mod:ohthetreesyoullgrow, mod:corgilib, mod:camerapture (incompatible), mod:biomeswevegone, mod:alltheleaks, mod:bocchium (incompatible), mod:advancedbook, mod:attributefix (incompatible), mod:enlightened_end, mod:emojiful (incompatible), mod:craterlib (incompatible), mod:ftbessentials (incompatible), mod:ponder (incompatible), mod:dynamiclights (incompatible), mod:createdeco (incompatible), mod:create_henry, mod:yet_another_config_lib_v3 (incompatible), mod:rarcompat, create:dynamic_data, mod:create_aquatic_ambitions, mod:dummmmmmy (incompatible), mod:tempban (incompatible), mod:simplelogin (incompatible), mod:chunksending (incompatible), mod:immersive_optimization (incompatible), bushy_leaves, mod:emotecraft (incompatible), mod:badmobs (incompatible), mod:nanny (incompatible), better_leaves     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Is Modded: Definitely; Server brand changed to 'forge'     Type: Dedicated Server (map_server.txt)     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeserver     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         kotlinforforge@4.11.0         javafml@null         lowcodefml@null     Mod List:          saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |DONE      |Manifest: NOSIGNATURE         YungsBetterDungeons-1.20-Forge-4.0.3.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         almanac-1.20.x-forge-1.0.2.jar                    |Almanac                       |almanac                       |1.0.2               |DONE      |Manifest: NOSIGNATURE         EasyAnvils-v8.0.2-1.20.1-Forge.jar                |Easy Anvils                   |easyanvils                    |8.0.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         supermartijn642configlib-1.1.8-forge-mc1.20.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE         player-animation-lib-forge-1.0.2-rc1+1.20.jar     |Player Animator               |playeranimator                |1.0.2-rc1+1.20      |DONE      |Manifest: NOSIGNATURE         braziliandelight-1.1.0-all.jar                    |Brazilian Delight             |braziliandelight              |1.1.0               |DONE      |Manifest: NOSIGNATURE         mcw-windows-2.3.0-mc1.20.1forge.jar               |Macaw's Windows               |mcwwindows                    |2.3.0               |DONE      |Manifest: NOSIGNATURE         NaNny-1.0.1 (1).jar                               |NaNny                         |nanny                         |1.0.1               |DONE      |Manifest: NOSIGNATURE         YungsApi-1.20-Forge-4.0.2.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE         fakename-1.20.1-1.3.1.jar                         |Fakename                      |fakename                      |1.3.1               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.20.1-7.3.9-all.jar                   |Balm                          |balm                          |7.3.9               |DONE      |Manifest: NOSIGNATURE         dynview-1.20.1-4.0.jar                            |Dynamic view distance         |dynview                       |2.3                 |DONE      |Manifest: NOSIGNATURE         VideoPlayer-2.6.2-FORGE-1.20.X.jar                |VideoPlayer                   |videoplayer                   |2.6.2               |DONE      |Manifest: NOSIGNATURE         spelunkery-1.20.1-0.3.13-forge.jar                |Spelunkery                    |spelunkery                    |1.20.1-0.3.13       |DONE      |Manifest: NOSIGNATURE         Paraglider-forge-20.1.3.jar                       |Paraglider                    |paraglider                    |20.1.3              |DONE      |Manifest: NOSIGNATURE         cloth-config-11.1.118-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.118            |DONE      |Manifest: NOSIGNATURE         iter_rpg-0.7.2-forge-1.20.1.jar                   |Iter RPG                      |iter_rpg                      |0.7.1               |DONE      |Manifest: NOSIGNATURE         Emojiful-Forge-1.20.1-4.2.0.jar                   |Emojiful                      |emojiful                      |4.2.0               |DONE      |Manifest: NOSIGNATURE         athena-forge-1.20.1-3.1.2.jar                     |Athena                        |athena                        |3.1.2               |DONE      |Manifest: NOSIGNATURE         lmft-1.0.4+1.20.1-forge.jar                       |Load My F***ing Tags          |lmft                          |1.0.4+1.20.1        |DONE      |Manifest: NOSIGNATURE         corpse-forge-1.20.1-1.0.14.jar                    |Corpse                        |corpse                        |1.20.1-1.0.14       |DONE      |Manifest: NOSIGNATURE         torchmaster-20.1.6.jar                            |Torchmaster                   |torchmaster                   |20.1.6              |DONE      |Manifest: NOSIGNATURE         handcrafted-forge-1.20.1-3.0.6.jar                |Handcrafted                   |handcrafted                   |3.0.6               |DONE      |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17+a            |DONE      |Manifest: NOSIGNATURE         resourcefulconfig-forge-1.20.1-2.1.2.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.2               |DONE      |Manifest: NOSIGNATURE         spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |DONE      |Manifest: NOSIGNATURE         curios-forge-5.14.1+1.20.1.jar                    |Curios API                    |curios                        |5.14.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         ApothicAttributes-1.20.1-1.3.7.jar                |Apothic Attributes            |attributeslib                 |1.3.7               |DONE      |Manifest: NOSIGNATURE         MushroomQuest-1.20.1-v4.1.2.jar                   |Mushroom Quest                |mushroomquest                 |4.0.0               |DONE      |Manifest: NOSIGNATURE         worldedit-mod-7.2.15.jar                          |WorldEdit                     |worldedit                     |7.2.15+6463-5ca4dff |DONE      |Manifest: NOSIGNATURE         constructionwand-1.20.1-2.11.jar                  |Construction Wand             |constructionwand              |1.20.1-2.11         |DONE      |Manifest: NOSIGNATURE         toms_storage-1.20-1.6.8.jar                       |Tom's Simple Storage Mod      |toms_storage                  |1.6.8               |DONE      |Manifest: NOSIGNATURE         FastLeafDecay-32.jar                              |Fast Leaf Decay               |fastleafdecay                 |32                  |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         PlayerRevive_FORGE_v2.0.27_mc1.20.1.jar           |PlayerRevive                  |playerrevive                  |2.0.27              |DONE      |Manifest: NOSIGNATURE         sliceanddice-forge-3.4.0.jar                      |Create Slice & Dice           |sliceanddice                  |3.4.0               |DONE      |Manifest: NOSIGNATURE         DarkPaintings-Forge-1.20.1-17.0.4.jar             |DarkPaintings                 |darkpaintings                 |17.0.4              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         YungsBetterJungleTemples-1.20-Forge-2.0.5.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.5    |DONE      |Manifest: NOSIGNATURE         timecontrol-1.20.1-1.6.0.jar                      |TimeControl                   |timecontrol                   |1.6.0               |DONE      |Manifest: NOSIGNATURE         mowziesmobs-1.6.5.jar                             |Mowzie's Mobs                 |mowziesmobs                   |1.6.4               |DONE      |Manifest: NOSIGNATURE         harvest-with-ease-forge-1.20.1-9.0.1.jar          |Harvest with ease             |harvest_with_ease             |9.0.1               |DONE      |Manifest: NOSIGNATURE         deltaboxlib-1.1.2.jar                             |Deltabox Lib                  |deltaboxlib                   |1.1.2               |DONE      |Manifest: NOSIGNATURE         AttributeFix-Forge-1.20.1-21.0.4.jar              |AttributeFix                  |attributefix                  |21.0.4              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         Pehkui-3.8.2+1.20.1-forge.jar                     |Pehkui                        |pehkui                        |3.8.2+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         goblintraders-forge-1.20.1-1.9.3.jar              |Goblin Traders                |goblintraders                 |1.9.3               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         caelus-forge-3.2.0+1.20.1.jar                     |Caelus API                    |caelus                        |3.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         RingsOfAscension-1.20.1-2.0.2.jar                 |Rings of Ascension            |ringsofascension              |2.0.0               |DONE      |Manifest: NOSIGNATURE         selfexpression_slim-1.5-forge-1.20.1.jar          |Selfexpression: Slim          |selfexpression_slim           |1.5                 |DONE      |Manifest: NOSIGNATURE         realmrpg_fallen_adventurers_1.0.3_forge_1.20.1.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons            |1.0.3               |DONE      |Manifest: NOSIGNATURE         fastasyncworldsave-1.20.1-2.3.jar                 |fastasyncworldsave mod        |fastasyncworldsave            |1.20.1-2.3          |DONE      |Manifest: NOSIGNATURE         Dungeon Now Loading-forge-1.20.1-1.5.jar          |Dungeon Now Loading           |dungeonnowloading             |1.5                 |DONE      |Manifest: NOSIGNATURE         integrated_api-1.5.1+1.20.1-forge.jar             |Integrated API                |integrated_api                |1.5.1+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         immersive_optimization-forge-1.20.1-0.0.2.jar     |Immersive Optimization        |immersive_optimization        |0.0.2               |DONE      |Manifest: NOSIGNATURE         NaturesCompass-1.20.1-1.11.2-forge.jar            |Nature's Compass              |naturescompass                |1.20.1-1.11.2-forge |DONE      |Manifest: NOSIGNATURE         create_wizardry-0.2.3-forge-1.20.1.jar            |Create: Wizardry              |create_wizardry               |0.2.3               |DONE      |Manifest: NOSIGNATURE         CraterLib-Forge-1.20-2.1.5.jar                    |CraterLib                     |craterlib                     |2.1.5               |DONE      |Manifest: NOSIGNATURE         additional_lights-1.20.1-2.1.7.jar                |Additional Lights             |additional_lights             |2.1.7               |DONE      |Manifest: NOSIGNATURE         questsadditions-1.4.7.jar                         |Quests Additions              |questsadditions               |1.4.7               |DONE      |Manifest: NOSIGNATURE         memoryleakfix-forge-1.17+-1.1.5.jar               |Memory Leak Fix               |memoryleakfix                 |1.1.5               |DONE      |Manifest: NOSIGNATURE         CraftTweaker-forge-1.20.1-14.0.43.jar             |CraftTweaker                  |crafttweaker                  |14.0.43             |DONE      |Manifest: NOSIGNATURE         LuckPerms-Forge-5.4.102.jar                       |LuckPerms                     |luckperms                     |5.4.102             |DONE      |Manifest: NOSIGNATURE         ftb-essentials-forge-2001.2.2.jar                 |FTB Essentials                |ftbessentials                 |2001.2.2            |DONE      |Manifest: NOSIGNATURE         puzzlesaccessapi-forge-8.0.7.jar                  |Puzzles Access Api            |puzzlesaccessapi              |8.0.7               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         forge-1.20.1-47.3.11-universal.jar                |Forge                         |forge                         |47.3.11             |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         Log-Begone-Forge-1.20.1-1.0.8.jar                 |Log Begone                    |logbegone                     |1.0.8               |DONE      |Manifest: NOSIGNATURE         mcw-paths-1.0.5-1.20.1forge.jar                   |Macaw's Paths and Pavings     |mcwpaths                      |1.0.5               |DONE      |Manifest: NOSIGNATURE         idas_forge-1.11.1+1.20.1.jar                      |Integrated Dungeons and Struct|idas                          |1.11.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         emotecraft-for-MC1.20.1-2.2.7-b.build.50-forge.jar|Emotecraft                    |emotecraft                    |2.2.7-b.build.50    |DONE      |Manifest: NOSIGNATURE         DungeonsArise-1.20.x-2.1.58-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.58-1.20.x       |DONE      |Manifest: NOSIGNATURE         tectonic-forge-1.20.1-2.4.1.jar                   |Tectonic                      |tectonic                      |2.4.1               |DONE      |Manifest: NOSIGNATURE         server-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: NOSIGNATURE         logprot-1.20.1-3.4.jar                            |Logprot                       |logprot                       |1.4                 |DONE      |Manifest: NOSIGNATURE         voicechat-forge-1.20.1-2.5.22.jar                 |Simple Voice Chat             |voicechat                     |1.20.1-2.5.22       |DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.20.1-1.0.15.jar             |Trade Cycling                 |trade_cycling                 |1.20.1-1.0.15       |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.20.1-3.0.1.7.jar             |TerraBlender                  |terrablender                  |3.0.1.7             |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-1.20.1-18.0.0.598.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.598          |DONE      |Manifest: NOSIGNATURE         Necronomicon-Forge-1.6.0+1.20.1.jar               |Necronomicon                  |necronomicon                  |1.6.0               |DONE      |Manifest: NOSIGNATURE         MoreSnifferFlowers-1.20.1-forge-1.4.5.2.jar       |More Sniffer Flowers          |moresnifferflowers            |1.4.5.2             |DONE      |Manifest: NOSIGNATURE         knightquest-1.6.1-forge.jar                       |Knight Quest                  |knightquest                   |1.6.1-forge         |DONE      |Manifest: NOSIGNATURE         Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.4.jar    |Oh The Trees You'll Grow      |ohthetreesyoullgrow           |1.20.1-1.3.4        |DONE      |Manifest: NOSIGNATURE         alltheleaks-0.1.0-beta+1.20.1-forge.jar           |All The Leaks                 |alltheleaks                   |0.1.0-beta+1.20.1-fo|DONE      |Manifest: NOSIGNATURE         createutilities-0.3.1+1.20.1.jar                  |Create Utilities              |createutilities               |0.3.1+1.20.1        |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.13.15+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.15+1.20.1      |DONE      |Manifest: NOSIGNATURE         Corgilib-Forge-1.20.1-4.0.3.3.jar                 |CorgiLib                      |corgilib                      |4.0.3.3             |DONE      |Manifest: NOSIGNATURE         antiportals-mc1.20.1-1.3.jar                      |AntiPortals                   |antiportals                   |1.3                 |DONE      |Manifest: NOSIGNATURE         garnished-2.1.2+1.20.1-neoforged.jar              |Create: Garnished             |garnished                     |2.1.2               |DONE      |Manifest: NOSIGNATURE         SimpleLogin-1.20.1-1.0.2-all.jar                  |Simple Login                  |simplelogin                   |1.0.1               |DONE      |Manifest: NOSIGNATURE         create_aquatic_ambitions_forge-1.20.1-1.1.3.jar   |Create: Aquatic Ambitions     |create_aquatic_ambitions      |1.20.1-1.1.1        |DONE      |Manifest: NOSIGNATURE         kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |DONE      |Manifest: NOSIGNATURE         truly_custom_horse_tack-1.20.1-1.6.0.jar          |Truly Custom Horse Tack       |truly_custom_horse_tack       |1.6.0               |DONE      |Manifest: NOSIGNATURE         traveloptics-4.4.0-1.20.1.jar                     |T.O Magic 'n Extras           |traveloptics                  |4.4.0-1.20.1        |DONE      |Manifest: NOSIGNATURE         farmersrespite-1.20.1-2.1.2.jar                   |Farmer's Respite              |farmersrespite                |1.20.1-2.1          |DONE      |Manifest: NOSIGNATURE         flywheel-forge-1.20.1-1.0.2.jar                   |Flywheel                      |flywheel                      |1.0.2               |DONE      |Manifest: NOSIGNATURE         Ponder-Forge-1.20.1-1.0.52.jar                    |Ponder                        |ponder                        |1.0.52              |DONE      |Manifest: NOSIGNATURE         ecologics-forge-1.20.1-2.2.0.jar                  |Ecologics                     |ecologics                     |2.2.0               |DONE      |Manifest: NOSIGNATURE         decoration-delight-1.20.1.jar                     |Decoration Delight            |decoration_delight            |1.0.0               |DONE      |Manifest: NOSIGNATURE         bocchium-1.20.1-0.0.3.jar                         |Bocchium                      |bocchium                      |1.20.1-0.0.3        |DONE      |Manifest: NOSIGNATURE         LocalizedChat-forge-1.20.1-5.1.2.jar              |Localized Chat                |localizedchat                 |5.1.2               |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.49.5+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.5+1.20.1       |DONE      |Manifest: NOSIGNATURE         [1.20.1] SecurityCraft v1.9.10.jar                |SecurityCraft                 |securitycraft                 |1.9.10              |DONE      |Manifest: NOSIGNATURE         Zeta-1.0-24.jar                                   |Zeta                          |zeta                          |1.0-24              |DONE      |Manifest: NOSIGNATURE         cagedmobs-1.20.1-forge-2.0.5.jar                  |Caged Mobs                    |cagedmobs                     |1.20.1-2.0.5        |DONE      |Manifest: NOSIGNATURE         NEG-FORGE-1.20.1-r1.5.3.jar                       |Not Enough Gamerules          |not_enough_gamerules          |1.20.1-r1.5.3       |DONE      |Manifest: NOSIGNATURE         lootr-forge-1.20-0.7.34.89.jar                    |Lootr                         |lootr                         |0.7.34.87           |DONE      |Manifest: NOSIGNATURE         connectedglass-1.1.12-forge-mc1.20.1.jar          |Connected Glass               |connectedglass                |1.1.12              |DONE      |Manifest: NOSIGNATURE         PuzzlesLib-v8.1.22-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.1.22              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         immersive_melodies-0.3.0+1.20.1-forge.jar         |Immersive Melodies            |immersive_melodies            |0.3.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.20.1-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.20.1-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         chunksending-1.20.1-2.8.jar                       |chunksending mod              |chunksending                  |1.20.1-2.8          |DONE      |Manifest: NOSIGNATURE         Vanishmod-1.20.1-1.1.17.1.jar                     |Vanishmod                     |vmod                          |1.1.17.1            |DONE      |Manifest: NOSIGNATURE         aquamirae-6.API15.jar                             |Aquamirae                     |aquamirae                     |6.API15             |DONE      |Manifest: NOSIGNATURE         hexerei-0.4.2.1.jar                               |Hexerei                       |hexerei                       |1.20.1-0.4.2        |DONE      |Manifest: NOSIGNATURE         easy_npc-forge-1.20.1-5.9.0.jar                   |Easy NPC                      |easy_npc                      |5.9.0               |DONE      |Manifest: NOSIGNATURE         kuma-api-forge-20.1.8+1.20.1.jar                  |KumaAPI                       |kuma_api                      |20.1.8              |DONE      |Manifest: NOSIGNATURE         create_misc_and_things_ 1.20.1_4.0A.jar           |create: things and misc       |create_things_and_misc        |1.0.0               |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         beautify-2.0.2.jar                                |Beautify                      |beautify                      |2.0.2               |DONE      |Manifest: NOSIGNATURE         incontrol-1.20-9.2.8.jar                          |InControl                     |incontrol                     |1.20-9.2.8          |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         connectivity-1.20.1-7.1.jar                       |Connectivity Mod              |connectivity                  |1.20.1-7.1          |DONE      |Manifest: NOSIGNATURE         dynamiclights-1.20.1.2.jar                        |Dynamic Lights                |dynamiclights                 |1.20.1.2            |DONE      |Manifest: NOSIGNATURE         sophisticatedcore-1.20.1-1.2.9.867.jar            |Sophisticated Core            |sophisticatedcore             |1.2.9.867           |DONE      |Manifest: NOSIGNATURE         structureessentials-1.20.1-3.4.jar                |Structure Essentials mod      |structureessentials           |1.20.1-3.4          |DONE      |Manifest: NOSIGNATURE         Placebo-1.20.1-8.6.2.jar                          |Placebo                       |placebo                       |8.6.2               |DONE      |Manifest: NOSIGNATURE         citadel-2.6.0-1.20.1.jar                          |Citadel                       |citadel                       |2.6.0               |DONE      |Manifest: NOSIGNATURE         alexsmobs-1.22.9.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.9              |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0.jar                       |MixinExtras                   |mixinextras                   |0.2.0               |DONE      |Manifest: NOSIGNATURE         Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar      |Item Obliterator              |item_obliterator              |2.3.0               |DONE      |Manifest: NOSIGNATURE         cobweb-forge-1.20.1-1.0.0.jar                     |Cobweb                        |cobweb                        |1.0.0               |DONE      |Manifest: NOSIGNATURE         Bookshelf-Forge-1.20.1-20.2.13.jar                |Bookshelf                     |bookshelf                     |20.2.13             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         redeco-1.13-1.20.jar                              |Re:Deco                       |redeco                        |1.13                |DONE      |Manifest: NOSIGNATURE         sophisticatedbackpacks-1.20.1-3.23.4.1196.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.23.4.1196         |DONE      |Manifest: NOSIGNATURE         relics-1.20.1-0.8.0.7.jar                         |Relics                        |relics                        |0.8.0.7             |DONE      |Manifest: NOSIGNATURE         tenebris-2.0.0.10-1.20.1.jar                      |Tenebris                      |tenebris                      |2.0.0.10-1.20.1     |DONE      |Manifest: NOSIGNATURE         dummmmmmy-1.20-2.0.7.jar                          |MmmMmmMmmmmm                  |dummmmmmy                     |1.20-2.0.7          |DONE      |Manifest: NOSIGNATURE         konkrete_forge_1.8.0_MC_1.20-1.20.1.jar           |Konkrete                      |konkrete                      |1.8.0               |DONE      |Manifest: NOSIGNATURE         undergarden_delight_1.0.0_forge_1.20.1.jar        |Undergarden Delight           |undergardendelight            |1.0.0               |DONE      |Manifest: NOSIGNATURE         create_connected-1.0.1-mc1.20.1-all.jar           |Create: Connected             |create_connected              |1.0.1-mc1.20.1      |DONE      |Manifest: NOSIGNATURE         chipped-forge-1.20.1-3.0.7.jar                    |Chipped                       |chipped                       |3.0.7               |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.20.1-1.2.4.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.4        |DONE      |Manifest: NOSIGNATURE         chefs-delight-1.0.3-forge-1.20.1.jar              |Chefs Delight                 |chefsdelight                  |1.0.3-forge-1.20.1  |DONE      |Manifest: NOSIGNATURE         culturaldelights-0.16.1.jar                       |Cultural Delights             |culturaldelights              |0.16.1              |DONE      |Manifest: NOSIGNATURE         crashutilities-8.1.4.jar                          |Crash Utilities               |crashutilities                |8.1.4               |DONE      |Manifest: NOSIGNATURE         garnishedstoneautomation-0.1.2+1.20.1-neoforged.ja|Garnished Stone Automation    |garnishedstoneautomation      |0.1.2               |DONE      |Manifest: NOSIGNATURE         getittogetherdrops-forge-1.20-1.3.jar             |Get It Together, Drops!       |getittogetherdrops            |1.3                 |DONE      |Manifest: NOSIGNATURE         advancedbook-1.0.4.jar                            |Advanced Book                 |advancedbook                  |1.0.4               |DONE      |Manifest: NOSIGNATURE         Chunky-1.3.146.jar                                |Chunky                        |chunky                        |1.3.146             |DONE      |Manifest: NOSIGNATURE         born_in_chaos_[Forge]1.20.1_1.5.2.jar             |Born in Chaos                 |born_in_chaos_v1              |1.5.2               |DONE      |Manifest: NOSIGNATURE         samurai_dynasty-0.0.48-1.20.1-neo.jar             |Samurai Dynasty               |samurai_dynasty               |0.0.48-1.20.1-neo   |DONE      |Manifest: NOSIGNATURE         lionfishapi-2.4-Fix.jar                           |LionfishAPI                   |lionfishapi                   |2.4-Fix             |DONE      |Manifest: NOSIGNATURE         leaky-1.20.1-2.1.jar                              |leaky mod                     |leaky                         |1.20.1-2.1          |DONE      |Manifest: NOSIGNATURE         L_Enders_Cataclysm-2.64.jar                       |cataclysm                     |cataclysm                     |2.64                |DONE      |Manifest: NOSIGNATURE         Tempban-forge-1.20-1.0.3.jar                      |Tempban                       |tempban                       |1.0                 |DONE      |Manifest: NOSIGNATURE         collective-1.20.1-7.84.jar                        |Collective                    |collective                    |7.84                |DONE      |Manifest: NOSIGNATURE         CerbonsAPI-Forge-1.20.1-1.1.0.jar                 |Cerbons API                   |cerbons_api                   |1.1.0               |DONE      |Manifest: NOSIGNATURE         realistic_horse_genetics-1.20.1-13.5.jar          |Realistic Horse Genetics      |horse_colors                  |1.20.1-13.5         |DONE      |Manifest: NOSIGNATURE         xercapaint-1.20.1-1.0.1.jar                       |Joy of Painting               |xercapaint                    |1.20.1-1.0.1        |DONE      |Manifest: NOSIGNATURE         elevatorid-1.20.1-lex-1.9.jar                     |Elevator Mod                  |elevatorid                    |1.20.1-lex-1.9      |DONE      |Manifest: NOSIGNATURE         DawnOfTimeBuilder-forge-1.20.1-1.5.9.jar          |DawnOfTimeBuilder             |dawnoftimebuilder             |1.5.9               |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         resourcefullib-forge-1.20.1-2.1.29.jar            |Resourceful Lib               |resourcefullib                |2.1.29              |DONE      |Manifest: NOSIGNATURE         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         letsdo-API-forge-1.2.15-forge.jar                 |[Let's Do] API                |doapi                         |1.2.15              |DONE      |Manifest: NOSIGNATURE         letsdo-vinery-forge-1.4.28.jar                    |[Let's Do] Vinery             |vinery                        |1.4.28              |DONE      |Manifest: NOSIGNATURE         letsdo-herbalbrews-forge-1.0.8.jar                |[Let's Do] HerbalBrews        |herbalbrews                   |1.0.8               |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.2.4.jar                    |FTB Library                   |ftblibrary                    |2001.2.4            |DONE      |Manifest: NOSIGNATURE         letsdo-furniture-forge-1.0.2.jar                  |[Let's Do] Furniture          |furniture                     |1.0.2               |DONE      |Manifest: NOSIGNATURE         letsdo-farm_and_charm-forge-1.0.3.jar             |[Let's Do] Farm & Charm       |farm_and_charm                |1.0.3               |DONE      |Manifest: NOSIGNATURE         grieflogger-1.2.2-1.20.1-forge.jar                |GriefLogger                   |grieflogger                   |1.2.2-1.20.1        |DONE      |Manifest: NOSIGNATURE         letsdo-candlelight-forge-2.0.2.jar                |[Let's Do] Candlelight        |candlelight                   |2.0.2               |DONE      |Manifest: NOSIGNATURE         letsdo-bakery-forge-2.0.2.jar                     |[Let's Do] Bakery             |bakery                        |2.0.2               |DONE      |Manifest: NOSIGNATURE         ftb-teams-forge-2001.3.0.jar                      |FTB Teams                     |ftbteams                      |2001.3.0            |DONE      |Manifest: NOSIGNATURE         ftb-quests-forge-2001.4.8.jar                     |FTB Quests                    |ftbquests                     |2001.4.8            |DONE      |Manifest: NOSIGNATURE         FTBQuestsOptimizer-forge-2.0.4-1.20.1.jar         |FTBQuestsOptimizer            |ftbqoptimizer                 |2.0.4-1.20.1        |DONE      |Manifest: NOSIGNATURE         letsdo-brewery-forge-2.0.3.jar                    |[Let's Do] Brewery            |brewery                       |2.0.3               |DONE      |Manifest: NOSIGNATURE         letsdo-meadow-forge-1.3.19.jar                    |[Let's Do] Meadow             |meadow                        |1.3.19              |DONE      |Manifest: NOSIGNATURE         AI-Improvements-1.20-0.5.2.jar                    |AI-Improvements               |aiimprovements                |0.5.2               |DONE      |Manifest: NOSIGNATURE         cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |DONE      |Manifest: NOSIGNATURE         refurbished_furniture-forge-1.20.1-1.0.6.jar      |MrCrayfish's Furniture Mod: Re|refurbished_furniture         |1.0.6               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         The_Undergarden-1.20.1-0.8.14.jar                 |The Undergarden               |undergarden                   |0.8.14              |DONE      |Manifest: NOSIGNATURE         monolib-forge-1.20.1-1.3.0.jar                    |MonoLib                       |monolib                       |1.3.0               |DONE      |Manifest: NOSIGNATURE         more_bows_and_arrows-merged-1.20.1-3.2.0.jar      |More Bows and Arrows          |more_bows_and_arrows          |3.2.0               |DONE      |Manifest: NOSIGNATURE         biomancy-forge-1.20.1-2.8.19.0.jar                |Biomancy 2                    |biomancy                      |2.8.19.0            |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.20.0.104.jar                  |Just Enough Items             |jei                           |15.20.0.104         |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.4.9.jar                   |GeckoLib 4                    |geckolib                      |4.4.9               |DONE      |Manifest: NOSIGNATURE         crittersandcompanions-forge-2.2.2.jar             |Critters and Companions       |crittersandcompanions         |2.2.2               |DONE      |Manifest: NOSIGNATURE         framework-forge-1.20.1-0.7.7.jar                  |Framework                     |framework                     |0.7.7               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         Camerapture-1.9.1+mc1.20.1-forge.jar              |Camerapture                   |camerapture                   |1.9.1               |DONE      |Manifest: NOSIGNATURE         letmedespawn-1.20.x-forge-1.4.4.jar               |Let Me Despawn                |letmedespawn                  |1.4.4               |DONE      |Manifest: NOSIGNATURE         quark_delight_1.0.0_forge_1.20.1.jar              |Quark Delight                 |quarkdelight                  |1.0.0               |DONE      |Manifest: NOSIGNATURE         caupona-1.20.1-0.4.9.jar                          |Caupona                       |caupona                       |1.20.1-0.4.9        |DONE      |Manifest: NOSIGNATURE         amendments-1.20-1.2.8.jar                         |Amendments                    |amendments                    |1.20-1.2.8          |DONE      |Manifest: NOSIGNATURE         sophisticatedstorage-1.20.1-1.3.5.1068.jar        |Sophisticated Storage         |sophisticatedstorage          |1.3.5.1068          |DONE      |Manifest: NOSIGNATURE         limitedchunks-1.20.1-4.1.jar                      |Limited Chunkloading          |limitedchunks                 |1.8                 |DONE      |Manifest: NOSIGNATURE         OctoLib-FORGE-0.4.2+1.20.1.jar                    |OctoLib                       |octolib                       |0.4.2               |DONE      |Manifest: NOSIGNATURE         copycats-3.0.0+mc.1.20.1-forge.jar                |Create: Copycats+             |copycats                      |3.0.0+mc.1.20.1-forg|DONE      |Manifest: NOSIGNATURE         additionallanterns-1.1.1a-forge-mc1.20.jar        |Additional Lanterns           |additionallanterns            |1.1.1a              |DONE      |Manifest: NOSIGNATURE         realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar   |Realm RPG: Imps & Demons      |realmrpg_demons               |0.9.0               |DONE      |Manifest: NOSIGNATURE         Oh-The-Biomes-Weve-Gone-Forge-1.5.7.jar           |Oh The Biomes We've Gone      |biomeswevegone                |1.5.7               |DONE      |Manifest: NOSIGNATURE         abyssal_decor_1.20.1_0.1.7.jar                    |Abyssal Decor                 |abyssal_decor                 |1.0.0               |DONE      |Manifest: NOSIGNATURE         obscure_api-15.jar                                |Obscure API                   |obscure_api                   |15                  |DONE      |Manifest: NOSIGNATURE         enlightend-5.0.14-1.20.1.jar                      |Enlightend                    |enlightened_end               |5.0.14              |DONE      |Manifest: NOSIGNATURE         create-1.20.1-6.0.4.jar                           |Create                        |create                        |6.0.4               |DONE      |Manifest: NOSIGNATURE         createdeco-2.0.3-1.20.1-forge.jar                 |Create Deco                   |createdeco                    |2.0.3-1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         Create Encased-1.20.1-1.7.1-fix1.jar              |Create Encased                |createcasing                  |1.7.1-fix1          |DONE      |Manifest: NOSIGNATURE         FramedBlocks-9.4.2.jar                            |FramedBlocks                  |framedblocks                  |9.4.2               |DONE      |Manifest: NOSIGNATURE         create_central_kitchen-1.20.1-for-create-6.0.4-1.4|Create: Central Kitchen       |create_central_kitchen        |1.4.0.c             |DONE      |Manifest: NOSIGNATURE         create_mechanical_extruder-1.20.1-1.6.6-6.0.2.jar |Create Mechanical Extruder    |create_mechanical_extruder    |1.20.1-1.6.5-6.0.2  |DONE      |Manifest: NOSIGNATURE         Create-Henry-1.20.1-0.0.1-6.0.jar                 |Create: Henry                 |create_henry                  |0.0.1-6.0           |DONE      |Manifest: NOSIGNATURE         waystones-forge-1.20-14.1.5.jar                   |Waystones                     |waystones                     |14.1.5              |DONE      |Manifest: NOSIGNATURE         fabledweaponry-1.20.1-1.0.7.5.jar                 |Fabled Weaponry               |fabledweaponry                |1.20.1-1.0.7.5      |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |DONE      |Manifest: NOSIGNATURE         journeymap-1.20.1-5.10.2-forge.jar                |Journeymap                    |journeymap                    |5.10.2              |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.4.0+1.20.1.jar                   |Comforts                      |comforts                      |6.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         artifacts-forge-9.5.13.jar                        |Artifacts                     |artifacts                     |9.5.13              |DONE      |Manifest: NOSIGNATURE         CustomPlayerModels-1.20-0.6.19a.jar               |Customizable Player Models    |cpm                           |0.6.19a             |DONE      |Manifest: NOSIGNATURE         MaintenanceMode-Universal-1.3.1.jar               |Maintenance Mode              |mmode                         |1.3.1               |DONE      |Manifest: NOSIGNATURE         MOAdecor SCIENCE 1.20.1.jar                       |MOA DECOR: SCIENCE            |moa_decor_science             |1.20.1              |DONE      |Manifest: NOSIGNATURE         lukis-grand-capitals-1.0.jar                      |Luki's Grand Capitals         |mr_lukis_grandcapitals        |1.0                 |DONE      |Manifest: NOSIGNATURE         BadMobs-1.20.1-19.0.4.jar                         |BadMobs                       |badmobs                       |19.0.4              |DONE      |Manifest: NOSIGNATURE         create-confectionery1.20.1_v1.1.0.jar             |Create Confectionery          |create_confectionery          |1.1.0               |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         ExplorersCompass-1.20.1-1.3.3-forge.jar           |Explorer's Compass            |explorerscompass              |1.20.1-1.3.3-forge  |DONE      |Manifest: NOSIGNATURE         BOMD-Forge-1.20.1-1.1.2.jar                       |Bosses of Mass Destruction    |bosses_of_mass_destruction    |1.1.2               |DONE      |Manifest: NOSIGNATURE         Terralith_1.20.x_v2.5.4.jar                       |Terralith                     |terralith                     |2.5.4               |DONE      |Manifest: NOSIGNATURE         blueprint-1.20.1-7.1.0.jar                        |Blueprint                     |blueprint                     |7.1.0               |DONE      |Manifest: NOSIGNATURE         azurelib-neo-1.20.1-2.0.39.jar                    |AzureLib                      |azurelib                      |2.0.39              |DONE      |Manifest: NOSIGNATURE         TravelersTitles-1.20-Forge-4.0.2.jar              |Traveler's Titles             |travelerstitles               |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE         selfexpression-2.20.3-forge-1.20.1.jar            |Selfexpression                |selfexpression                |2.20.3              |DONE      |Manifest: NOSIGNATURE         nyfsspiders-forge-1.20.1-2.1.1.jar                |Nyf's Spiders                 |nyfsspiders                   |2.1.1               |DONE      |Manifest: NOSIGNATURE         alexscaves-2.0.2.jar                              |Alex's Caves                  |alexscaves                    |2.0.2               |DONE      |Manifest: NOSIGNATURE         moonlight-1.20-2.14.11-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.14.11        |DONE      |Manifest: NOSIGNATURE         endermanoverhaul-forge-1.20.1-1.0.4.jar           |Enderman Overhaul             |endermanoverhaul              |1.0.4               |DONE      |Manifest: NOSIGNATURE         RegionsUnexploredForge-0.5.6+1.20.1.jar           |Regions Unexplored            |regions_unexplored            |0.5.6               |DONE      |Manifest: NOSIGNATURE         DramaticDoors-QuiFabrge-1.20.1-3.3.0.jar          |Dramatic Doors                |dramaticdoors                 |1.20.1-3.3.0        |DONE      |Manifest: NOSIGNATURE         nightlights-1.20.1-1.1.jar                        |Night Lights                  |nightlights                   |1.1                 |DONE      |Manifest: NOSIGNATURE         mixinsquared-forge-0.2.0.jar                      |MixinSquared                  |mixinsquared                  |0.2.0               |DONE      |Manifest: NOSIGNATURE         Obscure-Tooltips-2.2.jar                          |Obscure Tooltips              |obscure_tooltips              |2.2                 |DONE      |Manifest: NOSIGNATURE         displaydelight-1.2.0.jar                          |Display Delight               |displaydelight                |1.2.0               |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.11.30_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.11.30             |DONE      |Manifest: NOSIGNATURE         waterframes-FORGE-mc1.20.1-v2.0.14.jar            |WaterFrames                   |waterframes                   |2.0.14              |DONE      |Manifest: NOSIGNATURE         smoothboot(reloaded)-mc1.20.1-0.0.4.jar           |Smooth Boot (Reloaded)        |smoothboot                    |0.0.4               |DONE      |Manifest: NOSIGNATURE         yawp-1.20.1-0.0.4.1-beta5-forge.jar               |Yet Another World Protector   |yawp                          |0.0.4.1-beta5       |DONE      |Manifest: NOSIGNATURE         Quark-4.0-460.jar                                 |Quark                         |quark                         |4.0-460             |DONE      |Manifest: NOSIGNATURE         supplementaries-1.20-3.1.34.jar                   |Supplementaries               |supplementaries               |1.20-3.1.34         |DONE      |Manifest: NOSIGNATURE         create-stuff-additions1.20.1_v2.0.9.jar           |Create Stuff & Additions      |create_sa                     |2.0.9               |DONE      |Manifest: NOSIGNATURE         malum-1.20.1-1.6.5.1.jar                          |Malum                         |malum                         |1.20.1-1.6.5.1      |DONE      |Manifest: NOSIGNATURE         legendarymonsters-1.7.7 MC 1.20.1.jar             |LegendaryMonsters             |legendary_monsters            |1.20.1              |DONE      |Manifest: NOSIGNATURE         irons_spellbooks-1.20.1-3.4.0.9.jar               |Iron's Spells 'n Spellbooks   |irons_spellbooks              |1.20.1-3.4.0.9      |DONE      |Manifest: NOSIGNATURE         decorative_storage-2.1011-forge-1.20.1.jar        |Decorative Storage            |decorative_storage            |2.1011              |DONE      |Manifest: NOSIGNATURE         legendarycreatures-1.20.1-1.0.12.jar              |Legendary Creatures           |legendarycreatures            |1.20.1-1.0.12       |DONE      |Manifest: NOSIGNATURE         creeperoverhaul-3.0.2-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |3.0.2               |DONE      |Manifest: NOSIGNATURE         alexsdelight-1.5.jar                              |Alex's Delight                |alexsdelight                  |1.5                 |DONE      |Manifest: NOSIGNATURE         ferritecore-6.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |6.0.1               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar  |YetAnotherConfigLib           |yet_another_config_lib_v3     |3.6.6+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         KawaiiDishes_1.10.2-1.20.1.jar                    |Kawaii Dishes                 |kawaiidishes                  |1.10.2              |DONE      |Manifest: NOSIGNATURE         justzoom_forge_1.0.2_MC_1.20.1.jar                |Just Zoom                     |justzoom                      |1.0.2               |DONE      |Manifest: NOSIGNATURE         rarcompat-1.20.1-0.1.7.jar                        |RAR-Compat                    |rarcompat                     |0.1.7               |DONE      |Manifest: NOSIGNATURE         lodestone-1.20.1-1.6.4.1.jar                      |Lodestone                     |lodestone                     |1.20.1-1.6.4.1      |DONE      |Manifest: NOSIGNATURE         expandability-forge-9.0.4.jar                     |ExpandAbility                 |expandability                 |9.0.4               |DONE      |Manifest: NOSIGNATURE         create_enchantment_industry-1.3.2-for-create-6.0.4|Create Enchantment Industry   |create_enchantment_industry   |1.3.2-for-create-6.0|DONE      |Manifest: NOSIGNATURE     Crash Report UUID: e66e9e00-1f50-474d-b47a-7fea2071fa06     FML: 47.3     Forge: net.minecraftforge:47.3.11
    • Trying to set up a server on apexhosting, and it keeps crashing, could someone help me with this? Information i feel is of note: 1: this was created with mrpack file converted into a zip file 2: It says i have fabric, but i believe this is the mod Forgified Fabric API, apologies if this makes it so you can't help me. Crash log: https://pastebin.com/YbhQY3We  
  • Topics

×
×
  • Create New...

Important Information

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