Anytime the morph entity, which is the thing that drops when you kill a mob for the first time, is blown up, the server crashes causing this error:
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2021-01-20 23:37:39 EST
Description: Ticking entity
java.lang.ClassCastException: mchorse.metamorph.entity.EntityMorph cannot be cast to net.minecraft.entity.EntityLiving
at com.bafomdad.uniquecrops.events.UCEventHandlerServer.checkDrops(UCEventHandlerServer.java:358)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1204_UCEventHandlerServer_checkDrops_LivingDropsEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:620)
at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:1202)
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1023)
at net.minecraft.world.Explosion.doExplosionA(Explosion.java:159)
at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:1169)
at net.minecraft.world.World.createExplosion(World.java:2303)
at net.minecraft.entity.item.EntityTNTPrimed.explode(SourceFile:99)
at net.minecraft.entity.item.EntityTNTPrimed.onUpdate(SourceFile:89)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$zzl000$updateEntity(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
Anytime the morph entity, which is the thing that drops when you kill a mob for the first time, is blown up, the server crashes causing this error:
---- Minecraft Crash Report ---- // This doesn't make any sense!
Time: 2021-01-20 23:37:39 EST Description: Ticking entity
java.lang.ClassCastException: mchorse.metamorph.entity.EntityMorph cannot be cast to net.minecraft.entity.EntityLiving at com.bafomdad.uniquecrops.events.UCEventHandlerServer.checkDrops(UCEventHandlerServer.java:358) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1204_UCEventHandlerServer_checkDrops_LivingDropsEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:620) at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:1202) at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1023) at net.minecraft.world.Explosion.doExplosionA(Explosion.java:159) at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:1169) at net.minecraft.world.World.createExplosion(World.java:2303) at net.minecraft.entity.item.EntityTNTPrimed.explode(SourceFile:99) at net.minecraft.entity.item.EntityTNTPrimed.onUpdate(SourceFile:89) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) at net.minecraft.world.World.updateEntity(World.java:1958) at net.minecraft.world.World.redirect$zzl000$updateEntity(World.java:4123) at net.minecraft.world.World.updateEntities(World.java:1762) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Entity being ticked -- Entity Type: minecraft:tnt (net.minecraft.entity.item.EntityTNTPrimed) Entity ID: 14527 Entity Name: Block of TNT Entity's Exact location: 47.70, 71.00, -134.51 Entity's Block location: World: (47,71,-135), Chunk: (at 15,4,9 in 2,-9; contains blocks 32,0,-144 to 47,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Entity's Momentum: 0.00, -0.00, -0.00 Entity's Passengers: [] Entity's Vehicle:
ERRORNullPointerException: null Entity NBT: {Fuse:0s,Motion:[2.7916843157395503E-14d,-0.0d,-1.0531023456382114E-15d],ForgeData:{},UUIDLeast:-6710395018269582725L,RelativeAABB:[-0.49000000953674316d,0.0d,-0.49000000953674316d,0.49000000953674316d,0.9800000190734863d,0.49000000953674316d],Invulnerable:0b,Air:300s,OnGround:1b,Dimension:0,PortalCooldown:0,Rotation:[0.0f,0.0f],UpdateBlocked:0b,FallDistance:0.0f,UUIDMost:-8574512226803888238L,Pos:[47.70328114592098d,71.0d,-134.50766834023412d],Fire:-1s,ForgeCaps:{"llibrary:extendedentitydatacapability":{}}}-- Affected level -- Level name: world All players: 2 total; [EntityPlayerMP['Semyi'/11499, l='world', x=162.59, y=66.26, z=11.36], EntityPlayerMP['xDoom'/11496, l='world', x=46.22, y=73.07, z=-130.07]] Chunk stats: ServerChunkCache: 741 Drop: 0 Level seed: -8465390070990315707 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true Level generator options: Level spawn location: World: (136,64,-116), Chunk: (at 8,4,12 in 8,-8; contains blocks 128,0,-128 to 143,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 12484 game time, 14664 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 61392 (now: false), thunder time: 133760 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_271, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4590766152 bytes (4378 MB) / 6177161216 bytes (5891 MB) up to 6177161216 bytes (5891 MB) JVM Flags: 2 total; -Xmx6144M -Xms6144M IntCache: cache: 7, tcache: 0, allocated: 3, tallocated: 104 FML: MCP 9.42 Powered by Forge 14.23.5.2854 103 mods loaded, 102 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED] AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)