• 1

    posted a message on Mowzie's Mobs: Powerful overworld enemies and more! - Version 1.5.14: Down below and up above!

    Are you aware of this ticking entity crash? It seems to happen randomly with different entities sometimes, even with my player.


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
    LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
    MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.118.jar)
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
    AppleCore (AppleCore-mc1.11.2-2.2.2.jar)
    MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
    llibrary (llibrary-1.7.6-1.11.2.jar)
    CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
    CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
    Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
    SFRCore (SolarFluxReborn_1.11.2-2.19r.jar)
    LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
    HammerCoreCore (HammerCore-1.11.2-1.9.3.9.jar)
    Contact their authors BEFORE contacting forge

    // Sorry :(

    Time: 11/2/17 2:44 PM
    Description: Ticking entity

    java.lang.NullPointerException: Ticking entity
    at com.bobmowzie.mowziesmobs.server.ServerEventHandler.onLivingTick(ServerEventHandler.java:142)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_558_ServerEventHandler_onLivingTick_LivingUpdateEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:531)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2007)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
    at net.minecraft.world.World.func_72866_a(World.java:1968)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1937)
    at net.minecraft.world.World.func_72939_s(World.java:1748)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:748)


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

    -- Head --
    Thread: Server thread
    Stacktrace:
    at com.bobmowzie.mowziesmobs.server.ServerEventHandler.onLivingTick(ServerEventHandler.java:142)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_558_ServerEventHandler_onLivingTick_LivingUpdateEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:531)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2007)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
    at net.minecraft.world.World.func_72866_a(World.java:1968)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1937)

    -- Entity being ticked --
    Details:
    Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
    Entity ID: 1522
    Entity Name: Zombie
    Entity's Exact location: 218.19, 25.00, 395.51
    Entity's Block location: World: (218,25,395), Chunk: (at 10,1,11 in 13,24; contains blocks 208,0,384 to 223,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1748)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

    -- Affected level --
    Details:
    Level name: New mods
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 316 Drop: 0
    Level seed: 5142958221567608131
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-42,64,220), Chunk: (at 6,4,12 in -3,13; contains blocks -48,0,208 to -33,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 943095 game time, 134951 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:748)

    -- System Details --
    Details:
    Minecraft Version: 1.11.2
    Operating System: Mac OS X (x86_64) version 10.13
    Java Version: 1.8.0_152, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 897874016 bytes (856 MB) / 3203792896 bytes (3055 MB) up to 3203792896 bytes (3055 MB)
    JVM Flags: 7 total; -Xmx3G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:-UseAdaptiveSizePolicy -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
    IntCache: cache: 2, tcache: 57, allocated: 1, tallocated: 21
    FML: MCP 9.38 Powered by Forge 13.20.1.2516 Optifine OptiFine_1.11.2_HD_U_C3 89 mods loaded, 89 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
    UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2516.jar)
    UCHIJAAAA forge{13.20.1.2516} [Minecraft Forge] (forge-1.11.2-13.20.1.2516.jar)
    UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
    UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
    UCHIJAAAA actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar)
    UCHIJAAAA applecore{2.2.2} [AppleCore] (AppleCore-mc1.11.2-2.2.2.jar)
    UCHIJAAAA jei{4.5.1.296} [Just Enough Items] (jei_1.11.2-4.5.1.296.jar)
    UCHIJAAAA appleskin{1.0.8} [AppleSkin] (AppleSkin-mc1.11-1.0.8.jar)
    UCHIJAAAA baconators{3.1.0} [Baconators] (baconators-1.11.2-3.1.0.jar)
    UCHIJAAAA baubles{1.4.6} [Baubles] (Baubles-1.11-1.4.6.jar)
    UCHIJAAAA bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar)
    UCHIJAAAA bibliocraft{2.3.3} [BiblioCraft] (BiblioCraft[v2.3.3][MC1.11.2].jar)
    UCHIJAAAA biomesoplenty{6.2.0.2254} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2254-universal.jar)
    UCHIJAAAA guideapi{1.11.2-2.1.4-56} [Guide-API] (Guide-API-1.11.2-2.1.4-56.jar)
    UCHIJAAAA bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar)
    UCHIJAAAA bloodarsenal{1.11.2-2.1.0-CUSTOM} [Blood Arsenal] (BloodArsenal-1.11.2-2.1.0-19.jar)
    UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.11-1.5.1.jar)
    UCHIJAAAA botania{r1.9-345} [Botania] (Botania r1.9-345.jar)
    UCHIJAAAA codechickenlib{3.0.0.298} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
    UCHIJAAAA cofhcore{4.2.8} [CoFH Core] (CoFHCore-1.11.2-4.2.8.16-universal.jar)
    UCHIJAAAA brandonscore{2.2.4} [Brandon's Core] (BrandonsCore-1.11.2-2.2.4.131-universal.jar)
    UCHIJAAAA chancecubes{1.11.2-3.0.1.193} [Chance Cubes] (ChanceCubes-1.11.2-3.0.1.193.jar)
    UCHIJAAAA chickenchunks{2.3.1.68} [ChickenChunks] (ChickenChunks-1.11.2-2.3.1.68-universal.jar)
    UCHIJAAAA chickens{5.0.1} [Chickens] (chickens-5.0.1.jar)
    UCHIJAAAA eleccore{1.7.431} [ElecCore] (ElecCore-1.11-1.7.431.jar)
    UCHIJAAAA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
    UCHIJAAAA draconicevolution{2.2.4} [Draconic Evolution] (Draconic-Evolution-1.11.2-2.2.4.264-universal.jar)
    UCHIJAAAA enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.1.116-universal.jar)
    UCHIJAAAA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
    UCHIJAAAA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
    UCHIJAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.6.3.jar)
    UCHIJAAAA zerocore{1.11.2-0.1.1.0} [Zero CORE] (zerocore-1.11.2-0.1.1.0.jar)
    UCHIJAAAA bigreactors{1.11.2-0.4.5.44} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.44.jar)
    UCHIJAAAA sonarcore{4.0.0} [SonarCore] (SonarCore-1.11.2-4.0.0.jar)
    UCHIJAAAA fluxnetworks{2.0.0} [FluxNetworks] (FluxNetworks-1.11.2-2.0.0.jar)
    UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.7.2-anarchy.jar)
    UCHIJAAAA forgemultipartcbe{2.2.0.41} [Forge Multipart CBE] (ForgeMultipart-1.11.2-2.2.0.41-universal.jar)
    UCHIJAAAA microblockcbe{2.2.0.41} [Forge Microblocks] (ForgeMultipart-1.11.2-2.2.0.41-universal.jar)
    UCHIJAAAA minecraftmultipartcbe{2.2.0.41} [Minecraft Multipart Plugin] (ForgeMultipart-1.11.2-2.2.0.41-universal.jar)
    UCHIJAAAA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.11.2-4.0.0.118.jar)
    UCHIJAAAA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.11.2-4.0.0.118.jar)
    UCHIJAAAA advgenerators{0.9.20.6} [Advanced Generators] (generators-0.9.20.6-mc1.11.2.jar)
    UCHIJAAAA gravestone{1.7.4} [Gravestone Mod] (gravestone-1.7.4_.jar)
    UCHIJAAAA hammercore{1.9.3.9} [Hammer Core] (HammerCore-1.11.2-1.9.3.9.jar)
    UCHIJAAAA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
    UCHIJAAAA tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar)
    UCHIJAAAA theoneprobe{1.4.18} [The One Probe] (theoneprobe-1.1x-1.4.18.jar)
    UCHIJAAAA immersiveengineering{0.11-63} [Immersive Engineering] (ImmersiveEngineering-0.11-63.jar)
    UCHIJAAAA inventorypets{1.4.9.9} [Inventory Pets] (inventorypets-1.11.2-1.4.9.9.jar)
    UCHIJAAAA inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar)
    UCHIJAAAA ironbackpacks{@VERSION@} [Iron Backpacks] (IronBackpacks-1.11.2-3.0.0.jar)
    UCHIJAAAA ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar)
    UCHIJAAAA journeymap{1.11.2-5.5.2b1} [JourneyMap] (journeymap-1.11.2-5.5.2b1.jar)
    UCHIJAAAA jeresources{0.6.6.12} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.6.12.jar)
    UCHIJAAAA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.11.2.jar)
    UCHIJAAAA lucky{7.4.0} [Lucky Block] (LuckyBlock_1-11_v7-4-0.zip)
    UCHIJAAAA malisiscore{1.11.2-5.2.5} [MalisisCore] (malisiscore-1.11.2-5.2.5.jar)
    UCHIJAAAA malisisdoors{1.11.2-6.1.3} [MalisisDoors] (malisisdoors-1.11.2-6.1.3.jar)
    UCHIJAAAA mekanism{9.3.4} [Mekanism] (Mekanism-1.11.2-9.3.4-fix.jar)
    UCHIJAAAA mekanismgenerators{9.3.4} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.4-fix.jar)
    UCHIJAAAA mekanismtools{9.3.4} [MekanismTools] (MekanismTools-1.11.2-9.3.4-fix.jar)
    UCHIJAAAA thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar)
    UCHIJAAAA morechickens{2.0.0} [More Chickens] (morechickens-1.11.2-2.0.0.jar)
    UCHIJAAAA mowziesmobs{1.4.0} [Mowzie's Mobs] (mowziesmobs-1.4.0.jar)
    UCHIJAAAA mysticalagriculture{1.5.9} [Mystical Agriculture] (mysticalagriculture-1.11.2-1.5.9.jar)
    UCHIJAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
    UCHIJAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
    UCHIJAAAA progressiveautomation{1.7.6} [Progressive Automation] (ProgressiveAutomation-1.11.2-1.7.6.jar)
    UCHIJAAAA projecte{1.11.2-PE1.0.0B} [ProjectE] (ProjectE-1.11.2-PE1.0.0B.jar)
    UCHIJAAAA quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.11.2-1.2.3.jar)
    UCHIJAAAA randomthings{4.0} [Random Things] (RandomThings-MC1.11.2-4.0.jar)
    UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
    UCHIJAAAA refinedstorage{1.4.20} [Refined Storage] (refinedstorage-1.4.20.jar)
    UCHIJAAAA rftools{7.01} [RFTools] (rftools-1.1x-7.01.jar)
    UCHIJAAAA rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar)
    UCHIJAAAA simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar)
    UCHIJAAAA solarfluxreborn{2.19r} [Solar Flux Reborn] (SolarFluxReborn_1.11.2-2.19r.jar)
    UCHIJAAAA beneath{1.3.0} [The Beneath] (The Beneath-1.11.2-1.3.0.jar)
    UCHIJAAAA thermaldynamics{2.2.7} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.7.16-universal.jar)
    UCHIJAAAA thermalexpansion{5.2.7} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.7.30-universal.jar)
    UCHIJAAAA tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar)
    UCHIJAAAA veinminer{0.38.1} [Vein Miner] (VeinMiner-1.11-0.38.1.635+dc28c7d.jar)
    UCHIJAAAA veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.11-0.38.1.635+dc28c7d.jar)
    UCHIJAAAA wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar)
    UCHIJAAAA unidict{1.11.2-1.1b} [UniDict] (UniDict-1.11.2-1.1b.jar)
    Loaded coremods (and transformers):
    NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
    net.fybertech.nwr.NWRTransformer
    LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
    lumien.randomthings.asm.ClassTransformer
    MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.118.jar)
    micdoodle8.mods.miccore.MicdoodleTransformer
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    AppleCore (AppleCore-mc1.11.2-2.2.2.jar)
    squeek.applecore.asm.TransformerModuleHandler
    MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
    net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    net.malisis.core.util.chunkblock.ChunkBlockTransformer
    net.malisis.core.renderer.transformer.MalisisRendererTransformer
    net.malisis.core.renderer.icon.asm.TextureMapTransformer
    net.malisis.core.util.clientnotif.ClientNotifTransformer
    llibrary (llibrary-1.7.6-1.11.2.jar)
    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
    codechicken.lib.asm.ClassHierarchyManager
    codechicken.lib.asm.CCL_ASMTransformer
    CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
    cofh.asm.CoFHClassTransformer
    cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
    Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
    invtweaks.forge.asm.ContainerTransformer
    SFRCore (SolarFluxReborn_1.11.2-2.19r.jar)
    com.pengu.solarfluxreborn.core.SFRSerializedTransformer
    LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
    lumien.bloodmoon.asm.ClassTransformer
    HammerCoreCore (HammerCore-1.11.2-1.9.3.9.jar)
    com.mrdimka.hammercore.asm.HammerCoreTransformer
    Pulsar/tconstruct loaded Pulses:
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerHarvestTools (Enabled/Forced)
    - TinkerMeleeWeapons (Enabled/Forced)
    - TinkerRangedWeapons (Enabled/Forced)
    - TinkerModifiers (Enabled/Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerModelRegister (Enabled/Forced)
    - theoneprobeIntegration (Enabled/Not Forced)

    List of loaded APIs:
    * actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
    * AppleCoreAPI (2.3.0) from AppleCore-mc1.11.2-2.2.2.jar
    * Baubles|API (1.4.0.2) from Baubles-1.11-1.4.6.jar
    * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.11-1.0.8.jar
    * bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.44.jar
    * bloodmagic|API (1.11-2.1.11-80) from BloodMagic-1.11-2.1.11-80.jar
    * BotaniaAPI (86) from Botania r1.9-345.jar
    * CoFHAPI (1.8.9R1.2.0B1) from SonarCore-1.11.2-4.0.0.jar
    * cofhapi (1.8.0) from ProgressiveAutomation-1.11.2-1.7.6.jar
    * cofhapi|block (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhapi|core (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from SonarCore-1.11.2-4.0.0.jar
    * cofhapi|energy (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
    * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
    * cofhapi|item (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhapi|tileentity (1.8.0) from ProgressiveAutomation-1.11.2-1.7.6.jar
    * cofhapi|util (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
    * cofhlib (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|audio (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|gui (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|gui|container (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|gui|element (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|gui|element|listbox (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|gui|slot (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|inventory (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|util (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|util|helpers (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|world (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * cofhlib|world|feature (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
    * compatlayer (0.2.9) from compatlayer-1.11.2-0.2.9.jar
    * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
    * DraconicEvolution|API (1.3) from Draconic-Evolution-1.11.2-2.2.4.264-universal.jar
    * ElecCoreAPI (1.0) from ElecCore-1.11-1.7.431.jar
    * ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.431.jar
    * environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
    * fluxapi (1.0) from FluxNetworks-1.11.2-2.0.0.jar
    * Galacticraft API (1.0) from GalacticraftCore-1.11.2-4.0.0.118.jar
    * Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.4-56.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-63.jar
    * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-63.jar
    * jeresources|API (0.6.6.12) from JustEnoughResources-1.11.2-0.6.6.12.jar
    * journeymap|client-api (1.4) from journeymap-1.11.2-5.5.2b1.jar
    * journeymap|client-api-display (1.4) from journeymap-1.11.2-5.5.2b1.jar
    * journeymap|client-api-event (1.4) from journeymap-1.11.2-5.5.2b1.jar
    * journeymap|client-api-model (1.4) from journeymap-1.11.2-5.5.2b1.jar
    * journeymap|client-api-util (1.4) from journeymap-1.11.2-5.5.2b1.jar
    * JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.1.296.jar
    * mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
    * MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
    * projecteapi (1.11.2-1.0.0) from ProjectE-1.11.2-PE1.0.0B.jar
    * StorageDrawersAPI (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|config (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|event (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|pack (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|registry (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|render (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|storage (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
    * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.18.jar
    * valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
    * veinminerApi (0.3) from VeinMiner-1.11-0.38.1.635+dc28c7d.jar
    * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
    * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
    * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
    * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
    codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.:
    chickenchunks Invalid Fingerprint Reports: - No invalid fingerprints.:
    enderstorage Invalid Fingerprint Reports: - No invalid fingerprints.:
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [GCEntityPlayerMP['chaNcharge'/302, l='New mods', x=21.43, y=50.00, z=-28.86]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Posted in: Minecraft Mods
  • 1

    posted a message on Help! Duplicate mod sources

    It looks like animationapi is built into the mod, try removing the animationapi jar file, and relaunch.

    Posted in: Mods Discussion
  • 1

    posted a message on How to change the minecraft font

    Necroposting much?

    Posted in: Resource Pack Help
  • 1

    posted a message on Game Crash An unexpected issue occured

    If you know how to find your .minecraft folder, go to that folder and once you're there, look for a folder named crash-reports. All the crash reports in that folder are dated, please post the one corresponding to the crash time.


    To go to the .minecraft folder (it's where crash reports and game files are stored)

    1. Open the start menu

    2. Type in the search box exactly like below

    %appdata%

    3. Open Roaming

    4. Open .minecraft

    Posted in: Java Edition Support
  • 2

    posted a message on Mowzie's Mobs: Powerful overworld enemies and more! - Version 1.5.14: Down below and up above!

    I can tell the 1.10.2 version of the mod is worth the wait, but now I can't wait to try it out! :D

    (don't let me down)

    Posted in: Minecraft Mods
  • 1

    posted a message on Mowzie's Mobs: Powerful overworld enemies and more! - Version 1.5.14: Down below and up above!
    Quote from BobMowzie»

    Alright! pau101 is working on it!



    Thank you! :D

    Posted in: Minecraft Mods
  • 2

    posted a message on Draconic Evolution[2.0.1.126]

    You know what should be added the the Chaos Guardian fight? INTENSE MUSIC!


    It's just a suggestion, but it adds that final touch to the toughest boss in all of Minecraft.


    Also, another suggestion, could you add a config option to actually place down Chaos Crystals? Sometimes I like blowing things up :D

    Posted in: Minecraft Mods
  • 1

    posted a message on 1.7.10 modded world crashes with Already Tesselating!

    Ok, so I figured out the culprit, it was OptiFine, so to fix this crash, I tried deleted the optionsof.txt file (where OptiFine stores video settings), and guess what? IT WORKS! Apparently, something goofed up some of the options in OptiFine that causes the game to crash. For anyone else having this issue, try deleting the optionsof.txt file, it seems to work well! And apparently it also boosted my fps even more.

    Posted in: Java Edition Support
  • 1

    posted a message on Mowzie's Mobs: Powerful overworld enemies and more! - Version 1.5.14: Down below and up above!

    Ah, LLibrary 0.3.4 works just fine. Thanks for your help anyways, hopefully it gets fixed later!

    Posted in: Minecraft Mods
  • 1

    posted a message on Hit Splat Damage Indicators v3.3.2 RPG UI and Damage Amount Mod
    Has anyone noticed the memory leaks in this mod? Because its keeps saying DIPotionEffects has leaked every few minutes with about 300-500 packets leaked every time.

    EDIT: I also noticed your post is messed up. Really bad.
    Posted in: Minecraft Mods
  • To post a comment, please .