View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002664 | Industrial-Craft² | general / other | public | 2020-04-02 21:01 | 2020-04-08 11:44 |
Reporter | SeagalKru | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Summary | 0002664: Crash server | ||||
Description | ru: сервер крашится, а клиент загружается без проблем. eng.: the server crashes, and the client boots without problems. | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.12.2 | ||||
|
crash-2020-04-02_23.47.59-server.txt (31,122 bytes)
---- Minecraft Crash Report ---- WARNING: coremods are present: MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar) FarseekCoreMod (Farseek-1.12-2.5.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.32_mc1.12.2.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) DCASMPlugin (HeatAndClimateLib_1.12.2-3.2.6.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) ShutdownPatcher (mcef-1.12.2-1.11-coremod.jar) MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar) OpticPatchingLoader (OpticManager_v1.1.9_mc1.12.2.jar) Contact their authors BEFORE contacting forge // This doesn't make any sense! Time: 4/2/20 11:47 PM Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) at java.lang.Class.getConstructor0(Class.java:3075) at java.lang.Class.newInstance(Class.java:412) at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) at ic2.core.IC2.init(IC2.java:335) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 41 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@65fd6708 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 43 more Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 45 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 2.6.32-042stab138.1 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 873332832 bytes (832 MB) / 2111700992 bytes (2013 MB) up to 12608339968 bytes (12024 MB) JVM Flags: 10 total; -Xms2048M -Xmx12228M -XX:MaxPermSize=1024M -XX:NewRatio=5 -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:ParallelGCThreads=2 -XX:UseSSE=3 -XX:MaxGCPauseMillis=500 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2847 127 mods loaded, 127 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 | |:----- |:-------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | | LCHI | minecraft | 1.12.2 | minecraft.jar | None | | LCHI | mcp | 9.42 | minecraft.jar | None | | LCHI | FML | 8.0.99.99 | craftbukkit.jar | None | | LCHI | forge | 14.23.5.2847 | craftbukkit.jar | None | | LCHI | creativecoredummy | 1.0.0 | minecraft.jar | None | | LCHI | dcs_asm | 2.1.0 | minecraft.jar | 4cd12b92959105443b7b694fffe0cea9ed004886 | | LCHI | itemphysic | 1.4.0 | minecraft.jar | None | | LCHI | opticmanager | 1.0 | minecraft.jar | None | | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHI | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCHI | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None | | LCHI | cd4017be_lib | 6.4.17 | CD4017BE_lib-1.12.2-6.4.17.1.jar | None | | LCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LCHI | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None | | LCHI | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LCHI | christmasfestivity | 1.2.2.1 | christmasfestivity-1.2.2.1.jar | None | | LCHI | climaticbiomesjbg | 2.14.17 | ClimaticBiomes-2.14.17-MC1.12.2.jar | None | | LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHI | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHI | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | LCHI | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHI | corail_pillar_extension_chisel | 4.0.0 | corail_pillar_extension_chisel-4.0.0-1.12.jar | None | | LCHE | ic2 | 2.8.196-ex112 | industrialcraft-2-2.8.196-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCH | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCH | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None | | LCH | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | LCH | corail_pillar_extension_forestry | 4.0.0 | corail_pillar_extension_forestry-4.0.0-1.12.jar | None | | LCH | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None | | LCH | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None | | LCH | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None | | LCH | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None | | LCH | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None | | LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None | | LCH | creativecore | 1.10.0 | CreativeCore_v1.10.9_mc1.12.2.jar | None | | LCH | dynmap | 3.0-beta-4-213 | Dynmap-3.0-beta-4-forge-1.12.2.jar | None | | LCH | farseek | 2.5 | Farseek-1.12-2.5.jar | None | | LCH | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCH | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCH | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None | | LCH | ftblib | 5.4.7.0 | FTBLib-5.4.7.0.jar | None | | LCH | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None | | LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None | | LCH | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None | | LCH | gravestone | 1.10.3 | gravestone-1.10.3.jar | None | | LCH | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None | | LCH | dcs_lib | 3.2.6 | HeatAndClimateLib_1.12.2-3.2.6.jar | 4cd12b92959105443b7b694fffe0cea9ed004886 | | LCH | dcs_climate | 3.3.0 | HeatAndClimateMod_1.12.2-3.3.0.jar | 4cd12b92959105443b7b694fffe0cea9ed004886 | | LCH | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | LCH | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCH | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | | LCH | immcraft | 1.6.0 | immcraft-1.12-1.6.0.jar | None | | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCH | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa | | LCH | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCH | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | LCH | immersive_energy | 0.3.3 | Immersive Energy-0.3.3.jar | None | | LCH | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | | LCH | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None | | LCH | immersiveposts | 0.1.5 | ImmersivePosts-0.1.5.jar | 0ba8738eadcf158e7fe1452255a73a022fb15feb | | LCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCH | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LCH | jjmeteor | 1.0.9 | JJ Meteor 1.12-1.12.2-v1.0.9.jar | None | | LCH | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCH | landlust | 1.12.2-0.3.6 | landlust-1.12.2-0.3.6.jar | None | | LCH | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None | | LCH | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None | | LCH | christmasluckywitchhut | 1.0.0 | MagdasLuckyChristmasHut_1.12.jar | None | | LCH | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None | | LCH | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None | | LCH | malisisswitches | 1.12.2-5.1.0 | malisisswitches-1.12.2-5.1.0.jar | None | | LCH | mcef | 1.11 | mcef-1.12.2-1.11.jar | None | | LCH | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LCH | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LCH | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LCH | mobultion | 0.4.5 | mobultion-0.4.5.jar | 4fe096bf3ddb2da90a69bb82abd57398549af8a5 | | LCH | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None | | LCH | mystcraft | 0.13.7.04 | mystcraft-1.12.2-0.13.7.04.jar | None | | LCH | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None | | LCH | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None | | LCH | pamsimpleharvest | 2.0.0 | pamsimpleharvest-2.0.0.jar | None | | LCH | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None | | LCH | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None | | LCH | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None | | LCH | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCH | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCH | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None | | LCH | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None | | LCH | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None | | LCH | rs_ctr | 0.2.6 | RedstoneControl-1.12.2-0.2.6.1.jar | None | | LCH | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None | | LCH | reptilemod | 3.8.4 | reptilemod-1.12.2-3.8.4-89.jar | None | | LCH | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | LCH | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.15.jar | None | | LCH | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None | | LCH | solarpanelsreforged | 1.12.2-001 | SolarPanelsReforged-1.12.2-1.0.jar | None | | LCH | sophisticatedwolves | 3.13.8 | SophisticatedWolves-1.12.2-3.13.8.jar | None | | LCH | soulshardsrespawn | 1.12.2-1.1.1-13 | SoulShardsRespawn-1.12.2-1.1.1-13.jar | None | | LCH | storagedrawers | 1.12.2-5.4.1 | StorageDrawers-1.12.2-5.4.1.jar | None | | LCH | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None | | LCH | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | | LCH | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None | | LCH | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | LCH | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | thermaltinkering | 1.0 | ThermalTinkering-1.12.2-2.0.1.jar | None | | LCH | thutcore | 5.21.0 | thutcore-1.12.2-5.21.0.jar | None | | LCH | thutcore_compat | 1.0 | thutcore-1.12.2-5.21.0.jar | None | | LCH | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None | | LCH | tinker_io | rw2.8.1a | tinker_io-1.12.2-rw2.8.1a.jar | None | | LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None | | LCH | trackapi | 1.2 | TrackAPI-1.2.jar | None | | LCH | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | LCH | unlimitedchiselworks | 0.3.4 | UnlimitedChiselWorks-0.3.4.jar | None | | LCH | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None | | LCH | wawla | 2.6.274 | Wawla-1.12.2-2.6.274.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | LCH | webdisplays | 1.1 | webdisplays-1.12.2-1.1.jar | None | | LCH | valoegheses_be | 1.4.10-public-alpha | zoesteria-1.4.10-public-alpha.jar | None | | LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCH | corail_pillar | 4.2.1 | corail_pillar-4.2.1-1.12.jar | None | | LCH | unidict | 1.12.2-2.9.6 | UniDict-1.12.2-2.9.6.jar | None | Loaded coremods (and transformers): MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar) FarseekCoreMod (Farseek-1.12-2.5.jar) farseek.core.FarseekClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer ItemPatchingLoader (ItemPhysic_Full_1.4.32_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer DCASMPlugin (HeatAndClimateLib_1.12.2-3.2.6.jar) defeatedcrow.hac.asm.DCMethodTransformer 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 ShutdownPatcher (mcef-1.12.2-1.11-coremod.jar) net.montoyo.mcef.coremod.ShutdownPatcher MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar) OpticPatchingLoader (OpticManager_v1.1.9_mc1.12.2.jar) com.creativemd.opticmanager.OpticTransformer 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) 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) - wailaIntegration (Enabled/Not Forced) Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) latest.log (143,002 bytes)
[23:44:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [23:44:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [23:44:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [23:44:59] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading [23:44:59] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_172, running on Linux:amd64:2.6.32-042stab138.1, installed at /opt/jre1.8.0_172 [23:44:59] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed! [23:44:59] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed! [23:44:59] [main/INFO] [FML]: Searching /home/server9195/game/./mods for mods [23:44:59] [main/INFO] [FML]: Searching /home/server9195/game/./mods/1.12.2 for mods [23:44:59] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar [23:44:59] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.10.9_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed! [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed! [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in HeatAndClimateLib_1.12.2-3.2.6.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed! [23:44:59] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in malisisswitches-1.12.2-5.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod net.malisis.switches.asm.MalisisSwitchesPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod MalisisSwitchesPlugin (net.malisis.switches.asm.MalisisSwitchesPlugin) is not signed! [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! [23:44:59] [main/WARN] [FML]: The coremod com.creativemd.opticmanager.OpticPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod OpticPatchingLoader (com.creativemd.opticmanager.OpticPatchingLoader) is not signed! [23:44:59] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SereneSeasons-1.12.2-1.2.18-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [23:44:59] [main/WARN] [FML]: The coremod sereneseasons.asm.SSLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/WARN] [FML]: The coremod SSLoadingPlugin (sereneseasons.asm.SSLoadingPlugin) is not signed! [23:44:59] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:44:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:44:59] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker [23:44:59] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker [23:44:59] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker [23:45:00] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/server9195/game/./mods/malisiscore-1.12.2-6.5.1.jar Service=LaunchWrapper Env=SERVER [23:45:00] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [23:45:00] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed! [23:45:00] [main/INFO] [mixin]: Compatibility level set to JAVA_8 [23:45:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:45:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:45:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:45:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker [23:45:01] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker [23:45:01] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@42f9c19a [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker [23:45:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy [23:45:02] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations [23:45:02] [main/INFO] [net.minecraft]: [farseek] Re-enabling transformations on Sponge TrackingUtil [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:45:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [23:45:02] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [23:45:02] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker [23:45:02] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [opticmanager] Patched net.minecraft.world.World ... [23:45:03] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.sereneseasons.asm.transformer.WorldTransformer' was detected and will no longer process meta class data [23:45:03] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_TRANSFORMER_EXCLUSION] encountered loading mixins.malisis.switches.json:MixinWorld, name: net.malisis.switches.asm.mixin.MixinWorld [23:45:03] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [opticmanager] Patched net.minecraft.world.World ... [23:45:03] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) [23:45:03] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data [23:45:03] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [23:45:03] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [23:45:04] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [23:45:04] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow) [23:45:04] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [23:45:04] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [23:45:04] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ... [23:45:05] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ... [23:45:05] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_FULL" algorithm [23:45:06] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh) [23:45:06] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl) [23:45:06] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw) [23:45:08] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz) [23:45:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 [23:45:08] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized [23:45:08] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [23:45:08] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [23:45:08] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients [23:45:08] [Server thread/INFO] [FML]: Searching /home/server9195/game/./mods for mods [23:45:08] [Server thread/INFO] [FML]: Searching /home/server9195/game/./mods/1.12.2 for mods [23:45:08] [Server thread/INFO] [FML]: Disabling mod betteranimals it is client side only. [23:45:09] [Server thread/WARN] [FML]: Mod cd4017be_lib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.17 [23:45:09] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358 [23:45:09] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only. [23:45:09] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only. [23:45:09] [Server thread/INFO] [FML]: Disabling mod durabilityviewer it is client side only. [23:45:09] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5 [23:45:09] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83 [23:45:09] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83 [23:45:09] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83 [23:45:10] [Server thread/WARN] [FML]: Mod immersiveposts is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.1.5 [23:45:10] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844 [23:45:11] [Server thread/INFO] [FML]: Disabling mod jehc it is client side only. [23:45:11] [Server thread/WARN] [FML]: Mod mekanismgenerators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390 [23:45:11] [Server thread/WARN] [FML]: Mod mekanismtools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390 [23:45:11] [Server thread/INFO] [FML]: Disabling mod mobdismemberment it is client side only. [23:45:11] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only. [23:45:11] [Server thread/WARN] [FML]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.4.43 [23:45:11] [Server thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-20 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/INFO] [FML]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat [23:45:11] [Server thread/WARN] [FML]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [23:45:11] [Server thread/WARN] [FML]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120 [23:45:11] [Server thread/WARN] [FML]: Mod rs_ctr is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.2.6 [23:45:12] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.8 [23:45:12] [Server thread/INFO] [FML]: Disabling mod thaumicjei it is client side only. [23:45:12] [Server thread/INFO] [FML]: Disabling mod wailaharvestability it is client side only. [23:45:12] [Server thread/INFO] [FML]: Forge Mod Loader has identified 127 mods to load [23:45:12] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for corail_pillar_extension_chisel: assets/corail_pillar_extension_chisel/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for corail_pillar_extension_forestry: assets/corail_pillar_extension_forestry/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for extendedrenderer: assets/extendedrenderer/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for configmod: assets/configmod/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for craftstudioapi: assets/craftstudioapi/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for dynmap: assets/dynmap/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for geographicraft: assets/geographicraft/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for harvest: assets/harvest/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for lostsouls: assets/lostsouls/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mcef: assets/mcef/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mekanismgenerators: assets/mekanismgenerators/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mekanismtools: assets/mekanismtools/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for mrtjpcore: assets/mrtjpcore/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for pamsimpleharvest: assets/pamsimpleharvest/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-core: assets/projectred-core/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-compat: assets/projectred-compat/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-fabrication: assets/projectred-fabrication/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-integration: assets/projectred-integration/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-transmission: assets/projectred-transmission/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-illumination: assets/projectred-illumination/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-expansion: assets/projectred-expansion/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-relocation: assets/projectred-relocation/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-transportation: assets/projectred-transportation/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for projectred-exploration: assets/projectred-exploration/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for roughmobs: assets/roughmobs/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for thermaltinkering: assets/thermaltinkering/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for thutcore_compat: assets/thutcore_compat/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for trackapi: assets/trackapi/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for unidict: assets/unidict/lang/en_us.lang [23:45:12] [Server thread/WARN] [FML]: Missing English translation for unlimitedchiselworks: assets/unlimitedchiselworks/lang/en_us.lang [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file betteranimals-1.12.2-5.3.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-1.0.2.31.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file DurabilityViewer-1.12-forge14.21.1.2387-1.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file just-enough-harvestcraft-1.12.2-1.7.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file MobDismemberment-1.12.2-7.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.10-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file ThaumicJEI-1.12.2-1.6.0-27.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:12] [Server thread/INFO] [FML]: FML has found a non-mod file WailaHarvestability-mc1.12-1.1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:45:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, dcs_asm, itemphysic, opticmanager, baubles, bibliocraft, biomesoplenty, cd4017be_lib, chameleon, chisel, christmasfestivity, climaticbiomesjbg, codechickenlib, cofhcore, cofhworld, corail_pillar, corail_pillar_extension_chisel, corail_pillar_extension_forestry, extendedrenderer, coroutil, configmod, craftstudioapi, crafttweaker, crafttweakerjei, creativecore, dynmap, farseek, forestry, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbutilities, cfm, geographicraft, gravestone, harvest, dcs_lib, dcs_climate, waila, ichunutil, immcraft, immersive_energy, immersivecables, immersivepetroleum, immersiveposts, immersivetech, ic2, inventorytweaks, ironchest, jei, jjmeteor, journeymap, landlust, lostcities, lostsouls, christmasluckywitchhut, malisiscore, malisisdoors, malisisswitches, mantle, mcef, mcjtylib_ng, mekanism, mekanismgenerators, mekanismtools, mobultion, mrtjpcore, mystcraft, natura, recipehandler, harvestcraft, pamsimpleharvest, patchouli, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, railcraft, rs_ctr, redstoneflux, refinedstorage, refinedstorageaddons, reptilemod, roguelike, roughmobs, sereneseasons, solarpanelsreforged, sophisticatedwolves, soulshardsrespawn, storagedrawers, storagedrawersextra, streams, taiga, tconstruct, thaumcraft, thaumictinkerer, thermalexpansion, thermalfoundation, thermaltinkering, thutcore_compat, thutcore, thuttech, tinker_io, tinkersjei, trackapi, traverse, unidict, unlimitedchiselworks, wanionlib, wawla, weather2, webdisplays, valoegheses_be, llibrary, immersiveengineering] at CLIENT [23:45:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, dcs_asm, itemphysic, opticmanager, baubles, bibliocraft, biomesoplenty, cd4017be_lib, chameleon, chisel, christmasfestivity, climaticbiomesjbg, codechickenlib, cofhcore, cofhworld, corail_pillar, corail_pillar_extension_chisel, corail_pillar_extension_forestry, extendedrenderer, coroutil, configmod, craftstudioapi, crafttweaker, crafttweakerjei, creativecore, dynmap, farseek, forestry, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbutilities, cfm, geographicraft, gravestone, harvest, dcs_lib, dcs_climate, waila, ichunutil, immcraft, immersive_energy, immersivecables, immersivepetroleum, immersiveposts, immersivetech, ic2, inventorytweaks, ironchest, jei, jjmeteor, journeymap, landlust, lostcities, lostsouls, christmasluckywitchhut, malisiscore, malisisdoors, malisisswitches, mantle, mcef, mcjtylib_ng, mekanism, mekanismgenerators, mekanismtools, mobultion, mrtjpcore, mystcraft, natura, recipehandler, harvestcraft, pamsimpleharvest, patchouli, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, railcraft, rs_ctr, redstoneflux, refinedstorage, refinedstorageaddons, reptilemod, roguelike, roughmobs, sereneseasons, solarpanelsreforged, sophisticatedwolves, soulshardsrespawn, storagedrawers, storagedrawersextra, streams, taiga, tconstruct, thaumcraft, thaumictinkerer, thermalexpansion, thermalfoundation, thermaltinkering, thutcore_compat, thutcore, thuttech, tinker_io, tinkersjei, trackapi, traverse, unidict, unlimitedchiselworks, wanionlib, wawla, weather2, webdisplays, valoegheses_be, llibrary, immersiveengineering] at SERVER [23:45:16] [Server thread/INFO] [Pulsar-natura]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks [23:45:16] [Server thread/INFO] [Dynmap]: [Dynmap] Mod Support API available [23:45:19] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits [23:45:19] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks [23:45:19] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe [23:45:19] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse quarkIntegration; missing dependency: quark [23:45:19] [Server thread/INFO] [tconstruct]: Preparing to take over the world [23:45:22] [Server thread/INFO] [FML]: Processing ObjectHolder annotations [23:45:23] [Server thread/INFO] [FML]: Found 1549 ObjectHolder annotations [23:45:23] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations [23:45:23] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations [23:45:23] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [23:45:23] [Forge Version Check/INFO] [forge.VersionCheck]: Global Forge version check system disabled, no further processing. [23:47:15] [Server thread/WARN] [biomesoplenty]: There was an issue retrieving trail info from remote! [23:47:16] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler CrusherRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.CrusherRecipe.removeRecipes(net.minecraft.item.ItemStack) [23:47:16] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler FermenterRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.FermenterRecipe.removeRecipes(net.minecraft.item.ItemStack) [23:47:16] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler MixerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.MixerRecipe.removeRecipes(net.minecraft.item.ItemStack) [23:47:16] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler RefineryRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.RefineryRecipe.removeRecipes(net.minecraft.item.ItemStack) [23:47:16] [Server thread/WARN] [cd4017be_lib]: Problem occoured adding ImmersiveEngineering handler SqueezerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.SqueezerRecipe.removeRecipes(net.minecraft.item.ItemStack) [23:47:16] [Server thread/INFO] [cd4017be_lib]: added ImmersiveEngineering wrapper module [23:47:17] [Server thread/INFO] [cd4017be_lib]: skipped core.PRE_INIT [23:47:17] [Server thread/INFO] [cd4017be_lib]: added Forge Energy-API with 100.0 J / Flux [23:47:17] [Server thread/INFO] [cd4017be_lib]: added IC2 Energy-API with 400.0 J / EU [23:47:17] [Server thread/INFO] [FML]: Applying holder lookups [23:47:17] [Server thread/INFO] [FML]: Holder lookups applied [23:47:17] [Server thread/INFO] [CoFH World]: Registering default Feature Templates... [23:47:17] [Server thread/INFO] [CoFH World]: Registering default World Generators... [23:47:17] [Server thread/INFO] [CoFH World]: Verifying or creating base world generation directory... [23:47:17] [Server thread/INFO] [CoFH World]: Complete. [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 352 out of 352 recipes for shaped recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 79 out of 79 recipes for shapeless recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 41 out of 41 recipes for solid uu recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 27 out of 27 recipes for furnace recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for block cutter recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 51 out of 51 recipes for compressor recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 13 out of 13 recipes for extractor recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 86 out of 86 recipes for macerator recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for metal former cutting recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes [23:47:24] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 26 out of 26 recipes for thermal centrifuge recipes [23:47:25] [Server thread/INFO] [forestry]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found [23:47:25] [Server thread/INFO] [forestry]: Module Better With Mods Module failed to load: Better With Mods not found [23:47:25] [Server thread/INFO] [forestry]: Module Roots Module failed to load: Roots not found [23:47:25] [Server thread/INFO] [forestry]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found [23:47:25] [Server thread/INFO] [forestry]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found [23:47:25] [Server thread/INFO] [forestry]: Module Actually Additions Module failed to load: Actually Additions not found [23:47:25] [Server thread/INFO] [forestry]: Module Mystical Agriculture Module failed to load: Mystical Agriculture not found [23:47:25] [Server thread/INFO] [forestry]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found [23:47:25] [Server thread/INFO] [forestry]: Module TechReborn Module failed to load: TechReborn not found [23:47:25] [Server thread/INFO] [forestry]: Module EnderIO Module failed to load: EnderIO not found [23:47:25] [Server thread/INFO] [forestry]: Module rustic Module failed to load: Rustic not found [23:47:25] [Server thread/INFO] [forestry]: Module Extra Utilities Module failed to load: Extra Utilities not found [23:47:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. [23:47:28] [Server thread/WARN] [FTB Library]: Replacing com.feed_the_beast.ftblib.lib.config.DefaultRankConfigHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler [23:47:28] [Server thread/WARN] [FML]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler [23:47:29] [Server thread/WARN] [gravestone]: Failed to parse dimension ID: For input string: "# -1" [23:47:29] [Server thread/WARN] [gravestone]: Failed to parse dimension ID: For input string: "# 1" [23:47:29] [Server thread/INFO] [dcs_climate]: Tick Update Invalid List add target: minecraft:leaves, 32767 [23:47:29] [Server thread/INFO] [dcs_climate]: Tick Update Invalid List add target: minecraft:leaves2, 32767 [23:47:29] [Server thread/INFO] [dcs_climate]: Tick Update Invalid List add target: minecraft:tallgrass, 32767 [23:47:29] [Server thread/INFO] [dcs_climate]: Tick Update Invalid List add target: minecraft:snow_layer, 32767 [23:47:29] [Server thread/INFO] [dcs_climate]: Failed find target: ModID:sampleBlock [23:47:29] [Server thread/INFO] [dcs_climate]: Registered to the update blacklist: minecraft:squid [23:47:29] [Server thread/INFO] [dcs_climate]: Registered to the update blacklist: minecraft:bat [23:47:29] [Server thread/INFO] [dcs_climate]: Registered to the update blacklist: minecraft:villager [23:47:29] [Server thread/INFO] [dcs_climate]: Failed find target: ModID:entityRegistryName [23:47:29] [Server thread/INFO] [dcs_climate]: DebugMode : false [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_linen heat 2.0/cold 1.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_cloth heat 2.0/cold 3.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_synthetic heat 3.0/cold 1.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_chalcedony heat 1.0/cold 1.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_sapphire heat 0.5/cold 0.5 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_titanium heat 0.0/cold 0.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_wool heat 1.0/cold 3.0 [23:47:30] [Server thread/INFO] [dcs_climate]: register armor material: dcs_silver heat 0.5/cold 0.5 [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_chamber_normal`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shitirin`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_fuel_stove`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_stevenson_screen`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_lowchest`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_metalchest`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magnetchest`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_villagechest`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_sink`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_bellow`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_thermometer`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_windvane`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_acv_shield`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_chandelier_gypsum`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_chandelier_salt`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_chandelier_chal`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_realtime_clock`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_realtime_clock_l`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_mc_clock_l`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_pail`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_bed_iron`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_bed_white`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_bed_rattan`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_bed_futon`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_geyser`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_firestand`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_pottery_pot`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_steel_pot`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_tea_pot`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_silkworm_box`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_skillet`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_windmill`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_windmill_l`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_s`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_l`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_ta`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_tb`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_x`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_gearbox`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_crank_s`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_handcrank`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_stonemill`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_redbox`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_fan`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_faucet`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_faucet_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_ibc`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_heatexchanger`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_s_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_l_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_ta_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_tb_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_x_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_gearbox_sus`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_boiler_turbine`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_kinetic_motor`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_press_machine`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_water_pump`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_creative`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_conveyor`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_catapult`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_hopper_filter`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_hopper_gold`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_hopper_filter_gold`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_hopper_silver`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_hopper_fluid`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_watermill`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_dynamo`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_reactor`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_freezer`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_spinning_machine`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_portal_manager`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_adapter_item`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_acceptor_item`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_adapter_fluid`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_acceptor_fluid`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_gas_burner`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_s_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_l_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_ta_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_tb_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_x_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_diesel_engine`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_crusher`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_rs`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_torque`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_rf`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_fluid`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_item`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_monitor_cm`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_windmill_ex`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_entity_panel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_switch`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_shaft_switch_steel`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_oscillator`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_tankyard`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_yardpart`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_cluster_ice`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_infernal_flame`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_lotus_candle`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_lotus_candle_black`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_light`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_moon`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_bird`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_ice`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_ocean`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_burn`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_flower`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_glory`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_drought`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_magicmace_impact`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dcs_te_time_cage`, expected `dcs_climate`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `commandblock_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:commandblock_minecart with railcraft:cart_command_block. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:minecart with railcraft:cart_basic. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chest_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:chest_minecart with railcraft:cart_chest. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:furnace_minecart with railcraft:cart_furnace. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tnt_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:tnt_minecart with railcraft:cart_tnt. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:hopper_minecart with railcraft:cart_hopper. [23:47:39] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `spawner_minecart`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:39] [Server thread/INFO] [railcraft]: Successfully substituted minecraft:spawner_minecart with railcraft:cart_spawner. [23:47:39] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class mods.railcraft.common.carts.EntityTunnelBore from class mods.railcraft.common.plugins.forge.DataManagerPlugin [23:47:39] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class mods.railcraft.common.carts.EntityTunnelBore from class mods.railcraft.common.plugins.forge.DataManagerPlugin [23:47:39] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class mods.railcraft.common.carts.EntityTunnelBore from class mods.railcraft.common.plugins.forge.DataManagerPlugin [23:47:39] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class mods.railcraft.common.carts.EntityTunnelBore from class mods.railcraft.common.plugins.forge.DataManagerPlugin [23:47:41] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'creosote' but this Fluid has already been linked to the Block Block{railcraft:creosote}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. [23:47:41] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub [23:47:41] [Server thread/ERROR] [FML]: Error registering event handler: FMLMod:immersivepetroleum{1.1.9} class blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent public void flaxbeard.immersivepetroleum.common.items.ItemProjector.handleMultiblockComplete(blusunrize.immersiveengineering.api.MultiblockHandler$MultiblockFormEvent) java.lang.InstantiationException: null at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_172] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:130) [EventBus.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) [EventBus.class:?] at flaxbeard.immersivepetroleum.common.items.ItemProjector.<init>(ItemProjector.java:73) [ItemProjector.class:?] at flaxbeard.immersivepetroleum.common.IPContent.preInit(IPContent.java:146) [IPContent.class:?] at flaxbeard.immersivepetroleum.ImmersivePetroleum.preInit(ImmersivePetroleum.java:55) [ImmersivePetroleum.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] [23:47:43] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{minecraft:air} to the Fluid 'steam' but this Fluid has already been linked to the Block Block{railcraft:steam}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this. [23:47:43] [Server thread/ERROR] [immersiveengineering]: WireType#init was called by Immersive Tech (immersivetech)! [23:47:43] [Server thread/ERROR] [immersiveengineering]: The method should only be called by Immersive Engineering, calls from other mods will cause many hard-to-debug issues and are therefore forbidden! [23:47:43] [Server thread/ERROR] [immersiveengineering]: Please report this as a bug to Immersive Tech [23:47:43] [Server thread/INFO] [malisiscore]: Registering CloseInventoryMessage for Packet with discriminator 1 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering InventoryActionMessage for Packet with discriminator 2 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering OpenInventoryMessage for Packet with discriminator 3 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering UpdateInventorySlotsMessage for Packet with discriminator 4 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering DirectMessage for Packet with discriminator 5 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering BlockDataMessage for Packet with discriminator 6 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering ChunkBlockMessage for Packet with discriminator 7 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering NeighborChangedMessage for Packet with discriminator 8 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering SyncerMessage for Packet with discriminator 9 in channel malisiscore [23:47:43] [Server thread/INFO] [malisiscore]: Registering DigicodeMessage for Packet with discriminator 1 in channel malisisdoors [23:47:43] [Server thread/INFO] [malisiscore]: Registering DoorFactoryMessage for Packet with discriminator 2 in channel malisisdoors [23:47:43] [Server thread/INFO] [malisiscore]: Registering PowerLinkerMessage for Packet with discriminator 1 in channel malisisswitches [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `customdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `saloondoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `verticalhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `garagedoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `door3x3`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bigdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rustyhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doorfactorytileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `forcefieldtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trapdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fencegatetileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `linkedpowertileentity`, expected `malisisswitches`. This could be a intended override, but in most cases indicates a broken mod. [23:47:44] [Server thread/INFO] [MCEF]: Loading MCEF config... [23:47:44] [Server thread/INFO] [MCEF]: Successfully loaded Let's Encrypt certificate [23:47:44] [Server thread/INFO] [Mekanism]: Didn't detect MCMP, ignoring compatibility package [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `apple`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wheat`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `carrot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `melon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clownfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pufferfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `baked_potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:45] [Server thread/WARN] [ProjectRed]: Failed to load PR Plugin: ComputerCraft: bundled cable connections [23:47:45] [Server thread/WARN] [ProjectRed]: Failed to load PR Plugin: Treecapitator: gem axe compat [23:47:46] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `season_sensor`, expected `sereneseasons`. This could be a intended override, but in most cases indicates a broken mod. [23:47:46] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dogbowlte`, expected `sophisticatedwolves`. This could be a intended override, but in most cases indicates a broken mod. [23:47:46] [Server thread/INFO] [STDOUT]: [com.sosnitzka.taiga.Items:register:187]: TAIGA: Skipped registration of nuggetIron which already exists. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `enderference`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `insatiable`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `magnetic`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `momentum`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `dot`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `splinter`, expected `taiga`. This could be a intended override, but in most cases indicates a broken mod. [23:47:47] [Server thread/INFO] [thermaltinkering]: Pre Init Complete [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module WOODLAND_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module ALPS_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module FLATS_WASTELAND_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module WHITE_FOREST_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module M2_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module DUNES_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module SNOW_ROCKS_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module BUSHLAND_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.Main:announceLoadedModule:119]: Zoesteria has loaded module BRUSH_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModBiomes:RegisterBiomes:205]: Zoesteria has loaded Module NEW_BIOME_MASTER_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModBiomes:RegisterBiomes:220]: Zoesteria has loaded Module GRASSLANDS_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModBiomes:RegisterBiomes:235]: Zoesteria has loaded Module M1_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModBiomes:RegisterBiomes:386]: Zoesteria Biomes has loaded module "BIOME_EXPANSIONS" [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.world.ModWorldGeneration:<clinit>:56]: Zoesteria has loaded Module ORE_CONFIG: Saltpeter:3, Sulphur:8. [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModStructures:<clinit>:97]: Zoesteria has loaded Module STRUCTURE_CONFIG [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModStructures:<clinit>:112]: Zoesteria has loaded Module STRUCTURE_CONFIG_ULURU [23:47:48] [Server thread/INFO] [STDOUT]: [valoeghese.valoeghesesbe.init.ModStructures:<clinit>:127]: Zoesteria has loaded Module STRUCTURE_CONFIG_SHIPS [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:48] [Server thread/INFO] [Chisel]: Loading blocks... [23:47:48] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [23:47:48] [Server thread/INFO] [Chisel]: Skipping feature certus as its required mod appliedenergistics2 was missing. [23:47:48] [Server thread/INFO] [Chisel]: 73 Feature's blocks loaded. [23:47:48] [Server thread/INFO] [Chisel]: Loading Tile Entities... [23:47:48] [Server thread/INFO] [Chisel]: Tile Entities loaded. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `natura.netherrack_furnace`, expected `natura`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitygavestone`, expected `gravestone`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.dirtchest9000`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portal`, expected `mekanism`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tornado_siren`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tornado_siren_manual`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wind_vane`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `weather_forecast`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `weather_machine`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `weather_deflector`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `anemometer`, expected `weather2`. This could be a intended override, but in most cases indicates a broken mod. [23:47:52] [Server thread/INFO] [unlimitedchiselworks]: UCW: scanning rules [23:47:52] [Server thread/INFO] [unlimitedchiselworks]: So far, UCW found 65 block rules and 0 group rules. [23:47:52] [Server thread/INFO] [FML]: Applying holder lookups [23:47:52] [Server thread/INFO] [FML]: Holder lookups applied [23:47:53] [Server thread/INFO] [Chisel]: Loading items... [23:47:53] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [23:47:53] [Server thread/INFO] [Chisel]: Skipping feature certus as its required mod appliedenergistics2 was missing. [23:47:53] [Server thread/INFO] [Chisel]: 73 Feature's items loaded. [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.barley' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.barley_flour' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.wheat_flour' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.cotton' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.sulfur_powder' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.ghostwood_fletching' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.imp_leather' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.flame_string' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.materials.blue_dye' to list of materials [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.impmeat_raw' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.impmeat_cooked' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.raspberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.blueberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.blackberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.maloberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.blightberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.duskberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.skyberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.stingberry' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.potashapple' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.edibles.cactusjuice' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.ghostwood_mushroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.bloodwood_mushroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.darkwood_mushroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.fusewood_mushroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.vanilla_glowshroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.ghostwood_glowshroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.bloodwood_glowshroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.darkwood_glowshroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.fusewood_glowshroomstew' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.soups.berry_medley' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs.maple' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs.silverbell' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs.amaranth' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs.tiger' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs2.willow' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs2.eucalyptus' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs2.hopseed' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_logs2.sakura' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.redwood_logs.bark' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.redwood_logs.heart' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.redwood_logs.root' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling.maple' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling.silverbell' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling.amaranth' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling.tiger' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.willow' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.eucalyptus' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.hopseed' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.sakura' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.redwood_sapling.redwood' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.barley_crop' to list of cropBlocks [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.cotton_crop' to list of cropBlocks [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.overworld_seeds.barley_seeds' to list of seeds [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.overworld_seeds.cotton_seeds' to list of seeds [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'item.natura.saguaro_fruit_item' to list of edibles [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_logs.ghostwood' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_logs.darkwood' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_logs.fusewood' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_sapling.ghostwood' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_sapling.fusewood' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_sapling.darkwood' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_sapling2.bloodwood' to list of saplings [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.green' to list of shrooms [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.blue' to list of shrooms [23:47:53] [Server thread/INFO] [forestry]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.purple' to list of shrooms [23:47:53] [Server thread/WARN] [forestry]: Missing block: sandstone [23:47:53] [Server thread/INFO] [FML]: Applying holder lookups [23:47:53] [Server thread/INFO] [FML]: Holder lookups applied [23:47:54] [Server thread/INFO] [FML]: Applying holder lookups [23:47:54] [Server thread/INFO] [FML]: Holder lookups applied [23:47:54] [Server thread/INFO] [FML]: Applying holder lookups [23:47:54] [Server thread/INFO] [FML]: Holder lookups applied [23:47:54] [Server thread/INFO] [FML]: Injecting itemstacks [23:47:54] [Server thread/INFO] [FML]: Itemstack injection complete [23:47:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties [23:47:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL [23:47:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair [23:47:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565 [23:47:54] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type [23:47:54] [Server thread/INFO] [railcraft]: Fluid ingredient factory loaded [23:47:54] [Server thread/INFO] [railcraft]: Remaining item shaped recipe factory loaded [23:47:54] [Server thread/INFO] [railcraft]: Remaining item shaped recipe factory loaded [23:47:54] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_172] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] [23:47:54] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_172] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] [23:47:55] [Server thread/INFO] [Chisel]: Loading recipes... [23:47:55] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [23:47:55] [Server thread/INFO] [Chisel]: Skipping feature certus as its required mod appliedenergistics2 was missing. [23:47:55] [Server thread/INFO] [Chisel]: 73 Feature's recipes loaded. [23:47:55] [Server thread/INFO] [THAUMCRAFT]: Checking for mod & oredict compatibilities [23:47:55] [Server thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist. [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `slime`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/INFO] [immersiveposts]: Registering Recipes. [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/WARN] [FML]: Unable to find recipe for minecraft:rabbit_stew [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod. [23:47:56] [Server thread/WARN] [FML]: Unable to find recipe for minecraft:baked_potato [23:47:58] [Server thread/INFO] [FML]: Applying holder lookups [23:47:58] [Server thread/INFO] [FML]: Holder lookups applied [23:47:58] [Server thread/INFO] [cd4017be_lib]: OpenComputers API not available! [23:47:58] [Server thread/INFO] [cd4017be_lib]: skipped core.INIT [23:47:59] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_172] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_172] at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_172] at java.lang.Class.newInstance(Class.java:412) ~[?:1.8.0_172] at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) ~[TeBlock.class:?] at ic2.core.IC2.init(IC2.java:335) ~[IC2.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[craftbukkit.jar:?] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[craftbukkit.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[craftbukkit.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172] at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_172] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_172] at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_172] at java.lang.Class.newInstance(Class.java:412) ~[?:1.8.0_172] at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) ~[TeBlock.class:?] at ic2.core.IC2.init(IC2.java:335) ~[IC2.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[craftbukkit.jar:?] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[craftbukkit.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[craftbukkit.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_172] Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@65fd6708 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[craftbukkit.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172] at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_172] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_172] at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_172] at java.lang.Class.newInstance(Class.java:412) ~[?:1.8.0_172] at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) ~[TeBlock.class:?] at ic2.core.IC2.init(IC2.java:335) ~[IC2.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[craftbukkit.jar:?] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[craftbukkit.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[craftbukkit.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_172] Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[craftbukkit.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[craftbukkit.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172] at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_172] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_172] at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_172] at java.lang.Class.newInstance(Class.java:412) ~[?:1.8.0_172] at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) ~[TeBlock.class:?] at ic2.core.IC2.init(IC2.java:335) ~[IC2.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[craftbukkit.jar:?] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[craftbukkit.jar:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[craftbukkit.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_172] [23:47:59] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/server9195/game/./crash-reports/crash-2020-04-02_23.47.59-server.txt [23:47:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server [23:47:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds [23:47:59] [Server thread/INFO] [mcjtylib_ng]: Cleaning up all world data: 0 data blobs [23:47:59] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded. [23:47:59] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server [23:47:59] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds |
|
У меня с последней версией индастриала такая же проблема, попробуй поставить версию 158, с ней отлично всё работает |
|
Придется откатиться. Но решать проблему надо в любом случае. Надеюсь, разработчик занимается этим. |
|
Having same issue. Client loads up, no trouble with a new world. Existing server with existing world results in the same crash report as attached above. I have attached ours here. crash-server.txt (59,142 bytes)
Ubuntu Pastebin Paste from mcservers at Fri, 3 Apr 2020 23:25:45 +0000 Download as text 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 ---- Minecraft Crash Report ---- // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] Time: 2020-04-03 19:16:56 EDT Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) at java.lang.Class.getConstructor0(Class.java:3075) at java.lang.Class.newInstance(Class.java:412) at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464) at ic2.core.IC2.init(IC2.java:335) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:219) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:419) at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ... 41 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@5cb5bb88 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 43 more Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 45 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.15.0-76-generic Java Version: 1.8.0_242, Private Build Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build Memory: 1220470984 bytes (1163 MB) / 5724700672 bytes (5459 MB) up to 11453595648 bytes (10923 MB) JVM Flags: 1 total; -Xmx12G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2847 219 mods loaded, 219 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 | |:----- |:------------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- | | LCHI | minecraft | 1.12.2 | minecraft.jar | None | | LCHI | mcp | 9.42 | minecraft.jar | None | | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None | | LCHI | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None | | LCHI | creativecoredummy | 1.0.0 | minecraft.jar | None | | LCHI | incorporeal_core | 1.1.0 | minecraft.jar | None | | LCHI | littletilescore | 1.0.0 | minecraft.jar | None | | LCHI | smoothfontcore | mc1.12.2-2.1.1 | minecraft.jar | None | | LCHI | openmodscore | 0.12.2 | minecraft.jar | None | | LCHI | foamfixcore | 7.7.4 | minecraft.jar | None | | LCHI | opencomputers|core | 1.7.5.192 | minecraft.jar | None | | LCHI | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCHI | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | LCHI | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHI | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHI | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCHI | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 | | LCHI | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 | | LCHI | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None | | LCHI | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None | | LCHI | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | | LCHI | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.5.jar | None | | LCHI | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None | | LCHI | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | | LCHI | modtweaker | 4.0.18 | modtweaker-4.0.18.jar | None | | LCHI | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None | | LCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | LCHI | ebwizardry | 4.2.10 | ElectroblobsWizardry-4.2.10-MC1.12.2.jar | None | | LCHI | arcane_essentials | 1.0 | Arcane Essentials-0.9.2.jar | None | | LCHI | gbook_snapshot | 2.9.1.s5 | Guidebook-1.12.2-2.9.1.s5.jar | None | | LCHI | arcanearchives | 0.2.0.17 | arcanearchives-0.2.0.17.jar | None | | LCHI | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None | | LCHI | aroma1997core | 2.0.0.2.b167 | Aroma1997Core-1.12.2-2.0.0.2.b167.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | | LCHI | aroma1997sdimension | 2.0.0.2.b96 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | | LCHI | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.22.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | LCHI | cd4017be_lib | 6.4.17 | CD4017BE_lib-1.12.2-6.4.17.1.jar | None | | LCHI | circuits | 6.1.6 | AutomatedRedstone-1.12.2-6.1.6.jar | None | | LCHI | autonetworklib | 1.0.38 | autonetworklib-1.12.2-1.0.38.jar | None | | LCHI | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None | | LCHI | quark | r1.6-178 | Quark-r1.6-178.jar | None | | LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None | | LCHI | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None | | LCHI | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None | | LCHI | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCHI | buildcraftlib | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHI | buildcraftcore | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHI | buildcraftenergy | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCHE | ic2 | 2.8.196-ex112 | industrialcraft-2-2.8.196-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCH | forestry | 5.8.2.418 | forestry_1.12.2-5.8.2.418.jar | None | | LCH | binniecore | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | binniedesign | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | genetics | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | botany | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | extrabees | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | extratrees | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | LCH | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None | | LCH | bloodarsenal | 1.12.2-2.2.2-31 | BloodArsenal-1.12.2-2.2.2-31.jar | None | | LCH | botania | r1.10-363 | Botania r1.10-363.jar | None | | LCH | bowinfinityfix | rv5.1 | BowInfinityFix-1.12.2-rv5.1.jar | None | | LCH | buildcraftbuilders | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | buildcrafttransport | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | buildcraftsilicon | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None | | LCH | buildcraftcompat | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | buildcraftfactory | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | buildcraftrobotics | 7.99.24.6 | buildcraft-all-7.99.24.6.jar | None | | LCH | buildinggadgets | 2.8.2 | BuildingGadgets-2.8.2.jar | None | | LCH | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None | | LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | LCH | roots | 1.12.2-3.0.26 | Roots-1.12.2-3.0.26.jar | None | | LCH | mysticalworld | 1.12.2-1.8.2 | mysticalworld-1.12.2-1.8.2.jar | None | | LCH | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | LCH | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LCH | cyclopscore | 1.6.1 | CyclopsCore-1.12.2-1.6.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | commoncapabilities | 2.4.5 | CommonCapabilities-1.12.2-2.4.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | | LCH | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None | | LCH | craftingcraft | 6.1.3 | CraftingCraft_1.12-6.1.3.jar | None | | LCH | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None | | LCH | creativecore | 1.10.0 | CreativeCore_v1.10.9_mc1.12.2.jar | None | | LCH | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | LCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | LCH | danknull | 1.7.90 | DankNull-1.12.2-1.7.90.jar | None | | LCH | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None | | LCH | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None | | LCH | diethopper | 1.1 | diethopper-1.1.jar | None | | LCH | divinefavor | 1.0.751 | divinefavor-1.0.751.jar | None | | LCH | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None | | LCH | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None | | LCH | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None | | LCH | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | ftblib | 5.4.7.0 | FTBLib-5.4.7.0.jar | None | | LCH | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None | | LCH | endertanks | 1.6.8 | endertanks-1.12.0-1.6.8.jar | None | | LCH | engineersdecor | 1.0.19 | engineersdecor-1.12.2-1.0.19.jar | ed58ed655893ced6280650866985abcae2bf7559 | | LCH | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LCH | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None | | LCH | erebus | 1.0.31 | Erebus-1.0.31.jar | None | | LCH | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None | | LCH | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None | | LCH | extra_spells | 1.1.4 | ExtraSpells-1.12.2-1.1.4.jar | None | | LCH | ffs | 1.12.2-2.2.5 | Fancy Fluid Storage-1.12.2-2.2.5.jar | None | | LCH | farseek | 2.5 | Farseek-1.12-2.5.jar | None | | LCH | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | | LCH | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LCH | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | | LCH | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None | | LCH | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None | | LCH | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LCH | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCH | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCH | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None | | LCH | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None | | LCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None | | LCH | gravisuite | 3.1.1 | Gravitation Suite-3.1.1.jar | None | | LCH | gunpowderlib | 1.12.2-1.0 | GunpowderLib-1.12.2-1.0.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LCH | hammercore | 2.0.6.14 | HammerLib-1.12.2-2.0.6.14.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 | | LCH | ic2_extra_fuels | 1.1 | ic2-extra-fuels-1.1-all.jar | None | | LCH | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCH | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None | | LCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | LCH | immersiveposts | 0.1.5 | ImmersivePosts-0.1.5.jar | 0ba8738eadcf158e7fe1452255a73a022fb15feb | | LCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | LCH | incorporeal | 1.2.4 | incorporeal-1.2.4.jar | None | | LCH | teslacorelib | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | | LCH | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None | | LCH | integrateddynamics | 1.1.2 | IntegratedDynamics-1.12.2-1.1.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | integratedcrafting | 1.0.8 | IntegratedCrafting-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.2.jar | None | | LCH | integratedterminals | 1.0.13 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | integratedterminalscompat | 1.0.0 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | integratedtunnels | 1.6.10 | IntegratedTunnels-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.10.jar | None | | LCH | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | | LCH | rftools | 7.73 | rftools-1.12-7.73.jar | None | | LCH | rustic | 1.1.2 | rustic-1.1.2.jar | None | | LCH | integrationforegoing | 1.12.2-1.10 | IntegrationForegoing-1.12.2-1.10.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LCH | inventorytweaks | 1.64+dev.150.7168e7a | InventoryTweaks-1.64+dev.150.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LCH | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LCH | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None | | LCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | LCH | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None | | LCH | jeid | 1.0.3-54 | JustEnoughIDs-1.0.3-54.jar | None | | LCH | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None | | LCH | libraryex | 1.1.1 | LibraryEx-1.12.2-1.1.1.jar | None | | LCH | literalascension | 1.12.2-1.0.2.2 | literalascension-1.12.2-2.0.0.0.jar | None | | LCH | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar | None | | LCH | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | LCH | logisticspipes | 0.10.2.216 | logisticspipes-0.10.2.216.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 | | LCH | psi | r1.1-77 | Psi-r1.1-77.jar | None | | LCH | magipsi | 1.3 | MagicalPsi-1.3.2.jar | None | | LCH | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | LCH | magneticraft | 2.7.0 | Magneticraft_1.12-2.8.2-dev.jar | None | | LCH | minicoal | 1.0 | minicoal-1.12.2-1.0.jar | None | | LCH | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None | | LCH | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None | | LCH | netherex | 2.1.1 | NetherEx-1.12.2-2.1.1.jar | None | | LCH | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | LCH | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None | | LCH | notenoughroofs | 0.8.0.1 | notenoughroofs-1.12.2-0.8.0.1.jar | None | | LCH | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LCH | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LCH | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None | | LCH | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | | LCH | pneumaticcraft | 1.12.2-0.11.12-392 | pneumaticcraft-repressurized-1.12.2-0.11.12-392.jar | None | | LCH | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCH | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None | | LCH | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None | | LCH | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCH | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCH | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None | | LCH | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None | | LCH | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCH | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None | | LCH | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None | | LCH | reborncore | 3.19.2.522 | RebornCore-1.12.2-3.19.2.522-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | LCH | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None | | LCH | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None | | LCH | rusticthaumaturgy | 4.4a | Rustic Thaumaturgy-4.4a.jar | None | | LCH | t3s4ebw | 1.0 | SeedsForWizardry 1.0 For MC Forge 1.12.2.jar | None | | LCH | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None | | LCH | simpleportals | 1.12.2-1.5.1.1 | simpleportals-1.12.2-1.5.1.1.jar | None | | LCH | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None | | LCH | storagedrawers | 1.12.2-5.4.1 | StorageDrawers-1.12.2-5.4.1.jar | None | | LCH | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None | | LCH | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | thaumadditions | 12.4.1 | ThaumicAdditions-1.12.2-12.4.1.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 | | LCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | LCH | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | LCH | thaumicwonders | 1.8.2 | thaumicwonders-1.8.2.jar | None | | LCH | tickprofiler | 1.12-0.0.10 | TickProfiler-1.12-0.0.10.jar | None | | LCH | toolbelt | 1.9.12 | ToolBelt-1.12.2-1.9.12.jar | None | | LCH | torchmaster | 1.8.1.81 | torchmaster_1.12.2-1.8.1.81.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 | | LCH | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None | | LCH | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None | | LCH | 113_water_mechanics | 1.0.2 | WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | None | | LCH | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 | | LCH | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None | | LCH | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None | | LCH | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d | | LCH | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 | | LCH | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None | | LCH | mysticallib | 1.12.2-1.7.0 | mysticallib-1.12.2-1.7.0.jar | None | | LCH | teslacorelib_registries | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | None | | LCH | unidict | 1.12.2-2.9.6 | UniDict-1.12.2-2.9.6.jar | None | Loaded coremods (and transformers): LogisticsPipesCoreLoader (logisticspipes-0.10.2.216.jar) logisticspipes.asm.LogisticsClassTransformer LibLoader (# LibLoader.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar) li.cil.oc.common.asm.ClassTransformer AstralCore (astralsorcery-1.12.2-1.10.22.jar) CoreMod (TickProfiler-1.12-0.0.10.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer Quark Plugin (Quark-r1.6-178.jar) vazkii.quark.base.asm.ClassTransformer PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar) FarseekCoreMod (Farseek-1.12-2.5.jar) farseek.core.FarseekClassTransformer ForgelinPlugin (Forgelin-1.8.4.jar) AALoadingPlugin (arcanearchives-0.2.0.17.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) openmods.core.OpenModsClassTransformer HCASM (HammerLib-1.12.2-2.0.6.14.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) shadows.ApotheosisTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-54.jar) org.dimdev.jeid.JEIDTransformer CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar) bre.smoothfont.asm.Transformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer LittlePatchingLoader (LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar) com.creativemd.littletiles.LittleTilesTransformer Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer Incorporeal Tweaker (incorporeal-1.2.4.jar) quaternary.incorporeal.spookyasm.IncorporealTransformer Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar) invtweaks.forge.asm.ContainerTransformer CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.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] AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 HammerCore Debug Information: Dependent Mods: -Thaumic Additions: Reconstructed (thaumadditions) @12.4.1 List of loaded APIs: * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar * AetherAPI (v1.0.0) from aether_legacy-1.12.2-v1.4.4.jar * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar * BotaniaAPI (93) from Botania r1.10-363.jar * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.6.jar * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.6.jar * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.6.jar * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.6.jar * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.6.jar * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.6.jar * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.6.jar * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.6.jar * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.6.jar * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.6.jar * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.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.3.27-universal.jar * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.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 * EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.418.jar * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.418.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-92.jar * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar * incorporeal-api (3) from incorporeal-1.2.4.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.2.jar * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar * MagneticraftAPI (1.0.0) from Magneticraft_1.12-2.8.2-dev.jar * Model-Loader (1.1.0) from modelloader-1.1.7.jar * Model-Loader-Vectors (1.0.0) from modelloader-1.1.7.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-20.jar * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.12-392.jar * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar * PsiAPI (15) from Psi-r1.1-77.jar * QuarkAPI (4) from Quark-r1.6-178.jar * reborncoreAPI (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar * reborncoreAPI|Power (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar * reborncoreAPI|Recipe (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar * reborncoreAPI|Tile (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar * rtgapi (1.0.0) from RTG-1.12.2-6.1.0.0-snapshot.1.jar * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar * team_reborn|Praescriptum (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar [Psi] Active spell: None RebornCore: Plugin Engine: 0 RebornCore Version: 3.19.2.522 Runtime Debofucsation 1 Suspected Mods: IndustrialCraft 2 (ic2) Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) Download as text |
|
Пока мододел решает проблему, откатил мод к крайней релизной версии (industrialcraft-2-2.8.170-ex112.jar), которая работает и на клиенте и на сервере без проблем. Ждем устранения ошибки для последующего обновления. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-02 21:01 | SeagalKru | New Issue | |
2020-04-02 21:01 | SeagalKru | File Added: crash-2020-04-02_23.47.59-server.txt | |
2020-04-02 21:01 | SeagalKru | File Added: latest.log | |
2020-04-02 21:01 | SeagalKru | File Added: debug.log | |
2020-04-03 06:16 | Sirius_White | Note Added: 0006200 | |
2020-04-03 19:40 | SeagalKru | Note Added: 0006201 | |
2020-04-03 23:26 | slidingmike | File Added: crash-server.txt | |
2020-04-03 23:26 | slidingmike | Note Added: 0006202 | |
2020-04-04 17:16 | SeagalKru | Note Added: 0006203 | |
2020-04-08 11:42 | Chocohead | Relationship added | duplicate of 0002651 |
2020-04-08 11:44 | Chocohead | Status | new => closed |
2020-04-08 11:44 | Chocohead | Resolution | open => duplicate |