Forge 1.12.2 Server Log

#CoKXZVf
2 errors
138 lines
Raw
Analysis
Minecraft version:
1.12.2
Forge version:
14.23.5.2860
1[01:34:32] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2[01:34:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
3[01:34:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
4[01:34:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
5[01:34:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
6[01:34:32] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
7[01:34:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
8[01:34:35] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized
9[01:34:35] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
10[01:34:35] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
11[01:34:35] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
12[01:34:35] [Server thread/INFO] [FML]: Searching /server/./mods for mods
13[01:34:36] [Server thread/ERROR] [FML]: Unable to read a class file correctly
14java.lang.IllegalArgumentException: null
15 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
16 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
17 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
18 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?]
19 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
20 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
21 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
22 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
23 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
24 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
25 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
26 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
27 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
28 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
29 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
30 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_442]
31[01:34:36] [Server thread/ERROR] [FML]: There was a problem reading the entry info/mmpa/pipeblocker/java9/FilterSetter$1.class in the jar /other/pipeblocker/pipeblocker-javaagent-1.2.0-aternos1.jar - probably a corrupt zip
32net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
33
34 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
35 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
36 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
37 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
38 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
39 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
40 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
41 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
42 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
43 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
44 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
45 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
46 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_442]
47Caused by: java.lang.IllegalArgumentException
48 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
49 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
50 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
51 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
52 ... 12 more
53[01:34:36] [Server thread/WARN] [FML]: Zip file pipeblocker-javaagent-1.2.0-aternos1.jar failed to read properly, it will be ignored
54net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
55
56 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
57 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?]
58 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
59 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
60 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
61 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
62 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
63 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
64 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
65 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
66 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
67 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
68 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_442]
69Caused by: java.lang.IllegalArgumentException
70 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
71 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
72 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
73 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
74 ... 12 more
75[01:34:36] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
76[01:34:36] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
77[01:34:36] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at CLIENT
78[01:34:36] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at SERVER
79[01:34:36] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
80[01:34:36] [Server thread/INFO] [FML]: Found 1168 ObjectHolder annotations
81[01:34:36] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
82[01:34:36] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
83[01:34:36] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
84[01:34:36] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
85[01:34:36] [Server thread/INFO] [FML]: Applying holder lookups
86[01:34:36] [Server thread/INFO] [FML]: Holder lookups applied
87[01:34:36] [Server thread/INFO] [FML]: Applying holder lookups
88[01:34:36] [Server thread/INFO] [FML]: Holder lookups applied
89[01:34:36] [Server thread/INFO] [FML]: Applying holder lookups
90[01:34:36] [Server thread/INFO] [FML]: Holder lookups applied
91[01:34:36] [Server thread/INFO] [FML]: Applying holder lookups
92[01:34:36] [Server thread/INFO] [FML]: Holder lookups applied
93[01:34:36] [Server thread/INFO] [FML]: Injecting itemstacks
94[01:34:36] [Server thread/INFO] [FML]: Itemstack injection complete
95[01:34:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
96[01:34:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
97[01:34:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
98[01:34:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:27962
99[01:34:36] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
100[01:34:36] [Server thread/INFO] [FML]: Applying holder lookups
101[01:34:36] [Server thread/INFO] [FML]: Holder lookups applied
102[01:34:36] [Server thread/INFO] [FML]: Injecting itemstacks
103[01:34:36] [Server thread/INFO] [FML]: Itemstack injection complete
104[01:34:36] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
105[01:34:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
106[01:34:36] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
107[01:34:37] [Server thread/INFO] [FML]: Applying holder lookups
108[01:34:37] [Server thread/INFO] [FML]: Holder lookups applied
109[01:34:37] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@6fcd2314)
110[01:34:37] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
111[01:34:37] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@6fcd2314)
112[01:34:37] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@6fcd2314)
113[01:34:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
114[01:34:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1.516s)! For help, type "help" or "?"
115[01:34:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting GS4 status listener
116[01:34:38] [Query Listener #1/INFO] [net.minecraft.server.MinecraftServer]: Query running on 0.0.0.0:9898
117[01:34:38] [Server thread/INFO] [FML]: Unloading dimension -1
118[01:34:38] [Server thread/INFO] [FML]: Unloading dimension 1
119[01:34:52] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
120[01:35:38] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Ze_Kobold is 3ef2709c-6825-47dc-80ec-fdf897481187
121[01:35:38] [Netty Epoll Server IO #5/INFO] [FML]: Client protocol version 2
122[01:35:38] [Netty Epoll Server IO #5/INFO] [FML]: Client attempting to join with 385 mods : darknesslib@1.1.0,buildcraftenergy@**.**.**.**,endercore@1.12.2-0.5.76,forgeendertech@1.12.2-4.5.5.0,armoryexpansion-matteroverdrive@1.4.2,thaumicjei@1.6.0,hammercore@**.**.**.**,mdecore@1.12-1.1,xreliquary@1.12.2-1.3.4.796,randompatches@1.12.2-1.22.1.10,icbmclassic@1.12.2-4.0.1.75,morpheus@1.12.2-3.5.106,ftblib@**.**.**.**,enderioconduitsrefinedstorage@5.3.70,guideapi@1.12-2.1.8-63,vampiresneedumbrellas@1.4,teamlapen-lib@1.6.2,techreborn@2.27.3.1084,industrialforegoing@1.12.2-1.12.2,malisiscore@1.12.2-6.5.1-SNAPSHOT,littleframes@1.0.0,biomesoplenty@7.0.1.2441,redstoneflux@2.1.1,buildcraftsilicon@**.**.**.**,toughnessbar@@VERSION@,modtweaker@4.0.18,botania@r1.10-363,gendustry@**.**.**.**,fairylights@2.1.10,guardillagers@1.0.1,buildcraftfactory@**.**.**.**,teslacorelib@1.0.17,enderioinvpanel@5.3.70,FML@**.**.**.**,thermalexpansion@5.5.7,tombstone@4.1.2,enderiointegrationtic@5.3.70,discordcraft@1.0,naturesaura@18.1,mcwroofs@1.0.2,buildcraftcompat@**.**.**.**,biomeinfo@v1.2.5,hardcoredarkness@2.0,forgemultipartcbe@**.**.**.**,spellbundle@1.12.2-1.1.4,techreborn_compat@1.0.0,geckolib3@3.0.30,wailaharvestability@1.1.12,quarkoddities@1,savemystronghold@1.12.2-1.0.0,simplyjetpacks@**.**.**.**,grue@1.8.0,attributefix@1.0.4,pigstep@1.12,bibliocraft@2.4.6,lemonlib@1.3.0,thaumicperiphery@0.3.1,enderiointegrationticlate@5.3.70,compactmachines3@3.0.18,champions@1.12.2-1.0.11.10,farmingforblockheads@3.1.28,iceologer@1.5,arcaneapprentices@1.12.2-1.0.2,crafttweaker@4.1.20,armoryexpansion@1.4.2,phosphor-lighting@1.12.2-0.2.6,ironchest@1.12.2-7.0.67.844,minecraft@1.12.2,thermaldynamics@2.5.6,numina@1.12.2-1.0.38,adlods@1.12.2-1.0.8.0,ding@1.0.2,totemic@1.12.2-0.11.6,ftbbackups@1.1.0.1,rats@3.2.14,maxpotidext@1.0.3,gendustryjei@1.0.2,midnight@0.3.5,dimdoors@3.0.10,structurize@1.12.2-0.10.277-RELEASE,erebus@1.0.32,appleskin@1.0.14,enderioconduitsopencomputers@5.3.70,ancientspellcraft@1.12.2-1.5.5,recipehandler@0.13,cosmeticarmorreworked@1.12.2-v5a,forestry@**.**.**.**,morphspellpack@1.12.2-1.0.2,dungeonsmod@@VERSION@,hats@7.1.1,creativecoredummy@1.0.0,jecalculation@1.12.2-3.2.5,guilib@$version,erebusfix@1.12.2-0.0.0.1,doggytalents@**.**.**.**,cofhcore@4.6.6,immersivecables@1.3.2,oldjava@1.1.11,reborncore@3.19.5,placebo@1.6.0,neid@**.**.**.**,arcaneworld@0.0.11,ae2stuff@**.**.**.**,bookshelf@2.3.590,improvedbackpacks@1.12.2-1.5.0.0,mospells@1.12.2-1.0.4,progressivebosses@1.5.4,mekanismgenerators@1.12.2-9.8.3.390,mcjtylib_ng@3.5.4,architecturecraft@@VERSION@,immersivetech@1.9.100,brokenwings@2.0.0,ambientsounds@3.0,ghostsexplosives@2.3.0 - MC 1.12.2,netherportalspread@5.1,signpost@1.08.3,mtlib@3.0.6,openmodscore@0.12.2,ColorUtility@1.0.4,randomthings@**.**.**.**,oreexcavation@1.4.150,norecipebook@1.2.1,aiimprovements@**.**.**.**,cherishedworlds@1.12.2-1.0.1,moreoverlays@1.15.1,instantunify@1.1.2,buildcraftcore@**.**.**.**,extracells@2.6.5,ae2wtlib@1.0.34,dungeontactics@DT-0.16.9,mixinbooter@5.0,reachfix@1.0.9,treasure2_wizardry_lp@2.0.0,ebwizardry@4.3.11,buildcrafttransport@**.**.**.**,pamscookables@1.1,scannable@**.**.**.**,bauble_wings@1.0.0,ivtoolkit@1.3.3-1.12,mcp@9.42,clumps@3.1.2,artifacts@1.12.2-1.2.3,storagenetwork@1.8.1,beneath@1.7.0,harvestcraft@1.12.2zb,foamfixcore@7.7.4,omlib@3.1.4-249,roots@@VERSION@,integrateddynamicscompat@1.0.0,ichunutil@7.2.2,akashictome@1.2-12,magicbees@1.0,mysticalagriculture@1.7.5,openblocks@1.8.1,craftingtweaks@8.1.9,armoryexpansion-conarm@1.4.2,tconstruct@1.12.2-2.13.0.183,creativecore@1.10.0,enderio@5.3.70,vanillafix@1.0.10-150,jaopca@1.12.2-2.2.8.103,fastbench@1.7.3,fluxnetworks@4.1.0,storagedrawers@5.2.2,wrapup@1.12-1.1.3,enderiobase@5.3.70,wrcbe@2.3.2,minecolonies@1.12.2-0.11.841-ALPHA,hunterillager@1.2,wanionlib@1.12.2-2.5,simplycats@1.12.2-0.0.3.1,opencomputers|core@**.**.**.**,illagers_plus@1.1,cqrepoured@2.6.15B,biomestaff@1.0.0,littletiles@1.5.0,levelup2@${version},blockdrops@1.4.0,lostmagic@1.0,vampirism_integrations@vampirism_integrations,thermalinnovation@0.3.6,bettercaves@1.12.2,jeibees@**.**.**.**,ctm@MC1.12.2-1.0.2.31,xnet@1.8.2,reauth@4.0.3,bewitchment@0.22.63,wgblockreplacer@2.2.0,forgelin@1.8.4,atum@2.0.20,microblockcbe@**.**.**.**,stg@1.12.2-1.2.3,llibrary@1.7.20,chancecubes@1.12.2-5.0.2.385,treasure2_twilight_forest_lp@2.0.0,betterbuilderswands@0.13.2,waila@1.8.26,jeresources@**.**.**.**,mcmultipart@2.5.3,mysticalagradditions@1.3.2,openmodularturrets@3.1.12-378,mysticallib@1.12.2-1.13.0,enderioconduits@5.3.70,lootgames@**.**.**.**,malisisdoors@1.12.2-7.3.0,storagedrawersextra@@VERSION@,ancientbeasts@1.9.99999,unidict@1.12.2-3.0.7,powersuits@1.12.2-1.0.46,necromancersdelight@1.12.2-1.0.5,battletowers@1.6.5,reccomplex@**.**.**.**,resourceloader@1.5.3,littletilescore@1.0.0,potioncore@1.9_for_1.12.2,buildcraftbuilders@**.**.**.**,eerieentities@1.0.7,tfspellpack@1.1.0,obfuscate@0.4.2,gottschcore@1.15.0,rftoolsdim@5.71,oredictinit@1.12.2-2.2.1.71,armoryexpansion-custommaterials@1.4.2,overpoweredarmorbar@@VERSION@,charm@1.4,codechickenlib@**.**.**.**,mowziesmobs@1.5.8,ctgui@1.0.0,tidychunk@**.**.**.**,jee@1.0.8,bountifulbaubles@0.0.1,jei@**.**.**.**,careerbees@1.0,custommainmenu@**.**.**.**,thermalcultivation@0.3.6,mekanism@1.12.2-9.8.3.390,ftbmoney@**.**.**.**,thermalfoundation@2.6.7,bdlib@**.**.**.**,opencomputers@**.**.**.**,naturescompass@1.8.5,rf-capability-adapter@1.1.1,adhooks@1.12.2-3.3.0.0,chameleon@1.12-4.1.3,conarm@**.**.**.**,inventorytweaks@1.63+release.109.220f184,iceandfire@1.9.1,lcrdrfs@2.0.0,mysticalworld@1.12.2-1.11.0,mowzies_wings@1.0.0,immersivepetroleum@1.1.9,forge@14.23.5.2860,testdummy@1.12,ftbutilities@**.**.**.**,cyclicmagic@1.20.8,zerocore@1.12.2-0.1.2.9,capsule@1.12.2-3.3.11,mousetweaks@2.10,ftbquests@1202.9.0.15,immersiveengineering@0.12-98,applecore@3.4.0,yabba@**.**.**.**,enderiopowertools@5.3.70,tweakersconstructpostload@1.12.2-1.6.0,extrautils2@1.0,mantle@1.12-1.3.3.55,loottweaker@0.3.1,integrateddynamics@1.1.11,thebetweenlands@3.9.6,advancedrocketrycore@1,autoreglib@1.3-32,letsencryptcraft@@VERSION@,packmodemenu@1.0.4,integratedtunnelscompat@1.0.0,minecraftmultipartcbe@**.**.**.**,vampirism@1.6.2,login_shield@1.12.2-6-g5654706,tweakersconstruct@1.12.2-1.6.0,stygian@1.0.4,buildcraftlib@**.**.**.**,cyclopscore@1.6.7,treechop@0.14.6,p455w0rdslib@2.3.161,astralsorcery@1.10.27,enderiointegrationforestry@5.3.70,instrumentalmobs@1.2,netherportalfix@5.3.17,rftools@7.73,openmods@0.12.2,tips@1.0.9,villagenames@4.1.5,futuremc@0.2.6,incontrol@3.9.18,autooredictconv@1.12-1.0.1,plustic@**.**.**.**,controlling@3.0.10,cookingforblockheads@6.5.0,mputils@1.5.6,culinaryconstruct@1.3.4,buildinggadgets@2.8.4,wct@3.12.97,cofhworld@1.4.0,sonarcore@5.0.19,thaumcraft@6.1.BETA26,twilightforest@3.11.1021,mob_grinding_utils@0.3.13,morph@7.2.0,tinkertoolleveling@1.12.2-1.1.0.DEV.b23e769,commoncapabilities@2.4.8,crafttweakerjei@2.0.3,aireducer@0.3.0,enderiomachines@5.3.70,jehc@1.7.2,treasure2@2.1.1,advancedrocketry@1.7.0.-232,elenaidodge2@1.0.8b,energyconverters@**.**.**.**,wizardryutils@1.12.2-1.1.4,bountiful@2.2.2,teslacorelib_registries@1.0.17,actuallyadditions@1.12.2-r152,roguelike@2.4.4,patchouli@1.0-23.6,collective@2.25,menumobs@1.21,integratedtunnels@1.6.14,gunpowderlib@1.12.2-1.1,enderioconduitsappliedenergistics@5.3.70,mekanismtools@1.12.2-9.8.3.390,libvulpes@0.4.2.-75,lodsofemone@0.1,thaumicaugmentation@1.12.2-2.1.8,wings@1.1.6,badwithernocookiereloaded@1.12.2-3.4.18,danknull@1.7.101,lootcapacitortooltips@1.3,agricraft@2.12.0-1.12.0-a6,ynot@0.2.4,cucumber@1.1.3,extrabitmanipulation@1.12.2-3.4.1,itemfilters@**.**.**.**,witherskelefix@2.6.3,crimsonwarfare@1.5,chunkpregenerator@2.5.0,waystones@4.1.0,yoyos@1.12.2-1.3.3.25,journeymap@1.12.2-5.7.1,appliedenergistics2@rv6-stable-7,nuclearcraft@2.18zzz,ifpatcher@2.2.0,fossil@8.0.5,moartinkers@0.6.0,inventorypets@2.0.12,enderstorage@**.**.**.**,bloodmagic@1.12.2-2.4.3-105,mod_lavacow@1.4.0,thaumadditions@12.7.8,buildcraftrobotics@**.**.**.**,immersiveposts@0.2.1,portalgun@7.1.0,itlt@1.0.3,enchdesc@1.1.15,baubles@1.5.2,stupidthings@1.1.6,stevescarts@**.**.**.**,integrationforegoing@1.12.2-1.11,timecore@1.0.1.1,quark@r1.6-179,theaurorian@1.12.2-Release,reskillable@1.12.2-1.13.0,morepaintings@$version,gasconduits@5.3.70,taiga@1.12.2-1.3.3,laggoggles@FAT-1.12.2-4.11-92,chisel@MC1.12.2-1.0.2.45,infinitylib@1.12.2-1.12.0,armoryexpansion-iceandfire@1.4.2,solcarrot@1.8.4,foamfix@0.10.14-1.12.2,paintingselgui@$version,tinkersjei@1.2,customizeddungeonloot@1.0.3,practicallogistics2@3.0.8,chiselsandbits@14.33,packmode@1.2.0
123[01:35:40] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Ze_Kobold lost connection: Disconnected
124[01:35:40] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Ze_Kobold left the game
125[01:38:38] [User Authenticator #2/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Ze_Kobold is 3ef2709c-6825-47dc-80ec-fdf897481187
126[01:38:38] [Netty Epoll Server IO #2/INFO] [FML]: Client protocol version 2
127[01:38:38] [Netty Epoll Server IO #2/INFO] [FML]: Client attempting to join with 385 mods : darknesslib@1.1.0,buildcraftenergy@**.**.**.**,endercore@1.12.2-0.5.76,forgeendertech@1.12.2-4.5.5.0,armoryexpansion-matteroverdrive@1.4.2,thaumicjei@1.6.0,hammercore@**.**.**.**,mdecore@1.12-1.1,xreliquary@1.12.2-1.3.4.796,randompatches@1.12.2-1.22.1.10,icbmclassic@1.12.2-4.0.1.75,morpheus@1.12.2-3.5.106,ftblib@**.**.**.**,enderioconduitsrefinedstorage@5.3.70,guideapi@1.12-2.1.8-63,vampiresneedumbrellas@1.4,teamlapen-lib@1.6.2,techreborn@2.27.3.1084,industrialforegoing@1.12.2-1.12.2,malisiscore@1.12.2-6.5.1-SNAPSHOT,littleframes@1.0.0,biomesoplenty@7.0.1.2441,redstoneflux@2.1.1,buildcraftsilicon@**.**.**.**,toughnessbar@@VERSION@,modtweaker@4.0.18,botania@r1.10-363,gendustry@**.**.**.**,fairylights@2.1.10,guardillagers@1.0.1,buildcraftfactory@**.**.**.**,teslacorelib@1.0.17,enderioinvpanel@5.3.70,FML@**.**.**.**,thermalexpansion@5.5.7,tombstone@4.1.2,enderiointegrationtic@5.3.70,discordcraft@1.0,naturesaura@18.1,mcwroofs@1.0.2,buildcraftcompat@**.**.**.**,biomeinfo@v1.2.5,hardcoredarkness@2.0,forgemultipartcbe@**.**.**.**,spellbundle@1.12.2-1.1.4,techreborn_compat@1.0.0,geckolib3@3.0.30,wailaharvestability@1.1.12,quarkoddities@1,savemystronghold@1.12.2-1.0.0,simplyjetpacks@**.**.**.**,grue@1.8.0,attributefix@1.0.4,pigstep@1.12,bibliocraft@2.4.6,lemonlib@1.3.0,thaumicperiphery@0.3.1,enderiointegrationticlate@5.3.70,compactmachines3@3.0.18,champions@1.12.2-1.0.11.10,farmingforblockheads@3.1.28,iceologer@1.5,arcaneapprentices@1.12.2-1.0.2,crafttweaker@4.1.20,armoryexpansion@1.4.2,phosphor-lighting@1.12.2-0.2.6,ironchest@1.12.2-7.0.67.844,minecraft@1.12.2,thermaldynamics@2.5.6,numina@1.12.2-1.0.38,adlods@1.12.2-1.0.8.0,ding@1.0.2,totemic@1.12.2-0.11.6,ftbbackups@1.1.0.1,rats@3.2.14,maxpotidext@1.0.3,gendustryjei@1.0.2,midnight@0.3.5,dimdoors@3.0.10,structurize@1.12.2-0.10.277-RELEASE,erebus@1.0.32,appleskin@1.0.14,enderioconduitsopencomputers@5.3.70,ancientspellcraft@1.12.2-1.5.5,recipehandler@0.13,cosmeticarmorreworked@1.12.2-v5a,forestry@**.**.**.**,morphspellpack@1.12.2-1.0.2,dungeonsmod@@VERSION@,hats@7.1.1,creativecoredummy@1.0.0,jecalculation@1.12.2-3.2.5,guilib@$version,erebusfix@1.12.2-0.0.0.1,doggytalents@**.**.**.**,cofhcore@4.6.6,immersivecables@1.3.2,oldjava@1.1.11,reborncore@3.19.5,placebo@1.6.0,neid@**.**.**.**,arcaneworld@0.0.11,ae2stuff@**.**.**.**,bookshelf@2.3.590,improvedbackpacks@1.12.2-1.5.0.0,mospells@1.12.2-1.0.4,progressivebosses@1.5.4,mekanismgenerators@1.12.2-9.8.3.390,mcjtylib_ng@3.5.4,architecturecraft@@VERSION@,immersivetech@1.9.100,brokenwings@2.0.0,ambientsounds@3.0,ghostsexplosives@2.3.0 - MC 1.12.2,netherportalspread@5.1,signpost@1.08.3,mtlib@3.0.6,openmodscore@0.12.2,ColorUtility@1.0.4,randomthings@**.**.**.**,oreexcavation@1.4.150,norecipebook@1.2.1,aiimprovements@**.**.**.**,cherishedworlds@1.12.2-1.0.1,moreoverlays@1.15.1,instantunify@1.1.2,buildcraftcore@**.**.**.**,extracells@2.6.5,ae2wtlib@1.0.34,dungeontactics@DT-0.16.9,mixinbooter@5.0,reachfix@1.0.9,treasure2_wizardry_lp@2.0.0,ebwizardry@4.3.11,buildcrafttransport@**.**.**.**,pamscookables@1.1,scannable@**.**.**.**,bauble_wings@1.0.0,ivtoolkit@1.3.3-1.12,mcp@9.42,clumps@3.1.2,artifacts@1.12.2-1.2.3,storagenetwork@1.8.1,beneath@1.7.0,harvestcraft@1.12.2zb,foamfixcore@7.7.4,omlib@3.1.4-249,roots@@VERSION@,integrateddynamicscompat@1.0.0,ichunutil@7.2.2,akashictome@1.2-12,magicbees@1.0,mysticalagriculture@1.7.5,openblocks@1.8.1,craftingtweaks@8.1.9,armoryexpansion-conarm@1.4.2,tconstruct@1.12.2-2.13.0.183,creativecore@1.10.0,enderio@5.3.70,vanillafix@1.0.10-150,jaopca@1.12.2-2.2.8.103,fastbench@1.7.3,fluxnetworks@4.1.0,storagedrawers@5.2.2,wrapup@1.12-1.1.3,enderiobase@5.3.70,wrcbe@2.3.2,minecolonies@1.12.2-0.11.841-ALPHA,hunterillager@1.2,wanionlib@1.12.2-2.5,simplycats@1.12.2-0.0.3.1,opencomputers|core@**.**.**.**,illagers_plus@1.1,cqrepoured@2.6.15B,biomestaff@1.0.0,littletiles@1.5.0,levelup2@${version},blockdrops@1.4.0,lostmagic@1.0,vampirism_integrations@vampirism_integrations,thermalinnovation@0.3.6,bettercaves@1.12.2,jeibees@**.**.**.**,ctm@MC1.12.2-1.0.2.31,xnet@1.8.2,reauth@4.0.3,bewitchment@0.22.63,wgblockreplacer@2.2.0,forgelin@1.8.4,atum@2.0.20,microblockcbe@**.**.**.**,stg@1.12.2-1.2.3,llibrary@1.7.20,chancecubes@1.12.2-5.0.2.385,treasure2_twilight_forest_lp@2.0.0,betterbuilderswands@0.13.2,waila@1.8.26,jeresources@**.**.**.**,mcmultipart@2.5.3,mysticalagradditions@1.3.2,openmodularturrets@3.1.12-378,mysticallib@1.12.2-1.13.0,enderioconduits@5.3.70,lootgames@**.**.**.**,malisisdoors@1.12.2-7.3.0,storagedrawersextra@@VERSION@,ancientbeasts@1.9.99999,unidict@1.12.2-3.0.7,powersuits@1.12.2-1.0.46,necromancersdelight@1.12.2-1.0.5,battletowers@1.6.5,reccomplex@**.**.**.**,resourceloader@1.5.3,littletilescore@1.0.0,potioncore@1.9_for_1.12.2,buildcraftbuilders@**.**.**.**,eerieentities@1.0.7,tfspellpack@1.1.0,obfuscate@0.4.2,gottschcore@1.15.0,rftoolsdim@5.71,oredictinit@1.12.2-2.2.1.71,armoryexpansion-custommaterials@1.4.2,overpoweredarmorbar@@VERSION@,charm@1.4,codechickenlib@**.**.**.**,mowziesmobs@1.5.8,ctgui@1.0.0,tidychunk@**.**.**.**,jee@1.0.8,bountifulbaubles@0.0.1,jei@**.**.**.**,careerbees@1.0,custommainmenu@**.**.**.**,thermalcultivation@0.3.6,mekanism@1.12.2-9.8.3.390,ftbmoney@**.**.**.**,thermalfoundation@2.6.7,bdlib@**.**.**.**,opencomputers@**.**.**.**,naturescompass@1.8.5,rf-capability-adapter@1.1.1,adhooks@1.12.2-3.3.0.0,chameleon@1.12-4.1.3,conarm@**.**.**.**,inventorytweaks@1.63+release.109.220f184,iceandfire@1.9.1,lcrdrfs@2.0.0,mysticalworld@1.12.2-1.11.0,mowzies_wings@1.0.0,immersivepetroleum@1.1.9,forge@14.23.5.2860,testdummy@1.12,ftbutilities@**.**.**.**,cyclicmagic@1.20.8,zerocore@1.12.2-0.1.2.9,capsule@1.12.2-3.3.11,mousetweaks@2.10,ftbquests@1202.9.0.15,immersiveengineering@0.12-98,applecore@3.4.0,yabba@**.**.**.**,enderiopowertools@5.3.70,tweakersconstructpostload@1.12.2-1.6.0,extrautils2@1.0,mantle@1.12-1.3.3.55,loottweaker@0.3.1,integrateddynamics@1.1.11,thebetweenlands@3.9.6,advancedrocketrycore@1,autoreglib@1.3-32,letsencryptcraft@@VERSION@,packmodemenu@1.0.4,integratedtunnelscompat@1.0.0,minecraftmultipartcbe@**.**.**.**,vampirism@1.6.2,login_shield@1.12.2-6-g5654706,tweakersconstruct@1.12.2-1.6.0,stygian@1.0.4,buildcraftlib@**.**.**.**,cyclopscore@1.6.7,treechop@0.14.6,p455w0rdslib@2.3.161,astralsorcery@1.10.27,enderiointegrationforestry@5.3.70,instrumentalmobs@1.2,netherportalfix@5.3.17,rftools@7.73,openmods@0.12.2,tips@1.0.9,villagenames@4.1.5,futuremc@0.2.6,incontrol@3.9.18,autooredictconv@1.12-1.0.1,plustic@**.**.**.**,controlling@3.0.10,cookingforblockheads@6.5.0,mputils@1.5.6,culinaryconstruct@1.3.4,buildinggadgets@2.8.4,wct@3.12.97,cofhworld@1.4.0,sonarcore@5.0.19,thaumcraft@6.1.BETA26,twilightforest@3.11.1021,mob_grinding_utils@0.3.13,morph@7.2.0,tinkertoolleveling@1.12.2-1.1.0.DEV.b23e769,commoncapabilities@2.4.8,crafttweakerjei@2.0.3,aireducer@0.3.0,enderiomachines@5.3.70,jehc@1.7.2,treasure2@2.1.1,advancedrocketry@1.7.0.-232,elenaidodge2@1.0.8b,energyconverters@**.**.**.**,wizardryutils@1.12.2-1.1.4,bountiful@2.2.2,teslacorelib_registries@1.0.17,actuallyadditions@1.12.2-r152,roguelike@2.4.4,patchouli@1.0-23.6,collective@2.25,menumobs@1.21,integratedtunnels@1.6.14,gunpowderlib@1.12.2-1.1,enderioconduitsappliedenergistics@5.3.70,mekanismtools@1.12.2-9.8.3.390,libvulpes@0.4.2.-75,lodsofemone@0.1,thaumicaugmentation@1.12.2-2.1.8,wings@1.1.6,badwithernocookiereloaded@1.12.2-3.4.18,danknull@1.7.101,lootcapacitortooltips@1.3,agricraft@2.12.0-1.12.0-a6,ynot@0.2.4,cucumber@1.1.3,extrabitmanipulation@1.12.2-3.4.1,itemfilters@**.**.**.**,witherskelefix@2.6.3,crimsonwarfare@1.5,chunkpregenerator@2.5.0,waystones@4.1.0,yoyos@1.12.2-1.3.3.25,journeymap@1.12.2-5.7.1,appliedenergistics2@rv6-stable-7,nuclearcraft@2.18zzz,ifpatcher@2.2.0,fossil@8.0.5,moartinkers@0.6.0,inventorypets@2.0.12,enderstorage@**.**.**.**,bloodmagic@1.12.2-2.4.3-105,mod_lavacow@1.4.0,thaumadditions@12.7.8,buildcraftrobotics@**.**.**.**,immersiveposts@0.2.1,portalgun@7.1.0,itlt@1.0.3,enchdesc@1.1.15,baubles@1.5.2,stupidthings@1.1.6,stevescarts@**.**.**.**,integrationforegoing@1.12.2-1.11,timecore@1.0.1.1,quark@r1.6-179,theaurorian@1.12.2-Release,reskillable@1.12.2-1.13.0,morepaintings@$version,gasconduits@5.3.70,taiga@1.12.2-1.3.3,laggoggles@FAT-1.12.2-4.11-92,chisel@MC1.12.2-1.0.2.45,infinitylib@1.12.2-1.12.0,armoryexpansion-iceandfire@1.4.2,solcarrot@1.8.4,foamfix@0.10.14-1.12.2,paintingselgui@$version,tinkersjei@1.2,customizeddungeonloot@1.0.3,practicallogistics2@3.0.8,chiselsandbits@14.33,packmode@1.2.0
128[01:38:39] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Ze_Kobold lost connection: Disconnected
129[01:38:39] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Ze_Kobold left the game
130[01:41:29] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Stopping the server
131[01:41:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
132[01:41:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
133[01:41:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
134[01:41:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
135[01:41:29] [Server thread/INFO] [FML]: Unloading dimension 0
136[01:41:29] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
137[01:41:29] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
138[01:41:29] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
This log will be saved for 90 days from their last view.
Report abuse