Advertisement
WenXin2

Actually Additions Crash

May 21st, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.07 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
  5. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  6. NautilusLoadingPlugin (Nautilus-1.12.2-1.0.6.jar)
  7. LoadingPlugin (Quark-r1.4-123.jar)
  8. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  9. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  10. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  11. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  12. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  14. FMLPlugin (elulib-0.1.12.jar)
  15. llibrary (llibrary-core-1.0.5-1.12.2.jar)
  16. VanillaFixLoadingPlugin (VanillaFix-1.0.5-43.jar)
  17. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  18. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  19. LittlePatchingLoader (LittleTiles_v1.5.0-pre97_mc1.12.2.jar)
  20. FarseekCoreMod (Farseek-1.12-2.2.5.jar)
  21. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  22. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  23. CoreModBase (ShulkerBoxViewer-1.5-mc[1.11-1.12.2].jar)
  24. Plugin (NotEnoughIDs-1.5.4.2.jar)
  25. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  26. BCModPlugin (backpacks 1.12.2 - 3.5.0.jar)
  27. ForgelinPlugin (Forgelin-1.6.0.jar)
  28. CorePlugin (ForgeEndertech-1.12.2-4.3.4.0-build.0110.jar)
  29. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  30. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  31. Contact their authors BEFORE contacting forge
  32.  
  33. // I bet Cylons wouldn't have this problem.
  34.  
  35. Time: 5/21/18 2:34 AM
  36. Description: Exception while updating neighbours
  37.  
  38. java.lang.NullPointerException: Exception while updating neighbours
  39. at de.ellpeck.actuallyadditions.mod.blocks.BlockWildPlant.getDrops(BlockWildPlant.java:78)
  40. at net.minecraft.block.Block.getDrops(Block.java:1300)
  41. at net.minecraft.block.Block.dropBlockAsItemWithChance(Block.java:571)
  42. at net.minecraft.block.Block.dropBlockAsItem(Block.java:564)
  43. at net.minecraft.block.BlockBush.checkAndDropBlock(BlockBush.java:67)
  44. at net.minecraft.block.BlockBush.neighborChanged(BlockBush.java:55)
  45. at net.minecraft.block.state.BlockStateContainer$StateImplementation.neighborChanged(BlockStateContainer.java:493)
  46. at net.minecraft.world.World.neighborChanged(World.java:550)
  47. at net.minecraft.world.World.notifyNeighborsOfStateChange(World.java:494)
  48. at net.minecraft.world.World.notifyNeighborsRespectDebug(World.java:439)
  49. at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
  50. at net.minecraft.world.World.setBlockState(World.java:360)
  51. at net.minecraft.world.World.setBlockState(World.java:424)
  52. at com.hosta.Floricraft.world.gen.feature.WorldGenSimpleRoad.genPath(WorldGenSimpleRoad.java:101)
  53. at com.hosta.Floricraft.world.biome.BiomeBasicWithPath.decorate(BiomeBasicWithPath.java:118)
  54. at com.hosta.Floricraft.handler.EventHandler.onChunkPopulate(EventHandler.java:225)
  55. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1204_EventHandler_onChunkPopulate_Post.invoke(.dynamic)
  56. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  57. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  58. at biomesoplenty.common.world.ChunkGeneratorOverworldBOP.populate(ChunkGeneratorOverworldBOP.java:595)
  59. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1017)
  60. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:997)
  61. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157)
  62. at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:344)
  63. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:186)
  64. at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:209)
  65. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  66. at java.lang.Thread.run(Thread.java:745)
  67.  
  68.  
  69. A detailed walkthrough of the error, its code path and all known details is as follows:
  70. ---------------------------------------------------------------------------------------
  71.  
  72. -- Head --
  73. Thread: Server thread
  74. Stacktrace:
  75. at de.ellpeck.actuallyadditions.mod.blocks.BlockWildPlant.getDrops(BlockWildPlant.java:78)
  76. at net.minecraft.block.Block.getDrops(Block.java:1300)
  77. at net.minecraft.block.Block.dropBlockAsItemWithChance(Block.java:571)
  78. at net.minecraft.block.Block.dropBlockAsItem(Block.java:564)
  79. at net.minecraft.block.BlockBush.checkAndDropBlock(BlockBush.java:67)
  80. at net.minecraft.block.BlockBush.neighborChanged(BlockBush.java:55)
  81. at net.minecraft.block.state.BlockStateContainer$StateImplementation.neighborChanged(BlockStateContainer.java:493)
  82.  
  83. -- Block being updated --
  84. Details:
  85. Source block type: ID #2 (tile.grass // net.minecraft.block.BlockGrass)
  86. Block: actuallyadditions:block_wild[type=canola]
  87. Block location: World: (258,69,291), Chunk: (at 2,4,3 in 16,18; contains blocks 256,0,288 to 271,255,303), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  88. Stacktrace:
  89. at net.minecraft.world.World.neighborChanged(World.java:550)
  90. at net.minecraft.world.World.notifyNeighborsOfStateChange(World.java:494)
  91. at net.minecraft.world.World.notifyNeighborsRespectDebug(World.java:439)
  92. at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
  93. at net.minecraft.world.World.setBlockState(World.java:360)
  94. at net.minecraft.world.World.setBlockState(World.java:424)
  95. at com.hosta.Floricraft.world.gen.feature.WorldGenSimpleRoad.genPath(WorldGenSimpleRoad.java:101)
  96. at com.hosta.Floricraft.world.biome.BiomeBasicWithPath.decorate(BiomeBasicWithPath.java:118)
  97. at com.hosta.Floricraft.handler.EventHandler.onChunkPopulate(EventHandler.java:225)
  98. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1204_EventHandler_onChunkPopulate_Post.invoke(.dynamic)
  99. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  100. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  101. at biomesoplenty.common.world.ChunkGeneratorOverworldBOP.populate(ChunkGeneratorOverworldBOP.java:595)
  102. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1017)
  103. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:997)
  104. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157)
  105. at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:344)
  106. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:186)
  107. at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:209)
  108. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  109. at java.lang.Thread.run(Thread.java:745)
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.12.2
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_25, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 3039502984 bytes (2898 MB) / 5743575040 bytes (5477 MB) up to 9306112000 bytes (8875 MB)
  118. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9984m -Xms256m -XX:PermSize=256m
  119. IntCache: cache: 0, tcache: 10, allocated: 14, tallocated: 76
  120. FML: MCP 9.42 Powered by Forge 14.23.3.2698 Optifine OptiFine_1.12.2_HD_U_C9 223 mods loaded, 223 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122.  
  123. | State | ID | Version | Source | Signature |
  124. |:------- |:-------------------------------------------- |:--------------------------- |:------------------------------------------------- |:---------------------------------------- |
  125. | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
  126. | UCHIJAA | mcp | 9.42 | minecraft.jar | None |
  127. | UCHIJAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2698.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  128. | UCHIJAA | forge | 14.23.3.2698 | forge-1.12.2-14.23.3.2698.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  129. | UCHIJAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  130. | UCHIJAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  131. | UCHIJAA | littletilescore | 1.0.0 | minecraft.jar | None |
  132. | UCHIJAA | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
  133. | UCHIJAA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  134. | UCHIJAA | openmodscore | 0.11.5 | minecraft.jar | None |
  135. | UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  136. | UCHIJAA | elucore | 1.0 | minecraft.jar | None |
  137. | UCHIJAA | yac | 2.1.158 | YetAnotherCore-2.1.158-MC1.12.2.jar | None |
  138. | UCHIJAA | simplearrowfix | 1.0.0 | [1.12.2]ArrowFix[1.0.0].jar | None |
  139. | UCHIJAA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.zip | None |
  140. | UCHIJAA | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
  141. | UCHIJAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  142. | UCHIJAA | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  143. | UCHIJAA | ancientwarfare | 1.12.2-2.5.210 | ancientwarfare-1.12.2-2.5.210.jar | None |
  144. | UCHIJAA | buildcraftlib | 7.99.17 | buildcraft-core-7.99.17.jar | None |
  145. | UCHIJAA | buildcraftcore | 7.99.17 | buildcraft-core-7.99.17.jar | None |
  146. | UCHIJAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  147. | UCHIJAA | ancientwarfareautomation | 1.12.2-2.5.210 | ancientwarfare-1.12.2-2.5.210.jar | None |
  148. | UCHIJAA | ancientwarfarenpc | 1.12.2-2.5.210 | ancientwarfare-1.12.2-2.5.210.jar | None |
  149. | UCHIJAA | ancientwarfarestructure | 1.12.2-2.5.210 | ancientwarfare-1.12.2-2.5.210.jar | None |
  150. | UCHIJAA | ancientwarfarevehicle | 1.12.2-2.5.210 | ancientwarfare-1.12.2-2.5.210.jar | None |
  151. | UCHIJAA | charset | 0.5.0.246 | Charset-Lib-0.5.0.246.jar | None |
  152. | UCHIJAA | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
  153. | UCHIJAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  154. | UCHIJAA | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
  155. | UCHIJAA | jei | 4.9.1.187 | jei_1.12.2-4.9.1.187.jar | None |
  156. | UCHIJAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  157. | UCHIJAA | armorchroma | 1.3 | armorchroma-1.3-1.12.2.jar | None |
  158. | UCHIJAA | aroma1997core | 2.0.0.0.b150 | Aroma1997Core-1.12.2-2.0.0.0.b150.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  159. | UCHIJAA | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
  160. | UCHIJAA | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  161. | UCHIJAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  162. | UCHIJAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  163. | UCHIJAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
  164. | UCHIJAA | gorecore | 1.12.2-0.4.5 | avatarmod-a5.3.jar | None |
  165. | UCHIJAA | avatarmod | a5.2 | avatarmod-a5.3.jar | None |
  166. | UCHIJAA | backpacks16840 | 3.5.0 | backpacks 1.12.2 - 3.5.0.jar | None |
  167. | UCHIJAA | bamboozled | 1.1.0 | Bamboozled-1.12-1.1.0.jar | None |
  168. | UCHIJAA | base | 3.7.2 | base-1.12.2-3.7.2.jar | None |
  169. | UCHIJAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  170. | UCHIJAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  171. | UCHIJAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  172. | UCHIJAA | tconstruct | 1.12.2-2.10.0.81 | TConstruct-1.12.2-2.10.0.81.jar | None |
  173. | UCHIJAA | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  174. | UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  175. | UCHIJAA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  176. | UCHIJAA | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
  177. | UCHIJAA | xaerobetterpvp | 1.15 | BetterPvP_1.15_Forge_1.12.jar | None |
  178. | UCHIJAA | betterthanbunnies | 1.12.1-1.1.0 | BetterThanBunnies-1.12.1-1.1.0.jar | None |
  179. | UCHIJAA | betterthanllamas | 1.12.1-1.0.0 | BetterThanLlamas-1.12.1-1.0.0.jar | None |
  180. | UCHIJAA | betterunderground | 1.1.6 | betterunderground-1.1.6.jar | None |
  181. | UCHIJAA | biomesoplenty | 7.0.1.2389 | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar | None |
  182. | UCHIJAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  183. | UCHIJAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  184. | UCHIJAA | bonsaitrees | 1.0.4 | bonsaitrees-1.0.4-b71.jar | None |
  185. | UCHIJAA | bookshelf | 2.3.544 | Bookshelf-1.12.2-2.3.544.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  186. | UCHIJAA | buildcraftbuilders | 7.99.17 | buildcraft-builders-7.99.17.jar | None |
  187. | UCHIJAA | buildcrafttransport | 7.99.17 | buildcraft-transport-7.99.17.jar | None |
  188. | UCHIJAA | buildcraftcompat | 7.99.14 | buildcraft-compat-7.99.14.jar | None |
  189. | UCHIJAA | buildcraftenergy | 7.99.17 | buildcraft-energy-7.99.17.jar | None |
  190. | UCHIJAA | buildcraftfactory | 7.99.17 | buildcraft-factory-7.99.17.jar | None |
  191. | UCHIJAA | candymod | 0.4.3 | candyworld-0.4.3.jar | None |
  192. | UCHIJAA | capsule | 1.12.2-3.1.69 | Capsule-1.12.2-3.1.69.jar | None |
  193. | UCHIJAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
  194. | UCHIJAA | chopdownupdated | 1.0.9 | ChopDown Updated (1.12.2+)-1.0.9.jar | None |
  195. | UCHIJAA | clock-mod | 1.0 | clock-mod-1.0-1.12.2.jar | None |
  196. | UCHIJAA | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
  197. | UCHIJAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  198. | UCHIJAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
  199. | UCHIJAA | coroutil | 1.12.1-1.2.11 | coroutil-1.12.1-1.2.11.jar | None |
  200. | UCHIJAA | configmod | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
  201. | UCHIJAA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  202. | UCHIJAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
  203. | UCHIJAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
  204. | UCHIJAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
  205. | UCHIJAA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.jar | None |
  206. | UCHIJAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
  207. | UCHIJAA | cyclicmagic | 1.15.3 | Cyclic-1.12.2-1.15.3.jar | None |
  208. | UCHIJAA | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None |
  209. | UCHIJAA | darkutils | 1.8.207 | DarkUtils-1.12.2-1.8.207.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  210. | UCHIJAA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
  211. | UCHIJAA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
  212. | UCHIJAA | deathcounter | 1.0.0 | DeathCounter-1.12.1-1.0.0.jar | None |
  213. | UCHIJAA | deathquotes | 1.2.0 | DeathQuotes-1.2.0-mc1.12-forge.jar | None |
  214. | UCHIJAA | defiledlands | 1.3.0 | defiledlands-1.12.2-1.3.0.jar | None |
  215. | UCHIJAA | dirt2path | 1.7.1 | dirt2path-1.7.1.jar | None |
  216. | UCHIJAA | dumpsterdiving | 1.0 - 1.12.2 | Dumpster Diving 1.0.1 - 1.12.2.jar | None |
  217. | UCHIJAA | dynamictrees | 1.12.2-0.7.7 | DynamicTrees-1.12.2-0.7.7e.jar | None |
  218. | UCHIJAA | dynamictreesbop | 1.12.2-1.1d | DynamicTreesBOP-1.12.2-1.1d.jar | None |
  219. | UCHIJAA | rustic | 1.0.5 | rustic-1.0.5.jar | None |
  220. | UCHIJAA | thaumcraft | 6.1.BETA13 | Thaumcraft-1.12.2-6.1.BETA13.jar | None |
  221. | UCHIJAA | dynamictreestc | 1.12.2-0.1b | DynamicTreesTC-1.12.2-0.1b.jar | None |
  222. | UCHIJAA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  223. | UCHIJAA | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
  224. | UCHIJAA | edxmultipart | 1.1.1 | EDX-Multipart-1.1.1.jar | None |
  225. | UCHIJAA | equipmenttooltips | 1.0.3 | EquipmentTooltips-1.12.2-1.0.3-4.jar | None |
  226. | UCHIJAA | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
  227. | UCHIJAA | explodingmobs | v1.2 | ExplodingMobs-1.12.2-1.2.jar | None |
  228. | UCHIJAA | farseek | 2.2.5 | Farseek-1.12-2.2.5.jar | None |
  229. | UCHIJAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  230. | UCHIJAA | ferdinandsflowers | 1.10.1b | Ferdinand's Flowers-1.10.1b-1.12.jar | None |
  231. | UCHIJAA | clayspawn | 7.1.0 | FiresClaySpawn-1.12.2-7.1.0.jar | None |
  232. | UCHIJAA | florafauna | v0.0.3 | FloraandFauna-0.0.3.jar | None |
  233. | UCHIJAA | floricraft | 4.4.1 | Floricraft-1.12.2-4.4.1.jar | None |
  234. | UCHIJAA | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  235. | UCHIJAA | forgeendertech | 1.12.2-4.3.4.0 | ForgeEndertech-1.12.2-4.3.4.0-build.0110.jar | None |
  236. | UCHIJAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  237. | UCHIJAA | forgemultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  238. | UCHIJAA | microblockcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
  239. | UCHIJAA | minecraftmultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None |
  240. | UCHIJAA | silentlib | 2.3.1 | SilentLib-1.12.2-2.3.1-107.jar | None |
  241. | UCHIJAA | funores | 1.5.7 | FunOres-1.12-1.5.7-118.jar | None |
  242. | UCHIJAA | gens | 0.1 | gens-1.12.2-0.1.jar | None |
  243. | UCHIJAA | glasshearts | 1.12.1-1.0.66 | GlassHearts-1.12.1-1.0.66.jar | None |
  244. | UCHIJAA | globe | 0.0.1 | Globe-1.12.2-0.0.1.jar | None |
  245. | UCHIJAA | gottschcore | 1.3.5 | GottschCore-mc1.12.2-f14.23.2.2611-v1.3.5.jar | None |
  246. | UCHIJAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  247. | UCHIJAA | gravitygun | 7.0.0 | GravityGun-1.12.2-7.0.1.jar | None |
  248. | UCHIJAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  249. | UCHIJAA | gbook | 2.0.1 | Guidebook-1.12.2-2.0.1.jar | None |
  250. | UCHIJAA | tcguideposts | 1.2 | guideposts-1.2.jar | None |
  251. | UCHIJAA | heartdrops | 1.12.2-2.0.8.1 | heartdrops-1.12.2-2.0.8.1.jar | None |
  252. | UCHIJAA | hungryanimals | 1.12.2-5.3.4 | hungryanimals-1.12.2-5.3.4.2.jar | None |
  253. | UCHIJAA | llibrary | 1.7.11 | llibrary-1.7.11-1.12.2.jar | None |
  254. | UCHIJAA | iceandfire | 1.4.0 | iceandfire-1.4.0-1.12.2.jar | None |
  255. | UCHIJAA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  256. | UCHIJAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  257. | UCHIJAA | itemscroller | 0.11.0 | itemscroller-1.12.0-0.11.0.jar | None |
  258. | UCHIJAA | itemzoom | 1.10 | itemzoom_1.12.1-1.10.jar | None |
  259. | UCHIJAA | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None |
  260. | UCHIJAA | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
  261. | UCHIJAA | justenoughbuttons | 1.12-1.2 | justenoughbuttons-1.12.2-1.2.2-5.jar | None |
  262. | UCHIJAA | jeresources | 0.8.6.28 | JustEnoughResources-1.12.2-0.8.6.28.jar | None |
  263. | UCHIJAA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None |
  264. | UCHIJAA | landcore | 1.5.0.0 | landcore-1.5.0.0.jar | None |
  265. | UCHIJAA | lavadynamics | 1.12.2-2.2.9 | lavadynamics-1.12.2-2.2.9.jar | None |
  266. | UCHIJAA | legiblenei | 1.6.12.6.03 | legiblenei_1.12.2-1.6.12.6.04.jar | None |
  267. | UCHIJAA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  268. | UCHIJAA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre97_mc1.12.2.jar | None |
  269. | UCHIJAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  270. | UCHIJAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  271. | UCHIJAA | traverse | 1.5.3 | Traverse-1.12.2-1.5.3-58.jar | None |
  272. | UCHIJAA | primal | 0.6.55 | PrimalCore-1.12.2-0.6.55.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
  273. | UCHIJAA | magnum | 0.0.19 | MagnumOpus-1.12.2-0.0.19.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
  274. | UCHIJAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  275. | UCHIJAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  276. | UCHIJAA | metamorph | 1.1.5 | metamorph-1.1.5-1.12.2.jar | None |
  277. | UCHIJAA | millenaire | Millénaire 6.2.2 | millenaire-1.12.2-6.2.2.jar | None |
  278. | UCHIJAA | minecolonies | 1.12.2-0.8.7582 | minecolonies-universal-1.12.2-0.8.7582.jar | None |
  279. | UCHIJAA | mobamputation | 7.0.0 | MobAmputation-1.12.2-7.0.0.jar | None |
  280. | UCHIJAA | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
  281. | UCHIJAA | jewelersconstruct | @VERSION@ | ModJam5-1.12.2-1.8.0.jar | None |
  282. | UCHIJAA | zawa | 1.12.1-1.1.0 | zawa - 1.1.0 (1.12.2).jar | None |
  283. | UCHIJAA | moon-core | 7.0 | moon-core+7.0+(1.12).jar | None |
  284. | UCHIJAA | moreoverlays | 1.13 | moreoverlays-1.13-mc1.12.1.jar | None |
  285. | UCHIJAA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  286. | UCHIJAA | mrtjpcore | 2.1.1.27 | MrTJPCore-1.12.2-2.1.1.27-universal.jar | None |
  287. | UCHIJAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  288. | UCHIJAA | nautilus | 1.0.6 | Nautilus-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  289. | UCHIJAA | neat | 1.4-15 | Neat 1.4-15.jar | None |
  290. | UCHIJAA | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  291. | UCHIJAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  292. | UCHIJAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  293. | UCHIJAA | simplecore | 1.6.0.6 | simplecore-1.12.2-1.6.0.6.jar | None |
  294. | UCHIJAA | simpleores | 1.11.1.9 | simpleores-1.12.2-1.11.1.9.jar | None |
  295. | UCHIJAA | ore_stone_variants | 2.10 | ore_stone_variants-2.10.jar | None |
  296. | UCHIJAA | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
  297. | UCHIJAA | packingtape | 0.7.6 | PackingTape-1.12.2-0.7.6.jar | None |
  298. | UCHIJAA | redbudtree | 1.12.2a | Pam's Redbud Tree 1.12.2a.jar | None |
  299. | UCHIJAA | spookytree | 1.12.2a | Pam's Spooky Tree 1.12.2a.jar | None |
  300. | UCHIJAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  301. | UCHIJAA | pewter | 0.3.1 | Pewter-0.3.1.jar | None |
  302. | UCHIJAA | placebo | 1.3.4 | Placebo-1.12.2-1.3.4.jar | None |
  303. | UCHIJAA | placementpreview | 0.3.2 | placementpreview-1.12.2-0.3.2.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  304. | UCHIJAA | plants2 | 2.8.5 | Plants-1.12.2-2.8.5.jar | None |
  305. | UCHIJAA | portalblocks | 2.1 | portalblocks-1.12.2-v2.1.jar | None |
  306. | UCHIJAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  307. | UCHIJAA | prefab | 1.3.0.20 | prefab-1.3.0.20.jar | None |
  308. | UCHIJAA | projectred-core | 4.8.6.74 | ProjectRed-1.12.2-4.8.6.74-Base.jar | None |
  309. | UCHIJAA | rainboaks | 1.0.4 | RainbowOaks-1.12-1.0.4.jar | None |
  310. | UCHIJAA | raycore | 3.1.0.0 | raycore-1.12.1-3.1.0.0.jar | None |
  311. | UCHIJAA | rockhounding_core | 3.09 | rockhounding_core-1.12.2-3.09.jar | None |
  312. | UCHIJAA | rockhounding_rocks | 1.12.2-3.12 | rockhounding_rocks-1.12.2-3.12.jar | None |
  313. | UCHIJAA | merpig | 1.12.2-0.0.1.20180406032656 | SBM-Merpig-1.12.2-0.0.1b20180406032702.jar | None |
  314. | UCHIJAA | school | 1.0 | school-mod-1.0-1.12.2.jar | None |
  315. | UCHIJAA | selimpacks | 1.1.3 | SelimsBackpacks-1.12.2-1.1.3.jar | None |
  316. | UCHIJAA | shatter | 7.0.0 | Shatter-1.12.2-7.0.1.jar | None |
  317. | UCHIJAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  318. | UCHIJAA | shipwrecks_winslow | 2.0.0 | shipwrecks-mc1.12.2-2.0.0.jar | None |
  319. | UCHIJAA | shulkerboxviewer | 1.5 | ShulkerBoxViewer-1.5-mc[1.11-1.12.2].jar | None |
  320. | UCHIJAA | simonsmod | 0.2.7 | Simon'sMod-0.2.7.jar | None |
  321. | UCHIJAA | smarthud | 2.0.2 | smarthud-2.0.2.jar | None |
  322. | UCHIJAA | snowaccumulation | 1.0.0 | SnowAccumulation-1.12-1.0.0.jar | None |
  323. | UCHIJAA | soccer | 1.0 | soccer-mod-1.0-1.12.2.jar | None |
  324. | UCHIJAA | stackie | 1.6.0.48 | Stackie-1.12.2-1.6.0.48-universal.jar | None |
  325. | UCHIJAA | stacksize | 1.1 | stacksize-1.12.2-1.0.jar | None |
  326. | UCHIJAA | streams | 0.4.3 | Streams-1.12-0.4.3.jar | None |
  327. | UCHIJAA | subcommonlib | 1.2.0.1 | subcommonlib-sublib-1.12.2-1.2.0.4.jar | None |
  328. | UCHIJAA | taiga | 1.3.0 | taiga-1.12.2-1.3.0.jar | None |
  329. | UCHIJAA | tem | 3.0.1 | tem-3.0.1.jar | None |
  330. | UCHIJAA | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  331. | UCHIJAA | thedragonlib | 1.12.2-5.2.0 | thedragonlib-1.12.2-5.2.0.jar | None |
  332. | UCHIJAA | tombstone | 2.9.4 | tombstone-2.9.4-1.12.jar | None |
  333. | UCHIJAA | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  334. | UCHIJAA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  335. | UCHIJAA | unlimitedchiselworks | 0.1.11 | UnlimitedChiselWorks-0.1.11.jar | None |
  336. | UCHIJAA | unloader | 1.0.1 | unloader-1.0.1.jar | None |
  337. | UCHIJAA | vanillafix | 1.0.5+43 | VanillaFix-1.0.5-43.jar | None |
  338. | UCHIJAA | wawla | 2.5.253 | Wawla-1.12.2-2.5.253.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  339. | UCHIJAA | weeeflowers | 1.12.2b | Weee! Flowers 1.12.2b.jar | None |
  340. | UCHIJAA | worldtooltips | 1.2.7 | World-Tooltips-1.12.2-1.2.7-102.jar | None |
  341. | UCHIJAA | wts | 1.1.0 | WTS-1.1.0.jar | None |
  342. | UCHIJAA | xaeroworldmap | 1.2.4 | XaerosWorldMap_1.2.4_Forge_1.12.jar | None |
  343. | UCHIJAA | zombie_players | 1.12.1-1.1 | zombie_players-1.12.1-1.1.jar | None |
  344. | UCHIJAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  345. | UCHIJAA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  346. | UCHIJAA | peckish | 1.1.0 | Peckish-1.12-1.1.0.jar | None |
  347. | UCHIJAA | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
  348.  
  349. Loaded coremods (and transformers):
  350. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
  351.  
  352. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  353. openeye.asm.MultiTransformer
  354. NautilusLoadingPlugin (Nautilus-1.12.2-1.0.6.jar)
  355.  
  356. LoadingPlugin (Quark-r1.4-123.jar)
  357. vazkii.quark.base.asm.ClassTransformer
  358. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  359. cubex2.cxlibrary.CoreModTransformer
  360. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  361. pl.asie.foamfix.coremod.FoamFixTransformer
  362. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  363. lumien.bloodmoon.asm.ClassTransformer
  364. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  365.  
  366. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  367. shetiphian.asm.ClassTransformer
  368. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  369. invtweaks.forge.asm.ContainerTransformer
  370. FMLPlugin (elulib-0.1.12.jar)
  371. elucent.elulib.asm.ASMTransformer
  372. llibrary (llibrary-core-1.0.5-1.12.2.jar)
  373. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  374. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  375. VanillaFixLoadingPlugin (VanillaFix-1.0.5-43.jar)
  376.  
  377. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  378.  
  379. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  380. com.teamwizardry.librarianlib.asm.LibLibTransformer
  381. LittlePatchingLoader (LittleTiles_v1.5.0-pre97_mc1.12.2.jar)
  382. com.creativemd.littletiles.LittleTilesTransformer
  383. FarseekCoreMod (Farseek-1.12-2.2.5.jar)
  384. farseek.core.FarseekClassTransformer
  385. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  386. team.chisel.ctm.client.asm.CTMTransformer
  387. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  388. openmods.core.OpenModsClassTransformer
  389. CoreModBase (ShulkerBoxViewer-1.5-mc[1.11-1.12.2].jar)
  390. com.dazo66.shulkerboxshower.asm.MainTransformer
  391. Plugin (NotEnoughIDs-1.5.4.2.jar)
  392. ru.fewizz.neid.asm.Transformer
  393. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  394.  
  395. BCModPlugin (backpacks 1.12.2 - 3.5.0.jar)
  396. brad16840.core.ClassTransformer
  397. ForgelinPlugin (Forgelin-1.6.0.jar)
  398.  
  399. CorePlugin (ForgeEndertech-1.12.2-4.3.4.0-build.0110.jar)
  400.  
  401. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  402.  
  403. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  404. mods.betterfoliage.loader.BetterFoliageTransformer
  405. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  406. 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]
  407. Pulsar/tconstruct loaded Pulses:
  408. - TinkerCommons (Enabled/Forced)
  409. - TinkerWorld (Enabled/Not Forced)
  410. - TinkerTools (Enabled/Not Forced)
  411. - TinkerHarvestTools (Enabled/Forced)
  412. - TinkerMeleeWeapons (Enabled/Forced)
  413. - TinkerRangedWeapons (Enabled/Forced)
  414. - TinkerModifiers (Enabled/Forced)
  415. - TinkerSmeltery (Enabled/Not Forced)
  416. - TinkerGadgets (Enabled/Not Forced)
  417. - TinkerOredict (Enabled/Forced)
  418. - TinkerIntegration (Enabled/Forced)
  419. - TinkerFluids (Enabled/Forced)
  420. - TinkerMaterials (Enabled/Forced)
  421. - TinkerModelRegister (Enabled/Forced)
  422. - chiselIntegration (Enabled/Not Forced)
  423. - chiselsandbitsIntegration (Enabled/Not Forced)
  424. - craftingtweaksIntegration (Enabled/Not Forced)
  425. - wailaIntegration (Enabled/Not Forced)
  426.  
  427. Suspected Mods: Unknown
  428. Profiler Position: N/A (disabled)
  429. Player Count: 0 / 8; []
  430. Type: Integrated Server (map_client.txt)
  431. Is Modded: Definitely; Client brand changed to 'fml,forge'
  432. OptiFine Version: OptiFine_1.12.2_HD_U_C9
  433. Render Distance Chunks: 2
  434. Mipmaps: 0
  435. Anisotropic Filtering: 1
  436. Antialiasing: 0
  437. Multitexture: false
  438. Shaders: null
  439. OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.201.1101.0
  440. OpenGlRenderer: AMD Radeon(TM) R5 Graphics
  441. OpenGlVendor: ATI Technologies Inc.
  442. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement