up joining my minecraft modded server I'm presented with the following crash report. Note*I can load a single player world fine and the server starts up fine.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/30/16 7:33 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at com.minecraftplus.modRegion.GuiBiomeName.reset(GuiBiomeName.java:234)
at com.minecraftplus.modRegion.EventBiomeDisplayHandler.onEntityJoinWorld(EventBiomeDisplayHandler.java:22)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_87_EventBiomeDisplayHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.world.World.func_72838_d(World.java:1334)
at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.minecraftplus.modRegion.GuiBiomeName.reset(GuiBiomeName.java:234)
at com.minecraftplus.modRegion.EventBiomeDisplayHandler.onEntityJoinWorld(EventBiomeDisplayHandler.java:22)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_87_EventBiomeDisplayHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.world.World.func_72838_d(World.java:1334)
at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
up joining my minecraft modded server I'm presented with the following crash report. Note*I can load a single player world fine and the server starts up fine.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/30/16 7:33 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at com.minecraftplus.modRegion.GuiBiomeName.reset(GuiBiomeName.java:234)
at com.minecraftplus.modRegion.EventBiomeDisplayHandler.onEntityJoinWorld(EventBiomeDisplayHandler.java:22)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_87_EventBiomeDisplayHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.world.World.func_72838_d(World.java:1334)
at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.minecraftplus.modRegion.GuiBiomeName.reset(GuiBiomeName.java:234)
at com.minecraftplus.modRegion.EventBiomeDisplayHandler.onEntityJoinWorld(EventBiomeDisplayHandler.java:22)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_87_EventBiomeDisplayHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.world.World.func_72838_d(World.java:1334)
at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2231)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['RavenousOrio'/37, l='MpServer', x=8.50, y=66.62, z=8.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: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~NULL~~
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3479322744 bytes (3318 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_C1 133 mods loaded, 133 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJA Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
UCHIJA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJA ivtoolkit{IvToolkit} [1.1] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
UCHIJA psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar)
UCHIJA CustomOreGen{1.2.24} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.24.jar)
UCHIJA HardLib{12.20.0a} [HardLib] (1.7.10-HardLib-12.20.0a.jar)
UCHIJA HarderWildlife{12.20.0a} [Harder Wildlife] (1.7.10-HarderWildlife-12.20.0a.jar)
UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
UCHIJA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCHIJA abm{0.4} [Anime Battle Mod] (ABM 0.4 for 1.7.10.jar)
UCHIJA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
UCHIJA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
UCHIJA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
UCHIJA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
UCHIJA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
UCHIJA antiqueatlas{1.7.10-4.2.10} [Antique Atlas] (antiqueatlas-1.7.10-4.2.10.jar)
UCHIJA aquaticabyss{1.1.1} [Aquatic Abyss] (Aquatic-Abyss-Mod-1.7.10.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-Mod-1.7.10.jar)
UCHIJA Artifacts{1.1.0} [Artifacts] (Artifacts-1.1.0.jar)
UCHIJA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJA MCP_BattleHearts{1.1.1} [MC+ BattleHearts] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Beetroot{1.1.0} [MC+ Beetroot] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_BerryBush{1.1.1} [MC+ BerryBush] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Blowpipe{1.4.0} [MC+ Blowpipe] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Wheel{1.1.2} [MC+ Wheel] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Cart{1.3.0} [MC+ Cart] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_ClayTools{1.1.2} [MC+ ClayTools] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_ClayWallSlab{1.0.2} [MC+ ClayWallSlab] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Clippers{1.1.2} [MC+ Clippers] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Cocoa{1.3.0} [MC+ Cocoa] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Collision{1.0.0} [MC+ Collision] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_DayCounter{1.1.2} [MC+ DayCounter] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_FirePit{1.0.3} [MC+ FirePit] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Fossil{1.1.2} [MC+ Fossil] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Gems{1.2.1} [MC+ Gems] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_GiftBox{1.2.0} [MC+ GiftBox] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_GrainMix{1.2.0} [MC+ GrainMix] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Lock{1.2.2} [MC+ Lock] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Loom{1.2.3} [MC+ Loom] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_LooseStone{1.0.0} [MC+ LooseStone] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Lumber{1.0.2} [MC+ Lumber] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Quartz{1.3.2} [MC+ Quartz] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Quiver{1.3.2} [MC+ Quiver] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Reforestation{1.0.2} [MC+ Reforestation] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Region{1.2.0} [MC+ Region] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Rotten{1.0.2} [MC+ Rotten] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Satchel{1.3.2} [MC+ Satchel] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Saw{1.0.1} [MC+ Saw] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Shatter{1.0.0} [MC+ Shatter] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Sickle{1.0.0} [MC+ Sickle] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_SkullCandle{1.0.2} [MC+ SkullCandle] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_SoulExtractor{1.0.3} [MC+ SoulExtractor] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Starvation{1.0.0} [MC+ Starvation] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_SweetPotato{1.0.1} [MC+ SweetPotato] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_TrappedLadder{1.1.2} [MC+ TrappedLadder] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Turnip{1.1.0} [MC+ Turnip] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Turtle{1.2.3} [MC+ Turtle] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_Vines{1.0.1} [MC+ Vines] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_WildAnimal{1.0.0} [MC+ WildAnimal] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA MCP_WoodenBucket{1.2.0} [MC+ WoodenBucket] (Cart-loom-and-wheel-mod-1.7.10.jar)
UCHIJA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJA BuildMod{v1.0} [Build Mod] (CoroUtil-1.7.10.jar)
UCHIJA CoroPets{v1.0} [CoroPets] (CoroUtil-1.7.10.jar)
UCHIJA CoroAI{v1.0} [CoroAI] (CoroUtil-1.7.10.jar)
UCHIJA ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.7.10.jar)
UCHIJA ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.7.10.jar)
UCHIJA CosmeticArmor{1.0.5} [Cosmetic Armor] (CosmeticArmor-1.7.10-1.0.5.B8-universal.jar)
UCHIJA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCHIJA dm{1.0} [Dark Souls Mod] (DarksoulsMod(1.7.10).jar)
UCHIJA darksoulsmod{1.0} [darksoulsmod] (DarksoulsMod(1.7.10).jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA dynamicswordskills{1.7.10-1.6.3} [Dynamic Sword Skills] (Dynamic-Sword-Skills-Mod-1.7.10.jar)
UCHIJA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJA fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
UCHIJA fusionutil{0.1} [FusionUtil] (FusionUtil-1.7.10.jar)
UCHIJA gokiStats{1.0.0} [gokiStats] (Goki-Stats-Mod-1.7.2.jar)
UCHIJA interfaceplus{1.2.1} [InterfacePlus] (InterfacePlus-1.2.1.jar)
UCHIJA levels{r2.2.2} [Levels] (Levels-r2.2.2.jar)
UCHIJA llibrary{0.7.1} [LLibrary] (llibrary.jar)
UCHIJA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10] (1).jar)
UCHIJA mcanm{1.0.001b_1710} [Minecraft Animated] (MCAnimator-Lib-1.7.10.jar)
UCHIJA mhfc{0.2.501a_1.7.10} [Monster Hunter Frontier Mod] (mhfc-0.2.501a_1.7.10.jar)
UCHIJA minefantasy2{Alpha_2.5.4} [MineFantasyII] (MineFantasyII-2.5.4.jar)
UCHIJA mobends{0.20.1} [Mo' Bends] (MoBends-0.20.1 for MC 1.7.10.jar)
UCHIJA examplemod{1.0} [examplemod] (More Health Enchanted-1.7.10-6.3.jar)
UCHIJA morehealth{6.3} [More Health Forge] (More Health Enchanted-1.7.10-6.3.jar)
UCHIJA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-121.jar)
UCHIJA psychedelicraft{1.5.2} [Psychedelicraft] (Psychedelicraft-1.5.2.jar)
UCHIJA recallstones{0.4.16} [Recall Stones] (Recall-Stones-Mod-1.7.10.jar)
UCHIJA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJA Roguelike{1.3.5} [Roguelike Dungeons] (rouguelike.jar)
UCHIJA runicdungeons{0.9.2} [Runic Dungeons] (runicdungeons-0.9.2.jar)
UCHIJA sao{1.2} [sao crystals] (SaoCrystals - 1.7.10-1.2v.jar)
UCHIJA punt{1.7.10-10.13.0-14.0} [Punt] (Small-Boats-Mod-1.7.10.jar)
UCHIJA whitehall{1.7.10-10.13.0-14.0} [Whitehall] (Small-Boats-Mod-1.7.10.jar)
UCHIJA hoy{1.7.10-10.13.0-14.0} [Hoy] (Small-Boats-Mod-1.7.10.jar)
UCHIJA smallboats{1.7.10-10.13.0-14.0} [SmallBoats (base)] (Small-Boats-Mod-1.7.10.jar)
UCHIJA teaminfo{1.0} [TeamInfo] (TeamInfo-Mod-1.7.10.jar)
UCHIJA TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar)
UCHIJA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJA TwilightForest{2.2.3} [The Twilight Forest] (Twilight-Forest-Mod-1.7.2.jar)
UCHIJA nolpfij_wildycraft{1.5.10} [Wildycraft] (Wildycraft-Mod-1.7.10.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GT 750M/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 750M/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Sorry I don't use the forum much. And it's fine that mod wasn't exactly essential I'll probably just put solved at the top