Guest User

Untitled

a guest
Oct 22nd, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 10/22/15 5:27 PM
  5. Description: Ticking memory connection
  6.  
  7. java.lang.NegativeArraySizeException
  8. at li.cil.oc.server.component.Drive.<init>(Drive.scala:34)
  9. at li.cil.oc.server.component.Drive$$anon$3.<init>(Drive.scala:215)
  10. at li.cil.oc.server.component.Drive$.apply(Drive.scala:215)
  11. at li.cil.oc.integration.opencomputers.DriverFileSystem$.createEnvironment(DriverFileSystem.scala:69)
  12. at li.cil.oc.integration.opencomputers.DriverFileSystem$.createEnvironment(DriverFileSystem.scala:28)
  13. at li.cil.oc.common.tileentity.Raid$$anonfun$wipeDisksAndComputeSpace$1.apply(Raid.scala:99)
  14. at li.cil.oc.common.tileentity.Raid$$anonfun$wipeDisksAndComputeSpace$1.apply(Raid.scala:97)
  15. at scala.collection.IndexedSeqOptimized$class.foldl(IndexedSeqOptimized.scala:57)
  16. at scala.collection.IndexedSeqOptimized$class.foldLeft(IndexedSeqOptimized.scala:66)
  17. at scala.collection.mutable.ArrayOps$ofRef.foldLeft(ArrayOps.scala:186)
  18. at li.cil.oc.common.tileentity.Raid.wipeDisksAndComputeSpace(Raid.scala:97)
  19. at li.cil.oc.common.tileentity.Raid.tryCreateRaid(Raid.scala:83)
  20. at li.cil.oc.common.tileentity.Raid.onItemAdded(Raid.scala:55)
  21. at li.cil.oc.common.inventory.Inventory$class.setInventorySlotContents(Inventory.scala:42)
  22. at li.cil.oc.common.tileentity.Raid.func_70299_a(Raid.scala:21)
  23. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
  24. at li.cil.oc.common.container.StaticComponentSlot.li$cil$oc$common$container$ComponentSlot$$super$putStack(StaticComponentSlot.scala:8)
  25. at li.cil.oc.common.container.ComponentSlot$class.putStack(ComponentSlot.scala:40)
  26. at li.cil.oc.common.container.StaticComponentSlot.func_75215_d(StaticComponentSlot.scala:8)
  27. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply$mcVI$sp(Player.scala:88)
  28. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  29. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  30. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
  31. at scala.collection.immutable.Range.foreach(Range.scala:160)
  32. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
  33. at li.cil.oc.common.container.Player.tryTransferStackInSlot(Player.scala:83)
  34. at li.cil.oc.common.container.Player.func_82846_b(Player.scala:48)
  35. at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
  36. at li.cil.oc.common.container.Player.func_75144_a(Player.scala:35)
  37. at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883)
  38. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32)
  39. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10)
  40. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  41. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  42. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  43. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  44. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  46. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at li.cil.oc.server.component.Drive.<init>(Drive.scala:34)
  55. at li.cil.oc.server.component.Drive$$anon$3.<init>(Drive.scala:215)
  56. at li.cil.oc.server.component.Drive$.apply(Drive.scala:215)
  57. at li.cil.oc.integration.opencomputers.DriverFileSystem$.createEnvironment(DriverFileSystem.scala:69)
  58. at li.cil.oc.integration.opencomputers.DriverFileSystem$.createEnvironment(DriverFileSystem.scala:28)
  59. at li.cil.oc.common.tileentity.Raid$$anonfun$wipeDisksAndComputeSpace$1.apply(Raid.scala:99)
  60. at li.cil.oc.common.tileentity.Raid$$anonfun$wipeDisksAndComputeSpace$1.apply(Raid.scala:97)
  61. at scala.collection.IndexedSeqOptimized$class.foldl(IndexedSeqOptimized.scala:57)
  62. at scala.collection.IndexedSeqOptimized$class.foldLeft(IndexedSeqOptimized.scala:66)
  63. at scala.collection.mutable.ArrayOps$ofRef.foldLeft(ArrayOps.scala:186)
  64. at li.cil.oc.common.tileentity.Raid.wipeDisksAndComputeSpace(Raid.scala:97)
  65. at li.cil.oc.common.tileentity.Raid.tryCreateRaid(Raid.scala:83)
  66. at li.cil.oc.common.tileentity.Raid.onItemAdded(Raid.scala:55)
  67. at li.cil.oc.common.inventory.Inventory$class.setInventorySlotContents(Inventory.scala:42)
  68. at li.cil.oc.common.tileentity.Raid.func_70299_a(Raid.scala:21)
  69. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
  70. at li.cil.oc.common.container.StaticComponentSlot.li$cil$oc$common$container$ComponentSlot$$super$putStack(StaticComponentSlot.scala:8)
  71. at li.cil.oc.common.container.ComponentSlot$class.putStack(ComponentSlot.scala:40)
  72. at li.cil.oc.common.container.StaticComponentSlot.func_75215_d(StaticComponentSlot.scala:8)
  73. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply$mcVI$sp(Player.scala:88)
  74. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  75. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  76. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
  77. at scala.collection.immutable.Range.foreach(Range.scala:160)
  78. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
  79. at li.cil.oc.common.container.Player.tryTransferStackInSlot(Player.scala:83)
  80. at li.cil.oc.common.container.Player.func_82846_b(Player.scala:48)
  81. at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
  82. at li.cil.oc.common.container.Player.func_75144_a(Player.scala:35)
  83. at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883)
  84. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32)
  85. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10)
  86. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  87.  
  88. -- Ticking connection --
  89. Details:
  90. Connection: net.minecraft.network.NetworkManager@2c164189
  91. Stacktrace:
  92. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  93. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  94. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  95. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  96. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  97. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  98.  
  99. -- System Details --
  100. Details:
  101. Minecraft Version: 1.7.10
  102. Operating System: Linux (amd64) version 3.19.0-31-generic
  103. Java Version: 1.7.0_79, Oracle Corporation
  104. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  105. Memory: 49243240 bytes (46 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  106. JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  107. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  108. IntCache: cache: 0, tcache: 27, allocated: 41, tallocated: 67
  109. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 Optifine OptiFine_1.7.10_HD_U_C1 71 mods loaded, 71 mods active
  110. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  111. UCHIJAAAAAAAAAAAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  112. UCHIJAAAAAAAAAAAAAAAAAAA CollectiveFrameworkCore{1.0.0-132} [Collective Framework Core] (minecraft.jar)
  113. UCHIJAAAAAAAAAAAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
  114. UCHIJAAAAAAAAAAAAAAAAAAA Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
  115. UCHIJAAAAAAAAAAAAAAAAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  116. UCHIJAAAAAAAAAAAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  117. UCHIJAAAAAAAAAAAAAAAAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  118. UCHIJAAAAAAAAAAAAAAAAAAA OpenComputers|Core{1.5.19.37} [OpenComputers (Core)] (minecraft.jar)
  119. UCHIJAAAAAAAAAAAAAAAAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  120. UCHIJAAAAAAAAAAAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  121. UCHIJAAAAAAAAAAAAAAAAAAA PeripheralsPlusPlusCore{1.3.3} [Peripherals++ Core] (minecraft.jar)
  122. UCHIJAAAAAAAAAAAAAAAAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  123. UCHIJAAAAAAAAAAAAAAAAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  124. UCHIJAAAAAAAAAAAAAAAAAAA asielib{0.4.2} [asielib] (AsieLib-1.7.10-0.4.2.jar)
  125. UCHIJAAAAAAAAAAAAAAAAAAA BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
  126. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Core{7.1.11} [BuildCraft] (buildcraft-7.1.11.jar)
  127. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Builders{7.1.11} [BC Builders] (buildcraft-7.1.11.jar)
  128. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Transport{7.1.11} [BC Transport] (buildcraft-7.1.11.jar)
  129. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Energy{7.1.11} [BC Energy] (buildcraft-7.1.11.jar)
  130. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Silicon{7.1.11} [BC Silicon] (buildcraft-7.1.11.jar)
  131. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Robotics{7.1.11} [BC Robotics] (buildcraft-7.1.11.jar)
  132. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Factory{7.1.11} [BC Factory] (buildcraft-7.1.11.jar)
  133. UCHIJAAAAAAAAAAAAAAAAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
  134. UCHIJAAAAAAAAAAAAAAAAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
  135. UCHIJAAAAAAAAAAAAAAAAAAA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (buildcraft-compat-7.1.2.jar)
  136. UCHIJAAAAAAAAAAAAAAAAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  137. UCHIJAAAAAAAAAAAAAAAAAAA Railcraft{9.7.0.0} [Railcraft] (railcraft.jar)
  138. UCHIJAAAAAAAAAAAAAAAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  139. UCHIJAAAAAAAAAAAAAAAAAAA chisel{2.9.1.6} [Chisel] (Chisel-2.9.1.6.jar)
  140. UCHIJAAAAAAAAAAAAAAAAAAA CollectiveFramework{1.0.0-132} [Collective Framework] (CollectiveFramework-1.0.0-132.jar)
  141. UCHIJAAAAAAAAAAAAAAAAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
  142. UCHIJAAAAAAAAAAAAAAAAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  143. UCHIJAAAAAAAAAAAAAAAAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
  144. UCHIJAAAAAAAAAAAAAAAAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
  145. UCHIJAAAAAAAAAAAAAAAAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  146. UCHIJAAAAAAAAAAAAAAAAAAA OpenComputers{1.5.19.37} [OpenComputers] (OpenComputers-MC1.7.10-1.5.19.37-universal.jar)
  147. UCHIJAAAAAAAAAAAAAAAAAAA computronics{1.5.7} [Computronics] (Computronics-1.7.10-1.5.7.jar)
  148. UCHIJAAAAAAAAAAAAAAAAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
  149. UCHIJAAAAAAAAAAAAAAAAAAA extracarts{1.7.10-1.0.0} [Extra Carts] (ExtraCarts-1.7.10-1.0.0.jar)
  150. UCHIJAAAAAAAAAAAAAAAAAAA ExtraUtilities{1.2.11} [Extra Utilities] (extrautilities-1.2.11.jar)
  151. UCHIJAAAAAAAAAAAAAAAAAAA ForgeEssentialsClient{1.4.3} [Forge Essentials Client Addon] (forgeessentials-1.7.10-1.4.3.998-client.jar)
  152. UCHIJAAAAAAAAAAAAAAAAAAA ImmersiveEngineering{0.5.4} [Immersive Engineering] (ImmersiveEngineering-0.5.4.jar)
  153. UCHIJAAAAAAAAAAAAAAAAAAA immersiveintegration{0.5.4} [Immersive Integration] (immersiveintegration-0.5.4.jar)
  154. UCHIJAAAAAAAAAAAAAAAAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  155. UCHIJAAAAAAAAAAAAAAAAAAA InvisibLights{2.3-7} [InvisibLights] (InvisibLights-2.3-7.jar)
  156. UCHIJAAAAAAAAAAAAAAAAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal (1).jar)
  157. UCHIJAAAAAAAAAAAAAAAAAAA masssound{1.1.1} [MassSound] (MassSound-1.7.10-1.1.1.jar)
  158. UCHIJAAAAAAAAAAAAAAAAAAA MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
  159. UCHIJAAAAAAAAAAAAAAAAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
  160. UCHIJAAAAAAAAAAAAAAAAAAA openfm{0.1.0.8} [OpenFM] (openFM.jar)
  161. UCHIJAAAAAAAAAAAAAAAAAAA openglasses{1.0.46} [OC Glasses] (OpenGlasses-1.0.46.jar)
  162. UCHIJAAAAAAAAAAAAAAAAAAA openlights{0.1.0.18} [OpenLights] (OpenLights-MC1.7.10-OC1.4-0.1.0.18.jar)
  163. UCHIJAAAAAAAAAAAAAAAAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  164. UCHIJAAAAAAAAAAAAAAAAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-5.jar)
  165. UCHIJAAAAAAAAAAAAAAAAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-5.jar)
  166. UCHIJAAAAAAAAAAAAAAAAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-5.jar)
  167. UCHIJAAAAAAAAAAAAAAAAAAA openprinter{0.1.0.126} [OpenPrinter] (OpenPrinter.jar)
  168. UCHIJAAAAAAAAAAAAAAAAAAA opensecurity{1.0.65} [OpenSecurity] (OpenSecurity-1.0-65.jar)
  169. UCHIJAAAAAAAAAAAAAAAAAAA PeripheralsPlusPlus{1.3.3} [Peripherals++] (Peripherals++-1.3.3.jar)
  170. UCHIJAAAAAAAAAAAAAAAAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  171. UCHIJAAAAAAAAAAAAAAAAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
  172. UCHIJAAAAAAAAAAAAAAAAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  173. UCHIJAAAAAAAAAAAAAAAAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal (3).jar)
  174. UCHIJAAAAAAAAAAAAAAAAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal (3).jar)
  175. UCHIJAAAAAAAAAAAAAAAAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal (3).jar)
  176. UCHIJAAAAAAAAAAAAAAAAAAA zettaindustries{1.1} [Zetta Industries] (zettaindustries-1.1-97.jar)
  177. UCHIJAAAAAAAAAAAAAAAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  178. UCHIJAAAAAAAAAAAAAAAAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  179. UCHIJAAAAAAAAAAAAAAAAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  180. UCHIJAAAAAAAAAAAAAAAAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  181. UCHIJAAAAAAAAAAAAAAAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  182. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  183. OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
  184. Class transformer null safety: all safe
  185. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  186. CoFHCore: -[1.7.10]3.0.3-303
  187. ThermalFoundation: -[1.7.10]1.2.0-102
  188. ThermalExpansion: -[1.7.10]4.0.3B1-218
  189. ThermalDynamics: -[1.7.10]1.1.0-161
  190. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  191. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
  192. Profiler Position: N/A (disabled)
  193. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  194. Player Count: 1 / 8; [EntityPlayerMP['jhagrid7'/4798, l='Mods', x=-7.70, y=211.00, z=14.72]]
  195. Type: Integrated Server (map_client.txt)
  196. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment