Jump to content

Recommended Posts

Posted

Hi, I'm running a 1.12.2 modded server with forge version 14.23.5.2860

This server has run fine for months on end )up 24/7 on a dedicated PC), last night it crashed whilst no one was online

crash report is as follows
 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
  BedPatch (bedpatch-2.2-1.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  Quark Plugin (Quark-r1.6-179.jar)
  AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-232-universal.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 12/19/24 4:26 PM
Description: Exception ticking world

java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469)
    at java.util.HashMap$ValueIterator.next(HashMap.java:1498)
    at net.minecraft.world.World.func_147448_a(World.java:1949)
    at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
    at net.minecraft.world.World.func_72964_e(World.java:310)
    at net.minecraftforge.common.ForgeChunkManager.lambda$getPersistentChunksIterableFor$0(ForgeChunkManager.java:148)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
    at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
    at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:295)
    at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:207)
    at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:170)
    at java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:301)
    at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
    at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:436)
    at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:534)
    at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:148)
    at net.minecraft.world.World.getPersistentChunkIterable(World.java:3936)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
    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:750)


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

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469)
    at java.util.HashMap$ValueIterator.next(HashMap.java:1498)
    at net.minecraft.world.World.func_147448_a(World.java:1949)
    at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
    at net.minecraft.world.World.func_72964_e(World.java:310)
    at net.minecraftforge.common.ForgeChunkManager.lambda$getPersistentChunksIterableFor$0(ForgeChunkManager.java:148)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
    at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
    at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:295)
    at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:207)
    at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:170)
    at java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:301)
    at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
    at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:436)
    at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:534)
    at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:148)
    at net.minecraft.world.World.getPersistentChunkIterable(World.java:3936)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)

-- Affected level --
Details:
    Level name: world
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 787 Drop: 0
    Level seed: 3476884237574223651
    Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseSca uleX":80.0,"mainNoiseSca uleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
    Level spawn location: World: (-48,66,-64), Chunk: (at 0,4,0 in -3,-4; contains blocks -48,0,-64 to -33,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 68729092 game time, 15928677 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 20506 (now: false), thunder time: 3183 (now: true)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    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:750)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_352, Temurin
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
    Memory: 11800456000 bytes (11253 MB) / 16642867200 bytes (15871 MB) up to 25125584896 bytes (23961 MB)
    JVM Flags: 15 total; -XX:+AggressiveOpts -XX:ParallelGCThreads=4 -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 -Xmx24G -Xms12G
    IntCache: cache: 0, tcache: 1, allocated: 1, tallocated: 6
    FML: MCP 9.42 Powered by Forge 14.23.5.2860 316 mods loaded, 316 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                                |
    |:------ |:--------------------------------- |:------------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                         | 1.12.2                          | minecraft.jar                                             | None                                     |
    | LCHIJA | mcp                               | 9.42                            | minecraft.jar                                             | None                                     |
    | LCHIJA | FML                               | 8.0.99.99                       | forge-1.12.2-14.23.5.2860.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                             | 14.23.5.2860                    | forge-1.12.2-14.23.5.2860.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | advancedrocketrycore              | 1                               | minecraft.jar                                             | None                                     |
    | LCHIJA | openmodscore                      | 0.12.2                          | minecraft.jar                                             | None                                     |
    | LCHIJA | opencomputers|core                | 1.7.5.192                       | minecraft.jar                                             | None                                     |
    | LCHIJA | randompatches                     | 1.12.2-1.22.1.10                | randompatches-1.12.2-1.22.1.10.jar                        | None                                     |
    | LCHIJA | concheckrmd                       | 1.9.5                           | Modpack Configuration Checker-1.12.2-v1.9.5.jar           | None                                     |
    | LCHIJA | supermartijn642corelib            | 1.1.17a                         | _supermartijn642corelib-1.1.17a-forge-mc1.12.jar          | None                                     |
    | LCHIJA | crafttweaker                      | 4.1.20                          | CraftTweaker2-1.12-4.1.20.690.jar                         | None                                     |
    | LCHIJA | mtlib                             | 3.0.7                           | MTLib-3.0.7.jar                                           | None                                     |
    | LCHIJA | modtweaker                        | 4.0.19                          | modtweaker-4.0.20.5.jar                                   | None                                     |
    | LCHIJA | jei                               | 4.16.1.301                      | jei_1.12.2-4.16.1.301.jar                                 | None                                     |
    | LCHIJA | abyssalcraft                      | 1.10.3                          | AbyssalCraft-1.12.2-1.10.3.jar                            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | roots                             | 1.12.2-3.1.4                    | Roots-1.12.2-3.1.4.jar                                    | None                                     |
    | LCHIJA | mysticalworld                     | 1.12.2-1.11.0                   | mysticalworld-1.12.2-1.11.0.jar                           | None                                     |
    | LCHIJA | chisel                            | MC1.12.2-1.0.2.45               | Chisel-MC1.12.2-1.0.2.45.jar                              | None                                     |
    | LCHIJA | baubles                           | 1.5.2                           | Baubles-1.12-1.5.2.jar                                    | None                                     |
    | LCHIJA | endercore                         | 1.12.2-0.5.76                   | EnderCore-1.12.2-0.5.76.jar                               | None                                     |
    | LCHIJA | thaumcraft                        | 6.1.BETA26                      | Thaumcraft-1.12.2-6.1.BETA26.jar                          | None                                     |
    | LCHIJA | codechickenlib                    | 3.2.3.358                       | CodeChickenLib-1.12.2-3.2.3.358-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | redstoneflux                      | 2.1.1                           | RedstoneFlux-1.12-2.1.1.1-universal.jar                   | None                                     |
    | LCHIJA | cofhcore                          | 4.6.6                           | CoFHCore-1.12.2-4.6.6.1-universal.jar                     | None                                     |
    | LCHIJA | brandonscore                      | 2.4.19                          | BrandonsCore-1.12.2-2.4.19.214-universal.jar              | None                                     |
    | LCHIJA | cofhworld                         | 1.4.0                           | CoFHWorld-1.12.2-1.4.0.1-universal.jar                    | None                                     |
    | LCHIJA | thermalfoundation                 | 2.6.7                           | ThermalFoundation-1.12.2-2.6.7.1-universal.jar            | None                                     |
    | LCHIJA | draconicevolution                 | 2.3.28                          | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar        | None                                     |
    | LCHIJA | thermalexpansion                  | 5.5.7                           | ThermalExpansion-1.12.2-5.5.7.1-universal.jar             | None                                     |
    | LCHIJA | enderio                           | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderiointegrationtic             | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | mantle                            | 1.12-1.3.3.55                   | Mantle-1.12-1.3.3.55.jar                                  | None                                     |
    | LCHIJA | quark                             | r1.6-179                        | Quark-r1.6-179.jar                                        | None                                     |
    | LCHIJA | twilightforest                    | 3.11.1021                       | twilightforest-1.12.2-3.11.1021-universal.jar             | None                                     |
    | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183               | TConstruct-1.12.2-2.13.0.183.jar                          | None                                     |
    | LCHIJA | acintegration                     | 1.11.3                          | AbyssalCraft Integration-1.12.2-1.11.3.jar                | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | fastbench                         | 1.7.3                           | FastWorkbench-1.12.2-1.7.3.jar                            | None                                     |
    | LCHIJA | actuallyadditions                 | 1.12.2-r152                     | ActuallyAdditions-1.12.2-r152.jar                         | None                                     |
    | LCHIJA | actuallybaubles                   | 1.1                             | ActuallyBaubles-1.12-1.1.jar                              | None                                     |
    | LCHIJA | additional_lights                 | 1.12.2-1.2.1                    | additional_lights-1.12.2-1.2.1.jar                        | None                                     |
    | LCHIJA | additionalbanners                 | 1.1.77                          | AdditionalBanners-1.12.2-1.1.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | quarryplus                        | 12.5.7                          | AdditionalEnchantedMiner-1.12.2-12.5.7.jar                | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
    | LCHIJA | quarryplus_ct                     | 12.5.7                          | AdditionalEnchantedMiner-1.12.2-12.5.7.jar                | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
    | LCHIJA | additionallanterns                | 1.1.1b                          | additionallanterns-1.1.1b-forge-mc1.12.jar                | None                                     |
    | LCHIJA | ic2                               | 2.8.221-ex112                   | industrialcraft-2-2.8.221-ex112.jar                       | de041f9f6187debbc77034a344134053277aa3b0 |
    | LCHIJA | libvulpes                         | 0.4.2.-75                       | LibVulpes-1.12.2-0.4.2-75-universal.jar                   | None                                     |
    | LCHIJA | advancedrocketry                  | 1.7.0.-232                      | AdvancedRocketry-1.12.2-1.7.0-232-universal.jar           | None                                     |
    | LCHIJA | appliedenergistics2               | rv6-stable-7                    | appliedenergistics2-rv6-stable-7.jar                      | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCHIJA | bdlib                             | 1.14.3.12                       | bdlib-1.14.3.12-mc1.12.2.jar                              | None                                     |
    | LCHIJA | ae2stuff                          | 0.7.0.4                         | ae2stuff-0.7.0.4-mc1.12.2.jar                             | None                                     |
    | LCHIJA | p455w0rdslib                      | 2.3.161                         | p455w0rdslib-1.12.2-2.3.161.jar                           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | ae2wtlib                          | 1.0.34                          | AE2WTLib-1.12.2-1.0.34.jar                                | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | infinitylib                       | 1.12.2-1.12.1                   | infinitylib-1.12.1.jar                                    | None                                     |
    | LCHIJA | agricraft                         | 2.12.0-1.12.2-b2                | agricraft-2.12.0-1.12.2-b2.jar                            | None                                     |
    | LCHIJA | aiimprovements                    | 0.0.1.1                         | AIImprovements-1.12.1-0.0.1b1.jar                         | None                                     |
    | LCHIJA | akashictome                       | 1.2-12                          | AkashicTome-1.2-12.jar                                    | None                                     |
    | LCHIJA | extrautils2                       | 1.0                             | extrautils2-1.12-1.9.9.jar                                | None                                     |
    | LCHIJA | flyringbaublemod                  | 0.3.1_1.12-d4e654e              | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar               | None                                     |
    | LCHIJA | applecore                         | 3.4.0                           | AppleCore-mc1.12.2-3.4.0.jar                              | None                                     |
    | LCHIJA | appleskin                         | 1.0.14                          | AppleSkin-mc1.12-1.0.14.jar                               | None                                     |
    | LCHIJA | conarm                            | 1.2.5.10                        | conarm-1.12.2-1.2.5.10.jar                                | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
    | LCHIJA | armoryexpansion                   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |
    | LCHIJA | armoryexpansion-custommaterials   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |
    | LCHIJA | armoryexpansion-iceandfire        | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |
    | LCHIJA | armoryexpansion-matteroverdrive   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |
    | LCHIJA | aroma1997core                     | 2.0.0.2.b167                    | Aroma1997Core-1.12.2-2.0.0.2.b167.jar                     | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | aroma1997sdimension               | 2.0.0.2                         | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar           | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | atmtweaks                         | 1.2                             | atmtweaks-1.2.jar                                         | None                                     |
    | LCHIJA | morphtool                         | 1.2-21                          | Morph-o-Tool-1.2-21.jar                                   | None                                     |
    | LCHIJA | autoreglib                        | 1.3-32                          | AutoRegLib-1.3-32.jar                                     | None                                     |
    | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.4.18                   | badwithernocookiereloaded-1.12.2-3.4.18.jar               | None                                     |
    | LCHIJA | bedpatch                          | 2.2                             | bedpatch-2.2-1.12.2.jar                                   | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
    | LCHIJA | betterbuilderswands               | 0.11.1                          | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar           | None                                     |
    | LCHIJA | bibliocraft                       | 2.4.5                           | BiblioCraft[v2.4.5][MC1.12.2].jar                         | None                                     |
    | LCHIJA | buildcraftlib                     | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcraftcore                    | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcraftenergy                  | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | natura                            | 1.12.2-4.3.2.69                 | natura-1.12.2-4.3.2.69.jar                                | None                                     |
    | LCHIJA | reborncore                        | 3.19.5                          | RebornCore-1.12.2-3.19.5-universal.jar                    | None                                     |
    | LCHIJA | techreborn                        | 2.27.3.1084                     | TechReborn-1.12.2-2.27.3.1084-universal.jar               | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | LCHIJA | forestry                          | 5.8.2.387                       | forestry_1.12.2-5.8.2.387.jar                             | None                                     |
    | LCHIJA | binniecore                        | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | binniedesign                      | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | genetics                          | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | botany                            | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | extrabees                         | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | extratrees                        | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
    | LCHIJA | biomesoplenty                     | 7.0.1.2445                      | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar             | None                                     |
    | LCHIJA | blockcraftery                     | 1.12.2-1.3.1                    | blockcraftery-1.12.2-1.3.1.jar                            | None                                     |
    | LCHIJA | cyclicmagic                       | 1.20.11                         | Cyclic-1.12.2-1.20.11.jar                                 | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
    | LCHIJA | kjlib                             | 1.0.4                           | kjlib-1.0.4.jar                                           | None                                     |
    | LCHIJA | inventorygenerators               | 1.2.2                           | inventorygenerators-1.2.2.jar                             | None                                     |
    | LCHIJA | mobtotems                         | 1.12.1-0.3.0                    | mobtotems-1.12.1-0.3.0.jar                                | None                                     |
    | LCHIJA | guideapi                          | 1.12-2.1.8-63                   | Guide-API-1.12-2.1.8-63.jar                               | None                                     |
    | LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105                | BloodMagic-1.12.2-2.4.3-105.jar                           | None                                     |
    | LCHIJA | bookshelf                         | 2.3.590                         | Bookshelf-1.12.2-2.3.590.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | botania                           | r1.10-364                       | Botania r1.10-364.4.jar                                   | None                                     |
    | LCHIJA | buildcraftbuilders                | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcrafttransport               | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcraftsilicon                 | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | theoneprobe                       | 1.4.28                          | theoneprobe-1.12-1.4.28.jar                               | None                                     |
    | LCHIJA | buildcraftcompat                  | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcraftfactory                 | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | buildcraftrobotics                | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |
    | LCHIJA | careerbees                        | 1.0                             | careerbees-0.4.0.jar                                      | None                                     |
    | LCHIJA | ceramics                          | 1.12-1.3.7b                     | Ceramics-1.12-1.3.7b.jar                                  | None                                     |
    | LCHIJA | chameleon                         | 1.12-4.1.3                      | Chameleon-1.12-4.1.3.jar                                  | None                                     |
    | LCHIJA | chiselsandbits                    | 14.33                           | chiselsandbits-14.33.jar                                  | None                                     |
    | LCHIJA | clumps                            | 3.1.2                           | Clumps-3.1.2.jar                                          | None                                     |
    | LCHIJA | cyclopscore                       | 1.6.7                           | CyclopsCore-1.12.2-1.6.7.jar                              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | commoncapabilities                | 2.4.8                           | CommonCapabilities-1.12.2-2.4.8.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | colossalchests                    | 1.7.3                           | ColossalChests-1.12.2-1.7.3.jar                           | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | refinedstorage                    | 1.6.16                          | refinedstorage-1.6.16.jar                                 | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LCHIJA | compactmachines3                  | 3.0.18                          | compactmachines3-1.12.2-3.0.18-b278.jar                   | None                                     |
    | LCHIJA | compactsolars                     | 1.12.2-5.0.18.341               | CompactSolars-1.12.2-5.0.18.341-universal.jar             | None                                     |
    | LCHIJA | computercraft                     | 1.80pr1                         | ComputerCraft1.80pr1.jar                                  | None                                     |
    | LCHIJA | asielib                           | 1.0.0                           | Computronics-1.12.2-1.6.6.jar                             | None                                     |
    | LCHIJA | flamingo                          | 1.12-1.11                       | Flamingo-1.12-v1.11.jar                                   | None                                     |
    | LCHIJA | opencomputers                     | 1.7.5.192                       | OpenComputers-MC1.12.2-1.7.5.192.jar                      | None                                     |
    | LCHIJA | railcraft                         | 12.0.0                          | railcraft-12.0.0.jar                                      | a0c255ac501b2749537d5824bb0f0588bf0320fa |
    | LCHIJA | computronics                      | 1.6.6                           | Computronics-1.12.2-1.6.6.jar                             | None                                     |
    | LCHIJA | cookingforblockheads              | 6.5.0                           | CookingForBlockheads_1.12.2-6.5.0.jar                     | None                                     |
    | LCHIJA | cosmeticarmorreworked             | 1.12.2-v5a                      | CosmeticArmorReworked-1.12.2-v5a.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | craftingtweaks                    | 8.1.9                           | CraftingTweaks_1.12.2-8.1.9.jar                           | None                                     |
    | LCHIJA | crafttweakerjei                   | 2.0.3                           | CraftTweaker2-1.12-4.1.20.690.jar                         | None                                     |
    | LCHIJA | cucumber                          | 1.1.3                           | Cucumber-1.12.2-1.1.3.jar                                 | None                                     |
    | LCHIJA | darkutils                         | 1.8.230                         | DarkUtils-1.12.2-1.8.230.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | defaultworldgenerator-port        | 1.12-2.3                        | DefaultWorldGenerator-port-1.12-2.3.jar                   | None                                     |
    | LCHIJA | diethopper                        | 1.1                             | diethopper-1.1.jar                                        | None                                     |
    | LCHIJA | dldungeonsjbg                     | 1.14.10                         | DoomlikeDungeons-1.14.10-MC1.12.2.jar                     | None                                     |
    | LCHIJA | embers                            | 1.18                            | EmbersRekindled-1.18.jar                                  | None                                     |
    | LCHIJA | enderiobase                       | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioconduits                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioconduitsopencomputers      | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioconduitsrefinedstorage     | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderiointegrationforestry        | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderiointegrationticlate         | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioinvpanel                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | ftblib                            | 5.4.7.2                         | FTBLib-5.4.7.2.jar                                        | None                                     |
    | LCHIJA | enderiomachines                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderiopowertools                 | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |
    | LCHIJA | enderioendergy                    | 5.3.70                          | EnderIO-endergy-1.12.2-5.3.70.jar                         | None                                     |
    | LCHIJA | enderstorage                      | 2.4.6.137                       | EnderStorage-1.12.2-2.4.6.137-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1                 | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |
    | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1                 | environmentaltech-1.12.2-2.0.20.1.jar                     | None                                     |
    | LCHIJA | excore                            | 2.0.0-beta19-1.12.2             | EXCore-2.0.0-beta19-1.12.2.jar                            | None                                     |
    | LCHIJA | extracells                        | 2.6.5                           | ExtraCells-1.12.2-2.6.5.jar                               | None                                     |
    | LCHIJA | shadowmc                          | 3.8.0                           | ShadowMC-1.12-3.8.0.jar                                   | None                                     |
    | LCHIJA | extrarails                        | 1.3.0                           | ExtraRails-1.12-1.3.0.jar                                 | None                                     |
    | LCHIJA | zerocore                          | 1.12.2-0.1.2.9                  | zerocore-1.12.2-0.1.2.9.jar                               | None                                     |
    | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68                 | ExtremeReactors-1.12.2-0.4.5.68.jar                       | None                                     |
    | LCHIJA | fairylights                       | 2.1.10                          | fairylights-2.2.0-1.12.2.jar                              | None                                     |
    | LCHIJA | fencejumper                       | 1.0.5                           | fencejumper-1.12-1.0.5.jar                                | None                                     |
    | LCHIJA | flatcoloredblocks                 | mc1.12-6.8                      | flatcoloredblocks-mc1.12-6.8.jar                          | None                                     |
    | LCHIJA | forgelin                          | 1.8.4                           | Forgelin-1.8.4.jar                                        | None                                     |
    | LCHIJA | forgemultipartcbe                 | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | microblockcbe                     | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |
    | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |
    | LCHIJA | ftbbackups                        | 1.1.0.1                         | FTBBackups-1.1.0.1.jar                                    | None                                     |
    | LCHIJA | ftbutilities                      | 5.4.1.131                       | FTBUtilities-5.4.1.131.jar                                | None                                     |
    | LCHIJA | funkylocomotion                   | 1.0                             | funky-locomotion-1.12.2-1.1.2.jar                         | None                                     |
    | LCHIJA | cfm                               | 6.3.0                           | furniture-6.3.2-1.12.2.jar                                | None                                     |
    | LCHIJA | gendustry                         | 1.6.5.8                         | gendustry-1.6.5.8-mc1.12.2.jar                            | None                                     |
    | LCHIJA | pressure                          | 1.3.1.9                         | pressure-1.3.1.9-mc1.12.2.jar                             | None                                     |
    | LCHIJA | advgenerators                     | 0.9.20.12                       | generators-0.9.20.12-mc1.12.2.jar                         | None                                     |
    | LCHIJA | geographicraft                    | 0.8.7                           | GeographiCraft-1.12-0.8.9b.jar                            | None                                     |
    | LCHIJA | gbook                             | 2.9.5                           | Guidebook-1.12.2-2.9.5.jar                                | None                                     |
    | LCHIJA | gunpowderlib                      | 1.12.2-1.1                      | GunpowderLib-1.12.2-1.1.jar                               | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | helpfixer                         | 1.12.1-1.5.18                   | HelpFixer-1.12.1-1.5.18.jar                               | None                                     |
    | LCHIJA | ichunutil                         | 7.2.2                           | iChunUtil-1.12.2-7.2.2.jar                                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | immersiveengineering              | 0.12-98                         | ImmersiveEngineering-0.12-98.jar                          | None                                     |
    | LCHIJA | immersive_energy                  | 0.5.5                           | Immersive Energy-1.12.2-0.5.5.jar                         | None                                     |
    | LCHIJA | immersivecables                   | 1.3.2                           | ImmersiveCables-1.12.2-1.3.2.jar                          | None                                     |
    | LCHIJA | immersivepetroleum                | 1.1.10                          | immersivepetroleum-1.12.2-1.1.10.jar                      | None                                     |
    | LCHIJA | immersiveposts                    | 0.2.1                           | ImmersivePosts-0.2.1.jar                                  | 0ba8738eadcf158e7fe1452255a73a022fb15feb |
    | LCHIJA | mcmultipart                       | 2.5.3                           | MCMultiPart-2.5.3.jar                                     | None                                     |
    | LCHIJA | mekanism                          | 1.12.2-9.8.3.390                | Mekanism-1.12.2-9.8.3.390.jar                             | None                                     |
    | LCHIJA | teslacorelib                      | 1.0.18                          | tesla-core-lib-1.12.2-1.0.18.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | industrialforegoing               | 1.12.2-1.12.2                   | industrialforegoing-1.12.2-1.12.13-237.jar                | None                                     |
    | LCHIJA | initialinventory                  | 2.0.2                           | InitialInventory-3.0.0.jar                                | None                                     |
    | LCHIJA | integrateddynamics                | 1.1.11                          | IntegratedDynamics-1.12.2-1.1.11.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | integrateddynamicscompat          | 1.0.0                           | IntegratedDynamics-1.12.2-1.1.11.jar                      | None                                     |
    | LCHIJA | integratedtunnels                 | 1.6.14                          | IntegratedTunnels-1.12.2-1.6.14.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | integratedtunnelscompat           | 1.0.0                           | IntegratedTunnels-1.12.2-1.6.14.jar                       | None                                     |
    | LCHIJA | mysticalagriculture               | 1.7.5                           | MysticalAgriculture-1.12.2-1.7.5.jar                      | None                                     |
    | LCHIJA | mysticalagradditions              | 1.3.2                           | MysticalAgradditions-1.12.2-1.3.2.jar                     | None                                     |
    | LCHIJA | nuclearcraft                      | 2.18z                           | NuclearCraft-2.18z-1.12.2.jar                             | None                                     |
    | LCHIJA | harvestcraft                      | 1.12.2zb                        | Pam's HarvestCraft 1.12.2zg.jar                           | None                                     |
    | LCHIJA | mcjtylib_ng                       | 3.5.4                           | mcjtylib-1.12-3.5.4.jar                                   | None                                     |
    | LCHIJA | rftools                           | 7.73                            | rftools-1.12-7.73.jar                                     | None                                     |
    | LCHIJA | rustic                            | 1.1.7                           | rustic-1.1.7.jar                                          | None                                     |
    | LCHIJA | integrationforegoing              | 1.12.2-1.11                     | IntegrationForegoing-1.12.2-1.11.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | inventorytweaks                   | 1.64+dev.151.822d839            | InventoryTweaks-1.64+dev.151.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironbackpacks                     | 1.12.2-3.0.8-12                 | IronBackpacks-1.12.2-3.0.8-12.jar                         | None                                     |
    | LCHIJA | ironchest                         | 1.12.2-7.0.67.844               | ironchest-1.12.2-7.0.72.847.jar                           | None                                     |
    | LCHIJA | jaopca                            | 1.12.2-2.2.8.103                | JAOPCA-1.12.2-2.2.8.103.jar                               | None                                     |
    | LCHIJA | oredictinit                       | 1.12.2-2.2.1.71                 | JAOPCA-1.12.2-2.2.8.103.jar                               | None                                     |
    | LCHIJA | jaopcaadditions                   | 1.12.2-2.2.1.9                  | JAOPCAAdditions-1.12.2-2.2.1.9.jar                        | None                                     |
    | LCHIJA | jeibees                           | 0.9.0.5                         | jeibees-0.9.0.5-mc1.12.2.jar                              | None                                     |
    | LCHIJA | journeymap                        | 1.12.2-5.7.1                    | journeymap-1.12.2-5.7.1.jar                               | None                                     |
    | LCHIJA | justenoughdimensions              | 1.6.0-dev.20200416.184714       | justenoughdimensions-1.12.2-1.6.0-dev.20200416.184714.jar | 2b03e1423915a189b8094816baa18f239d576dff |
    | LCHIJA | kleeslabs                         | 5.4.12                          | KleeSlabs_1.12.2-5.4.12.jar                               | None                                     |
    | LCHIJA | librarianlib                      | 4.22                            | librarianlib-1.12.2-4.22.jar                              | None                                     |
    | LCHIJA | lostcities                        | 2.0.22                          | lostcities-1.12-2.0.22.jar                                | None                                     |
    | LCHIJA | lostsouls                         | 1.1.4                           | lostsouls-1.12-1.1.4.jar                                  | None                                     |
    | LCHIJA | lunatriuscore                     | 1.2.0.42                        | LunatriusCore-1.12.2-1.2.0.42-universal.jar               | None                                     |
    | LCHIJA | psi                               | r1.1-78                         | Psi-r1.1-78.2.jar                                         | None                                     |
    | LCHIJA | magipsi                           | 1.3                             | MagicalPsi-1.3.2.jar                                      | None                                     |
    | LCHIJA | magicbees                         | 1.0                             | MagicBees-1.12.2-3.1.10.jar                               | None                                     |
    | LCHIJA | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT           | malisiscore-1.12.2-6.5.1.jar                              | None                                     |
    | LCHIJA | malisisdoors                      | 1.12.2-7.3.0                    | malisisdoors-1.12.2-7.3.0.jar                             | None                                     |
    | LCHIJA | immersivetech                     | 1.9.100                         | MCTImmersiveTechnology-1.12.2-1.9.100.jar                 | None                                     |
    | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390                | MekanismGenerators-1.12.2-9.8.3.390.jar                   | None                                     |
    | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390                | MekanismTools-1.12.2-9.8.3.390.jar                        | None                                     |
    | LCHIJA | minecraft_earth_mod               | 1.1.4.0                         | MinecraftEarthModOldEdition-1.1.6.2.jar                   | None                                     |
    | LCHIJA | mtrm                              | 1.2.2.30                        | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar                | None                                     |
    | LCHIJA | morpheus                          | 1.12.2-3.5.106                  | Morpheus-1.12.2-3.5.106.jar                               | None                                     |
    | LCHIJA | mrtjpcore                         | 2.1.4.43                        | MrTJPCore-1.12.2-2.1.4.43-universal.jar                   | None                                     |
    | LCHIJA | naturescompass                    | 1.8.5                           | NaturesCompass-1.12.2-1.8.5.jar                           | None                                     |
    | LCHIJA | nmsot                             | 1.2.2-mc1.12.2                  | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar                   | None                                     |
    | LCHIJA | neid                              | 1.5.4.4                         | NotEnoughIDs-1.5.4.4.jar                                  | None                                     |
    | LCHIJA | notenoughpets                     | 2.3.6                           | NotEnoughPets-1.12.2-2.3.6.jar                            | None                                     |
    | LCHIJA | notenoughwands                    | 1.8.1                           | notenoughwands-1.12-1.8.1.jar                             | None                                     |
    | LCHIJA | examplemod                        | 1.0                             | NuclearCraft-2.18z-1.12.2.jar                             | None                                     |
    | LCHIJA | nutrition                         | 4.4.0                           | Nutrition-1.12.2-4.4.0.jar                                | None                                     |
    | LCHIJA | xnet                              | 1.8.2                           | xnet-1.12-1.8.2.jar                                       | None                                     |
    | LCHIJA | ocxnetdriver                      | 1.0.3                           | ocxnetdriver-1.0.3-b17.jar                                | None                                     |
    | LCHIJA | oreexcavation                     | 1.4.150                         | OreExcavation-1.4.150.jar                                 | None                                     |
    | LCHIJA | oeintegration                     | 2.3.4                           | oeintegration-2.3.4.jar                                   | None                                     |
    | LCHIJA | openmods                          | 0.12.2                          | OpenModsLib-1.12.2-0.12.2.jar                             | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openblocks                        | 1.8.1                           | OpenBlocks-1.12.2-1.8.1.jar                               | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | overloaded                        | 0.0.59                          | Overloaded-1.12.2-0.0.59.jar                              | None                                     |
    | LCHIJA | packcrashinfo                     | %VERSION%                       | packcrashinfo-1.0.1.jar                                   | None                                     |
    | LCHIJA | packmode                          | 1.2.0                           | packmode-1.12.2-1.2.0.jar                                 | None                                     |
    | LCHIJA | pamscookables                     | 1.1                             | pamscookables-1.1.jar                                     | None                                     |
    | LCHIJA | parry                             | 1.0                             | parry-1.0-hotfix.jar                                      | None                                     |
    | LCHIJA | patchouli                         | 1.0-23.6                        | Patchouli-1.0-23.6.jar                                    | None                                     |
    | LCHIJA | placebo                           | 1.6.0                           | Placebo-1.12.2-1.6.0.jar                                  | None                                     |
    | LCHIJA | plants2                           | 2.10.7                          | Plants-1.12.2-2.10.7.jar                                  | None                                     |
    | LCHIJA | shetiphiancore                    | 3.5.9                           | shetiphiancore-1.12.0-3.5.9.jar                           | None                                     |
    | LCHIJA | platforms                         | 1.4.6                           | platforms-1.12.0-1.4.6.jar                                | None                                     |
    | LCHIJA | projectred-core                   | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-Base.jar                      | None                                     |
    | LCHIJA | redstonearsenal                   | 2.6.6                           | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar              | None                                     |
    | LCHIJA | thermaldynamics                   | 2.5.6                           | ThermalDynamics-1.12.2-2.5.6.1-universal.jar              | None                                     |
    | LCHIJA | simplyjetpacks                    | 1.12.2-2.2.20.0                 | SimplyJetpacks2-1.12.2-2.2.20.0.jar                       | None                                     |
    | LCHIJA | plustic                           | @VERSION@                       | plustic-8.0.3.jar                                         | None                                     |
    | LCHIJA | pneumaticcraft                    | 1.12.2-0.11.15-398              | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar       | None                                     |
    | LCHIJA | portalgun                         | 7.1.0                           | PortalGun-1.12.2-7.1.0.jar                                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | portality                         | 1.0-SNAPSHOT                    | portality-1.12.2-1.2.3-15.jar                             | None                                     |
    | LCHIJA | sonarcore                         | 5.0.19                          | sonarcore-1.12.2-5.0.19-20.jar                            | None                                     |
    | LCHIJA | practicallogistics2               | 3.0.8                           | practicallogistics2-1.12.2-3.0.8-11.jar                   | None                                     |
    | LCHIJA | projectintelligence               | 1.0.9                           | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar         | None                                     |
    | LCHIJA | projectred-compat                 | 1.0                             | ProjectRed-1.12.2-4.9.4.120-compat.jar                    | None                                     |
    | LCHIJA | projectred-integration            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |
    | LCHIJA | projectred-transmission           | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |
    | LCHIJA | projectred-fabrication            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-fabrication.jar               | None                                     |
    | LCHIJA | projectred-illumination           | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-lighting.jar                  | None                                     |
    | LCHIJA | projectred-expansion              | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |
    | LCHIJA | projectred-relocation             | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |
    | LCHIJA | projectred-transportation         | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |
    | LCHIJA | projectred-exploration            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-world.jar                     | None                                     |
    | LCHIJA | quantumstorage                    | 4.7.0                           | QuantumStorage-1.12-4.7.0.jar                             | None                                     |
    | LCHIJA | quickleafdecay                    | 1.2.4                           | QuickLeafDecay-MC1.12.1-1.2.4.jar                         | None                                     |
    | LCHIJA | rangedpumps                       | 0.5                             | rangedpumps-0.5.jar                                       | None                                     |
    | LCHIJA | realfilingcabinet                 | 0.2.0.21                        | realfilingcabinet-1.12-0.2.0.21.jar                       | None                                     |
    | LCHIJA | rebornstorage                     | 1.0.0                           | RebornStorage-1.12.2-3.3.4.1.jar                          | None                                     |
    | LCHIJA | refinedstorageaddons              | 0.4.5                           | refinedstorageaddons-0.4.5.jar                            | None                                     |
    | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796                | Reliquary-1.12.2-1.3.4.796.jar                            | None                                     |
    | LCHIJA | rftoolscontrol                    | 2.0.2                           | rftoolsctrl-1.12-2.0.2.jar                                | None                                     |
    | LCHIJA | rftoolsdim                        | 5.71                            | rftoolsdim-1.12-5.71.jar                                  | None                                     |
    | LCHIJA | rftoolspower                      | 1.2.0                           | rftoolspower-1.12-1.2.0.jar                               | None                                     |
    | LCHIJA | traverse                          | 1.6.0                           | Traverse-1.12.2-1.6.0-69.jar                              | None                                     |
    | LCHIJA | rtg                               | 1.0.2                           | RTGU-1.12.2-1.0.2.jar                                     | None                                     |
    | LCHIJA | woodenshears                      | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar                         | None                                     |
    | LCHIJA | slimyboyos                        | 1.0.0                           | SlimyBoyos-1.0.0.jar                                      | None                                     |
    | LCHIJA | soulshardstow                     | 1.12-2.7.6-56                   | SoulShards-TOW-1.12-2.7.6-56.jar                          | None                                     |
    | LCHIJA | spark                             | 1.6.3                           | spark-forge.jar                                           | None                                     |
    | LCHIJA | stevescarts                       | 2.4.32.137                      | StevesCarts-1.12.2-2.4.32.137.jar                         | None                                     |
    | LCHIJA | storagedrawers                    | 5.2.2                           | StorageDrawers-1.12.2-5.4.2.jar                           | None                                     |
    | LCHIJA | storagedrawersextra               | @VERSION@                       | StorageDrawersExtras-1.12-3.1.0.jar                       | None                                     |
    | LCHIJA | terraqueous                       | 1.4.17                          | terraqueous-1.12.2-1.4.17b.jar                            | None                                     |
    | LCHIJA | tcinventoryscan                   | 2.0.10                          | ThaumicInventoryScanning_1.12.2-2.0.10.jar                | None                                     |
    | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-620a0c5              | thaumictinkerer-1.12.2-5.0-620a0c5.jar                    | None                                     |
    | LCHIJA | thermalcultivation                | 0.3.6                           | ThermalCultivation-1.12.2-0.3.6.1-universal.jar           | None                                     |
    | LCHIJA | thermalinnovation                 | 0.3.6                           | ThermalInnovation-1.12.2-0.3.6.1-universal.jar            | None                                     |
    | LCHIJA | tinker_io                         | rw2.8.3                         | tinker_io-1.12.2-rw2.8.3.jar                              | None                                     |
    | LCHIJA | tinkersjei                        | 1.2                             | tinkersjei-1.2.jar                                        | None                                     |
    | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769        | TinkerToolLeveling-1.12.2-1.1.0.jar                       | None                                     |
    | LCHIJA | tombmanygraves                    | 1.12-4.2.0                      | TombManyGraves-1.12-4.2.0.jar                             | None                                     |
    | LCHIJA | tombmanygraves2api                | 1.12.2-1.0.0                    | tombmanygraves2api-1.12.2-1.0.0.jar                       | None                                     |
    | LCHIJA | topaddons                         | 1.12.2-1.13.0                   | topaddons-1.12.2-1.13.0.jar                               | None                                     |
    | LCHIJA | unloader                          | 1.2.0                           | unloader-1.2.0.jar                                        | None                                     |
    | LCHIJA | usefulnullifiers                  | 1.5.0                           | usefulnullifiers-1.5.0.jar                                | None                                     |
    | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1                 | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |
    | LCHIJA | waim                              | 1.0.0                           | WAIM-1.0.0.jar                                            | None                                     |
    | LCHIJA | wanionlib                         | 1.12.2-2.8                      | WanionLib-1.12.2-2.8.jar                                  | None                                     |
    | LCHIJA | waterstrainer                     | 3.2.0                           | WaterStrainer-1.12-3.2.0.jar                              | None                                     |
    | LCHIJA | waystones                         | 4.1.0                           | Waystones_1.12.2-4.1.0.jar                                | None                                     |
    | LCHIJA | wirelesscharger                   | 1.12.2-1.0.6                    | WirelessCharger-1.12.2-1.0.6.jar                          | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | wct                               | 3.12.97                         | WirelessCraftingTerminal-1.12.2-3.12.97.jar               | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | woot                              | 1.12.2-1.4.11                   | woot-1.12.2-1.4.11.jar                                    | None                                     |
    | LCHIJA | xtones                            | 1.2.2                           | Xtones-1.2.2.jar                                          | None                                     |
    | LCHIJA | ynot                              | 0.2.4                           | YNot-0.2.4.jar                                            | None                                     |
    | LCHIJA | immersiveintelligence             | 0.2.1                           | immersiveintelligence-0.2.1.jar                           | 770570c49a2652e64a9b29b9b9d9919ca68b7065 |
    | LCHIJA | industrialwires                   | 1.7-36                          | IndustrialWires-1.7-36.jar                                | 7e11c175d1e24007afec7498a1616bef0000027d |
    | LCHIJA | structurize                       | 1.12.2-0.10.277-RELEASE         | structurize-1.12.2-0.10.277-RELEASE.jar                   | None                                     |
    | LCHIJA | minecolonies                      | 1.12.2-0.11.841-ALPHA           | minecolonies-1.12.2-0.11.841-ALPHA-universal.jar          | None                                     |
    | LCHIJA | techreborn_compat                 | 1.0.0                           | TechReborn-ModCompatibility-1.12.2-1.4.0.76.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | LCHIJA | thebetweenlands                   | 3.8.1                           | TheBetweenlands-3.8.1-universal.jar                       | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | LCHIJA | armoryexpansion-conarm            | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |
    | LCHIJA | librarianliblate                  | 4.22                            | librarianlib-1.12.2-4.22.jar                              | None                                     |
    | LCHIJA | mysticallib                       | 1.12.2-1.13.0                   | mysticallib-1.12.2-1.13.0.jar                             | None                                     |
    | LCHIJA | teslacorelib_registries           | 1.0.18                          | tesla-core-lib-1.12.2-1.0.18.jar                          | None                                     |
    | LCHIJA | unidict                           | 1.12.2-3.0.10                   | UniDict-1.12.2-3.0.10.jar                                 | None                                     |
    | LCHIJA | wrapup                            | 1.12-1.1.3                      | WrapUp-1.12-1.1.3.jar                                     | None                                     |

    Loaded coremods (and transformers): 
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
  invtweaks.forge.asm.ContainerTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  com.therandomlabs.randompatches.core.RPTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
  com.mordenkainen.bedpatch.BedPatchASM
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar)
  
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
Quark Plugin (Quark-r1.6-179.jar)
  vazkii.quark.base.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)
  pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  wanion.unidict.core.UniDictCoreModTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-232-universal.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
  
    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]
    Ender IO: No known problems detected.
    Authlib is : /E:/1.12.2%20Modded/minecraft_server.1.12.2.jar

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    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)
        - quarkIntegration (Enabled/Not Forced)

    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)
        - craftingtweaksIntegration (Enabled/Not Forced)

    Modpack Information: Modpack: [All The Mods 3] Version: [6.1.1] by author [ATM Team] !!There was a problem reading the manifest!!
    List of loaded APIs: 
        * AbyssalCraftAPI (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Biome (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Block (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Caps (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Condition (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Disruption (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Energy (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Entity (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Event (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Integration (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Internal (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Item (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Necronomicon (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Recipe (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Rending (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Ritual (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Spell (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Structure (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|Transfer (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * AbyssalCraftAPI|TransferCaps (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar
        * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
        * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
        * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.2-b2.jar
        * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
        * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
        * asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar
        * asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar
        * asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar
        * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
        * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
        * BetweenlandsAPI (1.13.5) from TheBetweenlands-3.8.1-universal.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
        * BotaniaAPI (79) from AkashicTome-1.2-12.jar
        * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.8.jar
        * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.8.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
        * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.8.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.2-1.6.6.jar
        * computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar
        * computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar
        * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar
        * computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar
        * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v5a.jar
        * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
        * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.14.10-MC1.12.2.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
        * EmbersAPI (0.1) from EmbersRekindled-1.18.jar
        * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.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.8-63.jar
        * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.11.jar
        * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.301.jar
        * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
        * minecolonies-api (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|achievements (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|blocks (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|blocks|decorative (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|blocks|huts (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|blocks|interfaces (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|blocks|types (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|client (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|client|render (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|client|render|modeltype (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|client|render|modeltype|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|buildings (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|buildings|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|buildings|views (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|buildings|workerbuildings (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|guardtype (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|guardtype|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|jobs (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|jobs|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|managers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|managers|interfaces (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|permissions (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|data (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|factory (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|factory|standard (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|location (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|manager (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|request (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|requestable (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|requestable|crafting (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|requester (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|resolver (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|resolver|player (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|resolver|retrying (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|requestsystem|token (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|colony|workorders (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|compatibility (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|compatibility|candb (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|compatibility|dynamictrees (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|compatibility|gbook (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|compatibility|tinkers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|configuration (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|crafting (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|creativetab (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|citizen (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|citizen|builder (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|citizen|guards (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|pathfinding (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|statemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|statemachine|basestatemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|statemachine|states (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|statemachine|tickratestatemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|ai|statemachine|transition (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|citizen (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|citizen|citizenhandlers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|mobs (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|mobs|barbarians (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|mobs|pirates (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|mobs|util (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|pathfinding (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|entity|pathfinding|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|inventory (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|inventory|api (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|items (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|network (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|sounds (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|tileentities (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|util (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-api|util|constants (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-blockout (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-blockout|controls (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * minecolonies-blockout|views (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
        * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
        * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
        * PatchouliAPI (6) from Patchouli-1.0-23.6.jar
        * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar
        * practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar
        * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
        * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
        * PsiAPI (16) from Psi-r1.1-78.2.jar
        * QuarkAPI (4) from Quark-r1.6-179.jar
        * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
        * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
        * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
        * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
        * RealFilingCabinetAPI (0) from realfilingcabinet-1.12-0.2.0.21.jar
        * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
        * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
        * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
        * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
        * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
        * rtgapi (@API_VERSION@) from RTGU-1.12.2-1.0.2.jar
        * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
        * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
        * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
        * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
        * techrebornAPI (2.27.3.1084) from TechReborn-1.12.2-2.27.3.1084-universal.jar
        * TerraqueousAPI (1.0) from terraqueous-1.12.2-1.4.17b.jar
        * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.2-1.4.17b.jar
        * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.2-1.4.17b.jar
        * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.2-1.4.17b.jar
        * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
        * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
        * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
        * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
        * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 3.19.5
        Runtime Debofucsation 1
        Invalid fingerprint detected for RebornCore!
    [Psi] Active spell: None
    forestry : Modules have been disabled in the config: BuildCraft 6 Fuels, BuildCraft 6 Statements, BuildCraft 6 Transport, BuildCraft 6 Recipes, Better With Mods, HarvestCraft
    AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
    Profiler Position: N/A (disabled)
    Player Count: 0 / 20; []
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

 

Ive had plenty of servers before and none have ever done, im still learning forge. I believe its a corrupted world but rolling back to old world backups yeileds no results.
 

any help would be very much appreciated

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Cobblemon GTS requires LuckPerms to work If you already have Luckperms, try different builds of both mods until you find a working combination
    • hey so i fixed the last problem but now i am having this problem and i haven't seen any helpful forums so if anyone could help  these r the logs [02:31:18] [Render thread/FATAL]:Preparing crash report with UUID c7a623c8-7037-45db-a9e0-8244e17555c5 [02:31:18] [Render thread/FATAL]:Preparing crash report with UUID 7de6af3e-8b72-4697-ab8c-34a41966ed26 at mod.gottsch.forge.treasure2.core.item.KeyItem.isDamageable(KeyItem.java:626) ~[Treasure2-mc1.19.2-f43.2.0-3.9.1.jar%23465!/:mc1.19.2-f43.2.0-3.9.1] at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:33) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:182) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapabilities(CapabilityProvider.java:87) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:72) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:516) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:522) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.3.jar%2385!/:?] at com.infamous.dungeons_libraries.capabilities.builtinenchants.AttacherBuiltInEnchantments.attach(AttacherBuiltInEnchantments.java:49) ~[dungeons_libraries-1.19.2-3.0.12-beta-all.jar%23354!/:1.19.2-3.0.12-beta] at net.minecraft.world.item.ItemStack.m_41792_(ItemStack.java:832) ~[client-1.19.2-20220805.130853-srg.jar%23489!/:?] at net.minecraft.world.item.Item.m_8120_(Item.java:303) ~[client-1.19.2-20220805.130853-srg.jar%23489!/:?] at mod.gottsch.forge.treasure2.core.item.KeyItem.isDamageable(KeyItem.java:626) ~[Treasure2-mc1.19.2-f43.2.0-3.9.1.jar%23465!/:mc1.19.2-f43.2.0-3.9.1] at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:33) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:182) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapabilities(CapabilityProvider.java:87) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:72) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:516) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:522) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.3.jar%2385!/:?] at com.infamous.dungeons_libraries.capabilities.builtinenchants.AttacherBuiltInEnchantments.attach(AttacherBuiltInEnchantments.java:49) ~[dungeons_libraries-1.19.2-3.0.12-beta-all.jar%23354!/:1.19.2-3.0.12-beta] at net.minecraft.world.item.ItemStack.m_41792_(ItemStack.java:832) ~[client-1.19.2-20220805.130853-srg.jar%23489!/:?] at net.minecraft.world.item.Item.m_8120_(Item.java:303) ~[client-1.19.2-20220805.130853-srg.jar%23489!/:?] at mod.gottsch.forge.treasure2.core.item.KeyItem.isDamageable(KeyItem.java:626) ~[Treasure2-mc1.19.2-f43.2.0-3.9.1.jar%23465!/:mc1.19.2-f43.2.0-3.9.1] at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:33) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:182) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.getCapabilities(CapabilityProvider.java:87) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:72) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:516) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:522) ~[forge-1.19.2-43.4.0-universal.jar%23494!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?]    
    • hello, I've been trying to resolve this problem on curseforge for a while because I can't find a solution, can someone help me? I put the logs of the problem above:       [23Jan2025 06:58:39.109] [main/INFO][cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, cochon93, --version, forge-47.3.10, --gameDir, C:\Users\claey\curseforge\minecraft\Instances\create, --assetsDir, C:\Users\claey\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, fd8a812c9e7a4ecbb8c750f0b8ffddf4, --accessToken, ????????, --clientId, OWM0NDE0ZmMtOWJiMS00OTBhLWIxYWYtMmI0ODM4Y2FkYTFl, --xuid, 2535422576924500, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\claey\curseforge\minecraft\Install\quickPlay\java\1737611916744.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.10, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [23Jan2025 06:58:39.124] [main/INFO][cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.13 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0 [23Jan2025 06:58:42.749] [main/INFO][net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [23Jan2025 06:58:42.835] [main/INFO][EARLYDISPLAY/]: Trying GL version 4.6 [23Jan2025 06:58:43.030] [main/INFO][EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [23Jan2025 06:58:43.145] [main/INFO][mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/claey/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [23Jan2025 06:58:43.195] [pool-2-thread-1/INFO][EARLYDISPLAY/]: GL info: NVIDIA GeForce RTX 4060 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 561.03, NVIDIA Corporation [23Jan2025 06:58:44.664] [main/WARN][net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\claey\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.10\fmlcore-1.20.1-47.3.10.jar is missing mods.toml file [23Jan2025 06:58:44.668] [main/WARN][net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\claey\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.10\javafmllanguage-1.20.1-47.3.10.jar is missing mods.toml file [23Jan2025 06:58:44.670] [main/WARN][net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\claey\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.10\lowcodelanguage-1.20.1-47.3.10.jar is missing mods.toml file [23Jan2025 06:58:44.674] [main/WARN][net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\claey\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.10\mclanguage-1.20.1-47.3.10.jar is missing mods.toml file [23Jan2025 06:58:45.326] [main/WARN][net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [23Jan2025 06:58:45.329] [main/WARN][net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: cloth_config. Using Mod File: C:\Users\claey\curseforge\minecraft\Instances\create\mods\cloth-config-11.1.136-forge.jar [23Jan2025 06:58:45.329] [main/INFO][net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 48 dependencies adding them to mods collection     thank you very much for your help
    • After adding all my mods and everything loading up fine, I go to create a singleplayer world and it load to 100 then crashes saying: The game crashed: exception in server tick loop Error: java.lang.NoClassDefFoundError: net/luckperms/api/LuckPermsProvider Crash Report: https://pastebin.com/nmTTFBB4
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.