Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  5. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  6. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  7. NWRTweak (redstonepaste-mc1.12-1.7.5 (2).jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
  9. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.jar)
  10. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  11. Contact their authors BEFORE contacting forge
  12.  
  13. // You're mean.
  14.  
  15. Time: 7/18/19 1:12 AM
  16. Description: Ticking block entity
  17.  
  18. java.lang.NullPointerException: Ticking block entity
  19. at net.minecraft.pathfinding.PathHeap.func_75846_b(SourceFile:107)
  20. at net.minecraft.pathfinding.PathHeap.func_75844_c(SourceFile:40)
  21. at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:66)
  22. at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
  23. at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
  24. at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114)
  25. at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:51)
  26. at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93)
  27. at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:143)
  28. at org.jurassicraft.server.block.entity.FeederBlockEntity.func_73660_a(FeederBlockEntity.java:325)
  29. at net.minecraft.world.World.func_72939_s(World.java:1835)
  30. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  31. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  32. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  33. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  35. at java.lang.Thread.run(Thread.java:745)
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Thread: Server thread
  43. Stacktrace:
  44. at net.minecraft.pathfinding.PathHeap.func_75846_b(SourceFile:107)
  45. at net.minecraft.pathfinding.PathHeap.func_75844_c(SourceFile:40)
  46. at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:66)
  47. at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
  48. at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
  49. at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114)
  50. at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:51)
  51. at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93)
  52. at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:143)
  53. at org.jurassicraft.server.block.entity.FeederBlockEntity.func_73660_a(FeederBlockEntity.java:325)
  54.  
  55. -- Block entity being ticked --
  56. Details:
  57. Name: jurassicraft:feeder // org.jurassicraft.server.block.entity.FeederBlockEntity
  58. Block type: ID #2254 (tile.feeder // org.jurassicraft.server.block.machine.FeederBlock // jurassicraft:feeder)
  59. Block data value: 1 / 0x1 / 0b0001
  60. Block location: World: (116,70,382), Chunk: (at 4,4,14 in 7,23; contains blocks 112,0,368 to 127,255,383), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  61. Actual block type: ID #2254 (tile.feeder // org.jurassicraft.server.block.machine.FeederBlock // jurassicraft:feeder)
  62. Actual block data value: 1 / 0x1 / 0b0001
  63. Stacktrace:
  64. at net.minecraft.world.World.func_72939_s(World.java:1835)
  65. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  66.  
  67. -- Affected level --
  68. Details:
  69. Level name: Streamings
  70. All players: 1 total; [GCEntityPlayerMP['SrUca'/6128, l='Streamings', x=76.18, y=63.00, z=382.07]]
  71. Chunk stats: ServerChunkCache: 441 Drop: 0
  72. Level seed: -1321726351922180980
  73. Level generator: ID 00 - default, ver 1. Features enabled: true
  74. Level generator options:
  75. Level spawn location: World: (82,64,238), Chunk: (at 2,4,14 in 5,14; contains blocks 80,0,224 to 95,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  76. Level time: 2085638 game time, 79509 day time
  77. Level dimension: 0
  78. Level storage version: 0x04ABD - Anvil
  79. Level weather: Rain time: 16367 (now: false), thunder time: 54843 (now: false)
  80. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  81. Stacktrace:
  82. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  83. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  84. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  85. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  86. at java.lang.Thread.run(Thread.java:745)
  87.  
  88. -- System Details --
  89. Details:
  90. Minecraft Version: 1.12.2
  91. Operating System: Windows 10 (amd64) version 10.0
  92. Java Version: 1.8.0_51, Oracle Corporation
  93. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  94. Memory: 8829741304 bytes (8420 MB) / 15837691904 bytes (15104 MB) up to 17179869184 bytes (16384 MB)
  95. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  96. IntCache: cache: 0, tcache: 2, allocated: 14, tallocated: 94
  97. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 106 mods loaded, 106 mods active
  98. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  99.  
  100. | State | ID | Version | Source | Signature |
  101. |:------ |:------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
  102. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  103. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  104. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  105. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  106. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  107. | LCHIJA | openmodscore | 0.12 | minecraft.jar | None |
  108. | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  109. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  110. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  111. | LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha (1).jar | None |
  112. | LCHIJA | harvestcraft | 1.12.2w | Pam's+HarvestCraft+1.12.2w.jar | None |
  113. | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2 (1).jar | None |
  114. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  115. | LCHIJA | bookshelf | 2.3.573 | Bookshelf-1.12.2-2.3.573.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  116. | LCHIJA | zawa | 1.12.2-1.6.0 | zawa+-+1.6.0+(1.12.2).jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
  117. | LCHIJA | bookworm | 1.12.2-2.2.0 | bookworm+-+2.2.0+(1.12.2).jar | None |
  118. | LCHIJA | buildcraftlib | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  119. | LCHIJA | buildcraftcore | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  120. | LCHIJA | buildcraftbuilders | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  121. | LCHIJA | buildcrafttransport | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  122. | LCHIJA | buildcraftsilicon | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  123. | LCHIJA | buildcraftenergy | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  124. | LCHIJA | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  125. | LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268 (1).jar | None |
  126. | LCHIJA | forestry | 5.8.1.337 | forestry_1.12.2-5.8.1.337.jar | None |
  127. | LCHIJA | buildcraftcompat | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  128. | LCHIJA | buildcraftfactory | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  129. | LCHIJA | buildcraftrobotics | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  130. | LCHIJA | cfm | 6.2.0 | cfm-6.2.0-mc1.12.2.jar | None |
  131. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  132. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35 (1).jar | None |
  133. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  134. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  135. | LCHIJA | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
  136. | LCHIJA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4 (1).jar | None |
  137. | LCHIJA | cyclopscore | 1.1.1 | CyclopsCore-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  138. | LCHIJA | doggytalents | 1.15.0.1 | DoggyTalents-1.12.2-1.15.0.1-universal.jar | None |
  139. | LCHIJA | mocreatures | 12.0.4 | DrZharks MoCreatures Mod-12.0.4 (1).jar | None |
  140. | LCHIJA | elementalcreepers | v4.3.3.g5616356 | ElementalCreepers-v4.3.3.g5616356 (3).jar | None |
  141. | LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  142. | LCHIJA | enderstorage | 2.4.5.135 | Ender-Storage-Mod-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  143. | LCHIJA | energysynergy | 1.1.4 | EnergySynergy-1.12.2-1.1.4.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  144. | LCHIJA | extraalchemy | 0.3.8.6.1-release | extraalchemy-0.3.8.6.1-release.jar | None |
  145. | LCHIJA | golems | 7.1.5 | ExtraGolems-1.12-7.1.5.jar | None |
  146. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  147. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  148. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  149. | LCHIJA | llibrary | 1.7.18 | llibrary-1.7.18-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  150. | LCHIJA | fossil | 8.0.2 | fossilsarcheology-8.0.2.jar | None |
  151. | LCHIJA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  152. | LCHIJA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87 (1).jar | None |
  153. | LCHIJA | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
  154. | LCHIJA | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
  155. | LCHIJA | grimoireofgaia | 1.6.9.3 | GrimoireOfGaia3-1.12.2-1.6.9.3.jar | None |
  156. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2 (1).jar | None |
  157. | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63 (1).jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  158. | LCHIJA | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  159. | LCHIJA | ironfurnaces | 1.3.1 | ironfurnaces-1.3.1.jar | None |
  160. | LCHIJA | justenoughbuttons | 1.12-1.2 | justenoughbuttons-1.12.2-1.2.3 (1).jar | None |
  161. | LCHIJA | mca | 6.0.0-beta | MCA-1.12.2-6.0.0-beta-universal.jar | None |
  162. | LCHIJA | millenaire | Millénaire 7.1.3 | millenaire-1.12.2-7.1.3.jar | None |
  163. | LCHIJA | mobends | 0.24 | mobends-0.24_for_MC-1.12 (1).jar | None |
  164. | LCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal (1).jar | None |
  165. | LCHIJA | openmods | 0.12 | OpenModsLib-1.12.2-0.12.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  166. | LCHIJA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  167. | LCHIJA | patchouli | 1.0-18 | Patchouli-1.0-18.jar | None |
  168. | LCHIJA | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0 (1).jar | None |
  169. | LCHIJA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  170. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
  171. | LCHIJA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  172. | LCHIJA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  173. | LCHIJA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  174. | LCHIJA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  175. | LCHIJA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  176. | LCHIJA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  177. | LCHIJA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  178. | LCHIJA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  179. | LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
  180. | LCHIJA | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5 (2).jar | None |
  181. | LCHIJA | ruins | 16.9 | Ruins-1.12 (1).jar | None |
  182. | LCHIJA | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None |
  183. | LCHIJA | superminer_core | 2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  184. | LCHIJA | superminer_captivator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  185. | LCHIJA | superminer_cropinator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  186. | LCHIJA | superminer_excavator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  187. | LCHIJA | superminer_illuminator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  188. | LCHIJA | superminer_lumbinator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  189. | LCHIJA | superminer_shaftanator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  190. | LCHIJA | superminer_substitutor | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  191. | LCHIJA | superminer_veinator | [1.12]-2.6.34.336 | SuperMiner-2.6.34.336.jar | None |
  192. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  193. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  194. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  195. | LCHIJA | wawla | 2.5.269 | Wawla-1.12.2-2.5.269.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  196. | LCHIJA | valoegheses_be | 1.0 Alpha 5 | ZoesteriaPublicAlpha1.4.9_01.jar | None |
  197. | LCHIJA | zoocraftdiscoveries | 1.0 | Zoocraft+Discoveries+1.12.2-1.1.0.jar | None |
  198. | LCHIJA | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190129.094240.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  199. | LCHIJA | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  200. | LCHIJA | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.014036.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  201. | LCHIJA | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181125.060253.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  202. | LCHIJA | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.7.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  203. | LCHIJA | drpcmlocks | 1.12.2-1.0.1 | drpcmlocks-1.12.2-1.0.0-SNAPSHOT-20181126.051203.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
  204. | LCHIJA | drpmedieval | 1.12.2-0.3.3 | drpmedieval-1.12.2-0.3.3.jar | None |
  205. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  206. | LCHIJA | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  207. | LCHIJA | jurassicraft | 2.1.23 | JurassiCraft-1.12.2-2.1.23.jar | None |
  208.  
  209. Loaded coremods (and transformers):
  210. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  211. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  212. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  213. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  214. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  215. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  216. micdoodle8.mods.miccore.MicdoodleTransformer
  217. NWRTweak (redstonepaste-mc1.12-1.7.5 (2).jar)
  218. net.fybertech.nwr.NWRTransformer
  219. Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
  220. invtweaks.forge.asm.ContainerTransformer
  221. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.jar)
  222. openmods.core.OpenModsClassTransformer
  223. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  224. team.chisel.ctm.client.asm.CTMTransformer
  225. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  226. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  227. Pulsar/tconstruct loaded Pulses:
  228. - TinkerCommons (Enabled/Forced)
  229. - TinkerWorld (Enabled/Not Forced)
  230. - TinkerTools (Enabled/Not Forced)
  231. - TinkerHarvestTools (Enabled/Forced)
  232. - TinkerMeleeWeapons (Enabled/Forced)
  233. - TinkerRangedWeapons (Enabled/Forced)
  234. - TinkerModifiers (Enabled/Forced)
  235. - TinkerSmeltery (Enabled/Not Forced)
  236. - TinkerGadgets (Enabled/Not Forced)
  237. - TinkerOredict (Enabled/Forced)
  238. - TinkerIntegration (Enabled/Forced)
  239. - TinkerFluids (Enabled/Forced)
  240. - TinkerMaterials (Enabled/Forced)
  241. - TinkerModelRegister (Enabled/Forced)
  242. - chiselIntegration (Enabled/Not Forced)
  243. - wailaIntegration (Enabled/Not Forced)
  244.  
  245. Profiler Position: N/A (disabled)
  246. Player Count: 1 / 8; [GCEntityPlayerMP['SrUca'/6128, l='Streamings', x=76.18, y=63.00, z=382.07]]
  247. Type: Integrated Server (map_client.txt)
  248. Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement