Advertisement
kreezxil

Untitled

Apr 4th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.95 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  6. ForgelinPlugin (Forgelin-1.6.0.jar)
  7. FarseekCoreMod (Farseek-1.12-2.2.4.jar)
  8. llibrary (llibrary-1.7.9-1.12.2.jar)
  9. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  10. BCModPlugin (backpacks 1.12.2 - 3.4.4.jar)
  11. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // There are four lights!
  15.  
  16. Time: 4/4/18 2:13 PM
  17. Description: Ticking entity
  18.  
  19. java.lang.ClassCastException: net.minecraft.util.math.ChunkPos cannot be cast to java.lang.Boolean
  20. at scala.runtime.BoxesRunTime.unboxToBoolean(BoxesRunTime.java:89)
  21. at farseek.world.package$.populating(package.scala:37)
  22. at streams.block.BlockRiver.func_176213_c(BlockRiver.scala:39)
  23. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:614)
  24. at net.minecraft.world.World.func_180501_a(World.java:342)
  25. at farseek.world.package$WorldValue$.setBlockAt$extension(package.scala:206)
  26. at farseek.world.BlockWriteAccess$WorldBlockAccess$.setBlockAt(BlockWriteAccess.scala:31)
  27. at farseek.world.BlockWriteAccess$WorldBlockAccess$.setBlockAt(BlockWriteAccess.scala:28)
  28. at farseek.world.WrappedBlockSetter$class.setBlockAt(BlockSetter.scala:27)
  29. at farseek.world.gen.PopulatingArea.setBlockAt(PopulatingArea.scala:12)
  30. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:44)
  31. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:41)
  32. at farseek.world.WrappedBlockSetter$class.setBlockAt(BlockSetter.scala:27)
  33. at farseek.world.gen.structure.ComponentBuilder.setBlockAt(StructureComponent.scala:32)
  34. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:44)
  35. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:41)
  36. at farseek.world.package$$anonfun$setBlockAt$1.apply(package.scala:134)
  37. at farseek.world.package$$anonfun$setBlockAt$1.apply(package.scala:134)
  38. at scala.Option.exists(Option.scala:228)
  39. at farseek.world.package$.setBlockAt(package.scala:134)
  40. at farseek.world.package$.setBlockAndDataAt(package.scala:139)
  41. at streams.world.gen.structure.RiverComponent.streams$world$gen$structure$RiverComponent$$setRiverBlockAt(RiverComponent.scala:377)
  42. at streams.world.gen.structure.RiverComponent$$anonfun$build$2.apply(RiverComponent.scala:310)
  43. at streams.world.gen.structure.RiverComponent$$anonfun$build$2.apply(RiverComponent.scala:288)
  44. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
  45. at scala.collection.Iterator$class.foreach(Iterator.scala:743)
  46. at scala.collection.AbstractIterator.foreach(Iterator.scala:1174)
  47. at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
  48. at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
  49. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
  50. at streams.world.gen.structure.RiverComponent.build(RiverComponent.scala:288)
  51. at farseek.world.gen.structure.StructureComponent.build(StructureComponent.scala:21)
  52. at farseek.world.gen.structure.Structure$$anonfun$build$2.apply(Structure.scala:40)
  53. at farseek.world.gen.structure.Structure$$anonfun$build$2.apply(Structure.scala:40)
  54. at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
  55. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
  56. at farseek.world.gen.structure.Structure.build(Structure.scala:40)
  57. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:57)
  58. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:57)
  59. at scala.Option.foreach(Option.scala:245)
  60. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:57)
  61. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:57)
  62. at scala.Option.foreach(Option.scala:245)
  63. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:57)
  64. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:56)
  65. at scala.collection.immutable.Set$Set1.foreach(Set.scala:83)
  66. at streams.world.gen.structure.RiverGenerator.build(RiverGenerator.scala:56)
  67. at farseek.world.gen.structure.StructureGenerator.onPrePopulateChunk(StructureGenerator.scala:77)
  68. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_830_StructureGenerator_onPrePopulateChunk_Pre.invoke(.dynamic)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  70. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  71. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:723)
  72. at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:395)
  73. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1017)
  74. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:997)
  75. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  76. at net.minecraft.world.World.func_72964_e(World.java:309)
  77. at net.minecraft.world.ChunkCache.<init>(ChunkCache.java:37)
  78. at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:113)
  79. at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:65)
  80. at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93)
  81. at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:143)
  82. at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:65)
  83. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:102)
  84. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
  85. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  86. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  87. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  88. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  89. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  90. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  91. at teamroots.embers.entity.EntityAncientGolem.func_70071_h_(EntityAncientGolem.java:65)
  92. at net.minecraft.world.World.func_72866_a(World.java:1990)
  93. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  94. at net.minecraft.world.World.func_72870_g(World.java:1952)
  95. at net.minecraft.world.World.func_72939_s(World.java:1756)
  96. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  97. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  98. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  99. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  100. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  101. at java.lang.Thread.run(Thread.java:745)
  102.  
  103.  
  104. A detailed walkthrough of the error, its code path and all known details is as follows:
  105. ---------------------------------------------------------------------------------------
  106.  
  107. -- Head --
  108. Thread: Server thread
  109. Stacktrace:
  110. at scala.runtime.BoxesRunTime.unboxToBoolean(BoxesRunTime.java:89)
  111. at farseek.world.package$.populating(package.scala:37)
  112. at streams.block.BlockRiver.func_176213_c(BlockRiver.scala:39)
  113. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:614)
  114. at net.minecraft.world.World.func_180501_a(World.java:342)
  115. at farseek.world.package$WorldValue$.setBlockAt$extension(package.scala:206)
  116. at farseek.world.BlockWriteAccess$WorldBlockAccess$.setBlockAt(BlockWriteAccess.scala:31)
  117. at farseek.world.BlockWriteAccess$WorldBlockAccess$.setBlockAt(BlockWriteAccess.scala:28)
  118. at farseek.world.WrappedBlockSetter$class.setBlockAt(BlockSetter.scala:27)
  119. at farseek.world.gen.PopulatingArea.setBlockAt(PopulatingArea.scala:12)
  120. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:44)
  121. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:41)
  122. at farseek.world.WrappedBlockSetter$class.setBlockAt(BlockSetter.scala:27)
  123. at farseek.world.gen.structure.ComponentBuilder.setBlockAt(StructureComponent.scala:32)
  124. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:44)
  125. at farseek.world.BlockWriteAccess$NonWorldBlockWriteAccess$.setBlockAt(BlockWriteAccess.scala:41)
  126. at farseek.world.package$$anonfun$setBlockAt$1.apply(package.scala:134)
  127. at farseek.world.package$$anonfun$setBlockAt$1.apply(package.scala:134)
  128. at scala.Option.exists(Option.scala:228)
  129. at farseek.world.package$.setBlockAt(package.scala:134)
  130. at farseek.world.package$.setBlockAndDataAt(package.scala:139)
  131. at streams.world.gen.structure.RiverComponent.streams$world$gen$structure$RiverComponent$$setRiverBlockAt(RiverComponent.scala:377)
  132. at streams.world.gen.structure.RiverComponent$$anonfun$build$2.apply(RiverComponent.scala:310)
  133. at streams.world.gen.structure.RiverComponent$$anonfun$build$2.apply(RiverComponent.scala:288)
  134. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
  135. at scala.collection.Iterator$class.foreach(Iterator.scala:743)
  136. at scala.collection.AbstractIterator.foreach(Iterator.scala:1174)
  137. at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
  138. at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
  139. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
  140. at streams.world.gen.structure.RiverComponent.build(RiverComponent.scala:288)
  141. at farseek.world.gen.structure.StructureComponent.build(StructureComponent.scala:21)
  142. at farseek.world.gen.structure.Structure$$anonfun$build$2.apply(Structure.scala:40)
  143. at farseek.world.gen.structure.Structure$$anonfun$build$2.apply(Structure.scala:40)
  144. at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
  145. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
  146. at farseek.world.gen.structure.Structure.build(Structure.scala:40)
  147. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:57)
  148. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:57)
  149. at scala.Option.foreach(Option.scala:245)
  150. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:57)
  151. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:57)
  152. at scala.Option.foreach(Option.scala:245)
  153. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:57)
  154. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:56)
  155. at scala.collection.immutable.Set$Set1.foreach(Set.scala:83)
  156. at streams.world.gen.structure.RiverGenerator.build(RiverGenerator.scala:56)
  157. at farseek.world.gen.structure.StructureGenerator.onPrePopulateChunk(StructureGenerator.scala:77)
  158. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_830_StructureGenerator_onPrePopulateChunk_Pre.invoke(.dynamic)
  159. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  160. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  161. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:723)
  162. at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:395)
  163. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1017)
  164. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:997)
  165. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  166. at net.minecraft.world.World.func_72964_e(World.java:309)
  167. at net.minecraft.world.ChunkCache.<init>(ChunkCache.java:37)
  168. at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:113)
  169. at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:65)
  170. at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93)
  171. at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:143)
  172. at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:65)
  173. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:102)
  174. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
  175. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  176. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  177. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  178. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  179. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  180. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  181. at teamroots.embers.entity.EntityAncientGolem.func_70071_h_(EntityAncientGolem.java:65)
  182. at net.minecraft.world.World.func_72866_a(World.java:1990)
  183. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  184. at net.minecraft.world.World.func_72870_g(World.java:1952)
  185.  
  186. -- Entity being ticked --
  187. Details:
  188. Entity Type: embers:ancient_golem (teamroots.embers.entity.EntityAncientGolem)
  189. Entity ID: 399
  190. Entity Name: Ancient Golem
  191. Entity's Exact location: 494.50, 20.00, 253.00
  192. Entity's Block location: World: (494,20,253), Chunk: (at 14,1,13 in 30,15; contains blocks 480,0,240 to 495,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  193. Entity's Momentum: 0.00, -0.08, 0.00
  194. Entity's Passengers: []
  195. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  196. Stacktrace:
  197. at net.minecraft.world.World.func_72939_s(World.java:1756)
  198. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  199.  
  200. -- Affected level --
  201. Details:
  202. Level name: New World
  203. All players: 1 total; [EntityPlayerMP['Kreezxil'/1102, l='New World', x=332.71, y=81.00, z=258.50]]
  204. Chunk stats: ServerChunkCache: 718 Drop: 0
  205. Level seed: -4535989862704667805
  206. Level generator: ID 00 - default, ver 1. Features enabled: true
  207. Level generator options:
  208. Level spawn location: World: (327,64,253), Chunk: (at 7,4,13 in 20,15; contains blocks 320,0,240 to 335,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  209. Level time: 517 game time, 517 day time
  210. Level dimension: 0
  211. Level storage version: 0x04ABD - Anvil
  212. Level weather: Rain time: 144619 (now: false), thunder time: 79241 (now: false)
  213. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  214. Stacktrace:
  215. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  216. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  217. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  218. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  219. at java.lang.Thread.run(Thread.java:745)
  220.  
  221. -- System Details --
  222. Details:
  223. Minecraft Version: 1.12.2
  224. Operating System: Windows 10 (amd64) version 10.0
  225. Java Version: 1.8.0_25, Oracle Corporation
  226. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  227. Memory: 3455159256 bytes (3295 MB) / 6493831168 bytes (6193 MB) up to 11453595648 bytes (10923 MB)
  228. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
  229. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  230. FML: MCP 9.42 Powered by Forge 14.23.2.2654 118 mods loaded, 118 mods active
  231. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  232.  
  233. | State | ID | Version | Source | Signature |
  234. |:--------- |:----------------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
  235. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  236. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  237. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2654.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  238. | UCHIJAAAA | forge | 14.23.2.2654 | forge-1.12.2-14.23.2.2654.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  239. | UCHIJAAAA | translatemod | 4.3.1 | [1.12.2]RealTimeTranslation-4.3.1.jar | None |
  240. | UCHIJAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  241. | UCHIJAAAA | ancientwarfare | @VERSION@ | ancientwarfare-1.12.2-2.5.119.jar | None |
  242. | UCHIJAAAA | ancientwarfareautomation | @VERSION@ | ancientwarfare-1.12.2-2.5.119.jar | None |
  243. | UCHIJAAAA | ancientwarfarenpc | @VERSION@ | ancientwarfare-1.12.2-2.5.119.jar | None |
  244. | UCHIJAAAA | ancientwarfarestructure | @VERSION@ | ancientwarfare-1.12.2-2.5.119.jar | None |
  245. | UCHIJAAAA | biomesoplenty | 7.0.1.2334 | BiomesOPlenty-1.12.2-7.0.1.2334-universal.jar | None |
  246. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  247. | UCHIJAAAA | botania | r1.10-353 | Botania r1.10-353.jar | None |
  248. | UCHIJAAAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  249. | UCHIJAAAA | animania | 1.4.7 | animania-1.12.2-1.4.7.jar | None |
  250. | UCHIJAAAA | architect | 1.2.0.6 | Architect-MC1.12-1.2.0.6.jar | None |
  251. | UCHIJAAAA | autocrafter | 2.2 | autocrafter-2.2.jar | None |
  252. | UCHIJAAAA | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  253. | UCHIJAAAA | backpacks16840 | 3.4.4 | backpacks 1.12.2 - 3.4.4.jar | None |
  254. | UCHIJAAAA | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
  255. | UCHIJAAAA | miscrails | 1.0.0 | Better-Railroads-1.0.0.jar | None |
  256. | UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  257. | UCHIJAAAA | betterquesting | 3.5.239 | BetterQuesting-3.5.239.jar | None |
  258. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  259. | UCHIJAAAA | bigbeautifulbuttons | 1.12.2-1.1.3 | bigbeautifulbuttons-1.12.2-1.1.3.jar | None |
  260. | UCHIJAAAA | blockblocker | 1.12.2-1.1.2 | blockblocker-1.12.2-1.1.2.jar | None |
  261. | UCHIJAAAA | bookshelf | 2.3.537 | Bookshelf-1.12.2-2.3.537.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  262. | UCHIJAAAA | preston | 0.3.3 | Preston-0.3.3.jar | None |
  263. | UCHIJAAAA | jei | 4.8.5.159 | jei_1.12.2-4.8.5.159.jar | None |
  264. | UCHIJAAAA | ftbl | 4.2.5 | FTBLib-4.2.5.jar | None |
  265. | UCHIJAAAA | ftbu | 4.2.4 | FTBUtilities-4.2.4.jar | None |
  266. | UCHIJAAAA | carryon | 1.7.2 | CarryOn MC1.12.2 v1.7.2.jar | None |
  267. | UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  268. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  269. | UCHIJAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  270. | UCHIJAAAA | colossalchests | 1.6.9 | ColossalChests-1.12.2-1.6.9.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  271. | UCHIJAAAA | corail_pillar_extension_quark | 4.0.0 | corail_pillar_extension_quark-4.0.0-1.12.jar | None |
  272. | UCHIJAAAA | craftingtweaks | 8.1.8 | CraftingTweaks_1.12.2-8.1.8.jar | None |
  273. | UCHIJAAAA | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
  274. | UCHIJAAAA | cutehamstermod | 1.1 | cutehamstermod-1.1.jar | ac38a3286ab9f4777b0023f0f6280caa9369d575 |
  275. | UCHIJAAAA | ptrmodellib | 1.0.0 | Decocraft-2.5.5_1.12.2.jar | None |
  276. | UCHIJAAAA | props | 2.5.5 | Decocraft-2.5.5_1.12.2.jar | None |
  277. | UCHIJAAAA | diamondglass | 1.12.2-1.7.0.12 | diamondglass-1.12.2-1.7.0.12.jar | None |
  278. | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  279. | UCHIJAAAA | durabilityviewer | 1.4 | DurabilityViewer-1.12-forge14.21.1.2387-1.4.jar | None |
  280. | UCHIJAAAA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  281. | UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
  282. | UCHIJAAAA | exoticbirds | 1.0 | Exotic Birds 1.12.2-1.4.1.jar | None |
  283. | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  284. | UCHIJAAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  285. | UCHIJAAAA | factorytech | 1.1.5 | FactoryTech-1.12.2-1.3.7.jar | None |
  286. | UCHIJAAAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
  287. | UCHIJAAAA | farseek | 2.2.4 | Farseek-1.12-2.2.4.jar | None |
  288. | UCHIJAAAA | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
  289. | UCHIJAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  290. | UCHIJAAAA | fastbench | 1.3.1 | FastWorkbench-1.12.2-1.3.1.jar | None |
  291. | UCHIJAAAA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
  292. | UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  293. | UCHIJAAAA | cfm | 4.2.0 | furniture-4.2.0-1.12.2.jar | None |
  294. | UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  295. | UCHIJAAAA | gbook | 2.0.1 | Guidebook-1.12.2-2.0.1.jar | None |
  296. | UCHIJAAAA | harvestables | 1.2 | harvestables-1.2.1.jar | None |
  297. | UCHIJAAAA | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  298. | UCHIJAAAA | huntingdim | 1.0.18 | HuntingDimension-1.12.2-1.0.18.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  299. | UCHIJAAAA | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None |
  300. | UCHIJAAAA | llibrary | 1.7.9 | llibrary-1.7.9-1.12.2.jar | None |
  301. | UCHIJAAAA | iceandfire | 1.3.1 | iceandfire-1.3.1-1.12.2.jar | None |
  302. | UCHIJAAAA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
  303. | UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  304. | UCHIJAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  305. | UCHIJAAAA | itemscroller | 0.11.0 | itemscroller-1.12.0-0.11.0.jar | None |
  306. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  307. | UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  308. | UCHIJAAAA | landlust | 1.12.2-0.3.6 | landlust-1.12.2-0.3.6.jar | None |
  309. | UCHIJAAAA | lavadynamics | 1.12.2-1.1.3 | lavadynamics-1.12.2-1.1.3.jar | None |
  310. | UCHIJAAAA | leverbuttonlights | 1.12.2-1.5 | leverbuttonlights-1.12.2-1.5.jar | None |
  311. | UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  312. | UCHIJAAAA | metamorph | 1.1.4 | metamorph-1.1.4-1.12.1.jar | None |
  313. | UCHIJAAAA | minecolonies | 1.12.2-0.8.7972 | minecolonies-universal-1.12.2-0.8.7972.jar | None |
  314. | UCHIJAAAA | morebeautifulbuttons | 1.12.2-1.7.2.19 | morebeautifulbuttons-1.12.2-1.7.2.19.jar | None |
  315. | UCHIJAAAA | morebeautifulplates | 1.12.2-1.0.3 | morebeautifulplates-1.12.2-1.0.3.jar | None |
  316. | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  317. | UCHIJAAAA | mycommands | 1.12.2-01 | MyCommands-1.12.2-01.jar | None |
  318. | UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  319. | UCHIJAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  320. | UCHIJAAAA | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  321. | UCHIJAAAA | oreexcavation | 1.4.113 | OreExcavation-1.4.113.jar | None |
  322. | UCHIJAAAA | pillagers | 1.0.2 | Pillagers-1.12.2-1.0.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  323. | UCHIJAAAA | pitweaks | 1.12-0.5.3 | PiTweaks-1.12-0.5.3.jar | None |
  324. | UCHIJAAAA | placebo | 1.3.2 | Placebo-1.12.2-1.3.2.jar | None |
  325. | UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
  326. | UCHIJAAAA | questbook | 3.1.0-1.12 | questbook-3.1.0-1.12.jar | None |
  327. | UCHIJAAAA | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  328. | UCHIJAAAA | recycler | 1.5.0 | recycler-1.5.0-1.12.jar | None |
  329. | UCHIJAAAA | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  330. | UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  331. | UCHIJAAAA | xreliquary | 1.12.2-1.3.4.757 | Reliquary-1.12.2-1.3.4.757.jar | None |
  332. | UCHIJAAAA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  333. | UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
  334. | UCHIJAAAA | simplegrinder | @VERSION@ | SimpleGrinder-1.144.R1122fix.jar | None |
  335. | UCHIJAAAA | sis | 0.3 | SimpleInventoryStarter-0.3-1.12.2.jar | None |
  336. | UCHIJAAAA | storagenetwork | 1.12.2-1.2.4 | SimpleStorageNetwork-1.12.2-1.2.4.jar | None |
  337. | UCHIJAAAA | bq_standard | 3.4.140 | StandardExpansion-3.4.140.jar | None |
  338. | UCHIJAAAA | statues | 0.8.1 | statues-1.12.X-0.8.1.jar | None |
  339. | UCHIJAAAA | streams | 0.4.3 | Streams-1.12-0.4.3.jar | None |
  340. | UCHIJAAAA | terracart | 1.12.2-1.2.3 | terracartreloaded-1.12.2-1.2.3.jar | None |
  341. | UCHIJAAAA | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
  342. | UCHIJAAAA | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
  343. | UCHIJAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  344. | UCHIJAAAA | tombstone | 2.8.2 | tombstone-2.8.2-1.12.jar | None |
  345. | UCHIJAAAA | torchoptimizer | 1.12.2-1.1.3 | torchoptimizer-1.12.2-1.1.3.jar | None |
  346. | UCHIJAAAA | trade | 1.0.4 | trade-1.0.4.jar | None |
  347. | UCHIJAAAA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  348. | UCHIJAAAA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  349. | UCHIJAAAA | upsizer | 4.0.1 | upsizer-mc1.12-4.0.1.jar | None |
  350. | UCHIJAAAA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  351. | UCHIJAAAA | witherskelefix | 2.5.0 | Wither Skeleton Tweaks-1.12.2-2.5.0.jar | None |
  352. | UCHIJAAAA | corail_pillar | 4.1.0 | corail_pillar-4.1.0-1.12.jar | None |
  353.  
  354. Loaded coremods (and transformers):
  355. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  356. team.chisel.ctm.client.asm.CTMTransformer
  357. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  358. invtweaks.forge.asm.ContainerTransformer
  359. ForgelinPlugin (Forgelin-1.6.0.jar)
  360.  
  361. FarseekCoreMod (Farseek-1.12-2.2.4.jar)
  362. farseek.core.FarseekClassTransformer
  363. llibrary (llibrary-1.7.9-1.12.2.jar)
  364. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  365. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  366. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  367. lumien.resourceloader.asm.ClassTransformer
  368. BCModPlugin (backpacks 1.12.2 - 3.4.4.jar)
  369. brad16840.core.ClassTransformer
  370. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  371. net.fybertech.nwr.NWRTransformer
  372. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  373. Pulsar/tconstruct loaded Pulses:
  374. - TinkerCommons (Enabled/Forced)
  375. - TinkerWorld (Enabled/Not Forced)
  376. - TinkerTools (Enabled/Not Forced)
  377. - TinkerHarvestTools (Enabled/Forced)
  378. - TinkerMeleeWeapons (Enabled/Forced)
  379. - TinkerRangedWeapons (Enabled/Forced)
  380. - TinkerModifiers (Enabled/Forced)
  381. - TinkerSmeltery (Enabled/Not Forced)
  382. - TinkerGadgets (Enabled/Not Forced)
  383. - TinkerOredict (Enabled/Forced)
  384. - TinkerIntegration (Enabled/Forced)
  385. - TinkerFluids (Enabled/Forced)
  386. - TinkerMaterials (Enabled/Forced)
  387. - TinkerModelRegister (Enabled/Forced)
  388. - chiselIntegration (Enabled/Not Forced)
  389. - craftingtweaksIntegration (Enabled/Not Forced)
  390. - wailaIntegration (Enabled/Not Forced)
  391.  
  392. Pulsar/tcomplement loaded Pulses:
  393. - ModuleCommons (Enabled/Forced)
  394. - ModuleFeature (Enabled/Not Forced)
  395. - ChiselPlugin (Enabled/Not Forced)
  396.  
  397. Profiler Position: N/A (disabled)
  398. Player Count: 1 / 8; [EntityPlayerMP['Kreezxil'/1102, l='New World', x=332.71, y=81.00, z=258.50]]
  399. Type: Integrated Server (map_client.txt)
  400. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement