SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Crash with Auto-populate Tile Entities #2465

Closed Shybella closed 6 years ago

Shybella commented 6 years ago

I am currently running

Issue Description

Turned on auto-populate for tile entities in the config, noticed it was not populating and several hours later I experienced a crash from this option being enabled.



WARNING: coremods are present:
  LibLoader (# LibLoader.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  CoreMod (TickProfiler-1.12-0.0.6.jar)
  SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-0 (1).jar)
  FMLPlugin (elulib-0.1.12.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  RandomPatches (randompatches-1.12.2-1.5.0.4.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 10/3/18 8:17 PM
Description: Exception ticking world entities

java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
    at java.util.ArrayList$Itr.next(Unknown Source)
    at com.google.common.collect.Iterators$3.next(Iterators.java:174)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateChunkEntities(EntityActivationRange.java:260)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateEntities(EntityActivationRange.java:245)
    at net.minecraft.world.WorldServer.entityActivationCheck(WorldServer.java:6065)
    at net.minecraft.world.World.func_72939_s(World.java:6582)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    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(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
    at java.util.ArrayList$Itr.next(Unknown Source)
    at com.google.common.collect.Iterators$3.next(Iterators.java:174)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateChunkEntities(EntityActivationRange.java:260)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateEntities(EntityActivationRange.java:245)
    at net.minecraft.world.WorldServer.entityActivationCheck(WorldServer.java:6065)
    at net.minecraft.world.World.func_72939_s(World.java:6582)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
gabizou commented 6 years ago

Can you link the rest of the threads stack traces? I have a feeling there is likely another thread accessing the list in use for entity activation.

Shybella commented 6 years ago


WARNING: coremods are present:
  LibLoader (# LibLoader.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  CoreMod (TickProfiler-1.12-0.0.6.jar)
  SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-0 (1).jar)
  FMLPlugin (elulib-0.1.12.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  RandomPatches (randompatches-1.12.2-1.5.0.4.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 10/4/18 4:34 PM
Description: Exception ticking world entities

java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
    at java.util.ArrayList$Itr.next(Unknown Source)
    at com.google.common.collect.Iterators$3.next(Iterators.java:174)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateChunkEntities(EntityActivationRange.java:260)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateEntities(EntityActivationRange.java:245)
    at net.minecraft.world.WorldServer.entityActivationCheck(WorldServer.java:6065)
    at net.minecraft.world.World.func_72939_s(World.java:6582)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    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(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
    at java.util.ArrayList$Itr.next(Unknown Source)
    at com.google.common.collect.Iterators$3.next(Iterators.java:174)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateChunkEntities(EntityActivationRange.java:260)
    at org.spongepowered.common.mixin.plugin.entityactivation.EntityActivationRange.activateEntities(EntityActivationRange.java:245)
    at net.minecraft.world.WorldServer.entityActivationCheck(WorldServer.java:6065)
    at net.minecraft.world.World.func_72939_s(World.java:6582)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)

-- Affected level --
Details:
    Level name: world
    All players: 20 total; [EntityPlayerMP['Swagella'/1947853, l='world', x=49441.65, y=73.61, z=500569.54], EntityPlayerMP['kazzam33'/3285301, l='world', x=52057.26, y=67.56, z=504873.00], EntityPlayerMP['dawk42'/3626066, l='world', x=53702.39, y=74.00, z=504237.84], EntityPlayerMP['TTKirnk'/4847302, l='world', x=55415.49, y=63.00, z=503058.46], EntityPlayerMP['Suldil'/5254289, l='world', x=49665.20, y=46.00, z=501181.11], EntityPlayerMP['aum0001'/5281918, l='world', x=51141.79, y=63.00, z=501112.08], EntityPlayerMP['Xynaxus64'/5299119, l='world', x=45080.50, y=69.00, z=506605.50], EntityPlayerMP['Jps1995'/5350552, l='world', x=53203.67, y=66.00, z=505509.36], EntityPlayerMP['CmdrAdama'/5414918, l='world', x=62770.10, y=68.00, z=487923.26], EntityPlayerMP['73__'/5139816, l='world', x=55425.05, y=64.20, z=503048.70], EntityPlayerMP['DVmulti'/5421347, l='world', x=52376.55, y=61.88, z=502225.30], EntityPlayerMP['billbertking1'/3181799, l='world', x=52779.71, y=82.00, z=504104.55], EntityPlayerMP['Rexoblazer'/5349993, l='world', x=53206.63, y=66.00, z=505505.07], EntityPlayerMP['robertga239'/5426902, l='world', x=52779.31, y=82.00, z=504103.63], EntityPlayerMP['Creeper_Bomb_'/5433155, l='world', x=52381.03, y=68.00, z=502151.21], EntityPlayerMP['Elodinor'/5369743, l='world', x=45083.85, y=69.00, z=506606.70], EntityPlayerMP['ffdffy'/3177625, l='world', x=51793.86, y=85.94, z=496696.64], EntityPlayerMP['steve921'/5476533, l='world', x=51090.82, y=11.00, z=496409.91], EntityPlayerMP['Broken_Soul'/5479942, l='world', x=53121.96, y=58.00, z=503639.41], EntityPlayerMP['griz_206'/5123617, l='world', x=51991.79, y=68.00, z=502253.24]]
    Chunk stats: ServerChunkCache: 2261 Drop: 0
    Level seed: 4030382743550674895
    Level generator: ID 10 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (49423,65,500566), Chunk: (at 15,4,6 in 3088,31285; contains blocks 49408,0,500560 to 49423,255,500575), Region: (96,977; contains chunks 3072,31264 to 3103,31295, blocks 49152,0,500224 to 49663,255,500735)
    Level time: 148501545 game time, 88380048 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 1 (now: false), thunder time: 1 (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$zjk000(MinecraftServer.java:3980)
    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(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows Server 2012 (amd64) version 6.2
    Java Version: 1.8.0_181, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 6709146960 bytes (6398 MB) / 12821987328 bytes (12228 MB) up to 12821987328 bytes (12228 MB)
    JVM Flags: 12 total; -Xmx12228M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=35 -XX:G1MaxNewSizePercent=60 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
    FML: MCP 9.42 Powered by Forge 14.23.4.2760 195 mods loaded, 195 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                | FTBserver-1.12.2-14.23.4.2760-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                             | 14.23.4.2760             | FTBserver-1.12.2-14.23.4.2760-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | spongeapi                         | 7.1.0-ff990df            | spongeforge-1.12.2-2705-7.1.0-BETA-0 (1).jar        | None                                     |
    | UCHIJAAAA | sponge                            | 1.12.2-2705-7.1.0-BETA-0 | spongeforge-1.12.2-2705-7.1.0-BETA-0 (1).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 | fastbench                         | 1.5.3                    | FastWorkbench-1.12.2-1.5.3.jar                      | None                                     |
    | UCHIJAAAA | actuallyadditions                 | 1.12.2-r140              | ActuallyAdditions-1.12.2-r140.jar                   | None                                     |
    | UCHIJAAAA | akashictome                       | 1.2-10                   | AkashicTome-1.2-10.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.216               | jei_1.12.2-4.12.0.216.jar                           | None                                     |
    | UCHIJAAAA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
    | UCHIJAAAA | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
    | UCHIJAAAA | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJAAAA | aroma1997sdimension               | 2.0.0.2.b81              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b81.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCHIJAAAA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
    | UCHIJAAAA | astralsorcery                     | 1.9.4                    | astralsorcery-1.12.2-1.9.4.jar                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | UCHIJAAAA | auction                           | 1.4                      | Auction-1.4.jar                                     | None                                     |
    | UCHIJAAAA | morphtool                         | 1.2-16                   | Morph-o-Tool-1.2-16.jar                             | None                                     |
    | UCHIJAAAA | psi                               | r1.1-59                  | Psi-r1.1-59.jar                                     | None                                     |
    | UCHIJAAAA | autoreglib                        | 1.3-20                   | AutoRegLib-1.3-20.jar                               | None                                     |
    | UCHIJAAAA | badwithernocookiereloaded         | 1.12.2-3.1.14            | badwithernocookiereloaded-1.12.2-3.1.14.jar         | None                                     |
    | UCHIJAAAA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
    | UCHIJAAAA | betteradvancements                | 0.0.5.17                 | BetterAdvancements-1.12.2-0.0.5.17.jar              | None                                     |
    | UCHIJAAAA | betterbuilderswands               | 0.12.0                   | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar     | None                                     |
    | UCHIJAAAA | ic2                               | 2.8.99-ex112             | industrialcraft-2-2.8.99-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
    | UCHIJAAAA | forestry                          | 5.8.1.341                | forestry_1.12.2-5.8.1.341.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 | biomesoplenty                     | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar       | None                                     |
    | UCHIJAAAA | blockcraftery                     | 0.1.3                    | blockcraftery-0.1.3.jar                             | None                                     |
    | UCHIJAAAA | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
    | UCHIJAAAA | bloodmagic                        | 1.12.2-2.3.3-101         | BloodMagic-1.12.2-2.3.3-101.jar                     | None                                     |
    | UCHIJAAAA | bookshelf                         | 2.3.553                  | Bookshelf-1.12.2-2.3.553.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | thaumcraft                        | 6.1.BETA24               | Thaumcraft-1.12.2-6.1.BETA24.jar                    | None                                     |
    | UCHIJAAAA | botania                           | r1.10-356                | Botania r1.10-356.jar                               | None                                     |
    | UCHIJAAAA | codechickenlib                    | 3.2.1.351                | CodeChickenLib-1.12.2-3.2.1.351-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJAAAA | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar         | None                                     |
    | UCHIJAAAA | broadcast                         | 1.2.1                    | Broadcast-1.2.1.jar                                 | None                                     |
    | UCHIJAAAA | buildinggadgets                   | 1.6.2                    | BuildingGadgets-1.6.2.jar                           | None                                     |
    | UCHIJAAAA | carrotshop                        | 1.18-S7.0-MC1.12.2       | CarrotShop-1.18-S7.0-MC1.12.2.jar                   | None                                     |
    | UCHIJAAAA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
    | UCHIJAAAA | chickenchunks                     | 2.4.1.73                 | ChickenChunks-1.12.2-2.4.1.73-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | chisel                            | MC1.12.2-0.2.1.34        | Chisel-MC1.12.2-0.2.1.34.jar                        | None                                     |
    | UCHIJAAAA | chiselsandbits                    | 14.23                    | chiselsandbits-14.23.jar                            | None                                     |
    | UCHIJAAAA | griefprevention                   | 4.3.0                    | griefprevention-1.12.2-4.3.0.654.jar                | None                                     |
    | UCHIJAAAA | packetgate                        | 0.1.1                    | PacketGate-0.1.2.jar                                | None                                     |
    | UCHIJAAAA | claimtweaks                       | 2.0                      | ClaimTweaks-2.0.jar                                 | None                                     |
    | UCHIJAAAA | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar              | None                                     |
    | UCHIJAAAA | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJAAAA | commandsigns                      | 2.10                     | commandsigns-2.10.jar                               | None                                     |
    | UCHIJAAAA | cyclopscore                       | 0.11.10                  | CyclopsCore-1.12.2-0.11.10.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJAAAA | commoncapabilities                | 1.4.0                    | CommonCapabilities-1.12-1.4.0.jar                   | None                                     |
    | UCHIJAAAA | refinedstorage                    | 1.6.4                    | refinedstorage-1.6.4.jar                            | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | UCHIJAAAA | compactmachines3                  | 3.0.12                   | compactmachines3-1.12.2-3.0.12-b215.jar             | None                                     |
    | UCHIJAAAA | compactsolars                     | 1.12.2-5.0.17.340        | CompactSolars-1.12.2-5.0.17.340-universal.jar       | None                                     |
    | UCHIJAAAA | cookingforblockheads              | 6.4.44                   | CookingForBlockheads_1.12.2-6.4.44.jar              | None                                     |
    | UCHIJAAAA | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
    | UCHIJAAAA | dailyrewards                      |                          | DailyRewards-api7-1.3.1.jar                         | None                                     |
    | UCHIJAAAA | endercore                         | 1.12.2-0.5.37            | EnderCore-1.12.2-0.5.37.jar                         | None                                     |
    | 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 | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
    | UCHIJAAAA | enderiointegrationtic             | 5.0.31                   | EnderIO-1.12.2-5.0.31.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 | tesla                             | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | p455w0rdslib                      | 2.0.34                   | p455w0rdslib-1.12-2.0.34.jar                        | None                                     |
    | UCHIJAAAA | stg                               | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                                | None                                     |
    | UCHIJAAAA | theoneprobe                       | 1.4.23                   | theoneprobe-1.12-1.4.23.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 | deathtax                          | 4.20                     | DeathTax.jar                                        | None                                     |
    | UCHIJAAAA | eleccore                          | 1.8.434                  | ElecCore-1.12.2-1.8.434.jar                         | None                                     |
    | UCHIJAAAA | mcjtylib_ng                       | 3.0.4                    | mcjtylib-1.12-3.0.4.jar                             | None                                     |
    | UCHIJAAAA | opencomputers                     | 1.7.2.67                 | OpenComputers-MC1.12.2-1.7.2.67.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 | economylite                       | 2.14.4                   | EconomyLite-7.1.0-2.14.4.jar                        | None                                     |
    | UCHIJAAAA | elevatorid                        | 1.3.6                    | ElevatorMod-1.12.2-1.3.6.jar                        | None                                     |
    | UCHIJAAAA | nuvotifier                        | 2.3.5                    | serious-nuvotifier-universal-API7-2.3.5.jar         | None                                     |
    | UCHIJAAAA | enjin-minecraft-plugin            | 3.4.3-sponge7            | EMPSponge7.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 | 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 | 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 | immersiveengineering              | 0.12-85                  | ImmersiveEngineering-0.12-85.jar                    | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJAAAA | exchangers                        | 1.12.2-2.7.3             | Exchangers-1.12.2-2.7.3.jar                         | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | UCHIJAAAA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.1.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 | flatcoloredblocks                 | mc1.12-6.6               | flatcoloredblocks-mc1.12-6.6.jar                    | None                                     |
    | UCHIJAAAA | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
    | UCHIJAAAA | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
    | UCHIJAAAA | gamespleef                        | 1.1                      | GameSpleef-1.1.jar                                  | None                                     |
    | UCHIJAAAA | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
    | UCHIJAAAA | advgenerators                     | 0.9.20.12                | generators-0.9.20.12-mc1.12.2.jar                   | None                                     |
    | UCHIJAAAA | gravestone                        | 1.10.1                   | gravestone-1.10.1.jar                               | None                                     |
    | UCHIJAAAA | huskyui                           | 0.6.0PRE2                | HuskyUI-v0.6.0-PRE2-H2.jar                          | None                                     |
    | UCHIJAAAA | huskycrates                       | 2.0.0PRE7                | HuskyCrates-v2.0.0-PRE7-H4.jar                      | None                                     |
    | UCHIJAAAA | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.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 | integrateddynamics                | 0.11.17                  | IntegratedDynamics-1.12.2-0.11.17.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCHIJAAAA | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-0.11.17.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 | inventorysorter                   | 1.13.3+57                | inventorysorter-1.12.2-1.13.3+57.jar                | None                                     |
    | UCHIJAAAA | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                   | None                                     |
    | UCHIJAAAA | ironchest                         | 1.12.2-7.0.40.824        | ironchest-1.12.2-7.0.40.824.jar                     | None                                     |
    | UCHIJAAAA | itemchat                          | 1.4.0                    | ItemChat-1.4.0.jar                                  | None                                     |
    | UCHIJAAAA | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                        | None                                     |
    | UCHIJAAAA | jobslite                          | 1.8.1                    | JobsLite-7.1.0-1.8.1.jar                            | None                                     |
    | UCHIJAAAA | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
    | UCHIJAAAA | karoglansigneditor                | 3.4.1                    | KaroglanSignEditor-3.4.1.jar                        | None                                     |
    | UCHIJAAAA | kt-skript                         | 1.1.2                    | kt-skript-1.1.2.jar                                 | None                                     |
    | UCHIJAAAA | laggoggles                        | SPONGEFORGE-1.12.2-4.1   | LagGoggles-SPONGEFORGE-1.12.2-4.1.jar               | None                                     |
    | UCHIJAAAA | lostcities                        | 2.0.10                   | lostcities-1.12-2.0.10.jar                          | None                                     |
    | UCHIJAAAA | lottery                           | 2.0.2                    | lottery-2.0.2.jar                                   | None                                     |
    | UCHIJAAAA | luckperms                         | 4.2.75                   | LuckPerms-Sponge-4.2.75.jar                         | None                                     |
    | UCHIJAAAA | magibridge                        | 2.4.6                    | MagiBridge-API7-2.4.6.jar                           | None                                     |
    | UCHIJAAAA | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
    | UCHIJAAAA | nucleus                           | 1.6.1-S7.1               | Nucleus-1.6.1-S7.1-MC1.12.2-plugin.jar              | None                                     |
    | UCHIJAAAA | mcclans                           | 1.6                      | MCClans-1.6.jar                                     | None                                     |
    | UCHIJAAAA | mcmultipart                       | 2.5.2                    | MCMultiPart-2.5.2.jar                               | None                                     |
    | UCHIJAAAA | meecreeps                         | 1.2.2                    | meecreeps-1.12-1.2.2.jar                            | None                                     |
    | UCHIJAAAA | mercurius                         | 1.0.6                    | Mercurius-1.12.2.jar                                | None                                     |
    | UCHIJAAAA | minetogether                      | unspecified              | minetogether-1.10.2-2.1.3.jar                       | None                                     |
    | UCHIJAAAA | minetogetherserver                | unspecified              | minetogether-1.10.2-2.1.3.jar                       | None                                     |
    | UCHIJAAAA | mmclogger                         | 1.6                      | MMCLogger-1.6-API-7.jar                             | None                                     |
    | UCHIJAAAA | mmcrestrict                       | 1.6.0                    | MMCRestrict-1.6.0-API-7.jar                         | None                                     |
    | UCHIJAAAA | mob_grinding_utils                | 0.3.11                   | MobGrindingUtils-0.3.11.jar                         | None                                     |
    | UCHIJAAAA | monk                              | 1.4                      | monk-mod-1.4.jar                                    | None                                     |
    | UCHIJAAAA | morph                             | 7.1.2                    | Morph-1.12.2-7.1.2.jar                              | None                                     |
    | UCHIJAAAA | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
    | UCHIJAAAA | netherportalfix                   | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                   | None                                     |
    | UCHIJAAAA | notenoughwands                    | 1.7.0                    | notenoughwands-1.12-1.7.0.jar                       | None                                     |
    | UCHIJAAAA | harvestcraft                      | 1.12.2y                  | Pam's HarvestCraft 1.12.2y.jar                      | None                                     |
    | UCHIJAAAA | payday                            | 1.4.0                    | PayDay-1.4.0.jar                                    | None                                     |
    | UCHIJAAAA | placebo                           | 1.4.1                    | Placebo-1.12.2-1.4.1.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 | quickleafdecay                    | 1.2.4                    | QuickLeafDecay-MC1.12.1-1.2.4.jar                   | None                                     |
    | UCHIJAAAA | rangedpumps                       | 0.5                      | rangedpumps-0.5.jar                                 | None                                     |
    | UCHIJAAAA | reborncore                        | 3.10.0.332               | RebornCore-1.12.2-3.10.0.332-universal.jar          | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | 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 | referrals                         | 1.4.0                    | Referrals-1.4.0.jar                                 | None                                     |
    | UCHIJAAAA | refinedstorageaddons              | 0.4.2                    | refinedstorageaddons-0.4.2.jar                      | None                                     |
    | UCHIJAAAA | rftools                           | 7.55                     | rftools-1.12-7.55.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 | seriousvote                       | 4.8.4                    | seriousvote-4.8.4.jar                               | None                                     |
    | UCHIJAAAA | serverlistplus                    | 3.4.7                    | ServerListPlus-3.4.7-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 | spark                             | 1.0.4                    | spark.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 | 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 | tickprofiler                      | 1.12-0.0.6               | TickProfiler-1.12-0.0.6.jar                         | None                                     |
    | UCHIJAAAA | topaddons                         | 1.12.2-1.9.0             | topaddons-1.12.2-1.9.0.jar                          | None                                     |
    | UCHIJAAAA | unity                             | 2.2.1                    | unity-2.2.1.jar                                     | None                                     |
    | UCHIJAAAA | universalmodifiers                | 1.12.2-1.0.9a            | valkyrielib-1.12.2-2.0.15.1.jar                     | None                                     |
    | UCHIJAAAA | veinminer                         | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar               | None                                     |
    | UCHIJAAAA | veinminermodsupport               | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar               | None                                     |
    | UCHIJAAAA | wanionlib                         | 1.12.2-1.5               | WanionLib-1.12.2-1.5.jar                            | None                                     |
    | UCHIJAAAA | wct                               | 3.9.67                   | WirelessCraftingTerminal-1.12.2-3.9.67.jar          | None                                     |
    | UCHIJAAAA | worldedit                         | 6.1.8                    | worldedit-forge-mc1.12-6.1.8-dist.jar               | None                                     |
    | UCHIJAAAA | xnet                              | 1.7.3                    | xnet-1.12-1.7.3.jar                                 | None                                     |
    | UCHIJAAAA | elulib                            | 0.1.12                   | elulib-0.1.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                                     |

    Loaded coremods (and transformers): 
LibLoader (# LibLoader.jar)

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)

AstralCore (astralsorcery-1.12.2-1.9.4.jar)

CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)

CoreMod (TickProfiler-1.12-0.0.6.jar)

SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-0 (1).jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
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 (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  li.cil.oc.common.asm.ClassTransformer
RandomPatches (randompatches-1.12.2-1.5.0.4.jar)
  com.therandomlabs.randompatches.core.RPTransformer
    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)
        - theoneprobeIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r140.jar
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
        * Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
        * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.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.1.34.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.34.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
        * 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.341.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.341.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.341.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.6-61.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.17.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.216.jar
        * modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.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
        * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.34.jar
        * PsiAPI (6) from Psi-r1.1-59.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
        * 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
        * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA24.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
        * veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.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.10.2-0.0.2) from zerocore-1.12-0.1.2.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:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:ON, CRAFTTWEAKER:ON
    Profiler Position: N/A (disabled)
    Player Count: 20 / 64; [EntityPlayerMP['Swagella'/1947853, l='world', x=49441.65, y=73.61, z=500569.54], EntityPlayerMP['kazzam33'/3285301, l='world', x=52057.26, y=67.56, z=504873.00], EntityPlayerMP['dawk42'/3626066, l='world', x=53702.39, y=74.00, z=504237.84], EntityPlayerMP['TTKirnk'/4847302, l='world', x=55415.49, y=63.00, z=503058.46], EntityPlayerMP['Suldil'/5254289, l='world', x=49665.20, y=46.00, z=501181.11], EntityPlayerMP['aum0001'/5281918, l='world', x=51141.79, y=63.00, z=501112.08], EntityPlayerMP['Xynaxus64'/5299119, l='world', x=45080.50, y=69.00, z=506605.50], EntityPlayerMP['Jps1995'/5350552, l='world', x=53203.67, y=66.00, z=505509.36], EntityPlayerMP['CmdrAdama'/5414918, l='world', x=62770.10, y=68.00, z=487923.26], EntityPlayerMP['73__'/5139816, l='world', x=55425.05, y=64.20, z=503048.70], EntityPlayerMP['DVmulti'/5421347, l='world', x=52376.55, y=61.88, z=502225.30], EntityPlayerMP['billbertking1'/3181799, l='world', x=52779.71, y=82.00, z=504104.55], EntityPlayerMP['Rexoblazer'/5349993, l='world', x=53206.63, y=66.00, z=505505.07], EntityPlayerMP['robertga239'/5426902, l='world', x=52779.31, y=82.00, z=504103.63], EntityPlayerMP['Creeper_Bomb_'/5433155, l='world', x=52381.03, y=68.00, z=502151.21], EntityPlayerMP['Elodinor'/5369743, l='world', x=45083.85, y=69.00, z=506606.70], EntityPlayerMP['ffdffy'/3177625, l='world', x=51793.86, y=85.94, z=496696.64], EntityPlayerMP['steve921'/5476533, l='world', x=51090.82, y=11.00, z=496409.91], EntityPlayerMP['Broken_Soul'/5479942, l='world', x=53121.96, y=58.00, z=503639.41], EntityPlayerMP['griz_206'/5123617, l='world', x=51991.79, y=68.00, z=502253.24]]
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)

This is the full print out.
Shybella commented 6 years ago

This is a one off occurrence. It only happens with tile population and set on and the multiple other times it's been on this never came back up.

I will reopen if it comes back again