Skip to content

Instantly share code, notes, and snippets.

@Yamza
Created September 12, 2018 16:44
Show Gist options
  • Save Yamza/01f16673270efc4eb94764b5224d9840 to your computer and use it in GitHub Desktop.
Save Yamza/01f16673270efc4eb94764b5224d9840 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
AstralCore (astralsorcery-1.12.2-1.9.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
SplashAnimationCoremod (SplashAnimation-0.1.0.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.12.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
FMLPlugin (elulib-0.1.12.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
LoadingPlugin (Quark-r1.5-127.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.11-core.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
Wizardry Plugin (wizardry-0.9.6.jar)
RandomPatches (randompatches-1.12.2-1.5.0.4.jar)
GottaGoFastLoader (gottagofast-1.1.jar)
Contact their authors BEFORE contacting forge
// Ouch. That hurt :(
Time: 9/12/18 11:54 AM
Description: Exception ticking world
java.lang.IndexOutOfBoundsException: writerIndex(34355) + minWritableBytes(8) exceeds maxCapacity(34358): UnpooledHeapByteBuf(ridx: 0, widx: 34355, cap: 34358/34358)
at io.netty.buffer.AbstractByteBuf.ensureWritable0(AbstractByteBuf.java:275)
at io.netty.buffer.AbstractByteBuf.writeLong(AbstractByteBuf.java:1000)
at net.minecraft.network.PacketBuffer.writeLong(PacketBuffer.java:1069)
at net.minecraft.network.PacketBuffer.func_186865_a(PacketBuffer.java:128)
at net.minecraft.world.chunk.BlockStateContainer.func_186009_b(BlockStateContainer.java:126)
at net.minecraft.network.play.server.SPacketChunkData.func_189555_a(SourceFile:122)
at net.minecraft.network.play.server.SPacketChunkData.<init>(SourceFile:40)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:157)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:165)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at io.netty.buffer.AbstractByteBuf.ensureWritable0(AbstractByteBuf.java:275)
at io.netty.buffer.AbstractByteBuf.writeLong(AbstractByteBuf.java:1000)
at net.minecraft.network.PacketBuffer.writeLong(PacketBuffer.java:1069)
at net.minecraft.network.PacketBuffer.func_186865_a(PacketBuffer.java:128)
at net.minecraft.world.chunk.BlockStateContainer.func_186009_b(BlockStateContainer.java:126)
at net.minecraft.network.play.server.SPacketChunkData.func_189555_a(SourceFile:122)
at net.minecraft.network.play.server.SPacketChunkData.<init>(SourceFile:40)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:157)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:165)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
-- Affected level --
Details:
Level name: world
All players: 2 total; [EntityPlayerMP['Yamza'/222421, l='world', x=-357.84, y=26.00, z=237.15], EntityPlayerMP['WinterWotter'/19566, l='world', x=-23877.17, y=70.00, z=-17120.17]]
Chunk stats: ServerChunkCache: 1568 Drop: 0
Level seed: 8223606892597132249
Level generator: ID 11 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-539,65,65), Chunk: (at 5,4,1 in -34,4; contains blocks -544,0,64 to -529,255,79), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 90909760 game time, 23387399 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 18152 (now: false), thunder time: 38647 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- Sponge PhaseTracker --
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:3997)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.9.103-xxxx-std-ipv6-64
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1206953896 bytes (1151 MB) / 5234491392 bytes (4992 MB) up to 5234491392 bytes (4992 MB)
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
IntCache: cache: 2, tcache: 103, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2759 291 mods loaded, 291 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:------------------------------------ |:---------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.4.2759 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-d453c3e | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | None |
| UCHIJAAAA | sponge | 1.12.2-2705-7.1.0-BETA-3206 | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
| UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
| UCHIJAAAA | randompatches | 1.12.2-1.5.0.4 | randompatches-1.12.2-1.5.0.4.jar | None |
| UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
| UCHIJAAAA | gottagofast | 1.1 | gottagofast-1.1.jar | None |
| UCHIJAAAA | fastbench | 1.5.1 | FastWorkbench-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | actuallyadditions | 1.12.2-r140 | ActuallyAdditions-1.12.2-r140.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UCHIJAAAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
| UCHIJAAAA | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None |
| UCHIJAAAA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
| UCHIJAAAA | ic2 | 2.8.97-ex112 | industrialcraft-2-2.8.97-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAA | libvulpes | 0.2.8.-37 | LibVulpes-1.12.2-0.2.8-37-universal.jar | None |
| UCHIJAAAA | advancedrocketry | 1.4.0.-96 | AdvancedRocketry-1.12.2-1.4.0-96-universal.jar | None |
| UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UCHIJAAAA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
| UCHIJAAAA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
| UCHIJAAAA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
| UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAA | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2-0.5.37.jar | None |
| UCHIJAAAA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
| UCHIJAAAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
| UCHIJAAAA | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None |
| UCHIJAAAA | jei | 4.12.0.215 | jei_1.12.2-4.12.0.215.jar | None |
| UCHIJAAAA | thaumcraft | 6.1.BETA23 | Thaumcraft-1.12.2-6.1.BETA23.jar | None |
| UCHIJAAAA | codechickenlib | 3.2.1.351 | CodeChickenLib-1.12.2-3.2.1.351-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | brandonscore | 2.4.4 | BrandonsCore-1.12.2-2.4.4.173-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | draconicevolution | 2.3.13 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar | None |
| UCHIJAAAA | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | enderio | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderiointegrationtic | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | twilightforest | 3.8.654 | twilightforest-1.12.2-3.8.654-universal.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.8.5.jar | None |
| UCHIJAAAA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
| UCHIJAAAA | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None |
| UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAA | botania | r1.10-355 | Botania r1.10-355.jar | None |
| UCHIJAAAA | conarm | 1.1.0 | conarm-1.12.2-1.1.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None |
| UCHIJAAAA | reborncore | 3.10.0.332 | RebornCore-1.12.2-3.10.0.332-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | techreborn | 2.17.1.786 | TechReborn-1.12.2-2.17.1.786-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | forestry | 5.8.1.339 | forestry_1.12.2-5.8.1.339.jar | None |
| UCHIJAAAA | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| UCHIJAAAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
| UCHIJAAAA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
| UCHIJAAAA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.2-212.jar | None |
| UCHIJAAAA | cucumber | 1.1.1 | Cucumber-1.12.2-1.1.1.jar | None |
| UCHIJAAAA | mysticalagriculture | 1.6.13 | MysticalAgriculture-1.12-1.6.13.jar | None |
| UCHIJAAAA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
| UCHIJAAAA | mcjtylib_ng | 3.0.4 | mcjtylib-1.12-3.0.4.jar | None |
| UCHIJAAAA | rftools | 7.55 | rftools-1.12-7.55.jar | None |
| UCHIJAAAA | rustic | 1.0.8 | rustic-1.0.8.jar | None |
| UCHIJAAAA | integrationforegoing | 1.12.2-1.7.4 | IntegrationForegoing-1.12.2-1.7.4.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | valkyrielib | 1.12.2-2.0.15.1 | valkyrielib-1.12.2-2.0.15.1.jar | None |
| UCHIJAAAA | environmentaltech | 1.12.2-2.0.15.1 | environmentaltech-1.12.2-2.0.15.1.jar | None |
| UCHIJAAAA | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
| UCHIJAAAA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
| UCHIJAAAA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
| UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UCHIJAAAA | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
| UCHIJAAAA | armoryexpansion | 0.1.4 | armoryexpansion-0.1.4.jar | None |
| UCHIJAAAA | aroma1997core | 2.0.0.0.b156 | Aroma1997Core-1.12.2-2.0.0.0.b156.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aroma1997sdimension | 2.0.0.2.b81 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b81.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | astralsorcery | 1.9.4 | astralsorcery-1.12.2-1.9.4.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | atmtweaks | 1.2 | atmtweaks-1.2.jar | None |
| UCHIJAAAA | attributefix | 1.0.1 | AttributeFix-1.12.2-1.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAA | quark | r1.5-127 | Quark-r1.5-127.jar | None |
| UCHIJAAAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
| UCHIJAAAA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| UCHIJAAAA | base | 3.10.0 | base-1.12.2-3.10.0.jar | None |
| UCHIJAAAA | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
| UCHIJAAAA | betterthanmending | 1.1.1 | BetterThanMending-1.1.1.jar | None |
| UCHIJAAAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| UCHIJAAAA | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UCHIJAAAA | birdsfoods | 3.1 - [1.12] | birdsfoods-1.12 - 3.1.jar | None |
| UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
| UCHIJAAAA | cyclicmagic | 1.17.0 | Cyclic-1.12.2-1.17.0.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| UCHIJAAAA | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
| UCHIJAAAA | inventorygenerators | 1.2.2 | inventorygenerators-1.2.2.jar | None |
| UCHIJAAAA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
| UCHIJAAAA | guideapi | 1.12-2.1.7-62 | Guide-API-1.12-2.1.7-62.jar | None |
| UCHIJAAAA | bloodmagic | 1.12.2-2.3.3-101 | BloodMagic-1.12.2-2.3.3-101.jar | None |
| UCHIJAAAA | bonsaitrees | 1.1.0 | bonsaitrees-1.1.0-b117.jar | None |
| UCHIJAAAA | bookshelf | 2.3.557 | Bookshelf-1.12.2-2.3.557.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| UCHIJAAAA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
| UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHIJAAAA | chiselsandbits | 14.23 | chiselsandbits-14.23.jar | None |
| UCHIJAAAA | cyclopscore | 0.11.9 | CyclopsCore-1.12.2-0.11.9.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UCHIJAAAA | refinedstorage | 1.6.3 | refinedstorage-1.6.3.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAA | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
| UCHIJAAAA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
| UCHIJAAAA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
| UCHIJAAAA | cookingforblockheads | 6.4.44 | CookingForBlockheads_1.12.2-6.4.44.jar | None |
| UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
| UCHIJAAAA | p455w0rdslib | 2.0.33 | p455w0rdslib-1.12-2.0.33.jar | None |
| UCHIJAAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| UCHIJAAAA | danknull | 1.4.33 | DankNull-1.12-1.4.33.jar | None |
| UCHIJAAAA | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCHIJAAAA | deepresonance | 1.7.1 | deepresonance-1.12-1.7.1.jar | None |
| UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCHIJAAAA | discordintegration | 3.0.4 | DiscordIntegration-mc1.12.2-3.0.5.jar | None |
| UCHIJAAAA | dismantler | 0.1.2 | dismantler-0.1.2.jar | None |
| UCHIJAAAA | ebwizardry | 4.1.2 | Electroblob's Wizardry - 4.1.2 - MC 1.12.2.jar | None |
| UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
| UCHIJAAAA | enderiobase | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderioconduits | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderioconduitsappliedenergistics | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderioconduitsopencomputers | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderioconduitsrefinedstorage | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderiointegrationforestry | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderiointegrationticlate | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | ftblib | 5.3.0.47 | FTBLib-5.3.0.47.jar | None |
| UCHIJAAAA | enderiomachines | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderiopowertools | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHIJAAAA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | environmentalcreepers | 1.4.0 | environmentalcreepers-1.12.2-1.4.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
| UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| UCHIJAAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| UCHIJAAAA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| UCHIJAAAA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
| UCHIJAAAA | fastfurnace | 1.1.0 | FastFurnace-1.12.2-1.1.0.jar | None |
| UCHIJAAAA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| UCHIJAAAA | flamingo | 1.12-1.11 | Flamingo-1.12-v1.11.jar | None |
| UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHIJAAAA | floralchemy | 1.12.2-1.0.1 | Floralchemy-1.12.2-1.0.1.jar | None |
| UCHIJAAAA | foamfix | 0.10.1-1.12.2 | foamfix-0.10.1-1.12.2.jar | None |
| UCHIJAAAA | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
| UCHIJAAAA | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
| UCHIJAAAA | ftbutilities | 5.3.0.48 | FTBUtilities-5.3.0.48.jar | None |
| UCHIJAAAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
| UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UCHIJAAAA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
| UCHIJAAAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| UCHIJAAAA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
| UCHIJAAAA | wizardry | 0.9.6 | wizardry-0.9.6.jar | None |
| UCHIJAAAA | librarianlib | 4.12 | librarianlib-1.12.2-4.12.jar | None |
| UCHIJAAAA | hooked | %VERSION% | hooked-1.0.3.jar | None |
| UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAAAA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| UCHIJAAAA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
| UCHIJAAAA | integrateddynamics | 0.11.16 | IntegratedDynamics-1.12.2-0.11.16.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.16.jar | None |
| UCHIJAAAA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | ironchest | 1.12.2-7.0.46.831 | ironchest-1.12.2-7.0.46.831.jar | None |
| UCHIJAAAA | jaopcaagriculture | 1.12.2-1.2.1.13 | JAOPCAAgriculture-1.12.2-1.2.1.13.jar | None |
| UCHIJAAAA | jaopca | 1.12.2-2.2.8.91 | JAOPCA-1.12.2-2.2.8.91.jar | None |
| UCHIJAAAA | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.91.jar | None |
| UCHIJAAAA | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
| UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | justenoughdimensions | 1.6.0-dev.20180619.124018 | justenoughdimensions-1.12.2-1.6.0-dev.20180619.124018.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| UCHIJAAAA | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
| UCHIJAAAA | laggoggles | SPONGEFORGE-1.12.2-4.1 | LagGoggles-SPONGE-1.12.2-4.1.jar | None |
| UCHIJAAAA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
| UCHIJAAAA | lostcities | 2.0.10 | lostcities-1.12-2.0.10.jar | None |
| UCHIJAAAA | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
| UCHIJAAAA | luckperms | 4.2.23 | LuckPerms-Sponge-4.2.23.jar | None |
| UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| UCHIJAAAA | matc | 0.1.0 | matc-1.0.0-hotfix.jar | None |
| UCHIJAAAA | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| UCHIJAAAA | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| UCHIJAAAA | minecolonies | 1.12.2-0.9.109-ALPHA | minecolonies-1.12.2-0.9.109-ALPHA-universal.jar | None |
| UCHIJAAAA | mmcrestrict | 1.5.1 | MMCRestrict-1.5.1-API-7.jar | None |
| UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
| UCHIJAAAA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHIJAAAA | notenoughwands | 1.7.0 | notenoughwands-1.12-1.7.0.jar | None |
| UCHIJAAAA | nuclearcraft | 2.11a | NuclearCraft-2.11a--1.12.2.jar | None |
| UCHIJAAAA | nucleus | 1.4.2-S7.0 | Nucleus-1.4.2-S7.0-MC1.12.2-plugin.jar | None |
| UCHIJAAAA | nutrition | 3.5.0 | Nutrition-1.12.2-3.5.0.jar | None |
| UCHIJAAAA | oreexcavation | 1.4.123 | OreExcavation-1.4.123.jar | None |
| UCHIJAAAA | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
| UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | overloaded | 0.0.53 | Overloaded-1.12.2-0.0.53.jar | 644f38521a349310a5dae0239577dc7beebefaec |
| UCHIJAAAA | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
| UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
| UCHIJAAAA | placebo | 1.4.1 | Placebo-1.12.2-1.4.1.jar | None |
| UCHIJAAAA | plants2 | 2.10.3 | Plants-1.12.2-2.10.3.jar | None |
| UCHIJAAAA | pneumaticcraft | 1.12.2-0.7.8-259 | pneumaticcraft-repressurized-1.12.2-0.7.8-259.jar | None |
| UCHIJAAAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
| UCHIJAAAA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.0.4-6.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
| UCHIJAAAA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
| UCHIJAAAA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
| UCHIJAAAA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
| UCHIJAAAA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
| UCHIJAAAA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| UCHIJAAAA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| UCHIJAAAA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| UCHIJAAAA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
| UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| UCHIJAAAA | randomtweaks | 1.12.2-2.1.3.1 | randomtweaks-1.12.2-2.1.3.1.jar | None |
| UCHIJAAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| UCHIJAAAA | realfilingcabinet | 0.1.65 | realfilingcabinet-1.12.1-0.1.65.jar | None |
| UCHIJAAAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None |
| UCHIJAAAA | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | refinedstorageaddons | 0.4.1 | refinedstorageaddons-0.4.1.jar | None |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.767 | Reliquary-1.12.2-1.3.4.767.jar | None |
| UCHIJAAAA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
| UCHIJAAAA | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
| UCHIJAAAA | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
| UCHIJAAAA | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
| UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
| UCHIJAAAA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| UCHIJAAAA | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None |
| UCHIJAAAA | soulshardsrespawn | 1.12.2-1.0.6-8 | SoulShardsRespawn-1.12.2-1.0.6-8.jar | None |
| UCHIJAAAA | stevescarts | 2.4.22.109 | StevesCarts-1.12.2-2.4.22.109.jar | None |
| UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
| UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
| UCHIJAAAA | tatw | 1.0.1.2.b27 | Tatw-1.12.2-1.0.1.2.b27.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | thaumcomp | 0.3.0.16 | ThaumicComputers-MC1.12.2-0.3.0.16.jar | None |
| UCHIJAAAA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| UCHIJAAAA | thaumicperiphery | 0.2.4 | thaumicperiphery-0.2.4.jar | None |
| UCHIJAAAA | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
| UCHIJAAAA | tinkersoc | 0.1 | tinkersoc-0.4.jar | None |
| UCHIJAAAA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| UCHIJAAAA | tombstone | 3.0.2 | tombstone-3.0.2-1.12.jar | None |
| UCHIJAAAA | topaddons | 1.12.2-1.9.0 | topaddons-1.12.2-1.9.0.jar | None |
| UCHIJAAAA | transport | @1.12.2-1.0.0@ | Transport-1.12.2-1.0.0.jar | None |
| UCHIJAAAA | traverse | 1.5.5 | Traverse-1.12.2-1.5.5-65.jar | None |
| UCHIJAAAA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.15.1.jar | None |
| UCHIJAAAA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
| UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| UCHIJAAAA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| UCHIJAAAA | waystones | 4.0.54 | Waystones_1.12.2-4.0.54.jar | None |
| UCHIJAAAA | wetstone | 1.0 | wetstone-1.0.jar | None |
| UCHIJAAAA | wirelesscharger | 1.12.2-1.0.5 | WirelessCharger-1.12.2-1.0.5.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | wct | 3.9.67 | WirelessCraftingTerminal-1.12.2-3.9.67.jar | None |
| UCHIJAAAA | woot | 1.12.2-1.4.4 | woot-1.12.2-1.4.4.jar | None |
| UCHIJAAAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
| UCHIJAAAA | worleycaves | 1.2.1 | worleycaves-1.2.1.jar | None |
| UCHIJAAAA | xnet | 1.7.3 | xnet-1.12-1.7.3.jar | None |
| UCHIJAAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
| UCHIJAAAA | ynot | 0.2.3 | YNot-0.2.3.jar | None |
| UCHIJAAAA | industrialwires | 1.7-29 | IndustrialWires-1.7-29.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
| UCHIJAAAA | thebetweenlands | 3.3.11 | TheBetweenlands-3.3.11-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
| UCHIJAAAA | librarianliblate | 4.12 | librarianlib-1.12.2-4.12.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| UCHIJAAAA | unidict | 1.12.2-2.7b | UniDict-1.12.2-2.7b.jar | None |
| UCHIJAAAA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
AstralCore (astralsorcery-1.12.2-1.9.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
SplashAnimationCoremod (SplashAnimation-0.1.0.jar)
pl.asie.splashanimation.core.SplashProgressTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.12.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.5-127.jar)
vazkii.quark.base.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
squeek.applecore.asm.TransformerModuleHandler
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.11-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
li.cil.oc.common.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Wizardry Plugin (wizardry-0.9.6.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
RandomPatches (randompatches-1.12.2-1.5.0.4.jar)
com.therandomlabs.randompatches.core.RPTransformer
GottaGoFastLoader (gottagofast-1.1.jar)
com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
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]
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r140.jar
* AgriCraftAPI (1.0) from AgriCraft-2.12.0-1.12.0-a6.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.4.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
* asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
* asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
* Base|API (1.0.0) from base-1.12.2-3.10.0.jar
* Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
* betteradvancements|API (0.0.11.56) from BetterAdvancements-1.12.2-0.0.11.56.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.5-127.jar
* BetweenlandsAPI (1.10.1) from TheBetweenlands-3.3.11-universal.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
* BotaniaAPI (79) from AkashicTome-1.2-10.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.23.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
* ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
* computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v3.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.1.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.13.306-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.31.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.339.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.339.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.7-62.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-85.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-85.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.2-212.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.16.jar
* jeresources|API (0.8.10.50) from JustEnoughResources-1.12.2-0.8.10.50.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.12.0.215.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.7.8-259.jar
* pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.33.jar
* projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
* PsiAPI (6) from Psi-r1.1-59.jar
* QuarkAPI (2) from Quark-r1.5-127.jar
* reborncoreAPI (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
* reborncoreAPI|Power (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
* reborncoreAPI|Recipe (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
* reborncoreAPI|Tile (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.22.109.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* techrebornAPI (2.17.1.786) from TechReborn-1.12.2-2.17.1.786-universal.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA23.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.15.1.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from NuclearCraft-2.11a--1.12.2.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
RebornCore:
Plugin Engine: 1
RebornCore Version: 3.10.0.332
Runtime Debofucsation 1
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.):
An unsupported base software is installed: 'sponge'. This is NOT supported.
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.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Profiler Position: N/A (disabled)
Player Count: 2 / 20; [EntityPlayerMP['Yamza'/222421, l='world', x=-357.84, y=26.00, z=237.15], EntityPlayerMP['WinterWotter'/19566, l='world', x=-23877.17, y=70.00, z=-17120.17]]
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment