WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 8/5/16 3:46 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 21
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:580)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:478)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:825)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
at com.jagmsmods.zombie_steak.CommonProxy.preInit(CommonProxy.java:45)
at com.jagmsmods.zombie_steak.ClientProxy.preInit(ClientProxy.java:16)
at com.jagmsmods.zombie_steak.ZombieSteak.preInit(ZombieSteak.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:580)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:478)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:825)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
at com.jagmsmods.zombie_steak.CommonProxy.preInit(CommonProxy.java:45)
at com.jagmsmods.zombie_steak.ClientProxy.preInit(ClientProxy.java:16)
at com.jagmsmods.zombie_steak.ZombieSteak.preInit(ZombieSteak.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 162551680 bytes (155 MB) / 505102336 bytes (481 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 59 mods loaded, 59 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCH Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCH cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCH XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCH bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCH JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCE abyssalcraft{1.9.2.5} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.2.5.jar)
UCH betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCH chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCH clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCH correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCH cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCH cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCH EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCH ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCH EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCH evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCH excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCH frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCH harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCH InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCH KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCH llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCH lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCH lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCH mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCH minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCH morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCH realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCH rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCH corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCH rpgracemod{1.0.1} [RPG Race Mod] (rpgracemod-1.0.1.jar)
UCH rpgracemodfantasyraces{1.0.0} [RPG Race Mod - Fantasy Races] (rpgracemodfantasyraces-1.0.0.jar)
UCH rpgracemodraces{1.0.2} [RPG Race Mod Races] (rpgracemodraces-1.0.2.jar)
UCH seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCH camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCH VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCH VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCH weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCH dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCH XaeroMinimap{1.10} [Xaero's Minimap] (Xaeros_Minimap_1.10_Forge_1.10.2.jar)
UCE zombie_steak{1.10-1.1.1} [Zombie Steak] (zombie_steak-1.10-1.1.1.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 730/PCIe/SSE2'
Launched Version: 1.10.2-forge1.10.2-12.18.1.2046
LWJGL: 2.9.4
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
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.
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 8/5/16 5:23 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: killerofcubes/rpgracemod/model/race/ModelRaceBase
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:790)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: killerofcubes/rpgracemod/model/race/ModelRaceBase
at killerofcubes.rpgracemodraces.ClientProxy.init(ClientProxy.java:43)
at killerofcubes.rpgracemodraces.RPGRaceModRaces.init(RPGRaceModRaces.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:788)
... 10 more
Caused by: java.lang.ClassNotFoundException: killerofcubes.rpgracemod.model.race.ModelRaceBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 8/5/16 7:14 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:164)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:187)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(SourceFile:109)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:110)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:52)
at net.minecraft.pathfinding.PathNavigateClimber.func_179680_a(SourceFile:28)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:75)
at net.minecraft.pathfinding.PathNavigateClimber.func_75494_a(SourceFile:34)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75250_a(EntityAIAttackMelee.java:63)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2190)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2020)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:164)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:187)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(SourceFile:109)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:110)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:52)
at net.minecraft.pathfinding.PathNavigateClimber.func_179680_a(SourceFile:28)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:75)
at net.minecraft.pathfinding.PathNavigateClimber.func_75494_a(SourceFile:34)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75250_a(EntityAIAttackMelee.java:63)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2190)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2020)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: Spider (net.minecraft.entity.monster.EntitySpider)
Entity ID: 574
Entity Name: Spider
Entity's Exact location: 91.75, 50.00, 776.61
Entity's Block location: World: (91,50,776), Chunk: (at 11,3,8 in 5,48; contains blocks 80,0,768 to 95,255,783), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Entity's Momentum: -0.04, 0.36, 0.40
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:618)
-- Affected level --
Details:
Level name: Copy of Copy of New World
All players: 1 total; [EntityPlayerMP['Skullton'/569, l='Copy of Copy of New World', x=92.13, y=50.00, z=772.39]]
Chunk stats: ServerChunkCache: 667 Drop: 0
Level seed: -4927241852534543050
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (132,64,269), Chunk: (at 4,4,13 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 49679 game time, 72058 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 104220 (now: false), thunder time: 14709 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// But it works on my machine.
Time: 8/7/16 3:09 AM
Description: Initializing game
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147962_a(TextureAtlasSprite.java:491)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_188539_a(TextureAtlasSprite.java:373)
at net.minecraft.client.renderer.texture.TextureMap.func_184397_a(TextureMap.java:460)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:146)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:155)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.texture.TextureAtlasSprite.func_147962_a(TextureAtlasSprite.java:491)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_188539_a(TextureAtlasSprite.java:373)
at net.minecraft.client.renderer.texture.TextureMap.func_184397_a(TextureMap.java:460)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:146)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:155)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Ok I got it to Load up, but it's saying that the litrloader mod Spawndetector is having some startup errors being dectected... And now this...
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 8/7/16 9:18 AM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.renderer.entity.RenderPlayer.updateModel(RenderPlayer.java:227)
at net.minecraft.client.renderer.entity.RenderPlayer.handler$onRenderRightArm$0(RenderPlayer.java:115)
at net.minecraft.client.renderer.entity.RenderPlayer.func_177138_b(RenderPlayer.java)
at net.minecraft.client.renderer.ItemRenderer.func_187456_a(ItemRenderer.java:278)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:382)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:358)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1026)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1892)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1556)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.RenderPlayer.updateModel(RenderPlayer.java:227)
at net.minecraft.client.renderer.entity.RenderPlayer.handler$onRenderRightArm$0(RenderPlayer.java:115)
at net.minecraft.client.renderer.entity.RenderPlayer.func_177138_b(RenderPlayer.java)
at net.minecraft.client.renderer.ItemRenderer.func_187456_a(ItemRenderer.java:278)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:382)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:358)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1026)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1892)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1556)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Skullton'/515, l='MpServer', x=-43.50, y=65.00, z=247.50]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-36,64,256), Chunk: (at 12,4,0 in -3,16; contains blocks -48,0,256 to -33,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3 game time, 3 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityPlayerSP['Skullton'/515, l='MpServer', x=-43.50, y=65.00, z=247.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:496)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 8/5/16 3:46 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 21
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:580)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:478)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:825)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
at com.jagmsmods.zombie_steak.CommonProxy.preInit(CommonProxy.java:45)
at com.jagmsmods.zombie_steak.ClientProxy.preInit(ClientProxy.java:16)
at com.jagmsmods.zombie_steak.ZombieSteak.preInit(ZombieSteak.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:580)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:478)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:825)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
at com.jagmsmods.zombie_steak.CommonProxy.preInit(CommonProxy.java:45)
at com.jagmsmods.zombie_steak.ClientProxy.preInit(ClientProxy.java:16)
at com.jagmsmods.zombie_steak.ZombieSteak.preInit(ZombieSteak.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 162551680 bytes (155 MB) / 505102336 bytes (481 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 59 mods loaded, 59 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCH Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCH cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCH XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCH bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCH JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCE abyssalcraft{1.9.2.5} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.2.5.jar)
UCH betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCH chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCH clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCH correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCH cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCH cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCH EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCH ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCH EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCH evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCH excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCH frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCH harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCH InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCH KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCH llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCH lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCH lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCH am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCH mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCH minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCH morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCH realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCH rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCH corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCH rpgracemod{1.0.1} [RPG Race Mod] (rpgracemod-1.0.1.jar)
UCH rpgracemodfantasyraces{1.0.0} [RPG Race Mod - Fantasy Races] (rpgracemodfantasyraces-1.0.0.jar)
UCH rpgracemodraces{1.0.2} [RPG Race Mod Races] (rpgracemodraces-1.0.2.jar)
UCH seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCH camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCH VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCH VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCH weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCH dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCH XaeroMinimap{1.10} [Xaero's Minimap] (Xaeros_Minimap_1.10_Forge_1.10.2.jar)
UCE zombie_steak{1.10-1.1.1} [Zombie Steak] (zombie_steak-1.10-1.1.1.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 730/PCIe/SSE2'
Launched Version: 1.10.2-forge1.10.2-12.18.1.2046
LWJGL: 2.9.4
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
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: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Chocapic13 V5 Lite.zip
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
Any Help WOuld be wonderful thanks.
Just removed them, got this:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 8/5/16 5:23 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: killerofcubes/rpgracemod/model/race/ModelRaceBase
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:790)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: killerofcubes/rpgracemod/model/race/ModelRaceBase
at killerofcubes.rpgracemodraces.ClientProxy.init(ClientProxy.java:43)
at killerofcubes.rpgracemodraces.RPGRaceModRaces.init(RPGRaceModRaces.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:788)
... 10 more
Caused by: java.lang.ClassNotFoundException: killerofcubes.rpgracemod.model.race.ModelRaceBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 183235080 bytes (174 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 57 mods loaded, 57 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCHI Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCHI cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCHI XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCHI bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCHI betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCHI chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCHI clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCHI correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCHI cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCHI cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCHI EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCHI ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCHI EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCHI evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCHI excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCHI frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCHI harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCHI InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHI IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCHI JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCHI KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCHI llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHI lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHI lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHI am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCHI mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCHI minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHI morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCHI Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCHI realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCHI rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCHI corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHI Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHI rpgracemod{1.0.1} [RPG Race Mod] (rpgracemod-1.0.1.jar)
UCHE rpgracemodfantasyraces{1.0.0} [RPG Race Mod - Fantasy Races] (rpgracemodfantasyraces-1.0.0.jar)
UCHE rpgracemodraces{1.0.2} [RPG Race Mod Races] (rpgracemodraces-1.0.2.jar)
UCHI seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCHI camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCHI VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHI VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHI weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCHI dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCHI XaeroMinimap{1.10} [Xaero's Minimap] (Xaeros_Minimap_1.10_Forge_1.10.2.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 730/PCIe/SSE2'
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Chocapic13 V5 Lite.zip
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
Removed both, now stuck here:

---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 8/5/16 7:14 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:164)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:187)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(SourceFile:109)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:110)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:52)
at net.minecraft.pathfinding.PathNavigateClimber.func_179680_a(SourceFile:28)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:75)
at net.minecraft.pathfinding.PathNavigateClimber.func_75494_a(SourceFile:34)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75250_a(EntityAIAttackMelee.java:63)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2190)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2020)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:164)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(SourceFile:187)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(SourceFile:109)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:110)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:52)
at net.minecraft.pathfinding.PathNavigateClimber.func_179680_a(SourceFile:28)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:75)
at net.minecraft.pathfinding.PathNavigateClimber.func_75494_a(SourceFile:34)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75250_a(EntityAIAttackMelee.java:63)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2190)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2020)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: Spider (net.minecraft.entity.monster.EntitySpider)
Entity ID: 574
Entity Name: Spider
Entity's Exact location: 91.75, 50.00, 776.61
Entity's Block location: World: (91,50,776), Chunk: (at 11,3,8 in 5,48; contains blocks 80,0,768 to 95,255,783), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Entity's Momentum: -0.04, 0.36, 0.40
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:618)
-- Affected level --
Details:
Level name: Copy of Copy of New World
All players: 1 total; [EntityPlayerMP['Skullton'/569, l='Copy of Copy of New World', x=92.13, y=50.00, z=772.39]]
Chunk stats: ServerChunkCache: 667 Drop: 0
Level seed: -4927241852534543050
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (132,64,269), Chunk: (at 4,4,13 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 49679 game time, 72058 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 104220 (now: false), thunder time: 14709 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 938937720 bytes (895 MB) / 2430074880 bytes (2317 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4g
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 98
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 54 mods loaded, 54 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCHIJAAAA Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCHIJAAAA cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCHIJAAAA XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCHIJAAAA bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCHIJAAAA betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCHIJAAAA chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCHIJAAAA clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCHIJAAAA correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCHIJAAAA cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCHIJAAAA cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCHIJAAAA ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCHIJAAAA EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCHIJAAAA evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCHIJAAAA excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCHIJAAAA frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCHIJAAAA harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJAAAA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCHIJAAAA JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCHIJAAAA KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJAAAA lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHIJAAAA lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCHIJAAAA mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCHIJAAAA minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCHIJAAAA realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCHIJAAAA rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCHIJAAAA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJAAAA seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCHIJAAAA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCHIJAAAA VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJAAAA VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJAAAA weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCHIJAAAA dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCHIJAAAA XaeroMinimap{1.10.1} [Xaero's Minimap] (Xaeros_Minimap_1.10.1_Forge_1.10.2.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Skullton'/569, l='Copy of Copy of New World', x=92.13, y=50.00, z=772.39]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhen you built the mod pack, did you add the mods a few (3-4) at a time?
PS: spoilers (!) would be nice.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Probably not I'm not sure; want a list of what I have?
I'll just make a new world then, but what can I do to avoid this problem then?
I like Poking the bear... Dammit
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// But it works on my machine.
Time: 8/7/16 3:09 AM
Description: Initializing game
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147962_a(TextureAtlasSprite.java:491)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_188539_a(TextureAtlasSprite.java:373)
at net.minecraft.client.renderer.texture.TextureMap.func_184397_a(TextureMap.java:460)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:146)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:155)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.texture.TextureAtlasSprite.func_147962_a(TextureAtlasSprite.java:491)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_188539_a(TextureAtlasSprite.java:373)
at net.minecraft.client.renderer.texture.TextureMap.func_184397_a(TextureMap.java:460)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:330)
at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:146)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:155)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 587528 bytes (0 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCHIJA Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCHIJA minelp_forge{1.10.2.1} [MineLP Forge Hooks] (mod-minelittlepony-1.10.2.1-mc1.10.2.litemod)
UCHIJA cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCHIJA XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCHIJA bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCHIJA sokratiscore{1.10.2-1.0.1} [SokratisCore] (sokratiscore-1102-101.jar.zip)
UCHIJA armorplus{1.10.2-5.0.0.0} [ArmorPlus] (armorplus-1.10.2-5.0.0.0.jar)
UCHIJA BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-[1.9-1.10.2]-1.0.jar)
UCHIJA betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCHIJA JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCHIJA BloodMagic{1.9.4-2.0.2-48} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-48.jar)
UCHIJA cavern{1.0.8} [Cavern] (Cavern_1.9.4-v1.0.8.jar)
UCHIJA chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCHIJA clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCHIJA correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCHIJA cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCHIJA cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCHIJA ea{v2.4.2a-mc1.10.2} [Ebon Arts] (EbonArts-v2.4.2a-mc1.10.2.jar)
UCHIJA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCHIJA ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCHIJA EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCHIJA evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCHIJA excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCHIJA frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCHIJA graves{1.10.2-b19-universal} [Graves Mod] (graves-1.10.2-b19-universal.jar)
UCHIJA harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCHIJA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCHIJA KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCHIJA largestuff{2.1.1} [LargeStuff] (LargeStuff-2.1.1.jar)
UCHIJA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJA lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHIJA lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA magicaljourneys{1.2} [Magical Journeys] (magicaljourneys-1.3.2.jar)
UCHIJA am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCHIJA mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCHIJA minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHIJA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCHIJA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCHIJA playerstats{1.1.2} [Player Stats] (PlayerStats_1.10.2-1.1.2.jar)
UCHIJA realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCHIJA rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCHIJA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJA seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCHIJA survivalist{1.4.5} [Survivalist] (Survivalist-1.9.4-1.4.5.jar)
UCHIJA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCHIJA VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJA VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJA waterstrainer{1.0.1} [Water Strainer] (WaterStrainer-1.10.2-1.0.1.jar)
UCHIJA weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCHIJA weaponsplus{1.9.4-2.0.1.0} [WeaponsPlus] (WeaponsPlus1.9.4-2.0.1.0.jar)
UCHIJA dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCHIJA XaeroMinimap{1.10.1} [Xaero's Minimap] (Xaeros_Minimap_1.10.1_Forge_1.10.2.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 730/PCIe/SSE2'
Launched Version: 1.10.2
LWJGL: 2.9.4
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
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: XantoCraft Biomes Mod.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
Ok I got it to Load up, but it's saying that the litrloader mod Spawndetector is having some startup errors being dectected... And now this...
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 8/7/16 9:18 AM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.renderer.entity.RenderPlayer.updateModel(RenderPlayer.java:227)
at net.minecraft.client.renderer.entity.RenderPlayer.handler$onRenderRightArm$0(RenderPlayer.java:115)
at net.minecraft.client.renderer.entity.RenderPlayer.func_177138_b(RenderPlayer.java)
at net.minecraft.client.renderer.ItemRenderer.func_187456_a(ItemRenderer.java:278)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:382)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:358)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1026)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1892)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1556)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.RenderPlayer.updateModel(RenderPlayer.java:227)
at net.minecraft.client.renderer.entity.RenderPlayer.handler$onRenderRightArm$0(RenderPlayer.java:115)
at net.minecraft.client.renderer.entity.RenderPlayer.func_177138_b(RenderPlayer.java)
at net.minecraft.client.renderer.ItemRenderer.func_187456_a(ItemRenderer.java:278)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:382)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:358)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1026)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1892)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1556)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Skullton'/515, l='MpServer', x=-43.50, y=65.00, z=247.50]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-36,64,256), Chunk: (at 12,4,0 in -3,16; contains blocks -48,0,256 to -33,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3 game time, 3 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityPlayerSP['Skullton'/515, l='MpServer', x=-43.50, y=65.00, z=247.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:496)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1970955840 bytes (1879 MB) / 3578265600 bytes (3412 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
FML: MCP 9.32 Powered by Forge 12.18.1.2046 Optifine OptiFine_1.10.2_HD_U_C2 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2046.jar)
UCHIJAAAA Forge{12.18.1.2046} [Minecraft Forge] (forge-1.10.2-12.18.1.2046.jar)
UCHIJAAAA minelp_forge{1.10.2.1} [MineLP Forge Hooks] (mod-minelittlepony-1.10.2.1-mc1.10.2.litemod)
UCHIJAAAA cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCHIJAAAA XantoCraftBiomesMod{1.3.3} [XantoCraftBiomesMod] ([1.10.2] XantoCraft Biomes v1.3.3.jar)
UCHIJAAAA bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
UCHIJAAAA sokratiscore{1.10.2-1.0.1} [SokratisCore] (sokratiscore-1102-101.jar.zip)
UCHIJAAAA armorplus{1.10.2-5.0.0.0} [ArmorPlus] (armorplus-1.10.2-5.0.0.0.jar)
UCHIJAAAA BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-[1.9-1.10.2]-1.0.jar)
UCHIJAAAA betterinventory{1.9.4} [§aBetter Inventory] (BetterInventoryMod-1.4.3-1.9.4.jar)
UCHIJAAAA JEI{3.7.9.236} [Just Enough Items] (jei_1.10.2-3.7.9.236.jar)
UCHIJAAAA BloodMagic{1.9.4-2.0.2-48} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-48.jar)
UCHIJAAAA cavern{1.0.8} [Cavern] (Cavern_1.9.4-v1.0.8.jar)
UCHIJAAAA chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
UCHIJAAAA clockhud{1.3.2} [Clock HUD] (ClockHUD-1.10.2-1.3.2.jar)
UCHIJAAAA correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCHIJAAAA cyberware{beta-0.1.9} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.1.9.jar)
UCHIJAAAA cyclopscore{0.7.3} [Cyclops Core] (CyclopsCore-1.9.4-0.7.3.jar)
UCHIJAAAA ea{v2.4.2a-mc1.10.2} [Ebon Arts] (EbonArts-v2.4.2a-mc1.10.2.jar)
UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCHIJAAAA ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
UCHIJAAAA EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
UCHIJAAAA evilcraft{0.10.7} [EvilCraft] (EvilCraft-1.9.4-0.10.7.jar)
UCHIJAAAA excore{1.6} [EXCore] (Excore-1.6-1.10.2.jar)
UCHIJAAAA frsm{2.6.81} [Fex's Random Stuff Mod] (FRSM-2.6.81-1.10.2.jar)
UCHIJAAAA graves{1.10.2-b19-universal} [Graves Mod] (graves-1.10.2-b19-universal.jar)
UCHIJAAAA harvestscythe{1.0.2} [Harvest Scythe] (harvestscythe-1.0.2.jar)
UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJAAAA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCHIJAAAA KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
UCHIJAAAA largestuff{2.1.1} [LargeStuff] (LargeStuff-2.1.1.jar)
UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJAAAA lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHIJAAAA lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJAAAA magicaljourneys{1.2} [Magical Journeys] (magicaljourneys-1.3.2.jar)
UCHIJAAAA am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.7.jar)
UCHIJAAAA mfs{4.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-4.0.0.jar)
UCHIJAAAA minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
UCHIJAAAA playerstats{1.1.2} [Player Stats] (PlayerStats_1.10.2-1.1.2.jar)
UCHIJAAAA realdrops{1.0.5} [Realistic Item Drops] (RealisticItemDrops-1.0.5.jar)
UCHIJAAAA rftools{5.00} [RFTools] (rftools-1.10-5.00.jar)
UCHIJAAAA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJAAAA seeddrop{1.0.0-1.10} [SeedDrop] (SeedDrop-1.0.0-1.10.jar)
UCHIJAAAA survivalist{1.4.5} [Survivalist] (Survivalist-1.9.4-1.4.5.jar)
UCHIJAAAA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2(1).jar)
UCHIJAAAA VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJAAAA VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJAAAA waterstrainer{1.0.1} [Water Strainer] (WaterStrainer-1.10.2-1.0.1.jar)
UCHIJAAAA weaponcaseloot{4.0.0} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.0.jar)
UCHIJAAAA weaponsplus{1.9.4-2.0.1.0} [WeaponsPlus] (WeaponsPlus1.9.4-2.0.1.0.jar)
UCHIJAAAA dropchevsky{b15} [World Drop] (WorldDrop_1.9_b15.jar)
UCHIJAAAA XaeroMinimap{1.10.1} [Xaero's Minimap] (Xaeros_Minimap_1.10.1_Forge_1.10.2.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 730/PCIe/SSE2'
Launched Version: 1.10.2
LWJGL: 2.9.4
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
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: XantoCraft Biomes Mod.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
I don't know, I just decided now to mod my Minecraft now.

I honestly have no clue...