Version 1.4 fixes a bug where some modded entities cause a crash.
Exploding Mobs will give your game a new little twist, without changing the balance or mechanics of your world. The old death animation (if it even was one) in Minecraft was boring, the monster flashes red and falls over. Exploding Mobs makes them explode into tiny pieces, what's not to love?
Pictures:
There's no commitment either, uninstall and reinstall at any time! Exploding Mobs doesn't add in new blocks, items or other elements that will corrupt your world when uninstalled. So why not give it a try?
Perfect for...
A hack 'n Slash Adventure Map
Zombies or Mob Arena
Spicing up an Old Survival World
Still not convinced? Exploding Mobs uses an advanced system to disassemble the Entity's model at run time to provide you with an explosion, no hard coded effects! What's that all mean? It means that Exploding Mobs will work with other mods Entity's as well, without any user configuration. But don't fret if that's not what you want, simply disable non-vanilla mobs from exploding via the config file.
By default, the explosion effect for players is disabled in the config file. Right now it is still a bit buggy (Minecraft handles player rendering in a strange way) and for the player pieces to render properly, you must switch you camera with F3 briefly, or open you inventory, that way Minecraft "sees" the player model before the explosion effect.
The mod might not work on a dedicated server (in lan games it will work just fine ) This is because Minecraft only loads information about the entity models when a client is running. Not much I can do but looking for a fix...
Don't hesitate to report any bugs and I'll fix them as a fast as I can for you. When reporting a bug, include a crash log, list of installed mods if possible and what you did to cause the crash.
If you're looking for a different version let me know and I could compile one for you.
(Minecraft is changing to rapidly to port this back to older versions)
You're free to use this mod in Modpacks and just about anything, as long as you agree to the following:
DoNOT claim to have created or contributed to any part of this mod.
DoNOT rehost this mod on another website. If you wish to provide a direct download link use the provided one that links to Media Fire found on this page.
Do include a link to this page
Important! I need You!
What Mod doesn't need a sweet showcase? Feel free to post a link to a video of you either showcasing
or playing a map with this Mod and if it's nice I'll add it to the post as the official showcase. The more showcases the better, so get going!
Hmm a nice mod you have there, I'll be keeping hold of this thread in my favourites if I ever do make a mod pack. I even made a showcase for you (sorry if its not that great, I tried to add some 'story' to my showcase this time)
Great showcase Buckwheat Paektu, I'll add it to the main post! If you have any suggestions for this mod let me know!
I'll try my best to fix it, can I have a crash log?
Here it is.
---- Minecraft Crash Report ----
WARNING: coremods are present:
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 2/27/18 9:46 AM
Description: Rendering entity in world
java.lang.NullPointerException: Rendering entity in world
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:820)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1786)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1611)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1382)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
Loaded coremods (and transformers):
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
toughasnails.asm.transformer.CropDecayTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
org.blockartistry.DynSurround.asm.Transformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
com.creativemd.opticmanager.OpticTransformer
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
com.ASMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
invtweaks.forge.asm.ContainerTransformer
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 6800 Series'
Launched Version: 1.12.2-forge1.12.2-14.23.2.2619
LWJGL: 2.9.4
OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
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: Yes
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-2310 CPU @ 2.90GHz
WARNING: coremods are present:
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 2/27/18 9:46 AM
Description: Rendering entity in world
java.lang.NullPointerException: Rendering entity in world
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:820)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1786)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1611)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1382)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
Loaded coremods (and transformers):
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
toughasnails.asm.transformer.CropDecayTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
org.blockartistry.DynSurround.asm.Transformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
com.creativemd.opticmanager.OpticTransformer
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
com.ASMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
invtweaks.forge.asm.ContainerTransformer
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 6800 Series'
Launched Version: 1.12.2-forge1.12.2-14.23.2.2619
LWJGL: 2.9.4
OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
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: Yes
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-2310 CPU @ 2.90GH
I'm going to guess that you were killing an entity from Grimoire of Gaia. I tried to find a the mod for 1.12.2 but couldn't find it online, what version and where did you download it?
The Meaning of Life, the Universe, and Everything.
Join Date:
3/10/2016
Posts:
46
Member Details
It took me some time to notice this (I took a small break from minecraft), but the mobs killed with this mod don't drop any EXP!
This probably happens because normally the EXP only drops when the mob's model disappear after falling sideways.
If possible make them drop the EXP instantly along with the item loot, please.
It took me some time to notice this (I took a small break from minecraft), but the mobs killed with this mod don't drop any EXP!
This probably happens because normally the EXP only drops when the mob's model disappear after falling sideways.
If possible make them drop the EXP instantly along with the item loot, please.
Thanks for noticing that, I'll have a fix for it in just an hour or two!
Edit!
The new version, 1.2, has been upload, you can find the change log at the top of the post! Enjoy!
I have an idea for another mod/project that I think would be cool. Try to create a "realistic player deaths mod" what I mean by that is when a player dies, they could fall over in a cool animation, this animation could vary, such as drowning, explosions, getting poisoned, shot by arrows and killed by swords along with death by fall! I know you can do this because the "Mob Explosion mod" was amazing!
(The default animation should just be the player falling backwards and or forwards) "But not stiff"
Hello, I received a crash with Mowzie's Mobs mod when using Exploding Mobs v1.1 after killing the foiliath mob. I tried using v1.2 to see if it was fixed, but that version doesn't seem to work with modded mobs at all, even with the config option mc_mobs_only=false, only vanilla mobs seem to work.
Hello, I received a crash with Mowzie's Mobs mod when using Exploding Mobs v1.1 after killing the foiliath mob. I tried using v1.2 to see if it was fixed, but that version doesn't seem to work with modded mobs at all, even with the config option mc_mobs_only=false, only vanilla mobs seem to work.
I am unable to duplicate your bug, as running Minecraft Forge with the Mowzie's Mobs mod and it's dependency, LLibrary causes a crash on my system during mod loading. Is it possible for you to send me all of your mods as a zipped archive or similar?
And when you say modded mobs don't seem to work at all, can you expand on that? Is there a crash? An error printed to the console?
Thanks!
Edit: I was able to get a Minecraft Client running with Mowzie's Mobs, but I am unable to cause a crash by killing a foiliath from a spawn egg. How did you cause this crash?
I have a request, could you either add players to the list of entities that explode. Or you could create a whole different mod, that adds better, animated player deaths.
(Think about it)
I love minecraft's huge customization values and I feel that modders like you should take more advantage of that, also please continue to update the mod and improve its realism and physics.
java.lang.ClassCastException: ladysnake.lumen.client.renders.entities.RenderFirefly cannot be cast to net.minecraft.client.renderer.entity.RenderLivingBase
at com.codeshaper.explodingmobs.ExplodingMobsEventHandler.entityDeath(ExplodingMobsEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_636_ExplodingMobsEventHandler_entityDeath_LivingDeathEvent.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.onLivingDeath(ForgeHooks.java:601)
at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:1159)
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1014)
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:269)
at net.minecraft.entity.Entity.onUpdate(Entity.java:388)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2087)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:377)
at ladysnake.lumen.common.entities.AbstractLightOrb.onUpdate(AbstractLightOrb.java:24)
at ladysnake.lumen.common.entities.EntityFirefly.onUpdate(EntityFirefly.java:124)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1990)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1952)
at net.minecraft.world.World.redirect$updateEntity$zba000(World.java:4114)
at net.minecraft.world.World.updateEntities(World.java:1756)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
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:
---------------------------------------------------------------------------------------
Version 1.4 fixes a bug where some modded entities cause a crash.
Exploding Mobs will give your game a new little twist, without changing the balance or mechanics of your world. The old death animation (if it even was one) in Minecraft was boring, the monster flashes red and falls over. Exploding Mobs makes them explode into tiny pieces, what's not to love?
Pictures:
There's no commitment either, uninstall and reinstall at any time! Exploding Mobs doesn't add in new blocks, items or other elements that will corrupt your world when uninstalled. So why not give it a try?
Perfect for...
Still not convinced? Exploding Mobs uses an advanced system to disassemble the Entity's model at run time to provide you with an explosion, no hard coded effects! What's that all mean? It means that Exploding Mobs will work with other mods Entity's as well, without any user configuration. But don't fret if that's not what you want, simply disable non-vanilla mobs from exploding via the config file.
By default, the explosion effect for players is disabled in the config file. Right now it is still a bit buggy (Minecraft handles player rendering in a strange way) and for the player pieces to render properly, you must switch you camera with F3 briefly, or open you inventory, that way Minecraft "sees" the player model before the explosion effect.
Exploding Mobs is for Forge 1.12.2
Download:
ExplodingMobs-1.12.2-1.4.jar/file
Outdated Version:
ExplodingMobs-1.12.2-1.3.jar
ExplodingMobs-1.12.2-1.2.jar
Exploding Mobs-1.12.2-1.1.jar
Known Bugs:
The mod might not work on a dedicated server (in lan games it will work just fine
) This is because Minecraft only loads information about the entity models when a client is running. Not much I can do but looking for a fix...
Don't hesitate to report any bugs and I'll fix them as a fast as I can for you. When reporting a bug, include a crash log, list of installed mods if possible and what you did to cause the crash.
If you're looking for a different version let me know and I could compile one for you.(Minecraft is changing to rapidly to port this back to older versions)
You're free to use this mod in Modpacks and just about anything, as long as you agree to the following:
Added a video showing the mod in action, but I'm still looking for a sweet showcase with a little more flare to it
Great showcase B
Great showcase Buckwheat Paektu, I'll add it to the main post! If you have any suggestions for this mod let me know!
Crashes when it tries to activate on modded mobs.
Tried on Animania and Grimoire of Gaia mobs.
I have optifine installed.
I'll try my best to fix it, can I have a crash log?
Here it is.
---- Minecraft Crash Report ----
WARNING: coremods are present:
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 2/27/18 9:46 AM
Description: Rendering entity in world
java.lang.NullPointerException: Rendering entity in world
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:820)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1786)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1611)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1382)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_78713_a(RenderManager.java:283)
at com.codeshaper.explodingMobs.Util.getRendererFromEntity(Util.java:63)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.doRender(RenderMobPart.java:37)
at com.codeshaper.explodingMobs.client.renderer.entity.RenderMobPart.func_76986_a(RenderMobPart.java:23)
-- Entity being rendered --
Details:
Entity Type: explodingmobs:mobpart (com.codeshaper.explodingMobs.entity.EntityMobPart)
Entity ID: 4742
Entity Name: entity.mobPart.name
Entity's Exact location: -183.48, 68.76, 266.57
Entity's Block location: World: (-184,68,266), Chunk: (at 8,4,10 in -12,16; contains blocks -192,0,256 to -177,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: -0.06, 0.27, -0.10
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: co[email protected]6f55378b
Location: -0.25,0.76,1.06 - World: (-1,0,1), Chunk: (at 15,0,1 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Rotation: 0.0
Delta: 0.88000524
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:820)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1786)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1611)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['PironeX'/699, l='MpServer', x=-183.23, y=68.00, z=265.52]]
Chunk stats: MultiplayerChunkCache: 1038, 1038
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-148,64,252), Chunk: (at 12,4,12 in -10,15; contains blocks -160,0,240 to -145,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1262 game time, 422 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: 147 total; [EntityBat['Bat'/4097, l='MpServer', x=-220.98, y=45.87, z=275.17], EntityGaiaSatyress['Satyress'/4106, l='MpServer', x=-181.68, y=69.00, z=272.72], EntitySpider['Spider'/4107, l='MpServer', x=-231.57, y=40.00, z=321.15], EntitySkeleton['Skeleton'/4110, l='MpServer', x=-235.38, y=65.00, z=311.86], EntityGaiaSludgeGirl['Sludge Girl'/4111, l='MpServer', x=-241.50, y=63.00, z=282.50], EntitySkeleton['Skeleton'/4117, l='MpServer', x=-231.50, y=66.00, z=306.77], EntityCreeper['Creeper'/4119, l='MpServer', x=-223.50, y=37.00, z=310.50], EntityCreeper['Creeper'/4120, l='MpServer', x=-222.50, y=37.00, z=312.50], EntityCreeper['Creeper'/4124, l='MpServer', x=-217.50, y=46.00, z=219.50], EntityBat['Bat'/4135, l='MpServer', x=-210.69, y=58.10, z=218.59], EntityBat['Bat'/4136, l='MpServer', x=-212.29, y=58.12, z=219.89], EntityGaiaPropFlowerCyan['Cyan Flower'/4148, l='MpServer', x=-220.50, y=81.00, z=229.50], EntityBat['Bat'/4164, l='MpServer', x=-218.49, y=48.09, z=220.64], EntityGaiaPropFlowerCyan['Cyan Flower'/4181, l='MpServer', x=-219.50, y=76.00, z=201.50], EntityCreeper['Creeper'/4183, l='MpServer', x=-216.50, y=47.00, z=235.50], EntitySheep['Sheep'/96, l='MpServer', x=-265.50, y=80.00, z=293.50], EntityZombie['Zombie'/4194, l='MpServer', x=-222.50, y=56.00, z=262.50], EntityCow['Cow'/100, l='MpServer', x=-259.50, y=86.00, z=283.50], EntityCow['Cow'/101, l='MpServer', x=-259.50, y=86.00, z=284.50], EntityCow['Cow'/102, l='MpServer', x=-263.50, y=89.00, z=284.50], EntityCow['Cow'/103, l='MpServer', x=-256.50, y=80.00, z=281.81], EntityCow['Cow'/104, l='MpServer', x=-262.62, y=65.00, z=331.50], EntityCow['Cow'/105, l='MpServer', x=-261.50, y=67.00, z=330.50], EntityCow['Cow'/106, l='MpServer', x=-260.50, y=69.00, z=328.50], EntityCow['Cow'/107, l='MpServer', x=-263.55, y=65.00, z=331.50], EntitySheep['Sheep'/108, l='MpServer', x=-246.50, y=93.00, z=228.50], EntitySheep['Sheep'/109, l='MpServer', x=-245.50, y=93.00, z=229.50], EntitySheep['Sheep'/110, l='MpServer', x=-242.50, y=93.00, z=229.50], EntitySheep['Sheep'/111, l='MpServer', x=-240.50, y=93.00, z=229.50], EntitySheep['Sheep'/112, l='MpServer', x=-220.50, y=78.00, z=210.50], EntityGaiaSiren['Siren'/4208, l='MpServer', x=-209.48, y=64.00, z=284.25], EntitySheep['Sheep'/113, l='MpServer', x=-224.50, y=81.00, z=211.50], EntitySheep['Sheep'/114, l='MpServer', x=-223.50, y=78.00, z=208.50], EntitySheep['Sheep'/115, l='MpServer', x=-225.50, y=79.00, z=206.50], EntityCow['Cow'/116, l='MpServer', x=-227.50, y=63.00, z=270.50], EntityZombie['Zombie'/4212, l='MpServer', x=-233.50, y=55.00, z=325.50], EntityCow['Cow'/117, l='MpServer', x=-226.50, y=63.00, z=269.50], EntityCow['Cow'/118, l='MpServer', x=-225.50, y=63.00, z=269.50], EntityCow['Cow'/119, l='MpServer', x=-227.36, y=63.00, z=263.53], EntityZombie['Zombie'/4221, l='MpServer', x=-232.50, y=40.00, z=318.50], EntityGaiaPropFlowerCyan['Cyan Flower'/4224, l='MpServer', x=-235.50, y=73.00, z=241.50], EntityZombie['Zombie'/4225, l='MpServer', x=-231.42, y=40.00, z=323.13], EntityZombie['Zombie'/4226, l='MpServer', x=-231.56, y=40.00, z=323.82], EntitySpider['Spider'/4232, l='MpServer', x=-234.50, y=56.00, z=324.50], EntityItem['item.item.herb'/4243, l='MpServer', x=-198.04, y=64.00, z=266.90], EntityGaiaSiren['Siren'/4247, l='MpServer', x=-207.49, y=64.00, z=285.02], EntityHorse['Horse'/155, l='MpServer', x=-117.75, y=63.00, z=271.35], EntityHorse['Horse'/156, l='MpServer', x=-118.78, y=63.00, z=272.44], EntityChicken['Chicken'/159, l='MpServer', x=-115.17, y=65.00, z=201.52], EntityChicken['Chicken'/160, l='MpServer', x=-113.50, y=64.00, z=196.50], EntityChicken['Chicken'/161, l='MpServer', x=-117.38, y=66.00, z=202.50], EntityChicken['Chicken'/162, l='MpServer', x=-115.50, y=66.00, z=193.50], EntityZombie['Zombie'/4259, l='MpServer', x=-221.50, y=44.00, z=276.50], EntityGaiaCreep['Creep'/4268, l='MpServer', x=-208.50, y=58.00, z=220.50], EntityCreeper['Creeper'/4270, l='MpServer', x=-231.50, y=66.00, z=306.10], EntityCreeper['Creeper'/4278, l='MpServer', x=-212.50, y=19.00, z=254.50], EntityBat['Bat'/4281, l='MpServer', x=-202.37, y=25.02, z=242.21], EntityBat['Bat'/4288, l='MpServer', x=-175.42, y=30.93, z=339.36], EntityZombie['Zombie'/4299, l='MpServer', x=-107.50, y=22.00, z=206.50], EntitySkeleton['Skeleton'/4307, l='MpServer', x=-210.50, y=19.00, z=257.50], EntityBat['Bat'/4310, l='MpServer', x=-186.26, y=29.02, z=331.77], EntityBat['Bat'/4312, l='MpServer', x=-214.74, y=20.18, z=340.18], EntityBat['Bat'/4314, l='MpServer', x=-175.59, y=39.29, z=246.70], EntityZombie['Zombie'/4317, l='MpServer', x=-171.50, y=44.00, z=298.50], EntityGaiaDryad['Dryad'/4320, l='MpServer', x=-220.50, y=81.00, z=224.50], EntitySkeleton['Skeleton'/4326, l='MpServer', x=-183.50, y=22.00, z=312.50], EntityCreeper['Creeper'/4331, l='MpServer', x=-124.50, y=34.00, z=247.50], EntitySkeleton['Skeleton'/4332, l='MpServer', x=-176.50, y=28.00, z=254.50], EntityGaiaPropChestMimic['Chest'/4333, l='MpServer', x=-178.50, y=28.00, z=259.50], EntitySkeleton['Skeleton'/4336, l='MpServer', x=-225.50, y=52.00, z=268.50], EntityGaiaCentaur['Centaur'/4337, l='MpServer', x=-183.50, y=68.00, z=260.50], EntityGaiaCentaur['Centaur'/4338, l='MpServer', x=-181.50, y=68.00, z=260.50], EntityCreeper['Creeper'/4343, l='MpServer', x=-122.50, y=34.00, z=248.50], EntityGaiaSiren['Siren'/4354, l='MpServer', x=-199.50, y=65.00, z=273.50], EntityGaiaSiren['Siren'/4355, l='MpServer', x=-205.54, y=64.00, z=274.53], EntityCreeper['Creeper'/4363, l='MpServer', x=-152.50, y=25.00, z=272.50], EntityZombie['Zombie'/4379, l='MpServer', x=-151.50, y=25.00, z=272.50], EntityZombie['Zombie'/4380, l='MpServer', x=-153.50, y=25.00, z=272.50], EntityZombie['Zombie'/4416, l='MpServer', x=-158.50, y=26.00, z=262.81], EntityCreeper['Creeper'/4417, l='MpServer', x=-136.50, y=48.00, z=316.50], EntityZombie['Zombie'/4424, l='MpServer', x=-155.50, y=25.00, z=268.50], EntityZombie['Zombie'/4425, l='MpServer', x=-155.50, y=25.00, z=272.50], EntitySkeleton['Skeleton'/4426, l='MpServer', x=-184.50, y=28.00, z=334.50], EntityGaiaSatyress['Satyress'/4427, l='MpServer', x=-183.66, y=68.00, z=266.77], EntityGaiaSatyress['Satyress'/4428, l='MpServer', x=-188.66, y=68.00, z=262.54], EntitySkeleton['Skeleton'/4437, l='MpServer', x=-183.50, y=28.00, z=331.50], EntityGaiaCentaur['Centaur'/4591, l='MpServer', x=-169.21, y=64.00, z=276.94], EntityGaiaCentaur['Centaur'/4592, l='MpServer', x=-161.50, y=64.00, z=284.50], EntitySkeleton['Skeleton'/4679, l='MpServer', x=-213.50, y=18.00, z=262.67], EntityMobPart['entity.mobPart.name'/4742, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4743, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4744, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4745, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4746, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4747, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4748, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4749, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4750, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4751, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4752, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4753, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4754, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4755, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4756, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4757, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4758, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4759, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4760, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4761, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4762, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4763, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4764, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4765, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4766, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4767, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4768, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4769, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4770, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityMobPart['entity.mobPart.name'/4771, l='MpServer', x=-183.48, y=68.76, z=266.57], EntityItem['item.item.shard_0'/4772, l='MpServer', x=-183.48, y=68.00, z=266.57], EntityItem['item.item.shard_0'/4773, l='MpServer', x=-183.48, y=68.00, z=266.57], EntityZombie['Zombie'/2941, l='MpServer', x=-218.50, y=46.00, z=219.50], EntitySkeleton['Skeleton'/2942, l='MpServer', x=-240.43, y=65.00, z=300.18], EntityGaiaSludgeGirl['Sludge Girl'/3241, l='MpServer', x=-238.52, y=64.00, z=313.12], EntityBat['Bat'/3253, l='MpServer', x=-212.60, y=19.11, z=267.11], EntityPlayerDummy['entity.PlayerDummy.name'/3254, l='MpServer', x=-183.23, y=68.00, z=265.52], EntityBat['Bat'/3256, l='MpServer', x=-210.25, y=18.09, z=254.75], EntityGaiaSiren['Siren'/3349, l='MpServer', x=-228.50, y=64.00, z=324.50], EntityItem['item.tile.flower2.poppy'/3518, l='MpServer', x=-200.58, y=72.78, z=200.75], EntityPlayerSP['PironeX'/699, l='MpServer'
, x=-183.23, y=68.00, z=265.52], EntityBat['Bat'/3574, l='MpServer', x=-206.08, y=51.26, z=253.53], EntityBat['Bat'/3579, l='MpServer', x=-212.20, y=56.50, z=255.46], EntityBat['Bat'/3580, l='MpServer', x=-213.28, y=19.29, z=265.47], EntityGaiaCreep['Creep'/3598, l='MpServer', x=-221.50, y=50.00, z=282.50], EntityBat['Bat'/3602, l='MpServer', x=-190.59, y=39.09, z=281.49], EntityWitch['Witch'/3603, l='MpServer', x=-150.50, y=13.00, z=297.50], EntityZombie['Zombie'/3633, l='MpServer', x=-202.75, y=19.00, z=220.54], EntityGaiaSludgeGirl['Sludge Girl'/3883, l='MpServer', x=-235.50, y=65.00, z=312.51], EntityGaiaSludgeGirl['Sludge Girl'/3884, l='MpServer', x=-234.50, y=65.00, z=311.50], EntityZombie['Zombie'/4035, l='MpServer', x=-212.50, y=60.00, z=192.50], EntityZombie['Zombie'/4042, l='MpServer', x=-202.28, y=56.00, z=195.57], EntityZombie['Zombie'/4049, l='MpServer', x=-212.50, y=60.00, z=190.50], EntityCreeper['Creeper'/4069, l='MpServer', x=-224.50, y=54.00, z=265.50], EntityZombie['Zombie'/4083, l='MpServer', x=-211.50, y=60.00, z=190.50], EntityGaiaCentaur['Centaur'/4092, l='MpServer', x=-205.50, y=68.00, z=255.50], EntityGaiaCentaur['Centaur'/4093, l='MpServer', x=-204.50, y=68.00, z=255.50], EntityGaiaCentaur['Centaur'/4094, l='MpServer', x=-206.50, y=68.00, z=256.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_162, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2519934976 bytes (2403 MB) / 3386900480 bytes (3230 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xms3G
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.2.2619 Optifine OptiFine_1.12.2_HD_U_C9 61 mods loaded, 61 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:--------------------- |:--------------------- |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2619.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.2.2619 | forge-1.12.2-14.23.2.2619.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | itemphysic | 1.4.0 | minecraft.jar | None |
| UCHIJAAAA | norecipebook | 1.1.0 | minecraft.jar | None |
| UCHIJAAAA | opticmanager | 1.0 | minecraft.jar | None |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | applecore | 3.1.0 | AppleCore-mc1.12.2-3.1.0.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | cathealing | 1.0.0 | cathealing-1.0.0.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chiselsandbits | 14.13 | chiselsandbits-14.13.jar | None |
| UCHIJAAAA | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
| UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | crafttweaker | 4.1.5 | CraftTweaker2-1.12-4.1.5.jar | None |
| UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.5.jar | None |
| UCHIJAAAA | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
| UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.5.jar | None |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.18_mc1.12.2.jar | None |
| UCHIJAAAA | dsurround | 3.4.9.5 | DynamicSurroundings-1.12.2-3.4.9.5.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJAAAA | presets | 3.4.9.5 | DynamicSurroundings-1.12.2-3.4.9.5.jar | None |
| UCHIJAAAA | enhancedvisuals | 1.0 | EnhancedVisuals+v1.1.4+mc1.12.2.jar | None |
| UCHIJAAAA | explodingmobs | 1.0 | ExplodingMobs-1.0.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.1-release | extraalchemy-0.3.8.1-release.jar | None |
| UCHIJAAAA | fbp | 2.3.7 | FancyBlockParticles-1.12.x-2.3.7.jar | None |
| UCHIJAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| UCHIJAAAA | fastbench | 1.0.1 | FastWorkbench-1.12.2-1.0.1.jar | None |
| UCHIJAAAA | foamfix | 0.9.4-1.12.2 | FoamFix-1.12.2-0.9.4-Anarchy.jar | None |
| UCHIJAAAA | giacomoscompass | 1.0.6 | GiacomosCompass-1.12.2-1.0.6.jar | None |
| UCHIJAAAA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
| UCHIJAAAA | grimoireofgaia | @[email protected] | GrimoireOfGaia3-1.12.1-1.7.0axfix.jar | None |
| UCHIJAAAA | healingpellet | 1.0.1 | Healing Pellet.jar | None |
| UCHIJAAAA | healthhungertweaks | 2.1.1 | healthhungertweaks-1.12-2.1.1.jar | None |
| UCHIJAAAA | igcm | 1.0.0 | IGCM+v1.2.0+pre-1+mc1.12.jar | None |
| UCHIJAAAA | iguanatweaks | 1.2.0 | iguanatweaksreborn-1.2.0-mc1.12.x.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+beta.108.6ff67c4 | InventoryTweaks-1.63+beta.108.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jeresources | 0.8.7.41 | JustEnoughResources-1.12.2-0.8.7.41.jar | None |
| UCHIJAAAA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| UCHIJAAAA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| UCHIJAAAA | mendingfix | 1.0.1-1.12.2.2618 | mendingfix-1.0.1-1.12.2.2618.jar | None |
| UCHIJAAAA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
| UCHIJAAAA | multimine | 1.5.8 | MultiMine-1.12.2.jar | None |
| UCHIJAAAA | neat | 1.4-15 | Neat+1.4-15.jar | None |
| UCHIJAAAA | rfpr | 8.1.0 | Real+First-Person+Render-1.12.2-8.1.0.jar | None |
| UCHIJAAAA | shouldersurfing | 1.10 | ShoulderSurfing-1.12.2-1.10.jar | None |
| UCHIJAAAA | silentlib | 2.2.16 | SilentLib-1.12-2.2.16-97.jar | None |
| UCHIJAAAA | sinkorswim | 1.0.0 | sinkorswim-1.0.0.jar | None |
| UCHIJAAAA | toughasnails | 3.1.0.73 | ToughAsNails-1.12.2-3.1.0.73-universal.jar | None |
| UCHIJAAAA | slurp | 0.3 | slurp-1.12-0.3.jar | None |
| UCHIJAAAA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
| UCHIJAAAA | spartanshields | 1.4 | SpartanShields-1.12.2-1.4.jar | None |
| UCHIJAAAA | spartanweaponry | beta 1.1.2 | SpartanWeaponry-1.12.2-beta-1.1.2.jar | None |
| UCHIJAAAA | terracore | 2.1.8 | TerraCore-1.12-2.1.8.jar | None |
| UCHIJAAAA | stats_keeper | 2.1.8 | StatsKeeper-1.12-2.1.8.jar | None |
| UCHIJAAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| UCHIJAAAA | thirdperson | 1.2.0 | ThirdPerson-Everything-Mod-1.12.jar | None |
| UCHIJAAAA | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
Loaded coremods (and transformers):
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.73-universal.jar)
toughasnails.asm.transformer.CropDecayTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
org.blockartistry.DynSurround.asm.Transformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.10.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
OpticPatchingLoader (OpticManager+v1.1.5+mc1.12.2.jar)
com.creativemd.opticmanager.OpticTransformer
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
com.ASMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
invtweaks.forge.asm.ContainerTransformer
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
ItemPatchingLoader (ItemPhysic+Full+1.4.10+mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 6800 Series'
Launched Version: 1.12.2-forge1.12.2-14.23.2.2619
LWJGL: 2.9.4
OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
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: Yes
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-2310 CPU @ 2.90GHz
I'm going to guess that you were killing an entity from Grimoire of Gaia. I tried to find a the mod for 1.12.2 but couldn't find it online, what version and where did you download it?
Faeldray compiled one from the github and uploaded here.
It needs Baubles.
I've tested nearly all the mobs in Grimoire of Gaia and can't seem to find a crash. I think I fixed the problem and the update is ready to download
It's working now, nice work!
Thanks PopularMMOs for this great video, be sure to give him a like and subscribe, he deserves it!
It took me some time to notice this (I took a small break from minecraft), but the mobs killed with this mod don't drop any EXP!
This probably happens because normally the EXP only drops when the mob's model disappear after falling sideways.
If possible make them drop the EXP instantly along with the item loot, please.
Thanks for noticing that, I'll have a fix for it in just an hour or two!
Edit!
The new version, 1.2, has been upload, you can find the change log at the top of the post! Enjoy!
I have an idea for another mod/project that I think would be cool. Try to create a "realistic player deaths mod" what I mean by that is when a player dies, they could fall over in a cool animation, this animation could vary, such as drowning, explosions, getting poisoned, shot by arrows and killed by swords along with death by fall! I know you can do this because the "Mob Explosion mod" was amazing!
(The default animation should just be the player falling backwards and or forwards) "But not stiff"
OK that or ragdoll deaths xD (which would be AMAZING!)
Minecraft uses a very basic physics system that can't do much more than what I have but if I created new physics from scratch...
Thanks for the positive feedback, it means a lot! I have been looking for ways to improve this mod and you definitely gave me a lot to think about.
Hello, I received a crash with Mowzie's Mobs mod when using Exploding Mobs v1.1 after killing the foiliath mob. I tried using v1.2 to see if it was fixed, but that version doesn't seem to work with modded mobs at all, even with the config option mc_mobs_only=false, only vanilla mobs seem to work.
I am unable to duplicate your bug, as running Minecraft Forge with the Mowzie's Mobs mod and it's dependency, LLibrary causes a crash on my system during mod loading. Is it possible for you to send me all of your mods as a zipped archive or similar?
And when you say modded mobs don't seem to work at all, can you expand on that? Is there a crash? An error printed to the console?
Thanks!
Edit: I was able to get a Minecraft Client running with Mowzie's Mobs, but I am unable to cause a crash by killing a foiliath from a spawn egg. How did you cause this crash?
I have a request, could you either add players to the list of entities that explode. Or you could create a whole different mod, that adds better, animated player deaths.
(Think about it)
I love minecraft's huge customization values and I feel that modders like you should take more advantage of that, also please continue to update the mod and improve its realism and physics.
Hello,get a crash with lumen ,maybe you could give a config to prevent specific mob exploding ?
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 2018-07-22 11:33:25 CST
Description: Ticking entity
java.lang.ClassCastException: ladysnake.lumen.client.renders.entities.RenderFirefly cannot be cast to net.minecraft.client.renderer.entity.RenderLivingBase
at com.codeshaper.explodingmobs.ExplodingMobsEventHandler.entityDeath(ExplodingMobsEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_636_ExplodingMobsEventHandler_entityDeath_LivingDeathEvent.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.onLivingDeath(ForgeHooks.java:601)
at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:1159)
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1014)
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:269)
at net.minecraft.entity.Entity.onUpdate(Entity.java:388)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2087)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:377)
at ladysnake.lumen.common.entities.AbstractLightOrb.onUpdate(AbstractLightOrb.java:24)
at ladysnake.lumen.common.entities.EntityFirefly.onUpdate(EntityFirefly.java:124)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1990)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1952)
at net.minecraft.world.World.redirect$updateEntity$zba000(World.java:4114)
at net.minecraft.world.World.updateEntities(World.java:1756)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
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: lumen:firefly (ladysnake.lumen.common.entities.EntityFirefly)
Entity ID: 40344
Entity Name: 萤火虫
Entity's Exact location: 210.11, 68.78, 214.54
Entity's Block location: World: (210,68,214), Chunk: (at 2,4,6 in 13,13; contains blocks 208,0,208 to 223,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.04, 0.03
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Entity NBT: {NoGravity:1b,HurtByTimestamp:0,ForgeData:{"mobrandomizzation:check":1b,"Baby Mobs: Checked":1b},Attributes:[{Base:1.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.699999988079071d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:16.0d,Name:"generic.followRange"}],Invulnerable:0b,FallFlying:0b,canDespawn:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DeathTime:0s,alpha:1.0f,HandDropChances:[0.085f,0.085f],PersistenceRequired:0b,scaleModifier:0.21436197f,Motion:[0.0d,0.04294312410009081d,0.034910593146894035d],Leashed:0b,UUIDLeast:-4915782827403762684L,Health:0.0f,LeftHanded:0b,Air:300s,OnGround:0b,Dimension:0,Rotation:[70.06971f,0.0f],UpdateBlocked:0b,HandItems:[{},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],colorModifier:0.63843834f,UUIDMost:2750128400577937755L,Pos:[210.10718098282814d,68.77909952961443d,214.53801922625615d],Fire:-1s,ArmorItems:[{},{},{},{}],CanPickUpLoot:0b,HurtTime:10s}
-- Affected level --
Level name: 新的世界
All players: 1 total; [EntityPlayerMP['pre'/35304, l='新的世界', x=210.32, y=68.00, z=215.46]]
Chunk stats: ServerChunkCache: 471 Drop: 0
Level seed: -6800371276193084819
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":3,"diamondCount":2,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":2,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
Level spawn location: World: (199,64,238), Chunk: (at 7,4,14 in 12,14; contains blocks 192,0,224 to 207,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 8098 game time, 1244 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 6314 (now: false), thunder time: 136534 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1320827720 bytes (1259 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2048m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 5, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.4.2739 Optifine OptiFine_1.12.2_HD_U_E1 73 mods loaded, 73 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----------------------------- |:------------------------ |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | forge | 14.23.4.2739 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | ucb | 0.3 Beta | [1.12.2]+UnderwaterChestBubbles_-0.3_Beta.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | ambientsounds | 2.0.0 | AmbientSounds_v2.3_mc1.12.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | charset | 0.5.0.248i | Charset-Lib-0.5.0.248i.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | jei | 4.11.0.202 | jei_1.12.2-4.11.0.202.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | traverse | 1.5.4 | Traverse-1.12.2-1.5.4-61.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | betterwithmods | ${version} | BetterWithMods-1.12-2.3.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | quark | r1.4-125 | Quark-r1.4-125.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | backpacks16840 | 3.5.2 | backpacks+1.12.2+-+3.5.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | xaerobetterpvp | 1.15.3 | BetterPvPFairPlay_1.15.3_Forge_1.12.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | betterunderground | 1.1.7 | betterunderground_1.12.2_1.1.7.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | biomeheighttweaker | 1.12-0.9 | biomeheighttweaker-1.12-0.9.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | bullseye | 3.0.6 | Bullseye-1.12.2-3.0.6.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | cavegenerator | 0.1 | cavegenerator-0.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | cookiecore | 2.0.0 | cookiecore-1.12-2.0.0.jar | 4bbb70ebe391f24f7704e343108a9b21b44c1b10 |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | forgecreeperheal | 1.3.0 | creeperheal-1.12-1.3.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | enhancedfarming | 1.1.2 | Enhanced-Farming-1.12.2-1.1.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | expandedbonemeal | 1.2.1 | expandedbonemeal-1.11-1.2.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | explodingmobs | v1.3 | ExplodingMobs-1.12.2-1.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | increasemobs | 1.1.0 | IncreaseMobs_1.12.2-v1.1.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | justenoughbuttons | 1.12-1.2 | justenoughbuttons-1.12.2-1.2.2-5.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | limitedlives | 1.12.1-1.0.1 | LimitedLives-1.12.1-1.0.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | longerdays | 1.0.4 | longerdays-1.0.4.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | magicfeather | @[email protected] | magicfeather-1.12.1-2.1.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | meanmobs | 1.0.1 | meanmobs-[1.0.1]-{1.12.2}.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | mobspropertiesrandomness | 1.3.3 | MobsPropertiesRandomness-1.3.3-mc1.12.x.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | ore_stone_variants | 3.4 | ore_stone_variants-3.4.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | progressivebosses | 1.3.2 | ProgressiveBosses-1.3.2-mc1.12.x.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | rainboaks | 1.0.4 | RainbowOaks-1.12-1.0.4.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | ruins | 16.9 | Ruins-1.12.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | saltmod | 1.12_e_ | SaltyMod_1.12.1_e.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | merpig | 1.12.2-0.0.1.20180406032656 | SBM-Merpig-1.12.2-0.0.1b20180406032702.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | schematics | 1.12.2.11 | Schematics-1.12.2.11.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | sereneseasons | 1.2.3 | SereneSeasons-1.12.2-1.2.3-universal.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | solcarrot | 1.3.1 | solcarrot-1.12.2-1.3.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | stoneworm | 1.0 | stoneworm-1.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | survivaltweaks | 5.1.0 | SurvivalTweaks-5.1.0-1.12.2.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | texfix | 4.0 | TexFix+V-1.12-4.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | lumen | 0.4.0 | lumen-Beta 0.4.0.jar | None |
| UCHIJAAAAAAAAAAAAAAAAAAAAAAAA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
Loaded coremods (and transformers): Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
com.chocohead.biab.BornInABarn
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
BCModPlugin (backpacks+1.12.2+-+3.5.2.jar)
brad16840.core.ClassTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Suspected Mods: Exploding Mobs (explodingmobs), Lumen (lumen)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['pre'/35304, l='新的世界', x=210.32, y=68.00, z=215.46]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'