Jump to content

Item Scrambling across different worlds


Regina1997

Recommended Posts

From what I can gather, Forge now auto-assigns block and item ids per world, as opposed to consulting config files like it used to. This unfortunately has a strange side effect for a person like me who uses data across multiple worlds(I clone Noppes' Custom NPCs across all of my worlds, and store custom-made items in my NEI Save for use in other worlds): This data is no longer compatible across different worlds. If I try to load this kind of data in a different world, it ends up scrambled: What becomes a mighty sword in World A is now a piece of toast in World B.

 

I noticed this with previous builds of Forge 1.7.10, and it was particularly egregious at the time: Any time a new world is created, it used a different ID map, and any time I installed mods that add new content, it messed up the existing ID maps for currently existing worlds. (My memory is hazy at this point, but that it was what I remember; this kind of bug is particularly hard to troubleshoot and analyze, since it requires me booting Minecraft and observing behavior a mind-numbing number of times.)

 

But luckily, updating to build 1231, like Noppes told me to, partially fixed the problem. Now, new ID maps are created when I install new mods AND create new worlds, and not when I did either, like in previous builds. For example, I'll install mod set A, and create Worlds A and B. Worlds A and B are using ID Map 1(That's apparently what NEI calls them). Now I'll install mod set B, and load Worlds A and B. Worlds A and B still use ID Map 1, and as such, I can transfer structures, inventories, and CustomNPCs across these two worlds... but NOW, when I create world C, Minecraft creates a new ID Map, and as such, the content created in worlds A and B cannot be imported to world C, or else the items/blocks are scrambled.

(My issue seems to be similar to http://www.minecraftforge.net/forum/index.php/topic,24418.0.html)

 

In theory, this should not really be a problem for most people, since what happens in a world tends to stay in a world. After all, why would it matter if the IDs are different in two different worlds? For a normal modded user, as long as items still retain their identity when the world is loaded, everything is fine.(This is arguably a great strength of the new 1.7.10 system; changing Block/item ids manually no longer ruins existing worlds) But for some people like me, who import Items and structures across multiple worlds, it gets annoying when your Assault Rifle becomes a twig.

I faintly remember someone saying that modders and plugin makers shouldn't be using the antiquated Item/Block ID system anymore, and should be using Paths(I.E. Instead of 116, use minecraft:enchanting_table instead.). Common sense dictates that if mods/plugins that saved data saved them as paths, my problem wouldn't be a problem anymore; "Thaumcraft.Wand.Excavation" may be ID# 4321 in worlds A and B, but it's ID# 5428 in worlds C and D... but "Thaumcraft.Wand.Excavation" is "Thaumcraft.Wand.Excavation" regardless of whether its world A, B, C, or D.

 

I suggested this to Noppes, but he replied...

Items wouldnt even be appearing if you dont register them with what you call a path. Clones just call the generic Itemstack.save function so I have no clue what your problem is. Nothing that can be done from my end anyway.

 

I'm ultimately grasping at straws here, though. Is this a side-effect of Forge's 1.7.10 system? Should Modders start using paths instead of ID's? Is this a bug or a feature? Or perhaps its all just a bug in my particular installation? I'd really just like to start importing my crap between worlds. I don't care in what method this gets resolved.

 

FML Log File(I assume this is it)

 

[00:26:17] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[00:26:17] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[00:26:17] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[00:26:17] [main/INFO]: Forge Mod Loader version 7.10.85.1231 for Minecraft 1.7.10 loading
[00:26:17] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[00:26:17] [main/WARN]: The coremod com.wirsbo.main.FMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:17] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod squeek.spiceoflife.asm.ASMPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[00:26:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:26:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[00:26:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:26:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[00:26:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[00:26:20] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Loaded library ejml-0.23.jar.
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[00:26:20] [main/ERROR]: A critical problem occurred registering the ASM transformer class com.wirsbo.WClassTransformer
java.lang.ClassNotFoundException: com.wirsbo.WClassTransformer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_65]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32) [modpack.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
... 6 more
[00:26:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[00:26:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[00:26:21] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[00:26:22] [main/INFO]: Setting user: regina1997
[00:26:24] [main/INFO]: [net.minecraft.client.main.Main:main:144]: Completely ignored arguments: [--icon, C:\Users\Saito Yui\AppData\Roaming\.technic\assets/packs/vanilla/icon.png, --title, Vanilla]
[00:26:24] [Client thread/INFO]: LWJGL Version: 2.9.1
[00:26:25] [Client thread/INFO]: Attempting early MinecraftForge initialization
[00:26:25] [Client thread/INFO]: MinecraftForge v10.13.2.1231 Initialized
[00:26:25] [Client thread/INFO]: Replaced 182 ore recipies
[00:26:25] [Client thread/INFO]: Completed early MinecraftForge initialization
[00:26:25] [Client thread/INFO]: Searching C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\mods for mods
[00:26:25] [Client thread/INFO]: Also searching C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\mods\1.7.10 for mods
[00:26:28] [Client thread/WARN]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.0
[00:26:28] [Client thread/ERROR]: The mcmod.info file in ATG-1.7.2-0.10.0.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 5
at com.google.gson.internal.Streams.parse(Streams.java:56) ~[streams.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:127) [ModDiscoverer.class:?]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:347) [Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:468) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 5
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:658) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.Streams.parse(Streams.java:44) ~[streams.class:?]
... 19 more
[00:26:28] [Client thread/INFO]: Attempting to reparse the mod container BigTrees-172-forge1024.jar
[00:26:29] [Client thread/WARN]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Compatibility is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:29] [Client thread/WARN]: Mod ProjRed|Exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.8.47
[00:26:30] [Client thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.300
[00:26:30] [Client thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.300
[00:26:30] [Client thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.300
[00:26:30] [Client thread/INFO]: Forge Mod Loader has identified 53 mods to load
[00:26:30] [Client thread/INFO]: Found mod(s) [technom] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[00:26:30] [Client thread/INFO]: FML has found a non-mod file okutils-1.7.2-v1.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.
[00:26:30] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.101-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.
[00:26:30] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, technom, furnace3d, DamageIndicatorsMod, Artifacts, ATG, BackTools, battlemusic, betterrain, BiblioCraft, bigtrees, BiomesOPlenty, CoroAI, ExtendedRenderer, ConfigMod, customnpcs, enviromine, flansmod, helpfulvillagers, iChunUtil, IC2, MobAmputation, MobDismemberment, musiccraft, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, radixcore, Railcraft, RopesPlus, SGCraft, SpiceOfLife, StorageDrawers, Thaumcraft, TwilightForest, Waila, weaponmod, weather2, YALSM, ZAMod, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
[00:26:30] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, technom, furnace3d, DamageIndicatorsMod, Artifacts, ATG, BackTools, battlemusic, betterrain, BiblioCraft, bigtrees, BiomesOPlenty, CoroAI, ExtendedRenderer, ConfigMod, customnpcs, enviromine, flansmod, helpfulvillagers, iChunUtil, IC2, MobAmputation, MobDismemberment, musiccraft, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, radixcore, Railcraft, RopesPlus, SGCraft, SpiceOfLife, StorageDrawers, Thaumcraft, TwilightForest, Waila, weaponmod, weather2, YALSM, ZAMod, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
[00:26:31] [Client thread/INFO]: [okushama.okutils.sound.Stream:<init>:17]: Stream Created: battlemusic - main
[00:26:36] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Technomancy, FMLFileResourcePack:Furnace 3D, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Alternate Terrain Generation, FMLFileResourcePack:BackTools, FMLFileResourcePack:Battle Music, FMLFileResourcePack:Better Rain, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BigTrees, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:CoroAI, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:Helpful Villagers, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:MobAmputation, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:MusicCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Ropes+, FMLFileResourcePack:Greg's SG Craft, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:weather2, FMLFileResourcePack:Yet Another Leather Smelting Mod, FMLFileResourcePack:Zombie Awareness, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin
[00:26:36] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[00:26:36] [Client thread/INFO]: Processing ObjectHolder annotations
[00:26:36] [Client thread/INFO]: Found 341 ObjectHolder annotations
[00:26:36] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[00:26:38] [Client thread/INFO]: [com.draco18s.artifacts.factory.FactoryItemIcons:<init>:31]: Instancing default icon list
[00:26:39] [Client thread/INFO]: [karob.bigtrees.KGetOptions:setFile:35]: Loading BigTrees options file 'C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\bigtrees\kbigtrees.txt'.
[00:26:39] [Client thread/INFO]: [karob.bigtrees.KGetOptions:setFile:37]: Picking cherries.
[00:26:39] [Client thread/INFO]: [biomesOPlenty] Extending Potions Array.
[00:26:42] [Client thread/INFO]: [noppes.npcs.controllers.ScriptController:<init>:59]: Script Engings Available:
[00:26:42] [Client thread/INFO]: [noppes.npcs.controllers.ScriptController:<init>:65]: Scala: .scala
[00:26:42] [Client thread/INFO]: [noppes.npcs.controllers.ScriptController:<init>:65]: ECMAScript: .js
[00:26:42] [Client thread/INFO]: Loading configs...
[00:26:42] [Client thread/INFO]: Loading Default Config: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\Defaults.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\Defaults.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\EnviroArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemAmethystArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorAdvBatpack.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorBatpack.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorCFPack.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorEnergypack.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorHazmat.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorIC2.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorJetpack.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorJetpackElectric.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorNanoSuit.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorNightvisionGoggles.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorQuantumSuit.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorSolarHelmet.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArmorStaticBoots.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemArtifactArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemBootsTraveller.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemCrown.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemDecorativeCrown.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemFlippers.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemFlowerBand.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemFortressArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemGoggles.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemHeirCrown.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemHoverHarness.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemKingsBoots.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemKingsCoat.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemKingsPants.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemMuddyArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemNewArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemNpcArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemNpcArmorColorable.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemOveralls.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemReadingGlasses.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemRobeArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemSkirt.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemSteelArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTeamArmour.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFArcticArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFFieryArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFIronwoodArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFKnightlyArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFNagaArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFPhantomArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFSteeleafArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemTFYetiArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemThaumiumArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemVoidArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemVoidRobeArmor.cfg
[00:26:42] [Client thread/INFO]: Loading Config File: C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla\config\enviromine\CustomProperties\ItemWadingBoots.cfg
[00:26:42] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Preinitialising Flan's mod.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded content pack : disabled
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded content pack : Modern Warfare-Content Pack-1.7.10-4.7.0.jar
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded content pack : Simple Parts-Content Pack-1.7.10-4.7.0.jar
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded textures and models.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded part.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded bullet.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded attachment.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Failed to load model : at4 (mw.AT4)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.ClientProxy.loadModel(ClientProxy.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.guns.GunType.read(GunType.java:295)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.types.InfoType.read(InfoType.java:56)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:434)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.preInit(FlansMod.java:190)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NoSuchFieldError: thirdPersonOffset
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.model.mw.ModelAT4.<init>(ModelAT4.java:80)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 45 more
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Failed to load model : minigun (mw.Minigun)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.ClientProxy.loadModel(ClientProxy.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.guns.GunType.read(GunType.java:295)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.types.InfoType.read(InfoType.java:56)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:434)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.preInit(FlansMod.java:190)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NoSuchFieldError: thirdPersonOffset
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.model.mw.ModelMinigun.<init>(ModelMinigun.java:76)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 45 more
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Failed to load model : panzerfaust3 (mw.Panzerfaust3)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.ClientProxy.loadModel(ClientProxy.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.guns.GunType.read(GunType.java:295)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.types.InfoType.read(InfoType.java:56)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:434)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.preInit(FlansMod.java:190)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NoSuchFieldError: thirdPersonOffset
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.model.mw.ModelPanzerfaust3.<init>(ModelPanzerfaust3.java:101)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 45 more
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Failed to load model : stinger (mw.Stinger)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.ClientProxy.loadModel(ClientProxy.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.guns.GunType.read(GunType.java:295)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.types.InfoType.read(InfoType.java:56)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.readContentPacks(FlansMod.java:434)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.FlansMod.preInit(FlansMod.java:190)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NoSuchFieldError: thirdPersonOffset
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.client.model.mw.ModelStinger.<init>(ModelStinger.java:75)
[00:26:43] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 45 more
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded gun.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded aa.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded vehicle.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded plane.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded mechaItem.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded mecha.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded grenade.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded tool.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded armour.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded armourBox.
[00:26:43] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded box.
[00:26:44] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded playerClass.
[00:26:44] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded team.
[00:26:44] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loading Flan's mod client side.
[00:26:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Technomancy, FMLFileResourcePack:Furnace 3D, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Alternate Terrain Generation, FMLFileResourcePack:BackTools, FMLFileResourcePack:Battle Music, FMLFileResourcePack:Better Rain, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BigTrees, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:CoroAI, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:Helpful Villagers, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:MobAmputation, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:MusicCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Ropes+, FMLFileResourcePack:Greg's SG Craft, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:weather2, FMLFileResourcePack:Yet Another Leather Smelting Mod, FMLFileResourcePack:Zombie Awareness, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:Flan's Mod : disabled, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.7.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.7.0.jar
[00:26:44] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[00:26:44] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Preinitializing complete.
[00:26:44] [Client thread/INFO]: Starting pre-init
[00:26:44] [Client thread/INFO]: Using 32 audio sources.
[00:26:45] [Client thread/INFO]: Finished pre-init after 1549 ms
[00:26:47] [Client thread/WARN]: Failed to load PR Plugin: Treecapitator gem axe compatibility
[00:26:47] [Client thread/WARN]: Failed to load PR Plugin: Computercraft bundled cable connections
[00:26:48] [Client thread/INFO]: RadixCore CLIENT: RadixCore version 1.3.0 is running from C:\Users\Saito Yui\AppData\Roaming\.technic\modpacks\vanilla
[00:26:48] [Client thread/WARN]: =============================================================
[00:26:48] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[00:26:48] [Client thread/WARN]: Offendor: com/radixshock/radixcore/client/gui/GuiBadRadixVersion.func_146284_a(Lnet/minecraft/client/gui/GuiButton;)V
[00:26:48] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[00:26:48] [Client thread/WARN]: =============================================================
[00:26:48] [Client thread/INFO]: Railcraft Config: Doing preinit parsing
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item canEmpty
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item waxCapsule
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item refractoryEmpty
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item canEmpty
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item waxCapsule
[00:26:49] [Client thread/INFO]: Searched for but failed to find FORESTRY item refractoryEmpty
[00:26:50] [Railcraft Version Check/INFO]: An updated version of Railcraft is available from <http://railcraft.info>: 9.3.1.0
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item canEmpty
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item waxCapsule
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item refractoryEmpty
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item canEmpty
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item waxCapsule
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item refractoryEmpty
[00:26:50] [Client thread/INFO]: Searched for but failed to find FORESTRY item ingotTin
[00:26:50] [Client thread/INFO]: Adding Coke Oven recipe: net.minecraft.item.ItemCoal, 1xitem.coal@0, 0
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSteel, id=1xtile.railcraft.cube@2 meta=2
[00:26:50] [Client thread/INFO]: BuildcraftCore not found, using alternate gear recipes.
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.railcraft.ore@0 meta=0
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.railcraft.ore@1 meta=1
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDiamond, id=1xtile.railcraft.ore@2 meta=2
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEmerald, id=1xtile.railcraft.ore@3 meta=3
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLapis, id=1xtile.railcraft.ore@4 meta=4
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreFirestone, id=1xtile.railcraft.ore@5 meta=5
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorCopper, id=1xtile.railcraft.ore@9 meta=9
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorGold, id=1xtile.railcraft.ore@8 meta=8
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorIron, id=1xtile.railcraft.ore@7 meta=7
[00:26:50] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorTin, id=1xtile.railcraft.ore@10 meta=10
[00:26:50] [Client thread/INFO]: Activating Halloween Seasonal Pack
[00:26:51] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNaquadah, id=1xtile.gcewing_sg:naquadahOre@0 meta=0
[00:26:52] [Client thread/INFO]: Applying holder lookups
[00:26:52] [Client thread/INFO]: Holder lookups applied
[00:26:52] [Client thread/INFO]: IC2 audio starting.
[00:26:52] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:26:52] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[00:26:53] [Thread-12/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[00:26:53] [Thread-12/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[00:26:53] [Thread-12/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[00:26:53] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:26:53] [sound Library Loader/INFO]: Sound engine started
[00:26:53] [iC2 audio init thread/INFO]: IC2 audio ready.
[00:26:55] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[00:26:55] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[00:26:55] [Client thread/WARN]: File flansmod:sounds/BulletHit.ogg does not exist, cannot add it to event flansmod:BulletHit
[00:27:00] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
[00:27:02] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/bow.png
java.io.FileNotFoundException: minecraft:textures/items/bow.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52) [bqf.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:538) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[00:27:03] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[00:27:04] [Client thread/ERROR]: Unable to do mod description scrolling due to lack of stencil buffer
[00:27:05] [Client thread/INFO]: [democretes.compat.Thaumcraft:init:268]: Technomancy: Failed to load Thaumcraft
[00:27:05] [Client thread/INFO]: [democretes.compat.CoFH:client:19]: Technomancy relies on CoFHCore
[00:27:05] [Client thread/INFO]: [democretes.compat.Thaumcraft:client:308]: Technomancy: Failed to load Thaumcraft Client-side
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: META-INF/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: META-INF/MANIFEST.MF
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/lang/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/lang/en_US.lang
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:47]: en_U
[00:27:05] [Client thread/ERROR]: The language resource assets/realms/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/cross_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/expired_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/invitation_icons.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/invite_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/off_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/on_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/op_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/plus_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/restore_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/toggle_off_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/toggle_on_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/user_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/world_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/title/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/title/realms.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/RealmsMainScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/RealmsMainScreen$2.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/RealmsMainScreen$3.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/RealmsMainScreen$ServerSelectionList$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/RealmsMainScreen$ServerSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/RealmsMainScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/RealmsVersion.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/FileDownload$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/FileDownload$DownloadCountingOutputStream.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/FileDownload$ProgressListener.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/FileDownload.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/FileUpload$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/FileUpload$CustomInputStreamEntity.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/FileUpload.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/Ping$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/Ping$Region.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/Ping.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/QueryBuilder.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/RealmsClient.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/RealmsClientConfig.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/RealmsError.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/Request$Delete.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/Request$Get.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/Request$Post.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/Request$Put.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/client/Request.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/client/UploadStatus.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/Backup.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/BackupList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/McoOptions.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/McoServer$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/McoServer$McoServerComparator.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/McoServer$State.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/McoServer$WorldType.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/McoServer.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/McoServerAddress.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/McoServerList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/Ops.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/PendingInvite.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/PendingInvitesList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/PingResult.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/PlayerInfo.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/RealmsState.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/RegionPingResult.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/ServerActivity.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/ServerActivityList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/Subscription$SubscriptionType.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/Subscription.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/UploadInfo.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/ValueObject.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/dto/WorldTemplate.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/dto/WorldTemplateList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/exception/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/exception/McoHttpException.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/exception/RealmsServiceException.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/exception/RetryCallException.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ActivityScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ActivityScreen$2$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ActivityScreen$2.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ActivityScreen$Activity.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ActivityScreen$ActivityRow.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ActivityScreen$Color.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ActivityScreen$Day.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ActivityScreen$DetailsList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ActivityScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/BackupInfoScreen$BackupInfoList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/BackupInfoScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/BuyRealmsScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/BuyRealmsScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ChatFormatting.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ClientOutdatedScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ConfigureWorldScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ConfigureWorldScreen$2.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ConfigureWorldScreen$InvitedSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ConfigureWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/CreateOnlineWorldScreen$WorldCreationTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/CreateOnlineWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/DownloadLatestWorldScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/DownloadLatestWorldScreen$DownloadStatus.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/DownloadLatestWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/EditOnlineWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ErrorCallback.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/GuiCallback.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/InviteScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/LongConfirmationScreen$Type.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/LongConfirmationScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/LongRunningMcoTaskScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/LongRunningTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/McoWorldTemplateScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/McoWorldTemplateScreen$WorldTemplateSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/McoWorldTemplateScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/MCRSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ModifyMinigameWorldScreen$StopMinigameTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ModifyMinigameWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/MovableScrolledSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/OnlineConnectTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/OnlineWorldSettingsSubScreen$SettingsSlider.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/OnlineWorldSettingsSubScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/PendingInvitationScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/PendingInvitationScreen$2.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/PendingInvitationScreen$3.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/PendingInvitationScreen$PendingInvitationList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/PendingInvitationScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsConfirmResultListener.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsConfirmScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsConstants.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsDataFetcher$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsDataFetcher$PendingInviteUpdateTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsDataFetcher$ServerListUpdateTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsDataFetcher$Task.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsDataFetcher.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsErrorScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsGenericErrorScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsSelectFileToUploadScreen$WorldSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsSelectFileToUploadScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsTermsScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/RealmsUploadScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/RealmsUploadScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ResetWorldScreen$ResettingWorldTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/ResetWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/ScreenWithCallback.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/StartMinigameWorldScreen$StartMinigameTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/StartMinigameWorldScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/SubscriptionScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/WorldManagementScreen$1.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/WorldManagementScreen$BackupSelectionList.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/gui/WorldManagementScreen$RestoreTask.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/gui/WorldManagementScreen.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/util/
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/util/JsonUtils.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/util/Option$None.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/util/Option$Some.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/util/Option.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: com/mojang/realmsclient/util/Pair.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: com/mojang/realmsclient/util/UploadTokenCache.class
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/lang/en_US.lang
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:47]: en_U
[00:27:05] [Client thread/ERROR]: The language resource assets/realms/lang/en_US.lang cannot be located on the classpath. This is a programming error.
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/cross_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/expired_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/invitation_icons.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/invite_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/off_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/on_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/op_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/plus_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/restore_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/toggle_off_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/toggle_on_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/realms/user_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: assets/realms/textures/gui/realms/world_icon.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:checkEntry:26]: assets/realms/textures/gui/title/realms.png
[00:27:05] [Client thread/INFO]: [DITextures.JarSkinRegistration:scanJarForSkins:82]: version
[00:27:06] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Initialising Flan's Mod.
[00:27:06] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loaded recipes.
[00:27:06] [Client thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Loading complete.
[00:27:06] [Client thread/INFO]: Starting init
[00:27:06] [Client thread/INFO]: Finished init after 84 ms
[00:27:07] [Client thread/INFO]: Adding Coke Oven recipe: net.minecraft.item.ItemBlock, 1xtile.blockCoal@0, 0
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.TFLog@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.TFMagicLog@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeSapling, id=1xtile.TFSapling@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.TFLeaves@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.TFMagicLeaves@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: plankWood, id=1xtile.TFTowerStone@32767 meta=32,767
[00:27:07] [Client thread/INFO]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.compat.WailaProvider.registerProvider
[00:27:07] [Client thread/INFO]: Trying to reflect com.jaquadro.minecraft.storagedrawers.compat.WailaProvider registerProvider
[00:27:07] [Client thread/INFO]: Success in registering StorageDrawers
[00:27:07] [Client thread/INFO]: Found potion array with a size of 40
[00:27:07] [Client thread/INFO]: Extending Potion.potionTypes array to 48
[00:27:07] [Client thread/INFO]: Initializing PotionFluxTaint with id 39
[00:27:07] [Client thread/INFO]: Initializing PotionVisExhaust with id 40
[00:27:07] [Client thread/INFO]: Initializing PotionInfectiousVisExhaust with id 41
[00:27:07] [Client thread/INFO]: Initializing PotionUnnaturalHunger with id 42
[00:27:07] [Client thread/INFO]: Initializing PotionWarpWard with id 43
[00:27:07] [Client thread/INFO]: Initializing PotionDeathGaze with id 44
[00:27:07] [Client thread/INFO]: Initializing PotionBlurredVision with id 45
[00:27:07] [Client thread/INFO]: Initializing PotionSunScorned with id 46
[00:27:07] [Client thread/INFO]: Adding entities to MFR safari net blacklist.
[00:27:08] [Client thread/INFO]: [democretes.handlers.core.CraftingHandler:initFurnaceRecipe:57]: Thermal Expansion module is deactivated.
[00:27:08] [Client thread/INFO]: Searcing for mod armors...
[00:27:09] [Client thread/INFO]: Found 223 mod armors
[00:27:09] [Client thread/INFO]: Loaded 237 armor properties
[00:27:09] [Client thread/INFO]: Loaded 0 block properties
[00:27:09] [Client thread/INFO]: Loaded 2 entity properties
[00:27:09] [Client thread/INFO]: Loaded 17 item properties
[00:27:09] [Client thread/INFO]: Starting post-init
[00:27:09] [Client thread/INFO]: Loading IC2 submodule: bcIntegration
[00:27:09] [Client thread/INFO]: BuildCraft integration module loaded
[00:27:09] [Client thread/INFO]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[00:27:09] [Client thread/INFO]: 3733 UU recipe transformations fetched after 121 ms.
[00:27:09] [Client thread/INFO]: Finished post-init after 236 ms
[00:27:09] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreRuby, id=1xtile.projectred.exploration.ore@0 meta=0
[00:27:09] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSapphire, id=1xtile.projectred.exploration.ore@1 meta=1
[00:27:09] [Client thread/INFO]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePeridot, id=1xtile.projectred.exploration.ore@2 meta=2
[00:27:10] [Client thread/INFO]: Railcraft registered "creosote" as a valid Boiler fuel source with 4800 heat.
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: thaumcraft.common.blocks.BlockMagicalLogItem, 1xtile.blockMagicalLog@0, 0
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: thaumcraft.common.blocks.BlockMagicalLogItem, 1xtile.blockMagicalLog@1, 1
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@0, 0
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@0, 0
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@0, 0
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@0, 0
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@1, 1
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@1, 1
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@1, 1
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@1, 1
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@2, 2
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@2, 2
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@2, 2
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@2, 2
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@3, 3
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@3, 3
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@3, 3
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: twilightforest.item.ItemBlockTFMeta, 1xtile.TFLog@32767, 32,767
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: twilightforest.item.ItemBlockTFMeta, 1xtile.TFMagicLog@32767, 32,767
[00:27:10] [Client thread/INFO]: Adding Coke Oven recipe: ic2.core.item.block.ItemBlockIC2, 1xic2.blockRubWood@32767, 32,767
[00:27:10] [Client thread/WARN]: Could not register CraftGuide plugins: CraftGuide missing.
[00:27:10] [Client thread/INFO]: Railcraft Config: Doing post init configuration
[00:27:10] [Client thread/INFO]: Adding World Anchor Fuel = minecraft:ender_pearl=12
[00:27:10] [Client thread/INFO]: Adding Parsonal Anchor Fuel = minecraft:ender_pearl=12
[00:27:10] [Client thread/WARN]: =============================================================
[00:27:10] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[00:27:10] [Client thread/WARN]: Offendor: mcp/mobius/waila/gui/truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[00:27:10] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[00:27:10] [Client thread/WARN]: =============================================================
[00:27:10] [Client thread/INFO]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
[00:27:10] [Client thread/INFO]:   Unknown recipe class! biomesoplenty.common.recipes.BiomeEssenceRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[00:27:10] [Client thread/INFO]:   Unknown recipe class! enviromine.handlers.CamelPackRefillHandler Modder please refer to net.minecraftforge.oredict.RecipeSorter
[00:27:10] [Client thread/INFO]:   Unknown recipe class! thaumcraft.common.items.armor.RecipesRobeArmorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[00:27:10] [Client thread/INFO]:   Unknown recipe class! thaumcraft.common.items.armor.RecipesVoidRobeArmorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[00:27:10] [Client thread/INFO]:   Unknown recipe class! mrtjp.projectred.core.ShapelessOreNBTRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[00:27:11] [Client thread/WARN]: [bC] Class not found. java.lang.ClassNotFoundException: buildcraft.factory.TileTank
[00:27:11] [Client thread/INFO]: Thaumcraft mod found.
[00:27:11] [Client thread/INFO]: [EnderStorage] EnderStorage mod not found.
[00:27:11] [Client thread/INFO]: [GraveStone] GraveStone mod not found.
[00:27:11] [Client thread/INFO]: TwilightForestMod mod found.
[00:27:11] [Client thread/WARN]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: thermalexpansion.block.cell.TileCell
[00:27:11] [Client thread/WARN]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: thermalexpansion.block.tank.TileTank
[00:27:11] [Client thread/WARN]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: thermalexpansion.block.ender.TileTesseract
[00:27:11] [Client thread/WARN]: [Thermal Expansion] Error while loading ISecureTile hooks.java.lang.ClassNotFoundException: cofh.api.tileentity.ISecurable
[00:27:11] [Client thread/INFO]: [Engineer Toolbox] Engineer Toolbox mod not found.
[00:27:11] [Client thread/INFO]: [EnderIO] EnderIO mod not found.
[00:27:11] [Client thread/INFO]: ProjectRed|Integration mod found.
[00:27:11] [Client thread/INFO]: [ExtraUtilities] ExtraUtilities mod not found.
[00:27:11] [Client thread/INFO]: [OpenBlocks] OpenBlocks mod not found.
[00:27:11] [Client thread/INFO]: Railcraft mod found.
[00:27:11] [Client thread/INFO]: [PamHarvestCraft] PamHarvestCraft mod not found.
[00:27:11] [Client thread/INFO]: [MagicalCrops] MagicalCrops mod not found.
[00:27:11] [Client thread/INFO]: [statues] Statues mod not found.
[00:27:11] [Client thread/INFO]: [Agriculture] Agriculture mod not found.
[00:27:11] [Client thread/INFO]: Forge Multipart found and dedicated handler registered
[00:27:11] [Client thread/INFO]: Forge Mod Loader has successfully loaded 53 mods
[00:27:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Technomancy, FMLFileResourcePack:Furnace 3D, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Alternate Terrain Generation, FMLFileResourcePack:BackTools, FMLFileResourcePack:Battle Music, FMLFileResourcePack:Better Rain, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BigTrees, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:CoroAI, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:Helpful Villagers, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:MobAmputation, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:MusicCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Ropes+, FMLFileResourcePack:Greg's SG Craft, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:weather2, FMLFileResourcePack:Yet Another Leather Smelting Mod, FMLFileResourcePack:Zombie Awareness, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:Flan's Mod : disabled, FMLFileResourcePack:Flan's Mod : Modern Warfare-Content Pack-1.7.10-4.7.0.jar, FMLFileResourcePack:Flan's Mod : Simple Parts-Content Pack-1.7.10-4.7.0.jar
[00:27:11] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[00:27:11] [ic2-poolthread-1/INFO]: UU graph built with 2230 nodes after 1785 ms.
[00:27:12] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/bow.png
java.io.FileNotFoundException: minecraft:textures/items/bow.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[00:27:13] [Client thread/INFO]: Created: 1024x1024 textures/items-atlas
[00:27:14] [Client thread/ERROR]: Using missing texture, unable to load weather2:textures/blocks/Anemometer.png
java.io.FileNotFoundException: weather2:textures/blocks/Anemometer.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[00:27:15] [Client thread/ERROR]: Using missing texture, unable to load weather2:textures/blocks/WindVane.png
java.io.FileNotFoundException: weather2:textures/blocks/WindVane.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:125) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90) [bpz.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72) [bqf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136) [bqf.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104) [brg.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92) [brg.class:?]
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:598) [bao.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[00:27:18] [Client thread/INFO]: Created: 2048x2048 textures/blocks-atlas
[00:27:20] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:27:20] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[00:27:20] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[00:27:20] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:27:20] [Client thread/INFO]: IC2 audio starting.
[00:27:20] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:27:20] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[00:27:20] [Thread-18/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[00:27:20] [Thread-18/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[00:27:20] [Thread-18/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[00:27:22] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:27:22] [sound Library Loader/INFO]: Sound engine started
[00:27:22] [iC2 audio init thread/INFO]: IC2 audio ready.
[00:27:24] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[00:27:24] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[00:27:24] [Client thread/WARN]: File flansmod:sounds/BulletHit.ogg does not exist, cannot add it to event flansmod:BulletHit
[00:27:31] [server thread/INFO]: Starting integrated minecraft server version 1.7.10
[00:27:31] [server thread/INFO]: Generating keypair
[00:27:31] [server thread/INFO]: Injecting existing block and item data into this server instance
[00:27:31] [server thread/INFO]: Injecting new block and item data into this server instance.
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorAccessHatch: 549 (init) -> 549 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hellBarkStairs: 478 (init) -> 501 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:teamsSpawner: 520 (init) -> 520 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWallBanner: 494 (init) -> 502 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:treeMoss: 413 (init) -> 503 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:floating_block: 215 (init) -> 504 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Expansion:projectred.expansion.machine2: 726 (init) -> 726 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockITNT: 562 (init) -> 562 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:poison: 484 (init) -> 505 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCosmeticOpaque: 181 (init) -> 506 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:jacarandaStairs: 479 (init) -> 507 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockAiry: 196 (init) -> 508 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreUran: 525 (init) -> 525 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCampfireUnlit: 516 (init) -> 516 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:persimmonLeaves: 429 (init) -> 509 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ash: 251 (init) -> 510 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:pineStairs: 477 (init) -> 511 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockScaffold: 540 (init) -> 540 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:darkStairs: 469 (init) -> 512 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockIronScaffold: 541 (init) -> 541 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowers2: 255 (init) -> 513 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:petals: 447 (init) -> 514 (map).
[00:27:31] [server thread/INFO]: Injected new block/item SGCraft:ic2PowerUnit: 667 (init) -> 667 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidSuperheatedSteam: 576 (init) -> 576 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcShelf: 507 (init) -> 515 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrystalBlock: 512 (init) -> 517 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:biomeBlock: 452 (init) -> 518 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:planks: 460 (init) -> 519 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:light_block: 212 (init) -> 521 (map).
[00:27:31] [server thread/INFO]: Injected new block/item bigtrees:bt_bigSapling: 247 (init) -> 522 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_pressure_plate: 208 (init) -> 523 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidHotCoolant: 571 (init) -> 571 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ashStone: 426 (init) -> 524 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMiningPipe: 559 (init) -> 559 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLampUnlit: 517 (init) -> 526 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.stonewalls: 723 (init) -> 723 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.airousLight: 725 (init) -> 725 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:palmStairs: 474 (init) -> 527 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidConstructionFoam: 569 (init) -> 569 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:wall_pressure_plate: 220 (init) -> 528 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine3: 556 (init) -> 556 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockBasalt: 534 (init) -> 534 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine2: 555 (init) -> 555 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMiningTip: 560 (init) -> 560 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPedestal: 511 (init) -> 529 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBanner: 493 (init) -> 530 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStool: 502 (init) -> 531 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidUuMatter: 568 (init) -> 568 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:obsidian_wall_pressure_plate: 221 (init) -> 532 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockHeatGenerator: 545 (init) -> 545 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockFoam: 538 (init) -> 538 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockAlloy: 533 (init) -> 533 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneFormations: 409 (init) -> 535 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenDoubleSlab1: 462 (init) -> 536 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenDoubleSlab2: 464 (init) -> 537 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCampfire: 513 (init) -> 539 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowers: 254 (init) -> 542 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:anti_builder: 203 (init) -> 543 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubber: 531 (init) -> 544 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:driedDirt: 249 (init) -> 546 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:laser_source: 211 (init) -> 547 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bamboo: 431 (init) -> 548 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flesh: 252 (init) -> 550 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPlaceholder: 503 (init) -> 551 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreTin: 524 (init) -> 552 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockArcaneFurnace: 198 (init) -> 553 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockElectric: 552 (init) -> 554 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWaypoint: 490 (init) -> 557 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTube: 184 (init) -> 558 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves1: 443 (init) -> 561 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves3: 445 (init) -> 563 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves2: 444 (init) -> 564 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves4: 446 (init) -> 565 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockKineticGenerator: 544 (init) -> 566 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMetalDevice: 185 (init) -> 567 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockWall: 539 (init) -> 570 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCustomOre: 169 (init) -> 572 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:anti_anti_builder_stone: 217 (init) -> 573 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockLuminatorDark: 557 (init) -> 574 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:willow: 411 (init) -> 575 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockFenceIron: 532 (init) -> 577 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:cover_plate: 204 (init) -> 578 (map).
[00:27:31] [server thread/INFO]: Injected new block/item furnace3d:lit_furnace: 202 (init) -> 579 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMetal: 542 (init) -> 580 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_bedrock: 206 (init) -> 581 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:fake_tile_entity: 218 (init) -> 582 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubLeaves: 528 (init) -> 583 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTable: 189 (init) -> 584 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockWarded: 199 (init) -> 585 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:spike_block: 216 (init) -> 586 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine: 554 (init) -> 587 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.lamp: 724 (init) -> 724 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardDirt: 451 (init) -> 588 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockManaPod: 197 (init) -> 589 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockArcaneDoor: 191 (init) -> 590 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:redwoodStairs: 475 (init) -> 591 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBarrel: 505 (init) -> 592 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockBarrel: 567 (init) -> 593 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluxGoo: 165 (init) -> 594 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTaint: 179 (init) -> 595 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.stone: 722 (init) -> 722 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockreactorvessel: 551 (init) -> 596 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockJar: 194 (init) -> 597 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockWoodenDevice: 186 (init) -> 598 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCrystal: 183 (init) -> 599 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDynamite: 564 (init) -> 600 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:cover_plate_item: 224 (init) -> 601 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardSand: 450 (init) -> 602 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:crystal: 453 (init) -> 603 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMirror: 188 (init) -> 604 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDoorAlloy: 536 (init) -> 605 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:arrow_trap: 219 (init) -> 606 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockLifter: 192 (init) -> 607 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneSingleSlab: 465 (init) -> 608 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockLuminator: 558 (init) -> 609 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:overgrownNetherrack: 435 (init) -> 610 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:saplings: 448 (init) -> 611 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTallLamp: 495 (init) -> 612 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mushrooms: 410 (init) -> 613 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:quicksand: 214 (init) -> 614 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidSteam: 577 (init) -> 615 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorChamber: 547 (init) -> 616 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCandle: 515 (init) -> 617 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidDistilledWater: 575 (init) -> 618 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:rocks: 250 (init) -> 619 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowerVine: 414 (init) -> 620 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:sacredoakStairs: 467 (init) -> 621 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcChair: 496 (init) -> 622 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bopGrass: 436 (init) -> 623 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:foliage: 416 (init) -> 624 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:originGrass: 433 (init) -> 625 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_block: 207 (init) -> 626 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:newBopDirt: 438 (init) -> 627 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:appleLeaves: 428 (init) -> 628 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCarpentyBench: 488 (init) -> 629 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidCoolant: 570 (init) -> 630 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockCrop: 566 (init) -> 631 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicBox: 193 (init) -> 632 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorRedstonePort: 550 (init) -> 633 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTombstone: 506 (init) -> 634 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBorder: 491 (init) -> 635 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidPahoehoeLava: 572 (init) -> 636 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:coral1: 424 (init) -> 637 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:coral2: 425 (init) -> 638 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenSingleSlab2: 463 (init) -> 639 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenSingleSlab1: 461 (init) -> 640 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluxGas: 166 (init) -> 641 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:grave: 459 (init) -> 642 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:willowStairs: 476 (init) -> 643 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:armorBox.mwArmour: 521 (init) -> 644 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWeaponRack: 498 (init) -> 645 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:newBopGrass: 437 (init) -> 646 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:moss: 430 (init) -> 647 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReinforcedFoam: 537 (init) -> 648 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCosmeticSolid: 182 (init) -> 649 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockAlloyGlass: 535 (init) -> 650 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicalLeaves: 177 (init) -> 651 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluidDeath: 168 (init) -> 652 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flansWorkbench: 519 (init) -> 653 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidBiogas: 574 (init) -> 654 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCandleUnlit: 518 (init) -> 655 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:gemOre: 454 (init) -> 656 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:illusionary_block: 205 (init) -> 657 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockHarz: 530 (init) -> 658 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluidPure: 167 (init) -> 659 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockHole: 200 (init) -> 660 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedLeaves1: 482 (init) -> 661 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedLeaves2: 483 (init) -> 662 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mudBricks: 432 (init) -> 663 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mud: 248 (init) -> 664 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:cragRock: 455 (init) -> 665 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:wisteria: 415 (init) -> 666 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMailbox: 489 (init) -> 668 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:etherealStairs: 471 (init) -> 669 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockGenerator: 546 (init) -> 670 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTaintFibres: 180 (init) -> 671 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockNuke: 563 (init) -> 672 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:plants: 253 (init) -> 673 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:fake_block_item: 222 (init) -> 674 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCouchWood: 500 (init) -> 675 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hell_blood: 485 (init) -> 676 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:turnip: 423 (init) -> 677 (map).
[00:27:31] [server thread/INFO]: Injected new block/item furnace3d:furnace: 201 (init) -> 678 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcRedstoneBlock: 487 (init) -> 679 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBook: 510 (init) -> 680 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBeam: 509 (init) -> 681 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCouchWool: 499 (init) -> 682 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubWood: 527 (init) -> 683 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBloodBlock: 492 (init) -> 684 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLamp: 514 (init) -> 685 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ivy: 412 (init) -> 686 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTable: 501 (init) -> 687 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:honey: 486 (init) -> 688 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:laser_beam: 210 (init) -> 689 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs1: 439 (init) -> 690 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs2: 440 (init) -> 691 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedSaplings: 449 (init) -> 692 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreCopper: 523 (init) -> 693 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockChargepad: 553 (init) -> 694 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:gunBox.modern: 522 (init) -> 695 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mudBricksStairs: 481 (init) -> 696 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDynamiteRemote: 565 (init) -> 697 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:firStairs: 470 (init) -> 698 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.ore: 721 (init) -> 721 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mahoganyStairs: 480 (init) -> 699 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockCable: 543 (init) -> 700 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubSapling: 529 (init) -> 701 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrate: 497 (init) -> 702 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:honeyBlock: 457 (init) -> 703 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs4: 442 (init) -> 704 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs3: 441 (init) -> 705 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:arrow_trap_item: 223 (init) -> 706 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:obsidian_invisible_pressure_plate: 209 (init) -> 707 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCandle: 195 (init) -> 708 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCustomPlant: 178 (init) -> 709 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidBiomass: 573 (init) -> 710 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardIce: 427 (init) -> 711 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBigSign: 504 (init) -> 712 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSign: 508 (init) -> 713 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:magicStairs: 472 (init) -> 714 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:pedestal: 213 (init) -> 715 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockPersonal: 561 (init) -> 716 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hive: 456 (init) -> 717 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:cherryStairs: 468 (init) -> 718 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockStoneDevice: 187 (init) -> 719 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mangroveStairs: 473 (init) -> 720 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorFluidPort: 548 (init) -> 727 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockChestHungry: 190 (init) -> 728 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicalLog: 176 (init) -> 729 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:longGrass: 434 (init) -> 730 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreLead: 526 (init) -> 731 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneDoubleSlab: 466 (init) -> 732 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bones: 458 (init) -> 733 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hellBarkStairs: 478 (init) -> 501 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:teamsSpawner: 520 (init) -> 520 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKatana: 4334 (init) -> 4418 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeStaff: 4461 (init) -> 4461 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:floating_block: 215 (init) -> 504 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transportation:projectred.transportation.routingchip: 5294 (init) -> 5294 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMachineGun: 4308 (init) -> 4419 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemMOX: 4789 (init) -> 4789 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemWispEssence: 4113 (init) -> 4420 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:poison: 484 (init) -> 505 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneSpear: 4390 (init) -> 4421 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLetter: 4566 (init) -> 4566 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemupgradekit: 4775 (init) -> 4775 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:jacarandaStairs: 479 (init) -> 507 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicTrident: 4318 (init) -> 4422 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronBroadsword: 4486 (init) -> 4486 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:ak74Ammo: 4640 (init) -> 4640 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockAiry: 196 (init) -> 508 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:cobra: 4738 (init) -> 4738 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMana: 4328 (init) -> 4423 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:helmetAmethyst: 4273 (init) -> 4424 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:darkStairs: 469 (init) -> 512 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:part.turbine.disk: 5061 (init) -> 5061 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheIron: 4264 (init) -> 4425 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCFPowder: 4939 (init) -> 4939 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrowbar: 4364 (init) -> 4426 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:WandCasting: 4097 (init) -> 4427 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBootsVoid: 4178 (init) -> 4428 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:shovelAmethyst: 4258 (init) -> 4429 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMWFlashlight: 4688 (init) -> 4688 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKunai: 4330 (init) -> 4430 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullWoodenShield: 4378 (init) -> 4431 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:planks: 460 (init) -> 519 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:light_block: 212 (init) -> 521 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_pressure_plate: 208 (init) -> 523 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKey2: 4581 (init) -> 4581 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:napalm: 4683 (init) -> 4683 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMiningPipe: 559 (init) -> 559 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemArcaneDoor: 4130 (init) -> 4432 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:swordMud: 4252 (init) -> 4433 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcRapier: 4363 (init) -> 4434 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:hind: 4739 (init) -> 4739 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNanorumHead: 4497 (init) -> 4497 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPIrrigation: 4902 (init) -> 4902 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAirElement: 4578 (init) -> 4578 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusFrost: 4104 (init) -> 4435 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSaphire: 4586 (init) -> 4586 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMiningTip: 560 (init) -> 560 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_chainmail_leggings: 4199 (init) -> 4436 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinStone: 4559 (init) -> 4559 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorAlloyChestplate: 4841 (init) -> 4841 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:obsidian_wall_pressure_plate: 221 (init) -> 532 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:chestplateMud: 4270 (init) -> 4437 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinGold: 4562 (init) -> 4562 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_diamond_leggings: 4202 (init) -> 4438 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenDoubleSlab1: 462 (init) -> 536 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWizardHead: 4526 (init) -> 4526 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenDoubleSlab2: 464 (init) -> 537 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTuxedoBottom: 4525 (init) -> 4525 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcArtifact: 4592 (init) -> 4592 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTuxedoChest: 4523 (init) -> 4523 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowers: 254 (init) -> 542 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMacuahuitl: 4353 (init) -> 4439 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:anti_builder: 203 (init) -> 543 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCofeeBeans: 4953 (init) -> 4953 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWrench: 4367 (init) -> 4440 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalPropeller: 4618 (init) -> 4618 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenSpear: 4389 (init) -> 4441 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:cart.energy.batbox: 5057 (init) -> 5057 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:tankBody: 4629 (init) -> 4629 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenMace: 4425 (init) -> 4442 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemAdvIronBlockCuttingBlade: 4966 (init) -> 4966 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWaterElement: 4576 (init) -> 4576 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockElectric: 552 (init) -> 554 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves1: 443 (init) -> 561 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.hoesapphire: 5304 (init) -> 5304 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves3: 445 (init) -> 563 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves2: 444 (init) -> 564 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenBullet: 4301 (init) -> 4443 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leaves4: 446 (init) -> 565 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockKineticGenerator: 544 (init) -> 566 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterCloud: 4929 (init) -> 4929 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMetalDevice: 185 (init) -> 567 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTacticalChest: 4502 (init) -> 4502 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sickleperidot: 5325 (init) -> 5325 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicMace: 4432 (init) -> 4444 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostScythe: 4474 (init) -> 4474 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorCondensatorLap: 4899 (init) -> 4899 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemAxeVoid: 4181 (init) -> 4445 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenScythe: 4469 (init) -> 4469 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenWarhammer: 4416 (init) -> 4446 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemManaBean: 4112 (init) -> 4447 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:willow: 411 (init) -> 575 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemIngot: 4785 (init) -> 4785 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenDagger: 4434 (init) -> 4448 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcX407Chest: 4538 (init) -> 4538 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeIngot: 4589 (init) -> 4589 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNanorumChest: 4498 (init) -> 4498 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m16a4: 4709 (init) -> 4709 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWizardPants: 4528 (init) -> 4528 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.axeperidot: 5302 (init) -> 5302 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:redwoodStairs: 475 (init) -> 591 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:marineBody: 4760 (init) -> 4760 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:HoverHarness: 4148 (init) -> 4449 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:minigunExplosiveAmmo: 4665 (init) -> 4665 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeBroadsword: 4489 (init) -> 4489 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemShovelElemental: 4139 (init) -> 4450 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPlans: 4567 (init) -> 4567 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCarKey: 4579 (init) -> 4579 (map).
[00:27:31] [server thread/INFO]: Injected new block/item SGCraft:ic2Capacitor: 5101 (init) -> 5101 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:skorpionAmmo: 4676 (init) -> 4676 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorHeatSwitchCore: 4888 (init) -> 4888 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCrystal: 183 (init) -> 599 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSeveredEar: 4571 (init) -> 4571 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDynamite: 564 (init) -> 600 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondBroadsword: 4488 (init) -> 4488 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorLithiumCell: 4786 (init) -> 4786 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullDiamondChest: 4510 (init) -> 4510 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:lunar_calendar: 4209 (init) -> 4451 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondSpear: 4393 (init) -> 4452 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldGlaive: 4481 (init) -> 4481 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.hoeruby: 5303 (init) -> 5303 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterBlue: 4921 (init) -> 4921 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullLeatherChest: 4504 (init) -> 4504 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolMEter: 4825 (init) -> 4825 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostDagger: 4450 (init) -> 4453 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldTrident: 4313 (init) -> 4454 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:barrett: 4695 (init) -> 4695 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullBronzeShield: 4383 (init) -> 4455 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemContainmentbox: 4815 (init) -> 4815 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:l96: 4706 (init) -> 4706 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTallLamp: 495 (init) -> 612 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:quicksand: 214 (init) -> 614 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bopGrass: 436 (init) -> 623 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheAmethyst: 4268 (init) -> 4456 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSteelClaw: 4453 (init) -> 4457 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_block: 207 (init) -> 626 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterRed: 4918 (init) -> 4918 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCarpentyBench: 488 (init) -> 629 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenHalberd: 4398 (init) -> 4458 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemScrapbox: 4913 (init) -> 4913 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautBody: 4752 (init) -> 4752 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:l86: 4705 (init) -> 4705 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterPink: 4926 (init) -> 4926 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDarkSpell: 4325 (init) -> 4459 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemPickThaumium: 4126 (init) -> 4460 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m72law: 4715 (init) -> 4715 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTowerShield: 4388 (init) -> 4462 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemHops: 4956 (init) -> 4956 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:coral1: 424 (init) -> 637 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:coral2: 425 (init) -> 638 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronSpear: 4391 (init) -> 4463 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGolemUpgrade: 4154 (init) -> 4464 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenGun: 4294 (init) -> 4465 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:BlockJarFilledItem: 4149 (init) -> 4466 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBarrel: 4957 (init) -> 4957 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenBullet: 4295 (init) -> 4467 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterLime: 4927 (init) -> 4927 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronBattleAxe: 4409 (init) -> 4468 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Integration:projectred.integration.gate: 5327 (init) -> 5327 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWeaponRack: 498 (init) -> 645 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemHarz: 4772 (init) -> 4772 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:newBopGrass: 437 (init) -> 646 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneReversedDagger: 4437 (init) -> 4470 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTerraWart: 4950 (init) -> 4950 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalTail: 4619 (init) -> 4619 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluidDeath: 168 (init) -> 652 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flansWorkbench: 519 (init) -> 653 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemUran: 4788 (init) -> 4788 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:gemOre: 454 (init) -> 656 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusPouch: 4100 (init) -> 4471 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolWrenchElectric: 4822 (init) -> 4822 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemSwordElemental: 4138 (init) -> 4472 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemCrystalEssence: 4169 (init) -> 4473 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCellHydrant: 4948 (init) -> 4948 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:glockAmmo: 4649 (init) -> 4649 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedLeaves1: 482 (init) -> 661 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedLeaves2: 483 (init) -> 662 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sg550: 4727 (init) -> 4727 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGolemPlacer: 4152 (init) -> 4475 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:part.turbine.blade: 5062 (init) -> 5062 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:wisteria: 415 (init) -> 666 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:etherealStairs: 471 (init) -> 669 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBrokenBottle: 4351 (init) -> 4476 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldWarhammer: 4422 (init) -> 4477 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullWoodenLeggings: 4521 (init) -> 4521 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSoldierBottom: 4536 (init) -> 4536 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:turnip: 423 (init) -> 677 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPaperCrown: 4549 (init) -> 4549 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:at4: 4694 (init) -> 4694 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m16a4Ammo: 4654 (init) -> 4654 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mk4Rocket: 4666 (init) -> 4666 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldSword: 4337 (init) -> 4478 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldTrident: 4316 (init) -> 4479 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Core:projectred.core.wiredebugger: 5289 (init) -> 5289 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenSpear: 4392 (init) -> 4480 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenGlaive: 4478 (init) -> 4482 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemResearchNotes: 4116 (init) -> 4483 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ivy: 412 (init) -> 686 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTable: 501 (init) -> 687 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.swordperidot: 5314 (init) -> 5314 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:laser_beam: 210 (init) -> 689 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGolemDecoration: 4156 (init) -> 4484 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNinjaChest: 4551 (init) -> 4551 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPChilling: 4903 (init) -> 4903 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:trapblade_iron: 4212 (init) -> 4485 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_leather_helmet: 4188 (init) -> 4487 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCowleatherHead: 4493 (init) -> 4493 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemZombieBrain: 4167 (init) -> 4490 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinIron: 4561 (init) -> 4561 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDynamiteRemote: 565 (init) -> 697 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronMace: 4427 (init) -> 4491 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.ore: 721 (init) -> 721 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLeafBlade: 4358 (init) -> 4492 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMusket: 4357 (init) -> 4494 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemRingRunic: 4162 (init) -> 4495 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumSimpledepleted: 4878 (init) -> 4878 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:record_corruption: 4249 (init) -> 4496 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:clayAndSand: 4603 (init) -> 4603 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemWeedEx: 4951 (init) -> 4951 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCarbonPlate: 4802 (init) -> 4802 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEarthElement: 4575 (init) -> 4575 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneMace: 4426 (init) -> 4499 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:WandCap: 4098 (init) -> 4500 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:makarovAmmo: 4662 (init) -> 4662 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.shovelruby: 5309 (init) -> 5309 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sentryGun: 4734 (init) -> 4734 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:tool.crowbar.magic: 5063 (init) -> 5063 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcRing: 4584 (init) -> 4584 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautPants: 4755 (init) -> 4755 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBiochaff: 4915 (init) -> 4915 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartAlloy: 4799 (init) -> 4799 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAncientScroll: 4591 (init) -> 4591 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldSpear: 4395 (init) -> 4501 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sasBoots: 4765 (init) -> 4765 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sicklestone: 5320 (init) -> 5320 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:uzi: 4732 (init) -> 4732 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneDagger: 4436 (init) -> 4503 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m40a3: 4713 (init) -> 4713 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:helicopterSkid: 4614 (init) -> 4614 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterBlack: 4917 (init) -> 4917 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:rpdAmmo: 4672 (init) -> 4672 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemPickVoid: 4180 (init) -> 4505 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheMud: 4267 (init) -> 4506 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:uspAmmo: 4678 (init) -> 4678 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullStoneShield: 4379 (init) -> 4507 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:dragunovAmmo: 4645 (init) -> 4645 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_chainmail_chestplate: 4194 (init) -> 4508 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemwoodrotor: 4959 (init) -> 4959 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCircuitAdv: 4798 (init) -> 4798 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.backpack: 5299 (init) -> 5299 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenBroadsword: 4487 (init) -> 4509 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAncientCoin: 4565 (init) -> 4565 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sasHelmet: 4766 (init) -> 4766 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedGold: 5280 (init) -> 5280 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m21: 4711 (init) -> 4711 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinWooden: 4558 (init) -> 4558 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:tankTurret: 4630 (init) -> 4630 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:kskBody: 4756 (init) -> 4756 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXDual: 4870 (init) -> 4870 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Expansion:projectred.expansion.machine2: 726 (init) -> 726 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeReversedDagger: 4445 (init) -> 4511 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHelmetThaumium: 4121 (init) -> 4512 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mp5: 4719 (init) -> 4719 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMovingPath: 4283 (init) -> 4513 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.axeruby: 5300 (init) -> 5300 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinBronze: 4560 (init) -> 4560 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneScythe: 4467 (init) -> 4514 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDust2: 4784 (init) -> 4784 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:desertEagleAmmo: 4644 (init) -> 4644 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorJetpackElectric: 4851 (init) -> 4851 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreUran: 525 (init) -> 525 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullEmeraldBoots: 4518 (init) -> 4518 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautHelmetBrown: 4750 (init) -> 4750 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ash: 251 (init) -> 510 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemSwordThaumium: 4128 (init) -> 4515 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSlingshot: 4356 (init) -> 4516 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemChestplateRobe: 4143 (init) -> 4517 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCursedTrident: 4317 (init) -> 4519 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemWeedingTrowel: 4943 (init) -> 4943 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowers2: 255 (init) -> 513 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostStaff: 4464 (init) -> 4520 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautBodyBrown: 4748 (init) -> 4748 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcRuby: 4587 (init) -> 4587 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:spetsnazBoots: 4769 (init) -> 4769 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:petals: 447 (init) -> 514 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusPech: 4108 (init) -> 4522 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostBroadsword: 4492 (init) -> 4524 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeSword: 4336 (init) -> 4527 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenShield: 4372 (init) -> 4529 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSaber: 4348 (init) -> 4530 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPlutoniumSmall: 4791 (init) -> 4791 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrystalBlock: 512 (init) -> 517 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPhone: 4572 (init) -> 4572 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolBronzeAxe: 4807 (init) -> 4807 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:biomeBlock: 452 (init) -> 518 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:woodenCockpit: 4635 (init) -> 4635 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolIridiumDrill: 4820 (init) -> 4820 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedTin: 5282 (init) -> 5282 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolBronzePickaxe: 4806 (init) -> 4806 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondGlaive: 4479 (init) -> 4531 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.pickaxesapphire: 5307 (init) -> 5307 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNinjaHead: 4550 (init) -> 4550 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.airousLight: 725 (init) -> 725 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Core:projectred.core.datacard: 5290 (init) -> 5290 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mwBinoculars: 4696 (init) -> 4696 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicBroadsword: 4491 (init) -> 4532 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenGlaive: 4475 (init) -> 4533 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemIronBlockCuttingBlade: 4965 (init) -> 4965 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockBasalt: 534 (init) -> 534 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolForgeHammer: 4816 (init) -> 4816 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m72lawAmmo: 4660 (init) -> 4660 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemMugEmpty: 4952 (init) -> 4952 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCasing: 4777 (init) -> 4777 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_iron_leggings: 4200 (init) -> 4534 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sicklegold: 5322 (init) -> 5322 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidUuMatter: 568 (init) -> 568 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCoin: 4937 (init) -> 4937 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFuelRod: 4795 (init) -> 4795 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:marinePants: 4763 (init) -> 4763 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneFormations: 409 (init) -> 535 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCampfire: 513 (init) -> 539 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorBronzeBoots: 4840 (init) -> 4840 (map).
[00:27:31] [server thread/INFO]: Injected new block/item enviromine:salt_water_bottle: 4598 (init) -> 4598 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenReversedDagger: 4441 (init) -> 4535 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumQuad: 4874 (init) -> 4874 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBootsRobe: 4145 (init) -> 4537 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubber: 531 (init) -> 544 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.cagelamp: 5332 (init) -> 5332 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorEnergypack: 4854 (init) -> 4854 (map).
[00:27:31] [server thread/INFO]: Injected new block/item enviromine:cold_water_bottle: 4599 (init) -> 4599 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneBroadsword: 4485 (init) -> 4539 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:laser_source: 211 (init) -> 547 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPurifiedCrushedOre: 4779 (init) -> 4779 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMW4xScope: 4686 (init) -> 4686 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcOfficerChest: 4546 (init) -> 4546 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTablet: 4596 (init) -> 4596 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusWarding: 4109 (init) -> 4540 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:wadingBoots: 4279 (init) -> 4541 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNanorumBoots: 4500 (init) -> 4542 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemNuggetChicken: 4133 (init) -> 4543 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:biplaneWing: 4608 (init) -> 4608 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:desertEagle: 4697 (init) -> 4697 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreTin: 524 (init) -> 552 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorQuantumBoots: 4849 (init) -> 4849 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWaypoint: 490 (init) -> 557 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leggingsAmethyst: 4275 (init) -> 4544 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mim23: 4736 (init) -> 4736 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneBattleAxe: 4408 (init) -> 4545 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:ak47: 4692 (init) -> 4692 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:triplaneWing: 4631 (init) -> 4631 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m1014Ammo: 4652 (init) -> 4652 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMagicWand: 4341 (init) -> 4547 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ancientStaff: 4245 (init) -> 4548 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBathSalts: 4168 (init) -> 4552 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Core:projectred.core.part: 5286 (init) -> 5286 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.pickaxeruby: 5306 (init) -> 5306 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBrokenArrow: 4574 (init) -> 4574 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAssassinBoots: 4532 (init) -> 4553 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorHazmatChestplate: 4834 (init) -> 4834 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Core:projectred.core.screwdriver: 5288 (init) -> 5288 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicIngot: 4590 (init) -> 4590 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockFenceIron: 532 (init) -> 577 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusTrade: 4105 (init) -> 4554 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:cover_plate: 204 (init) -> 578 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneWarhammer: 4417 (init) -> 4555 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronSkirt: 4556 (init) -> 4556 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:c4Remote: 4744 (init) -> 4744 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Core:projectred.core.drawplate: 5287 (init) -> 5287 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCowleatherLegs: 4495 (init) -> 4557 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldScythe: 4471 (init) -> 4563 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:invisible_bedrock: 206 (init) -> 581 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:fake_tile_entity: 218 (init) -> 582 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:dart: 4244 (init) -> 4564 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine: 554 (init) -> 587 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.lantern.inv: 5329 (init) -> 5329 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainter: 4916 (init) -> 4916 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.lamp: 724 (init) -> 724 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorNanoBoots: 4845 (init) -> 4845 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:pickaxeAmethyst: 4259 (init) -> 4568 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockArcaneDoor: 191 (init) -> 590 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeShield: 4374 (init) -> 4569 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:TrunkSpawner: 4151 (init) -> 4570 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBarrel: 505 (init) -> 592 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullBronzeLeggings: 4513 (init) -> 4573 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBoat: 4942 (init) -> 4942 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXDualdepleted: 4876 (init) -> 4876 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrown2: 4547 (init) -> 4577 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:usp: 4731 (init) -> 4731 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemNuggetBeef: 4134 (init) -> 4580 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemRemote: 4935 (init) -> 4935 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:stingerAmmo: 4677 (init) -> 4677 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluxGoo: 165 (init) -> 594 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockreactorvessel: 551 (init) -> 596 (map).
[00:27:31] [server thread/INFO]: Injected new block/item YALSM:patchworkFlesh: 5273 (init) -> 5273 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneStaff: 4457 (init) -> 4582 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m14: 4708 (init) -> 4708 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLeatherSkirt: 4554 (init) -> 4583 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldStaff: 4462 (init) -> 4585 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorBronzeHelmet: 4837 (init) -> 4837 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemAxeElemental: 4141 (init) -> 4588 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:biomeFinder: 4250 (init) -> 4593 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:T90: 4737 (init) -> 4737 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardSand: 450 (init) -> 602 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:crystal: 453 (init) -> 603 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:ak74: 4693 (init) -> 4693 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemScannerAdv: 4827 (init) -> 4827 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCowleatherChest: 4494 (init) -> 4594 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockDoorAlloy: 536 (init) -> 605 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockLifter: 192 (init) -> 607 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronGun: 4298 (init) -> 4595 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullEmeraldShield: 4384 (init) -> 4597 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:BootsTraveller: 4132 (init) -> 4600 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorQuantumChestplate: 4847 (init) -> 4847 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWand: 4280 (init) -> 4601 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_diamond_chestplate: 4197 (init) -> 4602 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenHalberd: 4401 (init) -> 4604 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterMagenta: 4930 (init) -> 4930 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemResonator: 4159 (init) -> 4605 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNanorumLegs: 4499 (init) -> 4606 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemThaumometer: 4119 (init) -> 4607 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mushrooms: 410 (init) -> 613 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCandle: 515 (init) -> 617 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowerVine: 414 (init) -> 620 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcChair: 496 (init) -> 622 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:trapblade_gold: 4213 (init) -> 4609 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.cagelamp.inv: 5333 (init) -> 5333 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicWarhammer: 4423 (init) -> 4610 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedSilver: 5283 (init) -> 5283 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumDual: 4873 (init) -> 4873 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorHeatSwitchSpread: 4889 (init) -> 4889 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:originGrass: 433 (init) -> 625 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullBronzeChest: 4512 (init) -> 4611 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:newBopDirt: 438 (init) -> 627 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcChainSkirt: 4553 (init) -> 4612 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidCoolant: 570 (init) -> 630 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mwRiotShield: 4724 (init) -> 4724 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockCrop: 566 (init) -> 631 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sawgold: 5315 (init) -> 5315 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorVentDiamond: 4895 (init) -> 4895 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:WandRod: 4099 (init) -> 4613 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenDagger: 4440 (init) -> 4615 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemWeed: 4944 (init) -> 4944 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusPortableHole: 4107 (init) -> 4616 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldBroadsword: 4490 (init) -> 4617 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTombstone: 506 (init) -> 634 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCleaver: 4347 (init) -> 4620 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:kskHelmet: 4758 (init) -> 4758 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m9Ammo: 4661 (init) -> 4661 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolDDrill: 4819 (init) -> 4819 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemSolarHelmet: 4856 (init) -> 4856 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemNanoSaber: 4830 (init) -> 4830 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcViolin: 4287 (init) -> 4621 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFoamSprayer: 4813 (init) -> 4813 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemLeggingsRobe: 4144 (init) -> 4622 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.swordsapphire: 5313 (init) -> 5313 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:kskBoots: 4757 (init) -> 4757 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:record_wanderer: 4248 (init) -> 4623 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemChestplateFortress: 4172 (init) -> 4624 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:jarFilled: 4242 (init) -> 4625 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:windmeter: 4832 (init) -> 4832 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemResource: 4114 (init) -> 4626 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:moss: 430 (init) -> 647 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCosmeticSolid: 182 (init) -> 649 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicalLeaves: 177 (init) -> 651 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondSkirt: 4557 (init) -> 4627 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumQuaddepleted: 4880 (init) -> 4880 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPCultivation: 4901 (init) -> 4901 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_diamond_boots: 4207 (init) -> 4628 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:shell: 4684 (init) -> 4684 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeSpear: 4394 (init) -> 4632 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBatCrystal: 4862 (init) -> 4862 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheGold: 4265 (init) -> 4633 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorHeatSwitchDiamond: 4890 (init) -> 4890 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.pickaxeperidot: 5308 (init) -> 5308 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sigP226Ammo: 4675 (init) -> 4675 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBP: 4900 (init) -> 4900 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenTrident: 4310 (init) -> 4634 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFireElement: 4577 (init) -> 4636 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m60Ammo: 4659 (init) -> 4659 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMobCloner: 4281 (init) -> 4637 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeBattleAxe: 4412 (init) -> 4638 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBanditMask: 4573 (init) -> 4639 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldGun: 4306 (init) -> 4641 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolDrill: 4818 (init) -> 4818 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheWood: 4262 (init) -> 4642 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:plants: 253 (init) -> 673 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcClarinet: 4293 (init) -> 4643 (map).
[00:27:31] [server thread/INFO]: Injected new block/item furnace3d:furnace: 201 (init) -> 678 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedCopper: 5281 (init) -> 5281 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTuxedoPants: 4524 (init) -> 4646 (map).
[00:27:31] [server thread/INFO]: Injected new block/item enviromine:camel_pack: 4600 (init) -> 4647 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCircuit: 4797 (init) -> 4797 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenReversedDagger: 4435 (init) -> 4648 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:w1200IncendiaryAmmo: 4681 (init) -> 4681 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:axeMud: 4255 (init) -> 4650 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBlackBullet: 4309 (init) -> 4651 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:aaBarrel: 4605 (init) -> 4653 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTinCanFilled: 4868 (init) -> 4868 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:honey: 486 (init) -> 688 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:helicopterBlade: 4613 (init) -> 4655 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHelmetVoidFortress: 4184 (init) -> 4656 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGirdleHover: 4165 (init) -> 4657 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHeaterShield: 4385 (init) -> 4658 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m9: 4716 (init) -> 4716 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHoeVoid: 4183 (init) -> 4663 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:colorizedSaplings: 449 (init) -> 692 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:smallBomb: 4685 (init) -> 4685 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:pickaxeMud: 4254 (init) -> 4664 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:trapblade_stone: 4211 (init) -> 4667 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockChargepad: 553 (init) -> 694 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_diamond_helmet: 4192 (init) -> 4668 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mudBricksStairs: 481 (init) -> 696 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicSpear: 4396 (init) -> 4669 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTritiumCell: 4787 (init) -> 4787 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronShield: 4371 (init) -> 4670 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:firStairs: 470 (init) -> 698 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGolfClub: 4340 (init) -> 4671 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:barrettExplosiveAmmo: 4643 (init) -> 4673 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicStaff: 4463 (init) -> 4674 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHammer: 4344 (init) -> 4679 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemAmuletRunic: 4161 (init) -> 4680 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:p90Ammo: 4668 (init) -> 4682 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldDagger: 4446 (init) -> 4687 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:dust_orichalcum: 4208 (init) -> 4689 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemShovelVoid: 4179 (init) -> 4690 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:honeyBlock: 457 (init) -> 703 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:obsidian_invisible_pressure_plate: 209 (init) -> 707 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullGoldChest: 4508 (init) -> 4691 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_golden_leggings: 4201 (init) -> 4698 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidBiomass: 573 (init) -> 710 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcX407Head: 4537 (init) -> 4699 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneShield: 4370 (init) -> 4700 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolBronzeSpade: 4809 (init) -> 4809 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXSimpledepleted: 4875 (init) -> 4875 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorQuantumLegs: 4848 (init) -> 4848 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:pedestal: 213 (init) -> 715 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:wheel: 4627 (init) -> 4701 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:BlockJarNodeItem: 4150 (init) -> 4702 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ArcaneDoorKey: 4146 (init) -> 4703 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalWingSection: 4620 (init) -> 4704 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:v8Engine: 4634 (init) -> 4707 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondStaff: 4460 (init) -> 4710 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorPlatingExplosive: 4886 (init) -> 4886 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_iron_helmet: 4190 (init) -> 4712 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolHoe: 4949 (init) -> 4949 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:w1200: 4733 (init) -> 4733 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockStoneDevice: 187 (init) -> 719 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mwKnife: 4704 (init) -> 4714 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:advancedMetalCockpit: 4606 (init) -> 4717 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcX407Boots: 4540 (init) -> 4718 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolbox: 4814 (init) -> 4814 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:longGrass: 434 (init) -> 730 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBrokenOrb: 4329 (init) -> 4720 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldMace: 4431 (init) -> 4721 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreLead: 526 (init) -> 731 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPipeWrench: 4365 (init) -> 4722 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalWingSmall: 4621 (init) -> 4723 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transportation:projectred.transportation.cpu: 5296 (init) -> 5296 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStatuette: 4595 (init) -> 4725 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:enderporter: 4246 (init) -> 4726 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronDagger: 4438 (init) -> 4728 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXQuaddepleted: 4877 (init) -> 4877 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transportation:projectred.transportation.pipe: 5293 (init) -> 5293 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBatSU: 4864 (init) -> 4864 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:leggingsMud: 4271 (init) -> 4729 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:food: 4236 (init) -> 4730 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWallBanner: 494 (init) -> 502 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWizardChest: 4527 (init) -> 4735 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sicklewood: 5319 (init) -> 5319 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPMushroom: 4906 (init) -> 4906 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolCutter: 4812 (init) -> 4812 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:dragunov: 4698 (init) -> 4740 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTreetapElectric: 4823 (init) -> 4823 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemInkwell: 4117 (init) -> 4741 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCosmeticOpaque: 181 (init) -> 506 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemSwordVoid: 4182 (init) -> 4742 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:smallChassis: 4626 (init) -> 4743 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemLeggingsThaumium: 4123 (init) -> 4745 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFluidCell: 4774 (init) -> 4774 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_golden_helmet: 4191 (init) -> 4746 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCarbonFibre: 4800 (init) -> 4800 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:woodenWing: 4638 (init) -> 4747 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorVentGold: 4893 (init) -> 4893 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:persimmonLeaves: 429 (init) -> 509 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockScaffold: 540 (init) -> 540 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockIronScaffold: 541 (init) -> 541 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:minigun: 4718 (init) -> 4749 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sasBody: 4764 (init) -> 4764 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_leather_boots: 4203 (init) -> 4751 (map).
[00:27:31] [server thread/INFO]: Injected new block/item SGCraft:ic2PowerUnit: 667 (init) -> 667 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidSuperheatedSteam: 576 (init) -> 576 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:dartBlower: 4243 (init) -> 4753 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostGlaive: 4483 (init) -> 4754 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemPickaxeElemental: 4140 (init) -> 4759 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:at4Ammo: 4641 (init) -> 4761 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flagpole: 4602 (init) -> 4762 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemShard: 4115 (init) -> 4767 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:spetsnazBody: 4768 (init) -> 4768 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcOrb: 4327 (init) -> 4770 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcExcalibur: 4368 (init) -> 4771 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBatRE: 4860 (init) -> 4860 (map).
[00:27:31] [server thread/INFO]: Injected new block/item bigtrees:bt_bigSapling: 247 (init) -> 522 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHelmetFortress: 4171 (init) -> 4773 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHandCuffs: 4343 (init) -> 4776 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldShield: 4375 (init) -> 4778 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:ashStone: 426 (init) -> 524 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLampUnlit: 517 (init) -> 526 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinEmerald: 4564 (init) -> 4780 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:trapblade_diamond: 4214 (init) -> 4781 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_golden_chestplate: 4196 (init) -> 4782 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bootsAmethyst: 4276 (init) -> 4783 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:upgradeModule: 4936 (init) -> 4936 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.stonewalls: 723 (init) -> 723 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenWarhammer: 4419 (init) -> 4790 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:obscurator: 4828 (init) -> 4828 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:palmStairs: 474 (init) -> 527 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartIridium: 4804 (init) -> 4804 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:wall_pressure_plate: 220 (init) -> 528 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondDagger: 4442 (init) -> 4792 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrystal: 4570 (init) -> 4793 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalNose: 4617 (init) -> 4794 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorVentCore: 4892 (init) -> 4892 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHoeElemental: 4142 (init) -> 4796 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorCoolantTriple: 4882 (init) -> 4882 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:largeBomb: 4682 (init) -> 4801 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPedestal: 511 (init) -> 529 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:marineBoots: 4761 (init) -> 4803 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBanner: 493 (init) -> 530 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrenchHorn: 4291 (init) -> 4805 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mp5Ammo: 4667 (init) -> 4808 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:misc: 4238 (init) -> 4810 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockAlloy: 533 (init) -> 533 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemEldritchObject: 4174 (init) -> 4811 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullDiaShield: 4382 (init) -> 4817 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeHalberd: 4403 (init) -> 4821 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedLead: 5284 (init) -> 5284 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullLeatherHead: 4503 (init) -> 4824 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:fnscarAmmo: 4646 (init) -> 4826 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flesh: 252 (init) -> 550 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondBattleAxe: 4411 (init) -> 4829 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeDagger: 4444 (init) -> 4831 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:woodenPropeller: 4636 (init) -> 4833 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGoggles: 4120 (init) -> 4835 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:marineHelmet: 4762 (init) -> 4836 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHockeyStick: 4349 (init) -> 4838 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockArcaneFurnace: 198 (init) -> 553 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTube: 184 (init) -> 558 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumSimple: 4872 (init) -> 4872 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sickleruby: 5323 (init) -> 5323 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:claymore: 4742 (init) -> 4839 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullBronzeHead: 4511 (init) -> 4842 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:stinger: 4730 (init) -> 4843 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorNanoHelmet: 4842 (init) -> 4844 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:minigunAmmo: 4664 (init) -> 4846 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemNuggetPork: 4135 (init) -> 4850 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockWall: 539 (init) -> 570 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:barrettAmmo: 4642 (init) -> 4852 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:anti_anti_builder_stone: 217 (init) -> 573 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLeadPipe: 4346 (init) -> 4853 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:l96Ammo: 4651 (init) -> 4855 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolMiningLaser: 4824 (init) -> 4857 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBearClaw: 4454 (init) -> 4858 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorRubBoots: 4836 (init) -> 4859 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mwMedKit: 4745 (init) -> 4861 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHoeThaumium: 4129 (init) -> 4863 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMetal: 542 (init) -> 580 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:abrams: 4735 (init) -> 4865 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPDesertification: 4904 (init) -> 4904 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubLeaves: 528 (init) -> 583 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTable: 189 (init) -> 584 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockWarded: 199 (init) -> 585 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPlates: 4780 (init) -> 4866 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockManaPod: 197 (init) -> 589 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeMace: 4430 (init) -> 4867 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemwcarbonrotor: 4962 (init) -> 4962 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeScythe: 4472 (init) -> 4869 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusPrimal: 4110 (init) -> 4871 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:tankBarrel: 4628 (init) -> 4879 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneGun: 4296 (init) -> 4881 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockBarrel: 567 (init) -> 593 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.lantern: 5328 (init) -> 5328 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldBattleAxe: 4413 (init) -> 4883 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicShield: 4376 (init) -> 4884 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTaint: 179 (init) -> 595 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneBullet: 4297 (init) -> 4885 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIceSpell: 4323 (init) -> 4887 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronBullet: 4299 (init) -> 4891 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flippers: 4278 (init) -> 4894 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockWoodenDevice: 186 (init) -> 598 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenBattleAxe: 4407 (init) -> 4896 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCropSeed: 4945 (init) -> 4945 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:HandMirror: 4147 (init) -> 4897 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondWarhammer: 4420 (init) -> 4898 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolChainsaw: 4821 (init) -> 4905 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicSword: 4338 (init) -> 4907 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcOcarina: 4292 (init) -> 4908 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:cover_plate_item: 224 (init) -> 601 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneHalberd: 4399 (init) -> 4909 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXSimple: 4869 (init) -> 4910 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m249: 4712 (init) -> 4911 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemNugget: 4131 (init) -> 4912 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_iron_boots: 4205 (init) -> 4914 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGolemCore: 4153 (init) -> 4919 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneSingleSlab: 465 (init) -> 608 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHolySpell: 4326 (init) -> 4920 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondReversedDagger: 4443 (init) -> 4922 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorVentSpread: 4894 (init) -> 4923 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterLightGrey: 4924 (init) -> 4924 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostTrident: 4319 (init) -> 4925 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:woodenTail: 4637 (init) -> 4928 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.fixture: 5330 (init) -> 5330 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:overgrownNetherrack: 435 (init) -> 610 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronReversedDagger: 4439 (init) -> 4931 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBowBone: 4157 (init) -> 4932 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:p90: 4720 (init) -> 4933 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidDistilledWater: 575 (init) -> 618 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronTrident: 4312 (init) -> 4934 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:trapblade_wood: 4210 (init) -> 4938 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:foliage: 416 (init) -> 624 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:spetsnazPants: 4771 (init) -> 4940 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTinCan: 4867 (init) -> 4941 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicGlaive: 4482 (init) -> 4946 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bootsMud: 4272 (init) -> 4947 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBaseballBat: 4345 (init) -> 4954 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:c4: 4741 (init) -> 4955 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDynamiteSticky: 4934 (init) -> 4958 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronStaff: 4458 (init) -> 4960 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_golden_boots: 4206 (init) -> 4961 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:rpgAmmo: 4673 (init) -> 4963 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenScythe: 4466 (init) -> 4964 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBorder: 491 (init) -> 635 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostSword: 4339 (init) -> 4967 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:cart.energy.mfe: 5058 (init) -> 5058 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidPahoehoeLava: 572 (init) -> 636 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDynamite: 4933 (init) -> 4968 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBootsThaumium: 4124 (init) -> 4969 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterGreen: 4919 (init) -> 4970 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemLeggingsVoidFortress: 4186 (init) -> 4971 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullIronChest: 4506 (init) -> 4972 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluxGas: 166 (init) -> 641 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:grave: 459 (init) -> 642 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostShield: 4377 (init) -> 4973 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.woolgin: 5298 (init) -> 5298 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemNightvisionGoggles: 4858 (init) -> 4974 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemEssence: 4111 (init) -> 4975 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:w1200Ammo: 4680 (init) -> 4976 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiaShield: 4373 (init) -> 4977 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:armorBox.mwArmour: 521 (init) -> 644 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:chestplateAmethyst: 4274 (init) -> 4978 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:skorpion: 4729 (init) -> 4979 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReinforcedFoam: 537 (init) -> 648 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact: 4187 (init) -> 4980 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorUraniumDualdepleted: 4879 (init) -> 4981 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:r870: 4723 (init) -> 4982 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidBiogas: 574 (init) -> 654 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicHalberd: 4405 (init) -> 4983 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSoldierLegs: 4535 (init) -> 4984 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSkull: 4585 (init) -> 4985 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorMOXQuad: 4871 (init) -> 4986 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m67: 4743 (init) -> 4987 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m249Ammo: 4657 (init) -> 4988 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockHarz: 530 (init) -> 658 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusExcavation: 4106 (init) -> 4989 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenShield: 4369 (init) -> 4990 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m1911Ammo: 4655 (init) -> 4991 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mudBricks: 432 (init) -> 663 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_leather_leggings: 4198 (init) -> 4992 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mud: 248 (init) -> 664 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBlueprint: 4583 (init) -> 4993 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullEmeraldLeggings: 4517 (init) -> 4994 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m60: 4714 (init) -> 4995 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullDiamondHead: 4509 (init) -> 4996 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMailbox: 489 (init) -> 668 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBucketDeath: 4170 (init) -> 4997 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockGenerator: 546 (init) -> 670 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedNickel: 5285 (init) -> 5285 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneTrident: 4311 (init) -> 4998 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCommissarBottom: 4544 (init) -> 4999 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCouchWood: 500 (init) -> 675 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusHellbat: 4103 (init) -> 5000 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hoeMud: 4256 (init) -> 5001 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCombatKnive: 4352 (init) -> 5002 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcRedstoneBlock: 487 (init) -> 679 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.shovelsapphire: 5310 (init) -> 5310 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullBronzeBoots: 4514 (init) -> 5003 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCouchWool: 499 (init) -> 682 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hoeAmethyst: 4261 (init) -> 5004 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautBoots: 4753 (init) -> 5005 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubWood: 527 (init) -> 683 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcHarp: 4289 (init) -> 5006 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:plasmaLauncher: 4831 (init) -> 5007 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronHalberd: 4400 (init) -> 5008 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:rpd: 4725 (init) -> 5009 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautHelmet: 4754 (init) -> 5010 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:rpg: 4726 (init) -> 5011 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:v4Engine: 4632 (init) -> 5012 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemSteamTurbine: 4963 (init) -> 5013 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:PrimalArrow: 4158 (init) -> 5014 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemMugBooze: 4958 (init) -> 5015 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBloodBlock: 492 (init) -> 684 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLamp: 514 (init) -> 685 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrossbow: 4359 (init) -> 5016 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCropnalyzer: 4946 (init) -> 5017 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sg550Ammo: 4674 (init) -> 5018 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:goldDesertEagle: 4703 (init) -> 5019 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:g3: 4700 (init) -> 5020 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs1: 439 (init) -> 690 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorCoolantSimple: 4881 (init) -> 5021 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs2: 440 (init) -> 691 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockOreCopper: 523 (init) -> 693 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCable: 4865 (init) -> 5022 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldSkirt: 4555 (init) -> 5023 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:upgrade.lapotron: 5056 (init) -> 5056 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBanjo: 4286 (init) -> 5024 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:kskPants: 4759 (init) -> 5025 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockCable: 543 (init) -> 700 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockRubSapling: 529 (init) -> 701 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrate: 497 (init) -> 702 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondTrident: 4314 (init) -> 5026 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs4: 442 (init) -> 704 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicDagger: 4448 (init) -> 5027 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:logs3: 441 (init) -> 705 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorJetpack: 4850 (init) -> 5028 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullEmeraldHead: 4515 (init) -> 5029 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemRubber: 4773 (init) -> 5030 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcX407Legs: 4539 (init) -> 5031 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.shovelperidot: 5311 (init) -> 5311 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCandle: 195 (init) -> 708 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcArcaneSpell: 4321 (init) -> 5032 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorBatpack: 4852 (init) -> 5033 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCustomPlant: 178 (init) -> 709 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sickleiron: 5321 (init) -> 5321 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardIce: 427 (init) -> 711 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcScutumShield: 4387 (init) -> 5034 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostReversedDagger: 4451 (init) -> 5035 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemUran235: 4792 (init) -> 5036 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:magicStairs: 472 (init) -> 714 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemHelmetVoid: 4175 (init) -> 5037 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorPlating: 4884 (init) -> 5038 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKukri: 4335 (init) -> 5039 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemUran238: 4794 (init) -> 5040 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:uziAmmo: 4679 (init) -> 5041 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcViolinBow: 4288 (init) -> 5042 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorCFPack: 4855 (init) -> 5043 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:g36: 4701 (init) -> 5044 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mangroveStairs: 473 (init) -> 720 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemsteelrotor: 4961 (init) -> 5045 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSoldierHead: 4533 (init) -> 5046 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCrushedOre: 4778 (init) -> 5047 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockChestHungry: 190 (init) -> 728 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCoalChunk: 4909 (init) -> 5048 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPendant: 4582 (init) -> 5049 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:opStick: 4601 (init) -> 5050 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemUran235small: 4793 (init) -> 5051 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemOreIridium: 4803 (init) -> 5052 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.lightbutton: 5334 (init) -> 5334 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemMugCoffee: 4955 (init) -> 5053 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:enginePiston: 4623 (init) -> 5054 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBag: 4569 (init) -> 5055 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:stoneDoubleSlab: 466 (init) -> 732 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKey: 4580 (init) -> 5059 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCommissarChest: 4542 (init) -> 5060 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFuelPlantBall: 4914 (init) -> 5064 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bones: 458 (init) -> 733 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCarbonMesh: 4801 (init) -> 5065 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:fnscar: 4699 (init) -> 5066 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorAccessHatch: 549 (init) -> 549 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:helmetMud: 4269 (init) -> 5067 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLightningSpell: 4322 (init) -> 5068 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:turnipSeeds: 4237 (init) -> 5069 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorReflectorThick: 4897 (init) -> 5070 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.fixture.inv: 5331 (init) -> 5331 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:treeMoss: 413 (init) -> 503 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronWarhammer: 4418 (init) -> 5071 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:catTrackPiece: 4611 (init) -> 5072 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemironrotor: 4960 (init) -> 5073 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:part.turbine.rotor: 5060 (init) -> 5074 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:bombBay: 4609 (init) -> 5075 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDust: 4783 (init) -> 5076 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostWarhammer: 4424 (init) -> 5077 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockITNT: 562 (init) -> 562 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSledgeHammer: 4350 (init) -> 5078 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSwissArmyKnife: 4366 (init) -> 5079 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondHalberd: 4402 (init) -> 5080 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAssassinHead: 4529 (init) -> 5081 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:metalCockpit: 4616 (init) -> 5082 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:rotaryEngine: 4624 (init) -> 5083 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemStaticBoots: 4857 (init) -> 5084 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCampfireUnlit: 516 (init) -> 516 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostSpear: 4397 (init) -> 5085 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.hoeperidot: 5305 (init) -> 5305 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicScythe: 4473 (init) -> 5086 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTacticalHead: 4501 (init) -> 5087 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:pineStairs: 477 (init) -> 511 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCellEmpty: 4866 (init) -> 5088 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemChestplateVoid: 4176 (init) -> 5089 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenMace: 4428 (init) -> 5090 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:r870Ammo: 4671 (init) -> 5091 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBoStaff: 4354 (init) -> 5092 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:glock: 4702 (init) -> 5093 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorNanoLegs: 4844 (init) -> 5094 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostMace: 4433 (init) -> 5095 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemLeggingsVoid: 4177 (init) -> 5096 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeTrident: 4315 (init) -> 5097 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcShelf: 507 (init) -> 515 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenBattleAxe: 4410 (init) -> 5098 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCoalBlock: 4908 (init) -> 5099 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemThaumonomicon: 4118 (init) -> 5100 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidHotCoolant: 571 (init) -> 571 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronScythe: 4468 (init) -> 5102 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAmethyst: 4588 (init) -> 5103 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mim23Ammo: 4663 (init) -> 5104 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldHalberd: 4404 (init) -> 5105 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNinjaPants: 4552 (init) -> 5106 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheDiamond: 4266 (init) -> 5107 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bopBucket: 4247 (init) -> 5108 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTreetap: 4805 (init) -> 5109 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:r700: 4722 (init) -> 5110 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcLocket: 4593 (init) -> 5111 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullIronShield: 4380 (init) -> 5112 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:vehicleSeat: 4625 (init) -> 5113 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemGrinPowder: 4940 (init) -> 5114 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:catTrack: 4610 (init) -> 5115 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transmission:projectred.transmission.framewire: 5292 (init) -> 5292 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterCyan: 4923 (init) -> 5116 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorPlatingHeat: 4885 (init) -> 5117 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidConstructionFoam: 569 (init) -> 569 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldReversedDagger: 4447 (init) -> 5118 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGunChainsaw: 4362 (init) -> 5119 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullEmeraldChest: 4516 (init) -> 5120 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGiantShuriken: 4333 (init) -> 5121 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondScythe: 4470 (init) -> 5122 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine3: 556 (init) -> 556 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterYellow: 4928 (init) -> 5123 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockMachine2: 555 (init) -> 555 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBatREDischarged: 4859 (init) -> 5124 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterOrange: 4931 (init) -> 5125 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStool: 502 (init) -> 531 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:r700Ammo: 4670 (init) -> 5126 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemGirdleRunic: 4163 (init) -> 5127 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorBronzeLegs: 4839 (init) -> 5128 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_iron_chestplate: 4195 (init) -> 5129 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockHeatGenerator: 545 (init) -> 545 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockFoam: 538 (init) -> 538 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolBronzeSword: 4808 (init) -> 5130 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemCofeePowder: 4954 (init) -> 5131 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemShovelThaumium: 4125 (init) -> 5132 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeWarhammer: 4421 (init) -> 5133 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenBroadsword: 4484 (init) -> 5134 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:driedDirt: 249 (init) -> 546 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:bamboo: 431 (init) -> 548 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:flowerBand: 4277 (init) -> 5135 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcPlaceholder: 503 (init) -> 551 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemBaubleBlanks: 4160 (init) -> 5136 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transportation:projectred.transportation.routerutil: 5295 (init) -> 5295 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:passengerBay: 4622 (init) -> 5137 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullIronHead: 4505 (init) -> 5138 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:panzerfaust3: 4721 (init) -> 5139 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m21Ammo: 4656 (init) -> 5140 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sicklediamond: 5326 (init) -> 5326 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondBullet: 4303 (init) -> 5141 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockCustomOre: 169 (init) -> 572 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockLuminatorDark: 557 (init) -> 574 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemTFBPFlatification: 4905 (init) -> 5142 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcEmeraldBullet: 4307 (init) -> 5143 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSaiBlade: 4355 (init) -> 5144 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcKatar: 4455 (init) -> 5145 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDensePlates: 4781 (init) -> 5146 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAssassinChest: 4530 (init) -> 5147 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:jarEmpty: 4241 (init) -> 5148 (map).
[00:27:31] [server thread/INFO]: Injected new block/item furnace3d:lit_furnace: 202 (init) -> 579 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcShuriken: 4332 (init) -> 5149 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcElementalStaff: 4465 (init) -> 5150 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFertilizer: 4947 (init) -> 5151 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:spike_block: 216 (init) -> 586 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcWoodenStaff: 4456 (init) -> 5152 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorCondensator: 4898 (init) -> 5153 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcTeleporter: 4285 (init) -> 5154 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hardDirt: 451 (init) -> 588 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPlutonium: 4790 (init) -> 5155 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcReverseKunai: 4331 (init) -> 5156 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemLeggingsFortress: 4173 (init) -> 5157 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusFire: 4101 (init) -> 5158 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.stone: 722 (init) -> 722 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorHazmatLeggings: 4835 (init) -> 5159 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemChestplateThaumium: 4122 (init) -> 5160 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockJar: 194 (init) -> 597 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMWRedDot: 4690 (init) -> 5161 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:fiberglass: 4604 (init) -> 5162 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.axesapphire: 5301 (init) -> 5301 (map).
[00:27:31] [server thread/INFO]: Injected new block/item technom:purifiedIron: 5279 (init) -> 5279 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterWhite: 4932 (init) -> 5163 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_chainmail_helmet: 4189 (init) -> 5164 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:mwParachute: 4746 (init) -> 5165 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeGun: 4304 (init) -> 5166 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:g3Ammo: 4648 (init) -> 5167 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullWoodenHead: 4519 (init) -> 5168 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautBootsBrown: 4749 (init) -> 5169 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullWoodenBoots: 4522 (init) -> 5170 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMirror: 188 (init) -> 604 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:arrow_trap: 219 (init) -> 606 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMWSilencer: 4691 (init) -> 5171 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemcrystalmemory: 4817 (init) -> 5172 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolBronzeHoe: 4810 (init) -> 5173 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicBattleAxe: 4414 (init) -> 5174 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockLuminator: 558 (init) -> 609 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sigP226: 4728 (init) -> 5175 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:panzerfaust3Ammo: 4669 (init) -> 5176 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transportation:projectred.transportation.creativecpu: 5297 (init) -> 5297 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorReflector: 4896 (init) -> 5177 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldenStaff: 4459 (init) -> 5178 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorNanoChestplate: 4843 (init) -> 5179 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMWACOG: 4687 (init) -> 5180 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Railcraft:cart.energy.cesu: 5059 (init) -> 5181 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullWoodenChest: 4520 (init) -> 5182 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:ak47Ammo: 4639 (init) -> 5183 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemSteamTurbineBlade: 4964 (init) -> 5184 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:saplings: 448 (init) -> 611 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullGoldHead: 4507 (init) -> 5185 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m1014: 4707 (init) -> 5186 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:shovelMud: 4253 (init) -> 5187 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m40a3Ammo: 4658 (init) -> 5188 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemRecipePart: 4776 (init) -> 5189 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:fluidSteam: 577 (init) -> 615 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorChamber: 547 (init) -> 616 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:rocks: 250 (init) -> 619 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNinjaClaw: 4452 (init) -> 5190 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemAxeThaumium: 4127 (init) -> 5191 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:sacredoakStairs: 467 (init) -> 621 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFireSpell: 4324 (init) -> 5192 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemScrap: 4912 (init) -> 5193 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostBattleAxe: 4415 (init) -> 5194 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemSpawnerEgg: 4166 (init) -> 5195 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Illumination:projectred.illumination.flightbutton: 5335 (init) -> 5335 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:tornado: 4740 (init) -> 5196 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFrostHalberd: 4406 (init) -> 5197 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:appleLeaves: 428 (init) -> 628 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:juggernautPantsBrown: 4751 (init) -> 5198 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemBatLamaCrystal: 4863 (init) -> 5199 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicBox: 193 (init) -> 632 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorRedstonePort: 550 (init) -> 633 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:largeWheel: 4615 (init) -> 5200 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDoorAlloy: 4938 (init) -> 5201 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorCoolantSix: 4883 (init) -> 5202 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterDarkGrey: 4925 (init) -> 5203 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorAdvBatpack: 4853 (init) -> 5204 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcAssassinLeggings: 4531 (init) -> 5205 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sawruby: 5316 (init) -> 5316 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenSingleSlab2: 463 (init) -> 639 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:woodenSingleSlab1: 461 (init) -> 640 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemChestplateVoidFortress: 4185 (init) -> 5206 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:willowStairs: 476 (init) -> 643 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sicklesapphire: 5324 (init) -> 5324 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:advancedTankBody: 4607 (init) -> 5207 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcChickenSword: 4342 (init) -> 5208 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:makarov: 4717 (init) -> 5209 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockAlloyGlass: 535 (init) -> 650 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:spetsnazHelmet: 4770 (init) -> 5210 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_chainmail_boots: 4204 (init) -> 5211 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCandleUnlit: 518 (init) -> 655 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemScanner: 4826 (init) -> 5212 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCommissarHead: 4541 (init) -> 5213 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:l86Ammo: 4650 (init) -> 5214 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSilk: 4594 (init) -> 5215 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:illusionary_block: 205 (init) -> 657 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartIndustrialDiamond: 4910 (init) -> 5216 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolWrench: 4811 (init) -> 5217 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDustSmall: 4782 (init) -> 5218 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sawperidot: 5318 (init) -> 5318 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorQuantumHelmet: 4846 (init) -> 5219 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemRTGPellet: 4796 (init) -> 5220 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockFluidPure: 167 (init) -> 659 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockHole: 200 (init) -> 660 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:sasPants: 4767 (init) -> 5221 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:cragRock: 455 (init) -> 665 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcFullGoldenShield: 4381 (init) -> 5222 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:scytheStone: 4263 (init) -> 5223 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockTaintFibres: 180 (init) -> 671 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockNuke: 563 (init) -> 672 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:fake_block_item: 222 (init) -> 674 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mudball: 4240 (init) -> 5224 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hell_blood: 485 (init) -> 676 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:blowTorch: 4747 (init) -> 5225 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:FocusShock: 4102 (init) -> 5226 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBook: 510 (init) -> 680 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemNuggetFish: 4136 (init) -> 5227 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBeam: 509 (init) -> 681 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCommissarLegs: 4543 (init) -> 5228 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:ItemAmuletVis: 4164 (init) -> 5229 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondMace: 4429 (init) -> 5230 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBatton: 4361 (init) -> 5231 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:swordAmethyst: 4257 (init) -> 5232 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcIronGlaive: 4477 (init) -> 5233 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorVent: 4891 (init) -> 5234 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCryscentShield: 4386 (init) -> 5235 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcScripter: 4282 (init) -> 5236 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:TripleMeatTreat: 4137 (init) -> 5237 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrossBolt: 4360 (init) -> 5238 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterPurple: 4922 (init) -> 5239 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemPartCoalBall: 4907 (init) -> 5240 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m14Ammo: 4653 (init) -> 5241 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcInfantryHelmet: 4545 (init) -> 5242 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeGlaive: 4480 (init) -> 5243 (map).
[00:27:31] [server thread/INFO]: Injected new block/item SpiceOfLife:bookfoodjournal: 5102 (init) -> 5244 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSatchel: 4568 (init) -> 5245 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:gunBox.modern: 522 (init) -> 695 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:GolemBell: 4155 (init) -> 5246 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGuitar: 4290 (init) -> 5247 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:g36Ammo: 4647 (init) -> 5248 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcStoneGlaive: 4476 (init) -> 5249 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorBronzeChestplate: 4838 (init) -> 5250 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemAdvBat: 4861 (init) -> 5251 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:m1911: 4710 (init) -> 5252 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:mahoganyStairs: 480 (init) -> 699 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDiamondGun: 4302 (init) -> 5253 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:arrow_trap_item: 223 (init) -> 706 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Transmission:projectred.transmission.wire: 5291 (init) -> 5291 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Artifacts:artifact_leather_chestplate: 4193 (init) -> 5254 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:v6Engine: 4633 (init) -> 5255 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:axeAmethyst: 4260 (init) -> 5256 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemFreq: 4829 (init) -> 5257 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcNatureSpell: 4320 (init) -> 5258 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:gems: 4239 (init) -> 5259 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBigSign: 504 (init) -> 712 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:reactorHeatSwitch: 4887 (init) -> 5260 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSign: 508 (init) -> 713 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDebug: 4941 (init) -> 5261 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemToolPainterBrown: 4920 (init) -> 5262 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockPersonal: 561 (init) -> 716 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcGoldGun: 4300 (init) -> 5263 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:hive: 456 (init) -> 717 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemDiamondBlockCuttingBlade: 4967 (init) -> 5264 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCowleatherBoots: 4496 (init) -> 5265 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:cherryStairs: 468 (init) -> 718 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:blockReactorFluidPort: 548 (init) -> 727 (map).
[00:27:31] [server thread/INFO]: Injected new block/item BiomesOPlenty:biomeEssence: 4251 (init) -> 5266 (map).
[00:27:31] [server thread/INFO]: Injected new block/item Thaumcraft:blockMagicalLog: 176 (init) -> 729 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCoinDiamond: 4563 (init) -> 5267 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcMounter: 4284 (init) -> 5268 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemArmorHazmatHelmet: 4833 (init) -> 5269 (map).
[00:27:31] [server thread/INFO]: Injected new block/item IC2:itemSlag: 4911 (init) -> 5270 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcBronzeBullet: 4305 (init) -> 5271 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcSoldierChest: 4534 (init) -> 5272 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:flanMWForegrip: 4689 (init) -> 5274 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.swordruby: 5312 (init) -> 5312 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcDemonicReversedDagger: 4449 (init) -> 5275 (map).
[00:27:31] [server thread/INFO]: Injected new block/item customnpcs:npcCrown: 4548 (init) -> 5276 (map).
[00:27:31] [server thread/INFO]: Injected new block/item enviromine:dirty_water_bottle: 4597 (init) -> 5277 (map).
[00:27:31] [server thread/INFO]: Injected new block/item flansmod:fuelCan: 4612 (init) -> 5278 (map).
[00:27:31] [server thread/INFO]: Injected new block/item ProjRed|Exploration:projectred.exploration.sawsapphire: 5317 (init) -> 5317 (map).
[00:27:31] [server thread/INFO]: Applying holder lookups
[00:27:32] [server thread/INFO]: Holder lookups applied
[00:27:32] [server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@4a5f3b5)
[00:27:32] [server thread/INFO]: Loading dimension 7 (New World) (net.minecraft.server.integrated.IntegratedServer@4a5f3b5)
[00:27:32] [server thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Created new file
[00:27:32] [server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@4a5f3b5)
[00:27:32] [server thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Created new file
[00:27:32] [server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@4a5f3b5)
[00:27:32] [server thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Created new file
[00:27:32] [server thread/INFO]: [com.flansmod.common.FlansMod:log:488]: [Flan's Mod] Created new file
[00:27:32] [server thread/INFO]: Preparing start region for level 0
[00:27:32] [server thread/INFO]: Created Retrogen database for dimension 0
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/ERROR]: "Silently" catching entity tracking error.
net.minecraft.util.ReportedException: Adding entity to track
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?]
at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?]
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?]
at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?]
at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?]
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:843) [mt.class:?]
at net.minecraft.world.World.func_72868_a(World.java:3303) [ahb.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78) [bsx.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.IllegalStateException: Entity is already tracked!
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?]
... 19 more
[00:27:33] [server thread/INFO]: Preparing spawn area: 89%
[00:27:33] [server thread/INFO]: [CoroUtil.forge.CoroAI:initTry:89]: CoroUtil being reinitialized
[00:27:34] [server thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 26
[00:27:34] [server thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 27
[00:27:34] [server thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 28
[00:27:34] [Netty Client IO #0/INFO]: Server protocol version 1
[00:27:34] [Netty IO #1/INFO]: Client protocol version 1
[00:27:34] [Netty IO #1/INFO]: Client attempting to join with 53 mods : iChunUtil@4.0.0,ExtendedRenderer@v1.0,BiblioCraft@1.7.5,ZAMod@v1.9.4,TwilightForest@2.3.2,flansmod@4.6.3,RopesPlus@1.6.3,mcp@9.05,ConfigMod@v1.0,DamageIndicatorsMod@3.2.0,Thaumcraft@4.2.0.1,BackTools@4.0.0,battlemusic@1.5,furnace3d@1.2.0,enviromine@1.2.24,bigtrees@1.6.4,ProjRed|Transmission@4.4.8.47,CodeChickenCore@1.0.4.29,ProjRed|Transportation@4.4.8.47,Railcraft@9.2.2.0,ProjRed|Integration@4.4.8.47,Waila@1.5.5,BiomesOPlenty@2.1.0,ProjRed|Core@4.4.8.47,ProjRed|Illumination@4.4.8.47,radixcore@1.3.0,ProjRed|Expansion@4.4.8.47,Artifacts@1.0.5,technom@0.8.1,weaponmod@1.7.2 v1.14.2,ProjRed|Compatibility@4.4.8.47,FML@7.10.85.1231,NotEnoughItems@1.0.3.62,customnpcs@1.7.10b,IC2@2.2.647-experimental,MobDismemberment@4.0.0,ForgeMultipart@1.1.0.300,Baubles@1.0.1.7,betterrain@0.15,ATG@0.10.0,YALSM@2.1.3,helpfulvillagers@1.1.7,SpiceOfLife@1.1.1,Forge@10.13.2.1231,musiccraft@2.9.7,MobAmputation@4.0.0,McMultipart@1.1.0.300,SGCraft@1.3.3,StorageDrawers@1.0.3,ForgeMicroblock@1.1.0.300,ProjRed|Exploration@4.4.8.47,weather2@v2.3.5,CoroAI@v1.0
[00:27:34] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
[00:27:34] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
[00:27:34] [Client thread/INFO]: [Client thread] Client side modded connection established
[00:27:34] [server thread/INFO]: Changing view distance to 7, from 10
[00:27:34] [server thread/INFO]: [server thread] Server side modded connection established
[00:27:34] [server thread/WARN]: Thaumcraft data not found for regina1997. Trying to load backup Thaumcraft data.
[00:27:34] [server thread/INFO]: Assigning initial aspects to regina1997
[00:27:34] [server thread/INFO]: regina1997[local:E:ecd1df3d] logged in with entity id 354 at (223.5, 65.0, 147.5)
[00:27:34] [server thread/INFO]: regina1997 joined the game
[00:27:34] [Client thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 26
[00:27:34] [Client thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 27
[00:27:34] [Client thread/WARN]: DataWatcher ID conflict for player:[unknown] @ 28
[00:27:37] [Thread-10/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here
[00:27:37] [server thread/INFO]: Player EntityPlayerMP['regina1997'/354, l='New World', x=223.50, y=65.00, z=147.50] connected. Sending ping
[00:27:37] [Client thread/INFO]: Client received server config settings.
[00:27:37] [Client thread/INFO]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_CAP[10], ASPECT_TOTAL_CAP[100
[00:27:37] [server thread/INFO]: [CHAT] Version 4.5.1 of ProjectRed was released on 10/13/2014.
[00:27:37] [server thread/INFO]: [CHAT] (since v4.5.1)
[00:27:37] [server thread/INFO]: [CHAT] - ADDED: ColoredLights compatability.
[00:27:37] [server thread/INFO]: [CHAT] - CHANGE: Lights can now sit on hollow frames
[00:27:37] [server thread/INFO]: [CHAT] - CHANGE: Framed wires can now connect behind things like lights
[00:27:37] [server thread/INFO]: [CHAT] - FIX: Ore dictionary recipes for red alloy
[00:27:37] [server thread/INFO]: [CHAT] (since v4.5.0)
[00:27:37] [server thread/INFO]: [CHAT] - CHANGE: Removed power requirement for pipe networks
[00:27:37] [server thread/INFO]: [CHAT] - CHANGE: Removed router controller and CPU
[00:27:37] [server thread/INFO]: [CHAT] - CHANGE: More efficient path finding for pipes
[00:27:37] [server thread/INFO]: [CHAT] - FIX: ComputerCraft API crash
[00:27:37] [server thread/INFO]: [CHAT] - FIX: Ore dictionary glitches
[00:27:37] [server thread/INFO]: [CHAT] - FIX: Recipe glitches
[00:27:37] [server thread/INFO]: [CHAT] (since v4.4.9)
[00:27:37] [server thread/INFO]: [CHAT] - FIX: Server crash
[00:27:37] [server thread/INFO]: [CHAT] - FIX: Added Red alloy ingot to ore dictionary
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemBucketRailcraft@42e9dfc6
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemBucketRailcraft@2ed20c4e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemCrowbar@525dec8a
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemCrowbarReinforced@21b786f
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemMagnifyingGlass@740a2a7f
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemGoggles@3ff4bba0
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelShears@10ed002c
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelSword@37a65162
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelShovel@8291579
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelPickaxe@4140bf1e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelAxe@1c36c0a
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelHoe@44ea056d
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@600a5a73
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@47b86547
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@1b013d1a
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemSteelArmor@6e5283cf
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemOveralls@6b4bc39e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@38746b97
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@6343a375
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@6da0893c
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@4691fa5e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.fluids.ItemFluidContainer@19cc5584
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@36025a57
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@253de144
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@722cef8
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@683c68d8
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.blocks.signals.ItemSignalBlockSurveyor@6d7e8bed
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.blocks.signals.ItemSignalTuner@315fccfd
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@88b0f5e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemTunnelBore@dd11b33
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@16bf2936
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@7e8439b2
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@48f52dd8
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCartAnchor@1e949405
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCartAnchor@61324f8
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCartAnchor@74f00984
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@b94951e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@6549c55
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemWhistleTuner@2bc7463d
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemLocomotive@25736da0
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRoutingTable@5ac0b91c
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemTicketGold@be13195
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemTicket@6d7e334a
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.emblems.ItemEmblem@7859776e
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneRaw@44a07dc1
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneCut@3de42f78
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneRefined@5fb7b66c
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.firestone.ItemFirestoneCracked@791bdaf0
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@718defd7
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@6f32765
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@3aac1443
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@776658cc
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.plugins.thaumcraft.ItemCrowbarMagic@543b9229
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.items.ItemRailcraft@495634ea
[00:27:37] [Client thread/ERROR]: Failed to find identifier for: mods.railcraft.common.carts.ItemCart@5107972d
[00:27:37] [server thread/INFO]: [CoroUtil.pathfinding.PFQueue:<init>:138]: Initializing PFQueue
[00:27:38] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3978ms behind, skipping 79 tick(s)
[00:27:42] [Client thread/INFO]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:21]: IC2 NEI Submodule initialized
[00:27:42] [Client thread/INFO]: [CHAT] §cUpdate 1.2.28 of EnviroMine is available
[00:27:42] [Client thread/INFO]: [CHAT] §rDownload & Changelog:
[00:27:42] [Client thread/INFO]: [CHAT] §r§9§nhttps://github.com/Funwayguy/EnviroMine/wiki/Downloads
[00:27:42] [Client thread/INFO]: [CHAT] §rMerge pull request #19 from TheVikingWarrior/master
[00:27:42] [Client thread/INFO]: [CHAT] §r
[00:27:42] [Client thread/INFO]: [CHAT] §rCreate it_IT.lang
[00:27:42] [Client thread/INFO]: Received server authentication msg. Remote sync will be activated
[00:27:42] [Client thread/INFO]: [CHAT] §2RadixCore 1.3.4§E for §2Minecraft 1.7.10§E is available.
[00:27:42] [Client thread/INFO]: [CHAT] §EClick §9§o§nhere§r§E to download the update for RadixCore.
[00:27:42] [Client thread/INFO]: [ktos94852.musiccraft.common.ClientTickHandler:checkForUpdate:391]: [MusicCraft] Looking for update...
[00:27:44] [Client thread/INFO]: [CHAT] Your version of MusicCraft is 2.9.7, actual version is <html>! For information and download go here: <html>
[00:27:44] [Client thread/INFO]: [ktos94852.musiccraft.common.ClientTickHandler:checkForUpdate:408]: MusicCraft version: 2.9.7. Actual version: <html>.
[00:27:45] [Client thread/WARN]: =============================================================
[00:27:45] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[00:27:45] [Client thread/WARN]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[00:27:45] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[00:27:45] [Client thread/WARN]: =============================================================
[00:27:45] [Client thread/INFO]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
[00:27:45] [Client thread/INFO]: [CHAT] Damage Indicators v.3.2.0.0 is up to date.
[00:27:53] [server thread/INFO]: [regina1997: Given [Weapon Rack] * 64 to regina1997]
[00:27:53] [Client thread/INFO]: [CHAT] Given [Weapon Rack] * 64 to regina1997
[00:27:55] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@3
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 3
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:55] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@4
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 4
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:55] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@5
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:55] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@6
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:55] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@7
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 7
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@8
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 8
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@9
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 9
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@10
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@11
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 11
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@12
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 12
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@13
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 13
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@14
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 14
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:27:56] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@15
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 15
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:27:56] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 19 more
[00:28:10] [server thread/INFO]: [regina1997: Given [Crossbow] * 1 to regina1997]
[00:28:10] [Client thread/INFO]: [CHAT] Given [Crossbow] * 1 to regina1997
[00:28:15] [server thread/INFO]: [regina1997: Given [Musket with Stone Bayonet] * 1 to regina1997]
[00:28:15] [Client thread/INFO]: [CHAT] Given [Musket with Stone Bayonet] * 1 to regina1997
[00:28:16] [server thread/INFO]: [regina1997: Given [Musket with Stone Bayonet] * 1 to regina1997]
[00:28:16] [Client thread/INFO]: [CHAT] Given [Musket with Stone Bayonet] * 1 to regina1997
[00:28:18] [server thread/INFO]: Saving and pausing game...
[00:28:18] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:19] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:19] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:19] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:28:20] [server thread/INFO]: Saving and pausing game...
[00:28:21] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:21] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:21] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:21] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:28:26] [server thread/INFO]: Saving and pausing game...
[00:28:26] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:26] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:26] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:26] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:28:30] [server thread/INFO]: Saving and pausing game...
[00:28:30] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:31] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:31] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:31] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:28:47] [server thread/INFO]: Saving and pausing game...
[00:28:47] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:47] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:47] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:47] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:28:48] [server thread/INFO]: Saving and pausing game...
[00:28:48] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:28:48] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:28:48] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:28:48] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:29:37] [Client thread/INFO]: [CHAT] You are now playing creative
[00:29:38] [Client thread/INFO]: [CHAT] You are now playing creative+
[00:29:38] [Client thread/INFO]: [CHAT] You are now playing adventure
[00:29:39] [Client thread/INFO]: [CHAT] You are now playing survival
[00:29:39] [Client thread/INFO]: [CHAT] You are now playing creative
[00:29:39] [Client thread/INFO]: [CHAT] You are now playing creative+
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@3
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 3
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@4
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 4
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@5
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@6
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@7
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 7
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@8
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 8
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@9
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 9
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@10
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:02] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@11
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:02] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 11
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:03] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@12
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 12
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:03] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@13
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 13
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:03] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@14
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 14
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:03] [Client thread/INFO]: [codechicken.nei.guihook.GuiContainerManager:drawItem:199]: Error while rendering: 1xtile.flansWorkbench@15
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraft.util.ReportedException: Rendering item
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:604)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:187)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:177)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.ItemPanel.draw(ItemPanel.java:129)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.LayoutManager.renderObjects(LayoutManager.java:196)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at codechicken.nei.guihook.GuiContainerManager.renderObjects(GuiContainerManager.java:387)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:120)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_78480_b(EntityRendererProxyWeather2Mini.java:50)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 15
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at com.flansmod.common.BlockFlansWorkbench.func_149691_a(BlockFlansWorkbench.java:47)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147787_a(RenderBlocks.java:8232)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.RenderBlocks.func_147800_a(RenderBlocks.java:8175)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:446)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
[00:30:03] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: 	... 17 more
[00:30:05] [server thread/INFO]: [regina1997: Given [barrett .50 Cal] * 1 to regina1997]
[00:30:05] [Client thread/INFO]: [CHAT] Given [barrett .50 Cal] * 1 to regina1997
[00:30:05] [server thread/INFO]: [regina1997: Given [barrett .50 Cal] * 1 to regina1997]
[00:30:05] [Client thread/INFO]: [CHAT] Given [barrett .50 Cal] * 1 to regina1997
[00:30:06] [server thread/INFO]: [regina1997: Given [M16A4] * 1 to regina1997]
[00:30:06] [Client thread/INFO]: [CHAT] Given [M16A4] * 1 to regina1997
[00:30:07] [server thread/INFO]: [regina1997: Given [W1200] * 1 to regina1997]
[00:30:07] [Client thread/INFO]: [CHAT] Given [W1200] * 1 to regina1997
[00:30:08] [server thread/INFO]: [regina1997: Given [M14] * 1 to regina1997]
[00:30:08] [Client thread/INFO]: [CHAT] Given [M14] * 1 to regina1997
[00:30:10] [server thread/INFO]: [regina1997: Given [Diamond Gun] * 1 to regina1997]
[00:30:10] [Client thread/INFO]: [CHAT] Given [Diamond Gun] * 1 to regina1997
[00:30:26] [server thread/INFO]: [regina1997: Given [black guitar] * 1 to regina1997]
[00:30:26] [Client thread/INFO]: [CHAT] Given [black guitar] * 1 to regina1997
[00:30:33] [server thread/INFO]: [regina1997: Given [Guitar] * 1 to regina1997]
[00:30:33] [Client thread/INFO]: [CHAT] Given [Guitar] * 1 to regina1997
[00:30:54] [server thread/INFO]: [regina1997: Given [Musket] * 1 to regina1997]
[00:30:54] [Client thread/INFO]: [CHAT] Given [Musket] * 1 to regina1997
[00:30:55] [server thread/INFO]: [regina1997: Given [Musket] * 1 to regina1997]
[00:30:55] [Client thread/INFO]: [CHAT] Given [Musket] * 1 to regina1997
[00:31:05] [server thread/INFO]: [regina1997: Given [Machine Gun] * 1 to regina1997]
[00:31:05] [Client thread/INFO]: [CHAT] Given [Machine Gun] * 1 to regina1997
[00:31:05] [server thread/INFO]: [regina1997: Given [Machine Gun] * 1 to regina1997]
[00:31:05] [Client thread/INFO]: [CHAT] Given [Machine Gun] * 1 to regina1997
[00:31:24] [server thread/INFO]: [regina1997: Given [CF Sprayer] * 1 to regina1997]
[00:31:24] [Client thread/INFO]: [CHAT] Given [CF Sprayer] * 1 to regina1997
[00:31:36] [server thread/INFO]: [regina1997: Given [iridium Drill] * 1 to regina1997]
[00:31:36] [Client thread/INFO]: [CHAT] Given [iridium Drill] * 1 to regina1997
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:40] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:46] [server thread/INFO]: [regina1997: Given [Golden Saw] * 1 to regina1997]
[00:31:46] [Client thread/INFO]: [CHAT] Given [Golden Saw] * 1 to regina1997
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:31:50] [NEI Item Filtering/WARN]: Error while filtering items : java.util.ConcurrentModificationException : null
[00:32:52] [Client thread/INFO]: [CHAT] Saved screenshot as 2014-10-19_00.32.52.png
[00:32:55] [server thread/INFO]: Saving and pausing game...
[00:32:55] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:32:55] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:32:55] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:32:55] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:37:08] [Client thread/INFO]: Stopping!
[00:37:08] [server thread/INFO]: Stopping server
[00:37:08] [server thread/INFO]: Saving players
[00:37:08] [server thread/INFO]: Saving worlds
[00:37:08] [server thread/INFO]: Saving chunks for level 'New World'/Overworld
[00:37:08] [Netty Client IO #0/INFO]: Restoring client configs.
[00:37:08] [server thread/INFO]: Saving chunks for level 'New World'/Nether
[00:37:08] [server thread/INFO]: Saving chunks for level 'New World'/The End
[00:37:08] [server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[00:37:08] [server thread/INFO]: Unloading dimension 0
[00:37:08] [server thread/INFO]: Unloading dimension -1
[00:37:08] [server thread/INFO]: Unloading dimension 1
[00:37:08] [server thread/INFO]: Unloading dimension 7
[00:37:08] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 
[00:37:08] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[00:37:08] [server thread/INFO]: Applying holder lookups
[00:37:08] [server thread/INFO]: Holder lookups applied
[00:37:08] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[00:37:08] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: 

 

 

Link to comment
Share on other sites

From what I can gather, Forge now auto-assigns block and item ids per world, as opposed to consulting config files like it used to. This unfortunately has a strange side effect for a person like me who uses data across multiple worlds(I clone Noppes' Custom NPCs across all of my worlds, and store custom-made items in my NEI Save for use in other worlds): This data is no longer compatible across different worlds. If I try to load this kind of data in a different world, it ends up scrambled: What becomes a mighty sword in World A is now a piece of toast in World B.

If whatever tool you're using to export the data is not saving it with either their full registry names, or a internal id to name mapping then this is a fault of the tool you're using not Forge. IDs mean NOTHING anymore. And will NOT be the same between worlds and setups, this is why we synchronize the data when connecting/loading worlds.

 

I noticed this with previous builds of Forge 1.7.10, and it was particularly egregious at the time: Any time a new world is created, it used a different ID map, and any time I installed mods that add new content, it messed up the existing ID maps for currently existing worlds.
It should not mess up existing ids in maps, if it does provide full logs and details of this so that we can track it down. Most cases where ti does its due to modders breaking their item registrations. As for using a different ID map per world, Shouldn't happen within the same run of MC, however, again ids mean nothing anymore.

 

But luckily, updating to build 1231, like Noppes told me to, partially fixed the problem. Now, new ID maps are created when I install new mods AND create new worlds, and not when I did either, like in previous builds. For example, I'll install mod set A, and create Worlds A and B. Worlds A and B are using ID Map 1(That's apparently what NEI calls them). Now I'll install mod set B, and load Worlds A and B. Worlds A and B still use ID Map 1, and as such, I can transfer structures, inventories, and CustomNPCs across these two worlds... but NOW, when I create world C, Minecraft creates a new ID Map, and as such, the content created in worlds A and B cannot be imported to world C, or else the items/blocks are scrambled.

(My issue seems to be similar to http://www.minecraftforge.net/forum/index.php/topic,24418.0.html)

This is exactly how it is suposed to function. When your current modset it loaded it assigns ids to everything. Due to you adding a new mod which most likely injects new items or blocks somewhere in the middle of the load order, it gets assigned its ids before part of the old mod set. This some ids get shifted. When loading old worlds we load the old id map and then assign any remaining new ids. Since the first load doesn't have this id map, and it should not. The ids will be different. Again the issue you're running into is caused not by Forge but by your export tools not respecting the name registry.

 

Common sense dictates that if mods/plugins that saved data saved them as paths, my problem wouldn't be a problem anymore; "Thaumcraft.Wand.Excavation" may be ID# 4321 in worlds A and B, but it's ID# 5428 in worlds C and D... but "Thaumcraft.Wand.Excavation" is "Thaumcraft.Wand.Excavation" regardless of whether its world A, B, C, or D.

 

I suggested this to Noppes, but he replied...

Items wouldnt even be appearing if you dont register them with what you call a path. Clones just call the generic Itemstack.save function so I have no clue what your problem is. Nothing that can be done from my end anyway.

'Noppes' is wrong in this case it is entirely possible for him to save things via their registry name and not ids. Using ItemStack.save obviously saves via ids because this is what Minecraft is designed to do. Same reason World.save saves via ids. If you are saving data to be used across universes {sets of worlds} then you need to save in a id-agnostic way.

Is this a side-effect of Forge's 1.7.10 system?

Should Modders start using paths instead of ID's?

Is this a bug or a feature?

Or perhaps its all just a bug in my particular installation?

I'd really just like to start importing my crap between worlds. I don't care in what method this gets resolved.

Not side effect, intended behavior.

Yes

Feature

Working as intended.

Complain to 'Noppes' for doing it wrong. Or whoever it is that is writing the data to a cross world format.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Complain to 'Noppes' for doing it wrong. Or whoever it is that is writing the data to a cross world format.

All I do is save the ItemStacks NBT data use minecraft default methods aka CompressedStreamTools and ItemStack.loadItemStackFromNBT. Is that considered wrong?

Link to comment
Share on other sites

All I do is save the ItemStacks NBT data use minecraft default methods aka CompressedStreamTools and ItemStack.loadItemStackFromNBT. Is that considered wrong?

No, of course not. Every inventory saves ItemStacks that way.

Only when you start saving data to files that may be shared across worlds you need to either write the current ID-Map with the file or use textual IDs.

Ugh this is such a stupid issue why dont they just save the itemsname when writing the nbt and when loading check if it has the name and than use the name otherwise the id.

 

Oh well it's an easy fix. Thanks for the help was not aware of world id maps

Link to comment
Share on other sites

Ugh this is such a stupid issue why dont they just save the itemsname when writing the nbt and when loading check if it has the name and than use the name otherwise the id.

 

Oh well it's an easy fix. Thanks for the help was not aware of world id maps

Because Mojang, but yes, 1.8 they change ItemStacks to save/load from names if they are available.

The whole 'save storage space' is a moot issue when it comes to item stacks, because there simply isn't that many of them to be an issue.

 

But ya remember that vanilla data is very tied to the specific universe that you're dealing with. IDs are not guaranteed to be the same across universes.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Because Mojang, but yes, 1.8 they change ItemStacks to save/load from names if they are available.

The whole 'save storage space' is a moot issue when it comes to item stacks, because there simply isn't that many of them to be an issue.

 

But ya remember that vanilla data is very tied to the specific universe that you're dealing with. IDs are not guaranteed to be the same across universes.

Ah in that case Ill probably not add a fix for 1.7 as the fix becomes pointless in 1.8.

 

Actually Ive been saving it like this since 1.7.3 beta kinda ironic it finally semi-broke in 1.7 ^^

 

Anyway thanks for the info.

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
  • Topics

×
×
  • Create New...

Important Information

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