Advertisement
maddyn99

Villager part deux

Apr 24th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
  5. LibLoader (# LibLoader.jar)
  6. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.7-core.jar)
  7. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  8. LoadingPlugin (Quark-r1.4-123.jar)
  9. CoreMod (TickProfiler-0.0.5.jar)
  10. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
  11. SpongeCoremod (spongeforge-1.12.2-2655-7.1.0-BETA-0.jar)
  12. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  13. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  14. FMLPlugin (elulib-0.1.12.jar)
  15. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  16. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  17. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b148.jar)
  18. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  19. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  20. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  21. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  22. BedPatch (bedpatch-2.2-1.12.2.jar)
  23. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  24. Plugin (NotEnoughIDs-1.5.4.2.jar)
  25. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  26. Wizardry Plugin (wizardry-0.8.5.jar)
  27. ForgelinPlugin (Forgelin-1.6.0.jar)
  28. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-75.jar)
  29. IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
  30. Contact their authors BEFORE contacting forge
  31.  
  32. // Oh - I know what I did wrong!
  33.  
  34. Time: 4/24/18 9:35 AM
  35. Description: Exception in server tick loop
  36.  
  37. java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 0
  38. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:663)
  39. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
  40. at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:278)
  41. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:655)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  43. at java.lang.Thread.run(Thread.java:748)
  44. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  45. at com.google.common.collect.RegularImmutableList.get(RegularImmutableList.java:60)
  46. at net.minecraft.entity.passive.EntityVillager.func_175554_cu(EntityVillager.java:2268)
  47. at net.minecraft.entity.passive.EntityVillager.func_190672_a(EntityVillager.java:862)
  48. at net.minecraft.world.gen.structure.StructureVillagePieces$Village.func_74893_a(StructureVillagePieces.java:1791)
  49. at net.minecraft.world.gen.structure.StructureVillagePieces$House2.func_74875_a(StructureVillagePieces.java:1019)
  50. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  51. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:603)
  52. at net.minecraft.world.gen.structure.MapGenVillage.populate(SourceFile:553)
  53. at org.spongepowered.common.interfaces.world.gen.IFlaggedPopulator.populate(IFlaggedPopulator.java:40)
  54. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:244)
  55. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1017)
  56. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
  57. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  58. at com.gecgooden.chunkgen.util.Utilities.generateChunk(Utilities.java:30)
  59. at com.gecgooden.chunkgen.handlers.TickHandler.onServerTick(TickHandler.java:42)
  60. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1021_TickHandler_onServerTick_ServerTickEvent.invoke(.dynamic)
  61. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  62. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
  63. ... 5 more
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Server thread
  71. Stacktrace:
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:663)
  73.  
  74. -- Sponge PhaseTracker --
  75. Details:
  76. Cause Stack: /**************************************************************************************************************************************************************/
  77. /* - Phase: PluginPhase{}{PreServerTickListenerState} */
  78. /* Context: */
  79. /* - Owner: null */
  80. /* - Notifier: null */
  81. /* - Source: ASM: com.gecgooden.chunkgen.handlers.TickHandler@1b307d5e onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V */
  82. /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  83. /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  84. /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  85. /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  86. /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  87. /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  88. /* - EntityItemDrops: null */
  89. /* - EntityItemEntityDrops: null */
  90. /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  91. /* - CapturedBlockPosition: null */
  92. /* - Listener: net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@18f94ae7 */
  93. /* - CapturePlayer: CapturePlayer{player=null} */
  94. /**************************************************************************************************************************************************************/
  95.  
  96. Stacktrace:
  97. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjm000(MinecraftServer.java:3987)
  98. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
  99. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  100. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:556)
  101. at java.lang.Thread.run(Thread.java:748)
  102.  
  103. -- System Details --
  104. Details:
  105. Minecraft Version: 1.12.2
  106. Operating System: Linux (amd64) version 4.9.87-xxxx-std-ipv6-64
  107. Java Version: 1.8.0_161, Oracle Corporation
  108. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  109. Memory: 1086535152 bytes (1036 MB) / 4448321536 bytes (4242 MB) up to 5234491392 bytes (4992 MB)
  110. JVM Flags: 14 total; -Xmx5G -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3
  111. IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
  112. FML: MCP 9.42 Powered by Forge 14.23.3.2655 255 mods loaded, 255 mods active
  113. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  114.  
  115. | State | ID | Version | Source | Signature |
  116. |:--------- |:-------------------------- |:------------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  117. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  118. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  119. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2655-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  120. | UCHIJAAAA | forge | 14.23.3.2655 | forge-1.12.2-14.23.3.2655-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  121. | UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None |
  122. | UCHIJAAAA | randompatches | 1.12.2-1.0.1.0 | minecraft.jar | None |
  123. | UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-a3127492 | spongeforge-1.12.2-2655-7.1.0-BETA-0.jar | None |
  124. | UCHIJAAAA | sponge | 1.12.2-2655-7.1.0-BETA-0 | spongeforge-1.12.2-2655-7.1.0-BETA-0.jar | None |
  125. | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
  126. | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  127. | UCHIJAAAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  128. | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
  129. | UCHIJAAAA | crafttweaker | 4.1.6 | CraftTweaker2-1.12-4.1.6.jar | None |
  130. | UCHIJAAAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  131. | UCHIJAAAA | modtweaker | 4.0.10 | modtweaker-4.0.10.jar | None |
  132. | UCHIJAAAA | jei | 4.8.6.162 | jei_1.12.2-4.8.6.162.jar | None |
  133. | UCHIJAAAA | abyssalcraft | 1.9.4.7 | AbyssalCraft-1.12.2-1.9.4.7.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  134. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  135. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  136. | UCHIJAAAA | endercore | 1.12.2-0.5.20 | EnderCore-1.12.2-0.5.20.jar | None |
  137. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  138. | UCHIJAAAA | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
  139. | UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  140. | UCHIJAAAA | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.12.10-universal.jar | None |
  141. | UCHIJAAAA | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  142. | UCHIJAAAA | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  143. | UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  144. | UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  145. | UCHIJAAAA | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  146. | UCHIJAAAA | nucleus | 1.3.5-S7.0 | Nucleus-1.3.5-S7.0-MC1.12.2-plugin.jar | None |
  147. | UCHIJAAAA | activetime | 1.4.1 | ActiveTime-s7.1-v1.4.1.jar | None |
  148. | UCHIJAAAA | actuallyadditions | 1.12.2-r133 | ActuallyAdditions-1.12.2-r133.jar | None |
  149. | UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  150. | UCHIJAAAA | additionalbanners | 1.1.42 | AdditionalBanners-1.12.2-1.1.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  151. | UCHIJAAAA | libvulpes | 0.2.8.-29 | LibVulpes-1.12.2-0.2.8-29-universal.jar | None |
  152. | UCHIJAAAA | advancedrocketry | 1.4.0.-75 | AdvancedRocketry-1.12.2-1.4.0-75.jar | None |
  153. | UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  154. | UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  155. | UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  156. | UCHIJAAAA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  157. | UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  158. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  159. | UCHIJAAAA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  160. | UCHIJAAAA | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  161. | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  162. | UCHIJAAAA | aroma1997core | 2.0.0.0.b148 | Aroma1997Core-1.12.2-2.0.0.0.b148.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  163. | UCHIJAAAA | aroma1997sdimension | 2.0.0.2.b68 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b68.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  164. | UCHIJAAAA | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
  165. | UCHIJAAAA | atmtweaks | 1.1 | atmtweaks-1.1.jar | None |
  166. | UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  167. | UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  168. | UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  169. | UCHIJAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
  170. | UCHIJAAAA | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
  171. | UCHIJAAAA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  172. | UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  173. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  174. | UCHIJAAAA | ic2 | 2.8.75-ex112 | industrialcraft-2-2.8.75-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  175. | UCHIJAAAA | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
  176. | UCHIJAAAA | forestry | 5.8.0.267 | forestry_1.12.2-5.8.0.267.jar | None |
  177. | UCHIJAAAA | binniecore | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  178. | UCHIJAAAA | binniedesign | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  179. | UCHIJAAAA | genetics | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  180. | UCHIJAAAA | botany | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  181. | UCHIJAAAA | extrabees | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  182. | UCHIJAAAA | extratrees | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  183. | UCHIJAAAA | biomesoplenty | 7.0.1.2367 | BiomesOPlenty-1.12.2-7.0.1.2367-universal.jar | None |
  184. | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  185. | UCHIJAAAA | cyclicmagic | 1.14.9 | Cyclic-1.12.2-1.14.9.jar | None |
  186. | UCHIJAAAA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  187. | UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  188. | UCHIJAAAA | bloodmagic | 1.12.2-2.2.8-91 | BloodMagic-1.12.2-2.2.8-91.jar | None |
  189. | UCHIJAAAA | bookshelf | 2.3.543 | Bookshelf-1.12.2-2.3.543.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  190. | UCHIJAAAA | botania | r1.10-353 | Botania r1.10-353.jar | None |
  191. | UCHIJAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  192. | UCHIJAAAA | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
  193. | UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  194. | UCHIJAAAA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  195. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  196. | UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
  197. | UCHIJAAAA | chunkgen | 1.3 | chunkgen-1.12-1.5.0.jar | None |
  198. | UCHIJAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  199. | UCHIJAAAA | colossalchests | 1.6.10 | ColossalChests-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  200. | UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  201. | UCHIJAAAA | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
  202. | UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
  203. | UCHIJAAAA | refinedstorage | 1.5.32 | refinedstorage-1.5.32.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  204. | UCHIJAAAA | compactmachines3 | 3.0.7 | compactmachines3-1.12.2-3.0.7-b197.jar | None |
  205. | UCHIJAAAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  206. | UCHIJAAAA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  207. | UCHIJAAAA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
  208. | UCHIJAAAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  209. | UCHIJAAAA | theoneprobe | 1.4.22 | theoneprobe-1.12-1.4.22.jar | None |
  210. | UCHIJAAAA | mekanism | 1.12.2-9.4.3.330 | Mekanism-1.12.2-9.4.3.330.jar | None |
  211. | UCHIJAAAA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
  212. | UCHIJAAAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
  213. | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  214. | UCHIJAAAA | craftingtweaks | 8.1.8 | CraftingTweaks_1.12.2-8.1.8.jar | None |
  215. | UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
  216. | UCHIJAAAA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  217. | UCHIJAAAA | darkutils | 1.8.208 | DarkUtils-1.12.2-1.8.208.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  218. | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  219. | UCHIJAAAA | dismantler | 0.1 | dismantler-0.1.jar | None |
  220. | UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  221. | UCHIJAAAA | draconicevolution | 2.3.10 | Draconic-Evolution-1.12-2.3.10.284-universal.jar | None |
  222. | UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
  223. | UCHIJAAAA | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  224. | UCHIJAAAA | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  225. | UCHIJAAAA | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  226. | UCHIJAAAA | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  227. | UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  228. | UCHIJAAAA | ftblib | 5.0.2.10 | FTBLib-5.0.2.10.jar | None |
  229. | UCHIJAAAA | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  230. | UCHIJAAAA | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  231. | UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  232. | UCHIJAAAA | valkyrielib | 1.12.2-2.0.9b | valkyrielib-1.12.2-2.0.9b.jar | None |
  233. | UCHIJAAAA | environmentaltech | 1.12.2-2.0.9c | environmentaltech-1.12.2-2.0.9c.jar | None |
  234. | UCHIJAAAA | immersiveengineering | 0.12-80 | ImmersiveEngineering-0.12-80.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  235. | UCHIJAAAA | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.12.17-universal.jar | None |
  236. | UCHIJAAAA | exchangers | 1.12.2-2.7.1 | Exchangers-1.12.2-2.7.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  237. | UCHIJAAAA | excore | 2.0.0-beta19-1.12.2 | EXCore-2.0.0-beta19-1.12.2.jar | None |
  238. | UCHIJAAAA | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
  239. | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  240. | UCHIJAAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  241. | UCHIJAAAA | zerocore | 1.12-0.1.2.1 | zerocore-1.12-0.1.2.1.jar | None |
  242. | UCHIJAAAA | bigreactors | 1.12.2-0.4.5.48 | ExtremeReactors-1.12.2-0.4.5.48.jar | None |
  243. | UCHIJAAAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
  244. | UCHIJAAAA | fastbench | 1.3.1 | FastWorkbench-1.12.2-1.3.1.jar | None |
  245. | UCHIJAAAA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
  246. | UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  247. | UCHIJAAAA | foamfix | 0.9.7-1.12.2 | foamfix-0.9.7-1.12.2-anarchy.jar | None |
  248. | UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  249. | UCHIJAAAA | ftbutilities | 5.0.2.10 | FTBUtilities-5.0.2.10.jar | None |
  250. | UCHIJAAAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.1.jar | None |
  251. | UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  252. | UCHIJAAAA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
  253. | UCHIJAAAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  254. | UCHIJAAAA | griefprevention | 1.12.2-4.3.0.562 | griefprevention-1.12.2-4.3.0.562.jar | None |
  255. | UCHIJAAAA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  256. | UCHIJAAAA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  257. | UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  258. | UCHIJAAAA | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  259. | UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.9-138.jar | None |
  260. | UCHIJAAAA | industrialwires | 1.6-25 | IndustrialWires-1.6-25.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  261. | UCHIJAAAA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  262. | UCHIJAAAA | integrateddynamics | 0.11.10 | IntegratedDynamics-1.12.2-0.11.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  263. | UCHIJAAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.10.jar | None |
  264. | UCHIJAAAA | integratedtunnels | 1.5.5 | IntegratedTunnels-1.12.2-1.5.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  265. | UCHIJAAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.5.jar | None |
  266. | UCHIJAAAA | mysticalagriculture | 1.6.9 | mysticalagriculture-1.12-1.6.9.jar | None |
  267. | UCHIJAAAA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  268. | UCHIJAAAA | harvestcraft | 1.12.2t | Pam's HarvestCraft 1.12.2t.jar | None |
  269. | UCHIJAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  270. | UCHIJAAAA | rftools | 7.33 | rftools-1.12-7.33.jar | None |
  271. | UCHIJAAAA | rustic | 1.0.3 | rustic-1.0.3.jar | None |
  272. | UCHIJAAAA | integrationforegoing | 1.12-1.6 | IntegrationForegoing-1.12.2-1.6.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  273. | UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  274. | UCHIJAAAA | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
  275. | UCHIJAAAA | ironchest | 1.12.2-7.0.42.827 | ironchest-1.12.2-7.0.42.827.jar | None |
  276. | UCHIJAAAA | jaopcaadditions | 1.12.2-2.2.0.6 | JAOPCAAdditions-1.12.2-2.2.0.6.jar | None |
  277. | UCHIJAAAA | jaopca | 1.12.2-2.2.6.78 | JAOPCA-1.12.2-2.2.6.78.jar | None |
  278. | UCHIJAAAA | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.78.jar | None |
  279. | UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  280. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  281. | UCHIJAAAA | justenoughdimensions | 1.6.0-dev.20180411.215951 | justenoughdimensions-1.12.2-1.6.0-dev.20180411.215951.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  282. | UCHIJAAAA | kleeslabs | 5.4.8 | KleeSlabs_1.12.2-5.4.8.jar | None |
  283. | UCHIJAAAA | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  284. | UCHIJAAAA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  285. | UCHIJAAAA | lostcities | 2.0.7 | lostcities-1.12-2.0.7.jar | None |
  286. | UCHIJAAAA | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
  287. | UCHIJAAAA | luckperms | 4.1.63 | LuckPerms-Sponge-4.1.63.jar | None |
  288. | UCHIJAAAA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  289. | UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
  290. | UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  291. | UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  292. | UCHIJAAAA | mekanismgenerators | 9.4.3 | MekanismGenerators-1.12.2-9.4.3.330.jar | None |
  293. | UCHIJAAAA | mekanismtools | 9.4.3 | MekanismTools-1.12.2-9.4.3.330.jar | None |
  294. | UCHIJAAAA | minecolonies | 1.12.2-0.8.8117 | minecolonies-universal-1.12.2-0.8.8117.jar | None |
  295. | UCHIJAAAA | mmcrestrict | 1.4.1 | MMCRestrict-1.4.1-API-7.jar | None |
  296. | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  297. | UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  298. | UCHIJAAAA | nmsot | 1.2.1-mc1.12 | NoMobSpawningOnTrees-1.2.1-mc1.12.jar | None |
  299. | UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  300. | UCHIJAAAA | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
  301. | UCHIJAAAA | nuclearcraft | 2.10i | NuclearCraft-2.10i--1.12.2.jar | None |
  302. | UCHIJAAAA | nutrition | 3.1.0 | Nutrition-1.12.2-3.1.0.jar | None |
  303. | UCHIJAAAA | nuvotifier | 2.3.5 | nuvotifier-universal-2.3.6.jar | None |
  304. | UCHIJAAAA | xnet | 1.6.9 | xnet-1.12-1.6.9.jar | None |
  305. | UCHIJAAAA | ocxnetdriver | 1.0.2 | ocxnetdriver-1.0.2-b11.jar | None |
  306. | UCHIJAAAA | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
  307. | UCHIJAAAA | oeintegration | 2.3.2 | oeintegration-2.3.2.jar | None |
  308. | UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  309. | UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  310. | UCHIJAAAA | overloaded | 0.0.47 | Overloaded-1.12.2-0.0.47.jar | None |
  311. | UCHIJAAAA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  312. | UCHIJAAAA | packmode | 1.1.0 | packmode-1.12.1-1.1.0.jar | None |
  313. | UCHIJAAAA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  314. | UCHIJAAAA | placebo | 1.3.3 | Placebo-1.12.2-1.3.3.jar | None |
  315. | UCHIJAAAA | plants2 | 2.8.2 | Plants-1.12.2-2.8.2.jar | None |
  316. | UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  317. | UCHIJAAAA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
  318. | UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
  319. | UCHIJAAAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
  320. | UCHIJAAAA | pneumaticcraft | 1.12.2-0.5.1-163 | pneumaticcraft-repressurized-1.12.2-0.5.1-163.jar | None |
  321. | UCHIJAAAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  322. | UCHIJAAAA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.0.4-6.jar | None |
  323. | UCHIJAAAA | reborncore | 3.7.5.259 | RebornCore-1.12.2-3.7.5.259-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  324. | UCHIJAAAA | quantumstorage | 4.4.11 | QuantumStorage-1.12-4.4.11.jar | None |
  325. | UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  326. | UCHIJAAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  327. | UCHIJAAAA | realfilingcabinet | 0.1.3 | realfilingcabinet-1.12.1-0.1.3.jar | None |
  328. | UCHIJAAAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.0.5.41.jar | None |
  329. | UCHIJAAAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
  330. | UCHIJAAAA | redprotect | 7.3.0 | RedProtect-7.3.0-b68-Universal.jar | None |
  331. | UCHIJAAAA | redstonearsenal | 2.3.11 | RedstoneArsenal-1.12.2-2.3.11.5-universal.jar | None |
  332. | UCHIJAAAA | refinedstorageaddons | 0.2 | refinedstorageaddons-0.2.jar | None |
  333. | UCHIJAAAA | xreliquary | 1.12.2-1.3.4.760 | Reliquary-1.12.2-1.3.4.760.jar | None |
  334. | UCHIJAAAA | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
  335. | UCHIJAAAA | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
  336. | UCHIJAAAA | rftoolspower | 1.0.0 | rftoolspower-1.12-1.0.0.jar | None |
  337. | UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
  338. | UCHIJAAAA | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
  339. | UCHIJAAAA | seriousvote | 4.4 | seriousvote-4.4.jar | None |
  340. | UCHIJAAAA | simplyjetpacks | 2.2.2.28 | SimplyJetpacks2-1.12.2-2.2.2.28.jar | None |
  341. | UCHIJAAAA | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
  342. | UCHIJAAAA | stevescarts | 2.4.18.92 | StevesCarts-1.12.2-2.4.18.92.jar | None |
  343. | UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  344. | UCHIJAAAA | techreborn | 2.14.0.584 | TechReborn-1.12.2-2.14.0.584-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  345. | UCHIJAAAA | terraqueous | 1.4.11 | terraqueous-1.12.0-1.4.11.jar | None |
  346. | UCHIJAAAA | thebetweenlands | 3.3.7 | TheBetweenlands-3.3.7-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  347. | UCHIJAAAA | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
  348. | UCHIJAAAA | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
  349. | UCHIJAAAA | thermalinnovation | 0.1.0 | ThermalInnovation-1.12.2-0.1.0.3-universal.jar | None |
  350. | UCHIJAAAA | tickprofiler | 0.0.5 | TickProfiler-0.0.5.jar | None |
  351. | UCHIJAAAA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None |
  352. | UCHIJAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  353. | UCHIJAAAA | topaddons | 1.12.2-1.5.0 | topaddons-1.12.2-1.5.0.jar | None |
  354. | UCHIJAAAA | traverse | 1.4.1 | Traverse-1.12.2-1.4.1-49.jar | None |
  355. | UCHIJAAAA | ultimatechat | 1.8.5 | UltimateChat-1.8.5-b151-Universal.jar | None |
  356. | UCHIJAAAA | unloader | 1.0.1 | unloader-1.0.1.jar | None |
  357. | UCHIJAAAA | usefulnullifiers | 1.4.1 | usefulnullifiers-1.4.1.jar | None |
  358. | UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.9b.jar | None |
  359. | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  360. | UCHIJAAAA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  361. | UCHIJAAAA | waystones | 4.0.33 | Waystones_1.12.2-4.0.33.jar | None |
  362. | UCHIJAAAA | wificharge | 1.3.0 | WirelessCharger-1.3.0.jar | None |
  363. | UCHIJAAAA | wct | 3.9.64 | WirelessCraftingTerminal-1.12.2-3.9.64.jar | None |
  364. | UCHIJAAAA | woot | 1.12.2-1.0.1 | woot-1.12.2-1.0.1.jar | None |
  365. | UCHIJAAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  366. | UCHIJAAAA | ynot | 0.2.2 | YNot-0.2.2.jar | None |
  367. | UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  368. | UCHIJAAAA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  369. | UCHIJAAAA | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
  370. | UCHIJAAAA | unidict | 1.12.2-2.5 | UniDict-1.12.2-2.5.jar | None |
  371. | UCHIJAAAA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  372.  
  373. Loaded coremods (and transformers):
  374. EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
  375. com.enderio.core.common.transform.EnderCoreTransformer
  376. LibLoader (# LibLoader.jar)
  377.  
  378. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.7-core.jar)
  379. thebetweenlands.core.TheBetweenlandsClassTransformer
  380. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  381.  
  382. LoadingPlugin (Quark-r1.4-123.jar)
  383. vazkii.quark.base.asm.ClassTransformer
  384. CoreMod (TickProfiler-0.0.5.jar)
  385.  
  386. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
  387. pl.asie.foamfix.coremod.FoamFixTransformer
  388. SpongeCoremod (spongeforge-1.12.2-2655-7.1.0-BETA-0.jar)
  389. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  390. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  391.  
  392. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  393. shetiphian.asm.ClassTransformer
  394. FMLPlugin (elulib-0.1.12.jar)
  395. elucent.elulib.asm.ASMTransformer
  396. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  397. invtweaks.forge.asm.ContainerTransformer
  398. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  399. lumien.resourceloader.asm.ClassTransformer
  400. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b148.jar)
  401.  
  402. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  403. li.cil.oc.common.asm.ClassTransformer
  404. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  405. squeek.applecore.asm.TransformerModuleHandler
  406. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  407. com.teamwizardry.librarianlib.asm.LibLibTransformer
  408. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  409. team.chisel.ctm.client.asm.CTMTransformer
  410. BedPatch (bedpatch-2.2-1.12.2.jar)
  411. com.mordenkainen.bedpatch.BedPatchASM
  412. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  413. openmods.core.OpenModsClassTransformer
  414. Plugin (NotEnoughIDs-1.5.4.2.jar)
  415. ru.fewizz.neid.asm.Transformer
  416. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  417. com.therandomlabs.randompatches.RPTransformer
  418. Wizardry Plugin (wizardry-0.8.5.jar)
  419. com.teamwizardry.wizardry.asm.WizardryTransformer
  420. ForgelinPlugin (Forgelin-1.6.0.jar)
  421.  
  422. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-75.jar)
  423. zmaster587.advancedRocketry.asm.ClassTransformer
  424. IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
  425. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  426. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  427. Pulsar/tconstruct loaded Pulses:
  428. - TinkerCommons (Enabled/Forced)
  429. - TinkerWorld (Enabled/Not Forced)
  430. - TinkerTools (Enabled/Not Forced)
  431. - TinkerHarvestTools (Enabled/Forced)
  432. - TinkerMeleeWeapons (Enabled/Forced)
  433. - TinkerRangedWeapons (Enabled/Forced)
  434. - TinkerModifiers (Enabled/Forced)
  435. - TinkerSmeltery (Enabled/Not Forced)
  436. - TinkerGadgets (Enabled/Not Forced)
  437. - TinkerOredict (Enabled/Forced)
  438. - TinkerIntegration (Enabled/Forced)
  439. - TinkerFluids (Enabled/Forced)
  440. - TinkerMaterials (Enabled/Forced)
  441. - TinkerModelRegister (Enabled/Forced)
  442. - chiselIntegration (Enabled/Not Forced)
  443. - chiselsandbitsIntegration (Enabled/Not Forced)
  444. - craftingtweaksIntegration (Enabled/Not Forced)
  445. - theoneprobeIntegration (Enabled/Not Forced)
  446.  
  447. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  448. Pulsar/natura loaded Pulses:
  449. - NaturaCommons (Enabled/Forced)
  450. - NaturaOverworld (Enabled/Not Forced)
  451. - NaturaNether (Enabled/Not Forced)
  452. - NaturaDecorative (Enabled/Not Forced)
  453. - NaturaTools (Enabled/Not Forced)
  454. - NaturaEntities (Enabled/Not Forced)
  455. - NaturaOredict (Enabled/Forced)
  456. - NaturaWorld (Enabled/Not Forced)
  457. - craftingtweaksIntegration (Enabled/Not Forced)
  458.  
  459. List of loaded APIs:
  460. * AbyssalCraftAPI (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  461. * AbyssalCraftAPI|Biome (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  462. * AbyssalCraftAPI|Block (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  463. * AbyssalCraftAPI|Caps (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  464. * AbyssalCraftAPI|Condition (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  465. * AbyssalCraftAPI|Disruption (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  466. * AbyssalCraftAPI|Energy (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  467. * AbyssalCraftAPI|Entity (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  468. * AbyssalCraftAPI|Event (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  469. * AbyssalCraftAPI|Integration (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  470. * AbyssalCraftAPI|Internal (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  471. * AbyssalCraftAPI|Item (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  472. * AbyssalCraftAPI|Necronomicon (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  473. * AbyssalCraftAPI|Recipe (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  474. * AbyssalCraftAPI|Ritual (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  475. * AbyssalCraftAPI|Spell (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  476. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r133.jar
  477. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
  478. * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
  479. * asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
  480. * asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
  481. * asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
  482. * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
  483. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  484. * BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.7-universal.jar
  485. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.48.jar
  486. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.8-91.jar
  487. * BotaniaAPI (89) from Botania r1.10-353.jar
  488. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  489. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  490. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
  491. * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  492. * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  493. * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  494. * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  495. * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  496. * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  497. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  498. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  499. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  500. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  501. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  502. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  503. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  504. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  505. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  506. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  507. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  508. * computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
  509. * computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
  510. * computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
  511. * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
  512. * computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
  513. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.8.jar
  514. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  515. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  516. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  517. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  518. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  519. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
  520. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.10.284-universal.jar
  521. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  522. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  523. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  524. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  525. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  526. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  527. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  528. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  529. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  530. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  531. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.267.jar
  532. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.267.jar
  533. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.267.jar
  534. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  535. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  536. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.267.jar
  537. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.267.jar
  538. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.267.jar
  539. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  540. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.267.jar
  541. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.267.jar
  542. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.267.jar
  543. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.267.jar
  544. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.267.jar
  545. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  546. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.267.jar
  547. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.267.jar
  548. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  549. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.267.jar
  550. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
  551. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  552. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
  553. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  554. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-80.jar
  555. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-80.jar
  556. * industrialforegoingapi (4) from industrialforegoing-1.12.2-1.8.9-138.jar
  557. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.10.jar
  558. * jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
  559. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  560. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  561. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  562. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  563. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  564. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.6.162.jar
  565. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  566. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  567. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  568. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  569. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  570. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  571. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  572. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  573. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  574. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  575. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  576. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  577. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  578. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  579. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  580. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  581. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  582. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  583. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  584. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  585. * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.5.1-163.jar
  586. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
  587. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  588. * PsiAPI (6) from Psi-r1.1-59.jar
  589. * QuarkAPI (2) from Quark-r1.4-123.jar
  590. * reborncoreAPI (3.7.5.259) from RebornCore-1.12.2-3.7.5.259-universal.jar
  591. * reborncoreAPI|Power (3.7.5.259) from RebornCore-1.12.2-3.7.5.259-universal.jar
  592. * reborncoreAPI|Recipe (3.7.5.259) from RebornCore-1.12.2-3.7.5.259-universal.jar
  593. * reborncoreAPI|Tile (3.7.5.259) from RebornCore-1.12.2-3.7.5.259-universal.jar
  594. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
  595. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
  596. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  597. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  598. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  599. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  600. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  601. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  602. * techrebornAPI (2.14.0.584) from TechReborn-1.12.2-2.14.0.584-universal.jar
  603. * TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.11.jar
  604. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.11.jar
  605. * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.11.jar
  606. * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.11.jar
  607. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
  608. * valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.9b.jar
  609. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.64.jar
  610. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
  611. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
  612. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
  613. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.10i--1.12.2.jar
  614. RebornCore:
  615. Plugin Engine: 1
  616. RebornCore Version: 3.7.5.259
  617. Runtime Debofucsation 1
  618. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  619. An unsupported base software is installed: 'sponge'. This is NOT supported.
  620. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  621.  
  622. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  623. !!!You are looking at the diagnostics information, not at the crash. !!!
  624. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  625. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  626.  
  627. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  628. Profiler Position: N/A (disabled)
  629. Player Count: 0 / 99; []
  630. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  631. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement