Jump to content

blackknight167

Members
  • Posts

    3
  • Joined

  • Last visited

blackknight167's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. nvm it does the glitch for any server that I start up. but oddly enough it has the ores in single player
  2. so I made a tekkit server that runs fine, it has no issues loading all the items from the mods when creating a NEW world upon launch. I then deleted the whole world folder that it had made and replaced it with another that was on single player. I did ensure that the server will run this folder instead of making a new one by going into the server.properties using notepad ++ and (also a gr8 program for editing files check it out) changed the lv name to the one which the procreated world was called. The world loaded in fine, it got my player location right and my structures where still whole. the only issue that I have is that It will not load the copper and tin from 2 mods. the forestry of Minecraft copper is still present btw. I think that the missing copper and tin is coming from Buildcraft and another that I cannot remember. The fallowing text is from the server console. [20:00:09] [Server thread/INFO] [Waila]: Success in registering PowerConverters3 [20:00:09] [Server thread/INFO] [NetherOres]: Load Complete. [20:00:09] [Server thread/INFO] [RedstoneArsenal]: Load Complete. [20:00:09] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 74 mods [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerImplementationAPI:reload:597]: Already loaded a script before [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading projecte_default.zs [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading intermod [20:00:09] [Server thread/INFO]: Preparing level "survival" [20:00:09] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod defaultkeys which appears to be missing, things may not work well [20:00:09] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MouseTweaks which appears to be missing, things may not work well [20:00:09] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:tinOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:copperOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:copperOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:tinOre [20:00:09] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway [20:00:09] [Server thread/ERROR] [FML]: Unidentified block: IC2:tinOre, id 227 [20:00:09] [Server thread/ERROR] [FML]: Unidentified block: IC2:copperOre, id 228 [20:00:09] [Server thread/ERROR] [FML]: Unidentified item: IC2:copperOre, id 228 [20:00:09] [Server thread/ERROR] [FML]: Unidentified item: IC2:tinOre, id 227 [20:00:09] [Server thread/WARN] [FML]: Forge Mod Loader detected missing blocks/items. There are 4 missing blocks and items in this save. If you continue the missing blocks/items will get removed. A world backup will be automatically created in your saves directory. Missing Blocks/Items: IC2:tinOre IC2:copperOre IC2:copperOre IC2:tinOre I sill have a backup save so I can replicate this multiple times. Thinking over this would it be possible to input the items info directly into a folder (where are the folders with the info, I cant find them, and I am using %appdata% to access the .tekkit folder). Anyways I would like some input from the community. Thanks for your time. here is a full copy of my server console. some areas have gotten the cia black tape on them which is represented by a *. C:\Users\****\Desktop\tekkit server>java -Xmx2G -Xms1G -XX:MaxPermSize=128m -jar "TekkitLegends.jar" nogui Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 [19:59:38] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [19:59:38] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [19:59:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker [19:59:39] [main/INFO] [FML]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading [19:59:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131 [19:59:40] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:40] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:40] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:40] [main/WARN] [FML]: The coremod mods.immibis.core.ICCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:40] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:41] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:41] [main/WARN] [FML]: The coremod net.technicpack.mcdiscord.coremod.DiscordCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:41] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:59:41] [main/INFO] [PowerConverters]: Adding PowerConverters to Transformer Exclusions list. [19:59:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [19:59:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [19:59:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [19:59:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [19:59:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [19:59:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [19:59:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [19:59:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [19:59:44] [Server thread/INFO]: Starting minecraft server version 1.7.10 [19:59:44] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [19:59:44] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1492 Initialized [19:59:44] [Server thread/INFO] [FML]: Replaced 183 ore recipies [19:59:44] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [19:59:45] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [19:59:45] [Server thread/INFO] [FML]: Searching C:\Users\chanc\Desktop\tekkit server\mods for mods [19:59:45] [Server thread/INFO] [FML]: Also searching C:\Users\*****\Desktop\tekkit server\mods\1.7.10 for mods [19:59:45] [Server thread/WARN] [bluepower]: Mod bluepower is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.2.962 [19:59:46] [Server thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19 [19:59:46] [Server thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37 [19:59:47] [Server thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.344 [19:59:47] [Server thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.344 [19:59:47] [Server thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.344 [19:59:48] [Server thread/WARN] [powersuits]: Mod powersuits is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.0.293 [19:59:48] [Server thread/WARN] [neiintegration]: Mod neiintegration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.12 [19:59:48] [Server thread/WARN] [numina]: Mod numina is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.0.131 [19:59:48] [Server thread/INFO] [planetguyLib]: Mod planetguyLib is missing the required element 'name'. Substituting planetguyLib [19:59:48] [Server thread/WARN] [qmunitylib]: Mod qmunitylib is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [19:59:49] [Server thread/INFO] [FML]: Forge Mod Loader has identified 74 mods to load [19:59:49] [Server thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package ic2.api.tile (owned by IC2) without associated API reference [19:59:49] [Server thread/INFO] [FML]: Found mod(s) [powersuits] containing declared API package ic2.api.item (owned by IC2) without associated API reference [19:59:49] [Server thread/INFO] [FML]: FML has found a non-mod file mcdiscord-2.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. [19:59:49] [Server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.136-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [19:59:50] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, mcdiscord, Treecapitator, additionalpipes, aobd, asielib, bdlib, BigReactors, bluepower, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CarpentersBlocks, ChickenChunks, CoFHCore, ComputerCraft, ComputerCraftEdu, computronics, EnderStorage, eng_toolbox, Forestry, ForgeMicroblock, ForgeMultipart, McMultipart, gendustry, IC2, IC2-Classic-Spmod, IC2NuclearControl, ImmibisCore, ImmibisPeripherals, inventorytweaks, IronChest, itlt, JABBA, LogisticsPipes, MapWriter, MineTweaker3, modtweaker2, powersuits, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, numina, OCS, planetguyLib, PowerConverters3, ProjectE, qmunitylib, quiverchevsky, Railcraft, RedstoneArsenal, JAKJ_RedstoneInMotion, SolarFlux, Tubestuff, Waila, WailaHarvestability, zettaindustries, bspkrsCore] at CLIENT [19:59:50] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, mcdiscord, Treecapitator, additionalpipes, aobd, asielib, bdlib, BigReactors, bluepower, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CarpentersBlocks, ChickenChunks, CoFHCore, ComputerCraft, ComputerCraftEdu, computronics, EnderStorage, eng_toolbox, Forestry, ForgeMicroblock, ForgeMultipart, McMultipart, gendustry, IC2, IC2-Classic-Spmod, IC2NuclearControl, ImmibisCore, ImmibisPeripherals, inventorytweaks, IronChest, itlt, JABBA, LogisticsPipes, MapWriter, MineTweaker3, modtweaker2, powersuits, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, numina, OCS, planetguyLib, PowerConverters3, ProjectE, qmunitylib, quiverchevsky, Railcraft, RedstoneArsenal, JAKJ_RedstoneInMotion, SolarFlux, Tubestuff, Waila, WailaHarvestability, zettaindustries, bspkrsCore] at SERVER [19:59:51] [Server thread/ERROR] [IC2]: The mod IC2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source IC2.Classic.Version.1.1.3.5.jar, however there is no signature matching that description [19:59:51] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container [19:59:53] [Server thread/INFO] [STDOUT]: [mods.immibis.core.ImmibisCore:initPreferredEnergySystem:170]: [Immibis Core] Preferred energy system set to: redstoneFlux [19:59:54] [Server thread/INFO] [FML]: Processing ObjectHolder annotations [19:59:54] [Server thread/INFO] [FML]: Found 337 ObjectHolder annotations [19:59:54] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations [19:59:54] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations [19:59:54] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [19:59:54] [Server thread/INFO] [Treecapitator]: Loading configuration file C:\Users\chanc\Desktop\tekkit server\config\Treecapitator.cfg [19:59:55] [Server thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file. [19:59:55] [Server thread/INFO] [CoFHWorld]: Registering Default Templates. [19:59:55] [Server thread/INFO] [CoFHWorld]: Registering default generators [19:59:55] [Server thread/INFO] [CoFHWorld]: Complete [19:59:55] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.1.14 [19:59:55] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2015 [19:59:55] [Server thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com [19:59:55] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.1.4 for Minecraft 1.7.10. [19:59:55] [Server thread/INFO] [IC2]: Config loaded from C:\Users\*****\Desktop\tekkit server\.\config\IC2.cfg [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Nei SubModul [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Nei SubModul [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Crafting Guide Submodul [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Crafting Guide Submodul [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Baubles Modul [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Baubles Modul [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Tinkers Construct [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Tinkers Construct [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Not Enough Resources [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Not Enough Resources [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Thaumcraft [19:59:55] [Server thread/INFO] [IC2]: Could not Load SubModul: Thaumcraft [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: BuildCraft [19:59:55] [Server thread/INFO] [IC2]: Loaded SubModul: BuildCraft [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: Wrench [19:59:55] [Server thread/INFO] [IC2]: Loaded SubModul: Wrench [19:59:55] [Server thread/INFO] [IC2]: Try Loading SubModul: RF Plugin [19:59:55] [Server thread/INFO] [IC2]: Loaded SubModul: RF Plugin [19:59:56] [Server thread/INFO] [Forestry]: Forestry will attempt worldGen in chunks that were created before the mod was added. [19:59:56] [Server thread/INFO] [Forestry]: Module Pipes Plugin failed to load: BuildCraft|Transport not found [19:59:56] [Server thread/INFO] [Forestry]: Module AgriCraft Plugin failed to load: AgriCraft not found [19:59:56] [Server thread/INFO] [Forestry]: Module BiomesOPlenty Plugin failed to load: BiomesOPlenty not found [19:59:56] [Server thread/INFO] [Forestry]: Module Chisel Plugin failed to load: Chisel not found [19:59:56] [Server thread/INFO] [Forestry]: Module EnderIO Plugin failed to load: EnderIO not found [19:59:56] [Server thread/INFO] [Forestry]: Module ExtraUtilities Plugin failed to load: ExtraUtilities not found [19:59:56] [Server thread/INFO] [Forestry]: Module HarvestCraft Plugin failed to load: HarvestCraft not found [19:59:56] [Server thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found [19:59:56] [Server thread/INFO] [Forestry]: Module Natura Plugin failed to load: Natura not found [19:59:56] [Server thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found [19:59:56] [Server thread/INFO] [Forestry]: Module Witchery Plugin failed to load: Witchery not found [19:59:57] [Server thread/INFO] [bdlib]: bdlib 1.9.3.107 loaded [19:59:57] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib' [19:59:58] [Server thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13) [19:59:59] [Server thread/INFO] [Railcraft]: Module disabled: ModuleThaumcraft, Thaumcraft not detected [19:59:59] [Server thread/INFO] [computronics]: Multiperipheral system for ComputerCraft engaged. Hooray! [19:59:59] [Server thread/INFO] [computronics]: Multiple mods registering peripherals for the same block now won't be a problem anymore. [20:00:00] [Server thread/INFO] [gendustry]: IC2 Version: IC2 2.2.999 [20:00:00] [Server thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.13 [20:00:00] [Server thread/INFO] [gendustry]: Available Forestry species roots: [20:00:00] [Server thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper [20:00:00] [Server thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper [20:00:00] [Server thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper [20:00:00] [Server thread/INFO] [bdlib]: Loading internal config files for mod Gendustry [20:00:00] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/****/Desktop/tekkit%20server/mods/gendustry-1.6.1.126-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg [20:00:01] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/****/Desktop/tekkit%20server/mods/gendustry-1.6.1.126-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg [20:00:01] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/****/Desktop/tekkit%20server/mods/gendustry-1.6.1.126-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg [20:00:01] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/****/Desktop/tekkit%20server/mods/gendustry-1.6.1.126-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg [20:00:01] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/****/Desktop/tekkit%20server/mods/gendustry-1.6.1.126-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg [20:00:01] [Server thread/INFO] [bdlib]: Loading user config files for mod Gendustry [20:00:01] [Server thread/INFO] [bdlib]: Config loading for mod Gendustry finished [20:00:01] [Server thread/INFO] [gendustry]: Created 15 BC triggers for Forestry error codes [20:00:01] [Server thread/INFO] [bdlib]: Loaded creative tabs for gendustry [20:00:01] [Server thread/INFO] [gendustry]: Items loaded [20:00:01] [Server thread/INFO] [gendustry]: Fluids loaded [20:00:01] [Server thread/INFO] [gendustry]: Blocks loaded [20:00:02] [Server thread/INFO] [gendustry]: Machines loaded [20:00:02] [Server thread/INFO] [modtweaker2]: Starting PreInitialization for modtweaker2 [20:00:02] [Server thread/INFO] [NEIAddons|Developer]: Wrong side: SERVER, Developer Tools Addon not loading [20:00:02] [Server thread/INFO] [NEIAddons|AppEng]: Required mod appliedenergistics2 is not installed, dependent features will be unavailable [20:00:02] [Server thread/ERROR] [NEIAddons|AppEng]: Requirements unmet, Applied Energistics 2 Addon not loading [20:00:02] [Server thread/INFO] [NEIAddons|Botany]: Wrong side: SERVER, Botany Addon not loading [20:00:02] [Server thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[2.2.9.0,) required / 3.6.11.2 detected [20:00:02] [Server thread/INFO] [NEIAddons|CraftingTables]: Wrong side: SERVER, Crafting Tables Addon not loading [20:00:02] [Server thread/INFO] [NEIAddons|ExNihilo]: Wrong side: SERVER, Ex Nihilo Addon not loading [20:00:02] [Server thread/INFO] [PowerConverters]: PowerConverters PreInitialization Started. [20:00:02] [Server thread/INFO] [PowerConverters]: Update Checker is turned off. [20:00:02] [Server thread/INFO] [PowerConverters]: PowerConverters PreInitialization Finished. [20:00:02] [Server thread/INFO] [ProjectE]: Loaded configuration file. [20:00:03] [CoFHUpdater:RedstoneArsenal/INFO] [RedstoneArsenal]: An updated version of Redstone Arsenal is available: Redstone Arsenal 1.1.3 for Minecraft 1.7.10. [20:00:03] [Server thread/INFO] [SolarFlux]: Pre Initialization [20:00:03] [Server thread/INFO] [SolarFlux]: Initialization of configuration [20:00:03] [Server thread/INFO] [SolarFlux]: Registering blocks [20:00:03] [Server thread/INFO] [SolarFlux]: Registering items [20:00:03] [Server thread/INFO] [zettaindustries]: Start preInit! [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.forestrybackpacks.ForestyBackpacksMod] [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.battery.CharcoalBlockMod] [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.quarryfixer.QuarryFixer] [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.vanillautils.VanillaUtils] [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.rfpowermeter.RFMeter] [20:00:03] [Server thread/INFO] [zettaindustries]: Modification has been loaded [com.bymarcin.zettaindustries.mods.battery.Battery] [20:00:03] [Server thread/INFO] [zettaindustries]: End preInit! [20:00:03] [Server thread/INFO] [FML]: Applying holder lookups [20:00:03] [Server thread/INFO] [FML]: Holder lookups applied [20:00:03] [Server thread/INFO] [FML]: Injecting itemstacks [20:00:03] [Server thread/INFO] [FML]: Itemstack injection complete [20:00:03] [Server thread/INFO]: Loading properties [20:00:03] [Server thread/INFO]: Default game type: SURVIVAL [20:00:03] [Server thread/INFO]: Generating keypair [20:00:04] [Server thread/INFO]: Starting Minecraft server on *:25565 [20:00:04] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment [20:00:04] [Server thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore Jul 17, 2017 8:00:04 PM java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. [20:00:04] [Server thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16). [20:00:04] [Server thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator [20:00:05] [Server thread/INFO] [Additional Pipes]: Registering chunk load handler [20:00:05] [Server thread/INFO] [Additional Pipes]: Registering pipes [20:00:05] [Server thread/INFO] [Additional Pipes]: Running Teleport Manager Tests [20:00:05] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing Basic Adding and Removing [20:00:05] [Server thread/INFO] [Additional Pipes]: Reset teleport manager. [20:00:05] [Server thread/INFO] [Additional Pipes]: >> Passed! [20:00:05] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing basic getConnectedPipes() [20:00:05] [Server thread/INFO] [Additional Pipes]: Reset teleport manager. [20:00:05] [Server thread/INFO] [Additional Pipes]: >> Passed! [20:00:05] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing proper behavior of getConnectedPipes() on send-receive pipes [20:00:05] [Server thread/INFO] [Additional Pipes]: Reset teleport manager. [20:00:05] [Server thread/INFO] [Additional Pipes]: >> Passed! [20:00:05] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing a real use case for getConnectedPipes() [20:00:05] [Server thread/INFO] [Additional Pipes]: Reset teleport manager. [20:00:05] [Server thread/INFO] [Additional Pipes]: >> getConnectedPipes() returned 2 pipes [20:00:05] [Server thread/INFO] [Additional Pipes]: >> Passed! [20:00:05] [Server thread/INFO] [Additional Pipes]: Reset teleport manager. [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module BundledRedstone [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module MineTweaker3 [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module IronChest [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module Forestry [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module EnderStorage [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module Railcraft [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module Waila [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module RemainInMotion [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module BigReactors [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module ForgeMultipart [20:00:06] [Server thread/INFO] [BuildCraft]: Loading compat module CarpentersBlocks [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_naturalgas [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_propellent [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_hydrogen [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_smoke [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_toxicgas [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_neurotoxin [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_corrosivegas [20:00:06] [Server thread/INFO] [PowerConverters]: gascraft_plasma [20:00:06] [Server thread/ERROR] [bdlib]: Error while processing RsMutagen(StackItem(IC2,itemUran235,32767),9000): Item not found IC2:itemUran235 [20:00:06] [Server thread/ERROR] [bdlib]: Error while processing RsMutagen(StackItem(IC2,itemUran235small,32767),1000): Item not found IC2:itemUran235small [20:00:06] [Server thread/ERROR] [bdlib]: Error while processing RsMutagen(StackItem(IC2,itemUran238,32767),500): Item not found IC2:itemUran238 [20:00:06] [Server thread/INFO] [gendustry]: Registered 2 branches [20:00:06] [Server thread/INFO] [gendustry]: Registered 17 bees [20:00:06] [Server thread/FATAL] [IC2NuclearControl]: We know that there is a foreign reactor installed... [20:00:06] [Server thread/INFO] [modtweaker2]: Starting Initialization for modtweaker2 [20:00:06] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerImplementationAPI:reload:613]: First time loading a script, go ahead [20:00:06] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts [20:00:07] [Server thread/INFO] [NEIAddons]: Loading NEI Addons [20:00:07] [Server thread/INFO] [NEIAddons]: Loading Forestry Addon... [20:00:07] [Server thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[2.3.0.5,) required / 3.6.11.2 detected [20:00:07] [Server thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[3.5.0.0,) required / 3.6.11.2 detected [20:00:07] [Server thread/INFO] [NEIAddons]: Forestry Addon successfully loadded [20:00:07] [Server thread/INFO] [OpenCCSensors]: OpenCCSensors version 1.7.5 starting [20:00:07] [Server thread/INFO] [OpenCCSensors]: Added 41 Sensor Cards with 15 Icons [20:00:07] [Server thread/INFO] [PowerConverters]: PowerConverters Core Initialization Started. [20:00:07] [Server thread/INFO] [PowerConverters]: PowerConverters Core Initialization Finished. [20:00:07] [Server thread/INFO] [SolarFlux]: Initialization [20:00:07] [Server thread/INFO] [SolarFlux]: Registering recipes [20:00:07] [Server thread/INFO] [SolarFlux]: Registering GUI Handler [20:00:07] [CoFHUpdater:NetherOres/INFO] [NetherOres]: An updated version of Nether Ores is available: Nether Ores 2.3.1 for Minecraft 1.7.10. [20:00:07] [Server thread/INFO] [PowerConverters]: sulfurousacid [20:00:07] [Server thread/WARN] [Forestry]: Received an invalid add-farmable-sapling request farmArboreal@IC2:rubberSapling.0.IC2:item.itemHarz.0 from mod Forestry. Please contact the author and report this issue. For farm farmArboreal: id definitions did not match. [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ bluepower ] for method com.bluepowermod.compat.waila.CompatModuleWaila.callbackRegister [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ BuildCraft|Compat ] for method buildcraft.compat.waila.WailaCallback.callback [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ computronics ] for method pl.asie.computronics.integration.waila.IntegrationWaila.register [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ gendustry ] for method net.bdew.gendustry.waila.WailaHandler.loadCallback [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ IC2NuclearControl ] for method shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila.callbackRegister [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister [20:00:07] [Server thread/INFO] [Waila]: Receiving registration request from [ PowerConverters3 ] for method covers1624.powerconverters.waila.WailaModule.callBackRegister [20:00:07] [Server thread/INFO] [FML]: Injecting itemstacks [20:00:07] [Server thread/INFO] [FML]: Itemstack injection complete [20:00:07] [Server thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs... [20:00:07] [Server thread/INFO] [Treecapitator]: Registering items and trees... [20:00:07] [Server thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing. [20:00:07] [Server thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'! [20:00:07] [Server thread/INFO] [IC2]: Loaded minor compatibility modules: none [20:00:07] [Server thread/INFO] [Forestry]: Skipping CraftGuide integration. [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded BCProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded ForestryProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded IC2Proxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded CCProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded ThaumCraft DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded ThermalExpansion DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded BetterStorage DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded NEIProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded Factorization DummyProxy [20:00:07] [Server thread/INFO] [STDOUT]: [logisticspipes.asm.LogisticsPipesClassInjector:transform:48]: Checking version for mod: EnderIO [20:00:07] [Server thread/INFO] [STDOUT]: [logisticspipes.asm.LogisticsPipesClassInjector:transform:49]: Version: 1.7.10-2.3.0.409_beta [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded EnderIO DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded IronChestProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded EnderStorageProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded OpenComputers DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded ToolWrenchProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded ExtraCells DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded CoFHPowerProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded TD DummyProxy [20:00:07] [Server thread/INFO] [LogisticsPipes]: Loaded Binnie DummyProxy [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded CCLProxy [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.JABBAInventoryHandler [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.DSUInventoryHandler [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded SpecialTankHandler: logisticspipes.proxy.specialtankhandler.BuildCraftTankHandler [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded AutoWorkbench RecipeProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded AssemblyAdvancedWorkbench RecipeProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded AssemblyTable RecipeProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded RollingMachine RecipeProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded ImmibisCraftingTableMk2 RecipeProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded Forestry, Generic ProgressProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Didn't load ThermalExpansion, Generic ProgressProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Loaded IC2, Generic ProgressProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Didn't load EnderIO, Generic ProgressProvider [20:00:08] [Server thread/INFO] [LogisticsPipes]: Didn't load endercore, Generic ProgressProvider [20:00:08] [Server thread/INFO] [Additional Pipes]: Commencing morass of reflection to try and integrate with Logistics Pipes [20:00:08] [Server thread/INFO] [Additional Pipes]: Integration succeeded [20:00:08] [Server thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing. [20:00:09] [Server thread/INFO] [gendustry]: Registered 17 mutations [20:00:09] [Server thread/WARN] [IC2NuclearControl]: IC2 Classic detected: issues may occur. Especially with Speiger's terrible indent style [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: IC2 mod support [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: NEI mod support [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: MFR mod support [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: Buildcraft mod support [20:00:09] [Server thread/INFO] [modtweaker2]: Starting PostInitialization for modtweaker2 [20:00:09] [Server thread/INFO] [PowerConverters]: PowerConverters PostInitialization Started. [20:00:09] [Server thread/FATAL] [ProjectE]: Error in NBT whitelist file: no item stack found for TConstruct:pickaxe [20:00:09] [Server thread/FATAL] [ProjectE]: At line: 5 [20:00:09] [Server thread/FATAL] [ProjectE]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableingot [20:00:09] [Server thread/FATAL] [ProjectE]: At line: 6 [20:00:09] [Server thread/FATAL] [ProjectE]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableIngot [20:00:09] [Server thread/FATAL] [ProjectE]: At line: 7 [20:00:09] [Server thread/FATAL] [ProjectE]: Error in NBT whitelist file: no item stack found for Botania:specialFlower [20:00:09] [Server thread/FATAL] [ProjectE]: At line: 8 [20:00:09] [Server thread/WARN] [ProjectE]: NEI integration not loaded due to server side being detected [20:00:09] [Server thread/WARN] [zettaindustries]: Try add fluidredstoneas electrolyte, but fluid not found! [20:00:09] [Server thread/WARN] [zettaindustries]: Try add fluidenderas electrolyte, but fluid not found! [20:00:09] [Server thread/INFO] [FML]: Unknown recipe class! mods.immibis.ccperiphs.CoprocRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter [20:00:09] [Server thread/INFO] [FML]: Unknown recipe class! com.bluepowermod.recipe.RecipeNullCell Modder please refer to net.minecraftforge.oredict.RecipeSorter [20:00:09] [Server thread/INFO] [CoFHWorld]: CoFH Core found 1 World Generation files present in C:\Users\chanc\Desktop\tekkit server\config\cofh\world/. [20:00:09] [Server thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.NoSuchFieldException: storage [20:00:09] [Server thread/WARN] [Waila]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft [20:00:09] [Server thread/INFO] [Waila]: EnderStorage mod found. [20:00:09] [Server thread/INFO] [Waila]: [GraveStone] GraveStone mod not found. [20:00:09] [Server thread/INFO] [Waila]: [TwilightForestMod] TwilightForestMod mod not found. [20:00:09] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cell.TileCell [20:00:09] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.tank.TileTank [20:00:09] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.ender.TileTesseract [20:00:09] [Server thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cache.TileCache [20:00:09] [Server thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct [20:00:09] [Server thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found. [20:00:09] [Server thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found. [20:00:09] [Server thread/INFO] [Waila]: [ExtraUtilities] ExtraUtilities mod not found. [20:00:09] [Server thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found. [20:00:09] [Server thread/INFO] [Waila]: Railcraft mod found. [20:00:09] [Server thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found. [20:00:09] [Server thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found. [20:00:09] [Server thread/INFO] [Waila]: [Statues] Statues mod not found. [20:00:09] [Server thread/INFO] [Waila]: [Agriculture] Agriculture mod not found. [20:00:09] [Server thread/INFO] [Waila]: Forge Multipart found and dedicated handler registered [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect com.bluepowermod.compat.waila.CompatModuleWaila callbackRegister [20:00:09] [Server thread/INFO] [Waila]: Success in registering bluepower [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect buildcraft.compat.waila.WailaCallback callback [20:00:09] [Server thread/INFO] [Waila]: Success in registering BuildCraft|Compat [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect pl.asie.computronics.integration.waila.IntegrationWaila register [20:00:09] [Server thread/INFO] [Waila]: Success in registering computronics [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect net.bdew.gendustry.waila.WailaHandler loadCallback [20:00:09] [Server thread/INFO] [gendustry]: WAILA callback received, loading... [20:00:09] [Server thread/INFO] [Waila]: Success in registering gendustry [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila callbackRegister [20:00:09] [Server thread/INFO] [Waila]: Success in registering IC2NuclearControl [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister [20:00:09] [Server thread/INFO] [Waila]: Success in registering JABBA [20:00:09] [Server thread/INFO] [Waila]: Trying to reflect covers1624.powerconverters.waila.WailaModule callBackRegister [20:00:09] [Server thread/INFO] [Waila]: Success in registering PowerConverters3 [20:00:09] [Server thread/INFO] [NetherOres]: Load Complete. [20:00:09] [Server thread/INFO] [RedstoneArsenal]: Load Complete. [20:00:09] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 74 mods [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerImplementationAPI:reload:597]: Already loaded a script before [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading projecte_default.zs [20:00:09] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading intermod [20:00:09] [Server thread/INFO]: Preparing level "survival" [20:00:09] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod defaultkeys which appears to be missing, things may not work well [20:00:09] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MouseTweaks which appears to be missing, things may not work well [20:00:09] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:tinOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:copperOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:copperOre [20:00:09] [Server thread/INFO] [FML]: Found a missing id from the world IC2:tinOre [20:00:09] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway [20:00:09] [Server thread/ERROR] [FML]: Unidentified block: IC2:tinOre, id 227 [20:00:09] [Server thread/ERROR] [FML]: Unidentified block: IC2:copperOre, id 228 [20:00:09] [Server thread/ERROR] [FML]: Unidentified item: IC2:copperOre, id 228 [20:00:09] [Server thread/ERROR] [FML]: Unidentified item: IC2:tinOre, id 227 [20:00:09] [Server thread/WARN] [FML]: Forge Mod Loader detected missing blocks/items. There are 4 missing blocks and items in this save. If you continue the missing blocks/items will get removed. A world backup will be automatically created in your saves directory. Missing Blocks/Items: IC2:tinOre IC2:copperOre IC2:copperOre IC2:tinOre Run the command /fml confirm or or /fml cancel to proceed. Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer. /fml cancel [20:05:11] [Server thread/INFO] [FML]: cancelled [20:05:11] [Server thread/INFO] [FML]: Applying holder lookups [20:05:11] [Server thread/INFO] [FML]: Holder lookups applied [20:05:11] [Server thread/INFO] [ProjectE]: Completed server-stop actions. [20:05:11] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
×
×
  • Create New...