---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 2020-10-13 13:04:21 MST Description: Watching Server java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.04 seconds (should be max 0.05) at net.minecraft.world.gen.MapGenRavine.addTunnel(MapGenRavine.java:127) at net.minecraft.world.gen.MapGenRavine.recursiveGenerate(MapGenRavine.java:200) at net.minecraft.world.gen.MapGenBase.generate(SourceFile:34) at net.minecraft.world.gen.ChunkGeneratorOverworld.generateChunk(ChunkGeneratorOverworld.java:216) at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:143) at net.minecraft.world.World.getChunk(World.java:310) at net.minecraft.world.World.getChunk(World.java:305) at net.minecraft.world.World.getBlockState(World.java:911) at net.olafkeijsers.fastleafdecay.LeafUpdateEventHandler.UpdateNeighbour(LeafUpdateEventHandler.java:29) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1366_LeafUpdateEventHandler_UpdateNeighbour_NeighborNotifyEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.event.ForgeEventFactory.onNeighborNotify(ForgeEventFactory.java:185) at net.minecraft.world.World.notifyNeighborsOfStateChange(World.java:489) at net.minecraft.world.World.notifyNeighborsRespectDebug(World.java:440) at net.minecraft.world.World.markAndNotifyBlock(World.java:381) at net.minecraft.world.World.setBlockState(World.java:361) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generateSphereRespectResin(WorldGenMyrmexHive.java:329) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generateRoom(WorldGenMyrmexHive.java:159) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generatePath(WorldGenMyrmexHive.java:138) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generateRoom(WorldGenMyrmexHive.java:171) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generatePath(WorldGenMyrmexHive.java:138) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generateMainRoom(WorldGenMyrmexHive.java:62) at com.github.alexthe666.iceandfire.world.gen.WorldGenMyrmexHive.generate(WorldGenMyrmexHive.java:48) at com.github.alexthe666.iceandfire.event.WorldGenEvents.generate(WorldGenEvents.java:277) at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167) at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1020) at net.minecraft.world.chunk.Chunk.populate(Chunk.java:990) at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157) at net.minecraft.server.management.PlayerChunkMapEntry.providePlayerChunk(PlayerChunkMapEntry.java:126) at net.minecraft.server.management.PlayerChunkMap.tick(SourceFile:147) at net.minecraft.world.WorldServer.tick(WorldServer.java:227) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:756) at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:748) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Thread Dump -- Threads: "Chunk I/O Executor Thread-1" Id=137 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@20a41091 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@20a41091 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "Downloader 2" Id=136 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "Downloader 1" Id=135 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "Downloader 0" Id=134 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2e63faf5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "Netty Server IO #2" Id=125 RUNNABLE at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@2a5c7be1 - locked java.util.Collections$UnmodifiableSet@6f5ef0ce - locked sun.nio.ch.KQueueSelectorImpl@6ffe452c at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:388) ... "threadDeathWatcher-2-1" Id=124 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) "Netty Server IO #1" Id=123 RUNNABLE (in native) at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@5e7bbe74 - locked java.util.Collections$UnmodifiableSet@17315529 - locked sun.nio.ch.KQueueSelectorImpl@f710f81 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:388) ... "File IO Thread" Id=92 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51) at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30) at java.lang.Thread.run(Thread.java:748) "Thread-8" Id=77 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at thaumcraft.common.world.aura.AuraThread.run(AuraThread.java:79) at java.lang.Thread.run(Thread.java:748) "Server Watchdog" Id=74 RUNNABLE at sun.management.ThreadImpl.dumpThreads0(Native Method) at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45) at java.lang.Thread.run(Thread.java:748) "pool-3-thread-4" Id=72 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "pool-3-thread-3" Id=71 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "pool-3-thread-2" Id=70 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "pool-3-thread-1" Id=69 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12bbec66 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "ic2-poolthread-1" Id=64 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@1130685b at java.lang.Object.wait(Native Method) - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@1130685b at java.lang.Object.wait(Object.java:502) at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "Netty Server IO #0" Id=53 RUNNABLE (in native) at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked io.netty.channel.nio.SelectedSelectionKeySet@c35ff49 - locked java.util.Collections$UnmodifiableSet@b3ff449 - locked sun.nio.ch.KQueueSelectorImpl@46aaf194 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:388) ... "JLine terminal non blocking reader thread" Id=24 RUNNABLE (in native) at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:255) at org.jline.utils.InputStreamReader.read(InputStreamReader.java:270) - locked java.io.FileInputStream@54ca3baa at org.jline.utils.InputStreamReader.read(InputStreamReader.java:200) - locked java.io.FileInputStream@54ca3baa at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276) at java.lang.Thread.run(Thread.java:748) "Server console handler" Id=23 TIMED_WAITING on org.jline.utils.NonBlockingReader@77a649cd at java.lang.Object.wait(Native Method) - waiting on org.jline.utils.NonBlockingReader@77a649cd at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:174) at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:113) at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:132) at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109) at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60) at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724) at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526) ... "DestroyJavaVM" Id=22 RUNNABLE "Server thread" Id=20 RUNNABLE at net.minecraft.world.gen.MapGenRavine.func_180707_a(MapGenRavine.java:127) at net.minecraft.world.gen.MapGenRavine.func_180701_a(MapGenRavine.java:200) at net.minecraft.world.gen.MapGenBase.func_186125_a(SourceFile:34) at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185932_a(ChunkGeneratorOverworld.java:216) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143) at net.minecraft.world.World.func_72964_e(World.java:310) at net.minecraft.world.World.func_175726_f(World.java:305) at net.minecraft.world.World.func_180495_p(World.java:911) ... "Server Infinisleeper" Id=19 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82) "Snooper Timer" Id=18 TIMED_WAITING on java.util.TaskQueue@3cf76cc at java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@3cf76cc at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) "Signal Dispatcher" Id=4 RUNNABLE "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@12f80170 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@12f80170 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216) "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@17ea7fee at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.Reference$Lock@17ea7fee at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference.tryHandlePending(Reference.java:191) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) -- System Details -- Minecraft Version: 1.12.2 Operating System: FreeBSD (amd64) version 12.1-RELEASE-p3 Java Version: 1.8.0_242, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 205778544 bytes (196 MB) / 1505755136 bytes (1436 MB) up to 2103443456 bytes (2006 MB) JVM Flags: 2 total; -Xmn128M -Xmx2G IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2854 112 mods loaded, 112 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 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2854 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | ColorUtility | 1.0.4 | minecraft.jar | None | | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None | | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None | | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | LCHIJA | itemblacklist | 1.4.3 | ItemBlacklist-1.4.3.jar | None | | LCHIJA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None | | LCHIJA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHIJA | atum | 2.0.17 | Atum-1.12.2-2.0.17.jar | None | | LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None | | LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None | | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None | | LCHIJA | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None | | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCHIJA | botania | r1.10-363 | Botania r1.10-363.jar | None | | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCHIJA | mowziesmobs | 1.5.6 | mowziesmobs-1.5.6.jar | None | | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None | | LCHIJA | bewitchment | 0.22.26 | bewitchment-1.12.2-0.0.22.26.jar | None | | LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.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 | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | | LCHIJA | buildinggadgets | 2.8.4 | BuildingGadgets-2.8.4.jar | None | | LCHIJA | champions | 1.12.2-1.0.11.8 | champions-1.12.2-1.0.11.8.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCHIJA | chancecubes | 1.12.2-5.0.2.345 | ChanceCubes-1.12.2-5.0.2.345.jar | None | | LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | | LCHIJA | cosmeticarmorreworked | 1.12.2-v4b | CosmeticArmorReworked-1.12.2-v4b.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None | | LCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.9_mc1.12.2.jar | None | | LCHIJA | culinaryconstruct | 1.3.3.2 | culinaryconstruct-1.3.3.2.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCHIJA | customizeddungeonloot | 1.0.3 | Customized-Dungeon-Loot-1.12 -(v.1.0.3).jar | None | | LCHIJA | darknesslib | 1.1.0 | DarknessLib-1.12.2-1.1.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCHIJA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None | | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None | | LCHIJA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None | | LCHIJA | discordintegration | 3.0.4 | DiscordIntegration-mc1.12.2-3.0.5.jar | None | | LCHIJA | doggytalents | 1.15.1.5 | DoggyTalents-1.12.2-1.15.1.5.jar | None | | LCHIJA | dldungeonsjbg | 1.13.2 | DoomlikeDungeons-1.13.2-MC1.12.2.jar | None | | LCHIJA | gottschcore | 1.13.1 | GottschCore-mc1.12.2-f14.23.5.2768-v1.13.1.jar | None | | LCHIJA | dungeons2 | 1.7.1 | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.1.jar | None | | LCHIJA | dungeontactics | DT-0.16.6 | DungeonTactics-1.12.2-0.16.6.jar | None | | LCHIJA | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | dsurround | 3.6.0.2 | DynamicSurroundings-1.12.2-3.6.0.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | ebwizardry | 4.2.11 | ElectroblobsWizardry-4.2.11-MC1.12.2.jar | None | | LCHIJA | ic2 | 2.8.197-ex112 | industrialcraft-2-2.8.197-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCHIJA | emt | 12.2.0 | emt-12.2.4.jar | None | | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | erebus | 1.0.31 | Erebus-1.0.31.jar | None | | LCHIJA | fairylights | 2.1.10 | fairylights-2.1.10-1.12.2.jar | None | | LCHIJA | farseek | 2.5 | Farseek-1.12-2.5.jar | None | | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | | LCHIJA | mod_lavacow | 1.1.0 | Fish's Undead Rising-1.1.0b.jar | None | | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LCHIJA | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None | | LCHIJA | itemfilters | 1.0.4.2 | ItemFilters-1.0.4.2.jar | None | | LCHIJA | ftbquests | 1.9.0.10 | FTBQuests-1.9.0.10.jar | None | | LCHIJA | futuremc | 0.2.3 | future-mc-1.12.2-0.2.3.2.jar | None | | LCHIJA | grue | 1.8.0 | Grue-1.12.2-1.8.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCHIJA | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None | | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCHIJA | levelup2 | ${version} | levelup2-1.2.4.jar | None | | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar | None | | LCHIJA | timecore | 1.0.1.1 | TimeCore-1.12.2-1.0.1.1.jar | None | | LCHIJA | lootgames | 1.0.3.1 | LootGames-1.12.2-1.0.3.1.jar | None | | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCHIJA | morph | 7.2.0 | Morph-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | | LCHIJA | movinglightsource | 1.0.15 | movinglightsource-1.12.2-1.0.15.jar | None | | LCHIJA | multimob | 1.0.5 | multimob-1.0.5.jar | None | | LCHIJA | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None | | LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | | LCHIJA | reskillable | 1.12.2-1.13.0 | Reskillable-1.12.2-1.13.0.jar | None | | LCHIJA | roguelike | 2.1.3 | RoguelikeDungeonsFnarEdition-1.12.2-2.1.3.jar | None | | LCHIJA | ruins | 17.2 | Ruins-1.12.2.jar | None | | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | LCHIJA | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | | LCHIJA | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None | | LCHIJA | tfspellpack | 1.0.1 | TFSpellPack-1.0.1-MC1.12.2.jar | None | | LCHIJA | beneath | 1.7.0 | The Beneath-1.12.2-1.7.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCHIJA | thesummoner | 1.0.1-beta | thesummoner-1.0.1.jar | None | | LCHIJA | torchlever | 1.0 | TorchLever1.12.2-1.0.jar | None | | LCHIJA | treasure2 | 1.12.0 | Treasure2-mc1.12.2-f14.23.5.2768-v1.12.0.jar | None | | LCHIJA | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None | | LCHIJA | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None | | LCHIJA | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None | | LCHIJA | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None | | LCHIJA | midnight | 0.3.5 | themidnight-0.3.5.jar | None | | LCHIJA | thebetweenlands | 3.6.2 | TheBetweenlands-3.6.2-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | | 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.811-BETA | minecolonies-1.12.2-0.11.811-BETA-universal.jar | None | | LCHIJA | unidict | 1.12.2-2.9.6 | UniDict-1.12.2-2.9.6.jar | None | Loaded coremods (and transformers): FarseekCoreMod (Farseek-1.12-2.5.jar) farseek.core.FarseekClassTransformer ForgelinPlugin (Forgelin-1.8.4.jar) midnight (themidnight-0.3.5.jar) com.mushroom.midnight.core.transformer.MidnightClassTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar) Quark Plugin (Quark-r1.6-179.jar) vazkii.quark.base.asm.ClassTransformer FutureMC (future-mc-1.12.2-0.2.3.2.jar) thedarkcolour.futuremc.asm.CoreTransformer iceandfire (iceandfire-1.9.1-1.12.2.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.26.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.2-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer LittlePatchingLoader (LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar) com.creativemd.littletiles.LittleTilesTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar) lumien.hardcoredarkness.asm.ClassTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar) LoadingPlugin (Reskillable-1.12.2-1.13.0.jar) codersafterdark.reskillable.base.asm.ClassTransformer MovingWorldCore (movingworld-1.12-6.342-full.jar) ColorUtilityCorePlugin (ColorUtility-universal-1.0.4.jar) com.Axeryok.ColorUtility.ColorUtilityTransformer CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar) Suspected Mods: Fast Leaf Decay (fastleafdecay), Ice and Fire (iceandfire) Profiler Position: N/A (disabled) Player Count: 1 / 20; [EntityPlayerMP['PsycoNova'/40, l='world', x=-172.79, y=68.00, z=-11.08]] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)