Since it updated recently I've been wanting to play a bit of dragon block C, but it seems since the update it's been having a serious problem crashing my game. Can someone help me figure out what the problem is and how to fix it? Here's the report:
---- Minecraft Crash Report ----
// This doesn't make any sense!
java.lang.IllegalArgumentException: Duplicate id value for 20!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at JinRyuu.JRMCore.i.ExtendedEntity.<init>(ExtendedEntity.java:38)
at JinRyuu.JRMCore.i.ExtendedEntity.register(ExtendedEntity.java:46)
at JinRyuu.JRMCore.JRMCoreEH.onEntityConstructing(JRMCoreEH.java:118)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_547_JRMCoreEH_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.<init>(SourceFile:23)
at net.minecraft.entity.monster.EntityMob.<init>(SourceFile:14)
at net.minecraft.entity.monster.EntityZombie.<init>(EntityZombie.java:63)
at thaumcraft.common.entities.monster.EntityBrainyZombie.<init>(EntityBrainyZombie.java:30)
at thaumcraft.common.entities.monster.EntityGiantBrainyZombie.<init>(EntityGiantBrainyZombie.java:17)
at thaumcraft.common.tiles.TileNode.handleDarkNode(TileNode.java:878)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:121)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at JinRyuu.JRMCore.i.ExtendedEntity.<init>(ExtendedEntity.java:38)
at JinRyuu.JRMCore.i.ExtendedEntity.register(ExtendedEntity.java:46)
at JinRyuu.JRMCore.JRMCoreEH.onEntityConstructing(JRMCoreEH.java:118)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_547_JRMCoreEH_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.<init>(SourceFile:23)
at net.minecraft.entity.monster.EntityMob.<init>(SourceFile:14)
at net.minecraft.entity.monster.EntityZombie.<init>(EntityZombie.java:63)
at thaumcraft.common.entities.monster.EntityBrainyZombie.<init>(EntityBrainyZombie.java:30)
at thaumcraft.common.entities.monster.EntityGiantBrainyZombie.<init>(EntityGiantBrainyZombie.java:17)
at thaumcraft.common.tiles.TileNode.handleDarkNode(TileNode.java:878)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:121)
-- Block entity being ticked --
Details:
Name: TileNode // thaumcraft.common.tiles.TileNode
Block type: ID #736 (tile.blockCosmeticSolid // thaumcraft.common.blocks.BlockCosmeticSolid)
Block data value: 8 / 0x8 / 0b1000
Block location: World: (-388,95,110), Chunk: (at 12,5,14 in -25,6; contains blocks -400,0,96 to -385,255,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #736 (tile.blockCosmeticSolid // thaumcraft.common.blocks.BlockCosmeticSolid)
Actual block data value: 8 / 0x8 / 0b1000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Dragon Block C
All players: 1 total; [EntityPlayerMP['DMCareGaming'/496, l='Dragon Block C', x=-375.29, y=89.17, z=101.82]]
Chunk stats: ServerChunkCache: 623 Drop: 0
Level seed: -719450281460224648
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 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: 34857 game time, 34857 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 134436 (now: false), thunder time: 29111 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Since it updated recently I've been wanting to play a bit of dragon block C, but it seems since the update it's been having a serious problem crashing my game. Can someone help me figure out what the problem is and how to fix it? Here's the report:
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 6/26/16 5:47 PM
Description: Ticking block entity
java.lang.IllegalArgumentException: Duplicate id value for 20!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at JinRyuu.JRMCore.i.ExtendedEntity.<init>(ExtendedEntity.java:38)
at JinRyuu.JRMCore.i.ExtendedEntity.register(ExtendedEntity.java:46)
at JinRyuu.JRMCore.JRMCoreEH.onEntityConstructing(JRMCoreEH.java:118)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_547_JRMCoreEH_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.<init>(SourceFile:23)
at net.minecraft.entity.monster.EntityMob.<init>(SourceFile:14)
at net.minecraft.entity.monster.EntityZombie.<init>(EntityZombie.java:63)
at thaumcraft.common.entities.monster.EntityBrainyZombie.<init>(EntityBrainyZombie.java:30)
at thaumcraft.common.entities.monster.EntityGiantBrainyZombie.<init>(EntityGiantBrainyZombie.java:17)
at thaumcraft.common.tiles.TileNode.handleDarkNode(TileNode.java:878)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:121)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at JinRyuu.JRMCore.i.ExtendedEntity.<init>(ExtendedEntity.java:38)
at JinRyuu.JRMCore.i.ExtendedEntity.register(ExtendedEntity.java:46)
at JinRyuu.JRMCore.JRMCoreEH.onEntityConstructing(JRMCoreEH.java:118)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_547_JRMCoreEH_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.<init>(SourceFile:23)
at net.minecraft.entity.monster.EntityMob.<init>(SourceFile:14)
at net.minecraft.entity.monster.EntityZombie.<init>(EntityZombie.java:63)
at thaumcraft.common.entities.monster.EntityBrainyZombie.<init>(EntityBrainyZombie.java:30)
at thaumcraft.common.entities.monster.EntityGiantBrainyZombie.<init>(EntityGiantBrainyZombie.java:17)
at thaumcraft.common.tiles.TileNode.handleDarkNode(TileNode.java:878)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:121)
-- Block entity being ticked --
Details:
Name: TileNode // thaumcraft.common.tiles.TileNode
Block type: ID #736 (tile.blockCosmeticSolid // thaumcraft.common.blocks.BlockCosmeticSolid)
Block data value: 8 / 0x8 / 0b1000
Block location: World: (-388,95,110), Chunk: (at 12,5,14 in -25,6; contains blocks -400,0,96 to -385,255,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #736 (tile.blockCosmeticSolid // thaumcraft.common.blocks.BlockCosmeticSolid)
Actual block data value: 8 / 0x8 / 0b1000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Dragon Block C
All players: 1 total; [EntityPlayerMP['DMCareGaming'/496, l='Dragon Block C', x=-375.29, y=89.17, z=101.82]]
Chunk stats: ServerChunkCache: 623 Drop: 0
Level seed: -719450281460224648
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 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: 34857 game time, 34857 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 134436 (now: false), thunder time: 29111 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 533486064 bytes (508 MB) / 1149562880 bytes (1096 MB) up to 6429081600 bytes (6131 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 103
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_C1 96 mods loaded, 96 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-9} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-9} [Applied Energistics 2] (appliedenergistics2-rv2-stable-9.jar)
UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA BuildCraft|Core{7.1.13} [BuildCraft] (buildcraft-7.1.13.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Armory{1.1.0.1-256} [Armory] (Armory-1.1.0.1-256.jar)
UCHIJAAAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA BetterFoliage{2.0.7} [Better Foliage] (BetterFoliage-MC1.7.10-2.0.7.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-23} [Guide-API] (Guide-API-1.7.10-1.0.1-23.jar)
UCHIJAAAA BloodArsenal{1.2-5} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-5.jar)
UCHIJAAAA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1_B43.jar)
UCHIJAAAA BloodUtils{1.4} [BloodUtils] (BloodUtils-1.4_B0.jar)
UCHIJAAAA BrandonsCore{1.0.0.8} [Brandon's Core] (BrandonsCore-1.0.0.8.jar)
UCHIJAAAA BuildCraft|Builders{7.1.13} [BC Builders] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Transport{7.1.13} [BC Transport] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Energy{7.1.13} [BC Energy] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.13} [BC Silicon] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.13} [BC Robotics] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Factory{7.1.13} [BC Factory] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (buildcraft-compat-7.1.2.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA IC2{2.2.657-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
UCHIJAAAA Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA jinryuujrmcore{1.2.8} [JinRyuu's JRMCore] (JRMCore-v1.2.8.jar)
UCHIJAAAA jinryuudragonblockc{1.4.4} [Dragon Block C] (DragonBlockC-v1.4.4.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA FloodLights{1.1.1-120} [Flood Lights] (FloodLights-1.7.10-1.1.1-120.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA jinryuubetterrenderaddon{1.6.3} [JinRyuu's Better Render Addon] (JBRA-Client-v1.6.3.jar)
UCHIJAAAA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAA RadixCore{2.0.3} [RadixCore] (RadixCore-1.7.10-2.0.3-universal.jar)
UCHIJAAAA MCA{5.0.6} [Minecraft Comes Alive] (MCA-5.0.6-1.7.10-universal.jar)
UCHIJAAAA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.237.jar)
UCHIJAAAA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.237.jar)
UCHIJAAAA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.237.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA cfm{3.4.7} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10j.jar)
UCHIJAAAA quiverchevsky{b100} [QuiverBow] (QuiverBow_1.7.10_b100.zip)
UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJAAAA ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.7.10.jar)
UCHIJAAAA row{1.7.2-014.05.22-1} [Rails of War] (row-1.7.2-014.05.22-1.jar)
UCHIJAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA ZDoctorBB{0.2} [Blood Baubles] (ZDoctorBB-0.2.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv2-stable-9 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['DMCareGaming'/496, l='Dragon Block C', x=-375.29, y=89.17, z=101.82]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'