Coder Social home page Coder Social logo

cauldron-issues's People

Contributors

bloodmc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cauldron-issues's Issues

TerraFirmaCraft entities are not knock-backing on damage

The entities are not knock-backing and not showing any damage effect when they receive damage (with exception of zombie). This includes player entities.

This only occurs in cauldron servers even without plugins and without other mods.

Cauldron version: 1.7.10-1.1217.01.0
TerraFirmaCraft version: 0.79.6.245
http://terrafirmacraft.com/download.html

Video Demonstration:
http://youtu.be/_HJf27F_RWw?t=1m3s (i had some client mods installed but the server had only TerraFirmaCraft)
Server log of the video demonstration: http://pastebin.com/3eyeY1wk

Item metadata

Since I updated to version 1.1231.01.208 via patch, item meta data is not being saved.
Every plugin that uses renamed items, item lore, or other data, does not show the respective things anymore. Even player heads do not work properly. Spawning in the head of a player, will just give a default head instead.

Any ideas?

Problem with Server launcher.java.lang.reflect.InvocationTargetException

i get this problem when running Run.bat

A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more

Twilight Forest Crashes and Hangs

Interesting occurrence when using Twilight Forest. Mod seems to work great, but while it is hunting for a good spawn point, it kicks everyone off the server. Not a huge deal, but it seems that cauldron needs to handle the lag / delay somehow better.

Compatibility Ars Magica 2

We're currently running a SMP server with both AM2 and Cauldron and we've noticed a fairly serious bug. When players try to create spells in ars magica 2 the process is for the most part skipped, leaving players with a bugged out spell and no way to create a functioning one. This effectively breaks the mod.

We've tried the mod without Cauldron and it runs properly, as well as in SP. Obviously there's something occurring during the spell creation process but I couldn't explain what. Apparently the issues been present since the later stages of MCPC+ for 1.6 and has continued until now, there's a bug thread that was opened with AM2 but it was closed after they worked out it was caused by MCPC/Cauldron.

link: Mithion/ArsMagica2#533

That might shed more light on the bug as the guy seems to understand it more than me.

/restart does not work from ingame (works fine from console)

[10:09:34 INFO]: Attempting to restart with ./restart.sh
[10:09:34 INFO]: dezil_nz lost connection: Server is restarting

10:09:34 WARN: at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
10:09:34 WARN: at java.util.ArrayList$Itr.next(ArrayList.java:831)
10:09:34 WARN: at org.spigotmc.RestartCommand.restart(RestartCommand.java:40)
10:09:34 WARN: at org.spigotmc.RestartCommand.execute(RestartCommand.java:25)
10:09:34 WARN: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
10:09:34 WARN: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:717)
10:09:34 WARN: at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1348)
10:09:34 WARN: at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1130)
10:09:34 WARN: at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38)
10:09:34 WARN: at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53)
10:09:34 WARN: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244)
10:09:34 WARN: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
10:09:34 WARN: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980)
10:09:34 WARN: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
10:09:34 WARN: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
10:09:34 WARN: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
10:09:34 WARN: at java.lang.Thread.run(Thread.java:745)

Terrafirmacraft Player Damage Calculations

Hey Blood, have one more issue that was not resolved with TFC. Basically any player inflicted damage by the enviroment is using vanilla damage instead of the recalculated TFC damage.
: fire, drowning and fall damage

Going to quote what ppl said in about it back in issue 15

joserobjr:

I also noticed that explosion and fall damages are taking are too low and is making the player basically invulnerable to that kind of damages.

aleksandrzenin:

As I can see the solution must be simple: you need to calculate damage taken in relative quantities not in absolute ones. When drowning, falling etc. it takes 0.5-3 hp in vanilla healthpoints, but TFC healthbar has 1000 hp by default and max hp can be changed in game by consuming different types of food, level up and etc. So you need to recalculate damage: e.g. drowning taking a half of vanilla heart per act, its equals 0.5/10 = 5% of max heath, then you need to took off 5% of TFC current max health, 5% of 1000, for example, = 50 TFC hp.

still happening with the newest build

using Cauldron CauldronInstallerPatch-1.1231.01.208
and Terrafirmacraft [1.7.10]TerraFirmaCraft-0.79.9

thanks for your time

`/op USER` no longer works properly?

After this last patch, no server users have been able to issue op based commands such as /gamemode or such. Kind of odd because it seems as though it should work since there are no messages within the server console and the ops.json file appears to be fine and intact with the same structure as what worked hitherto.

Any ideas if there's anything that could have b0rked permissions from the last update?

"NEI server config" Crash when starting up

cauldron-1.7.10-1.1217.01.0-server.jar
NotEnoughItems-1.7.10-1.0.3.62-universal

Not sure what the hell I did this time. It's possible I deleted a config file.

Anyways, this crash happens when starting up the server:

http://pastebin.com/FLNxLnzV

Doesn't happen with regular forge server.

I know there is a newer version of Cauldron, but I haven't updated all my mods to Forge 1231 compatible yet so I haven't tested it. Apologies if this is already fixed there.

Issue with HP when reconnecting to server

Hello,
ran into another issue while working with TFC that i had not noticed before or maybe happens after the last changes you made, will check that out later.
Basically what is happening, that after you disconect from a server and join again it resets your health to Vanilla 20HP every time. Considering that TFC has 1000 by default, that is insta kill by anything every time you join a server.

TFC 79.10
Cauldron .209

Crash on server: net.minecraft.server.MinecraftServer.func_71190_q

Wanted to report this crash we just had on a working install of cauldron-1.7.10-1.1217.01.0-server.jar:

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 10/18/14 10:54 PM
Description: Exception ticking world

java.lang.IllegalStateException: TickNextTick list out of synch
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:683)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:272)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:683)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:272)

-- Affected level --
Details:
    Level name: world
    All players: 3 total; [EntityPlayerMP['user1'/1493, l='world', x=-490.67, y=82.25, z=17.76](user1 at -490.670369918398,82.24727989251754,17.755760873906677), EntityPlayerMP['user2'/13014, l='world', x=-119.15, y=68.00, z=197.41](user2 at -119.14780871545571,68.0,197.41494717268728), EntityPlayerMP['user3'/15641, l='world', x=-121.30, y=68.00, z=196.01](user3 at -121.30000001192094,68.0,196.00788685662894)]
    Chunk stats: ServerChunkCache: 1014 Drop: 0
    Level seed: 4302156594359034142
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-120,64,212), Chunk: (at 8,4,4 in -8,13; contains blocks -128,0,208 to -113,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 23233826 game time, 23233826 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 22943 (now: false), thunder time: 45879 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_11, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1669731512 bytes (1592 MB) / 2259759104 bytes (2155 MB) up to 2406744064 bytes (2295 MB)
    JVM Flags: 12 total; -Xmn2G -Xss4M -Xmx2500M -XX:+UseLargePages -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseBiasedLocking -Xincgc -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=10
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
    FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 18 mods loaded, 18 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.84.1217} [Forge Mod Loader] (cauldron.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.1.1217} [Minecraft Forge] (cauldron.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FloatingRuins{1.7.10.r01} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Core{6.0.18} [BuildCraft] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Builders{6.0.18} [BC Builders] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Energy{6.0.18} [BC Energy] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Factory{6.0.18} [BC Factory] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Transport{6.0.18} [BC Transport] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Silicon{6.0.18} [BC Silicon] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0-2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AS_Minions{1.9.4} [Minions] (Minions-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 3 / 20; [EntityPlayerMP['user1'/1493, l='world', x=-490.67, y=82.25, z=17.76](user1 at -490.670369918398,82.24727989251754,17.755760873906677), EntityPlayerMP['user2'/13014, l='world', x=-119.15, y=68.00, z=197.41](user2 at -119.14780871545571,68.0,197.41494717268728), EntityPlayerMP['user3'/15641, l='world', x=-121.30, y=68.00, z=196.01](user3 at -121.30000001192094,68.0,196.00788685662894)]
    Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
    Type: Dedicated Server (map_server.txt)

The "Sapling crash"

Hello,

I've been experiencing this crash on the latest 3 Cauldron builds.

Crash log: http://bin.ex.gg/raw/ebosaxanaq

Unfortunately I don't know how to replicate the crash. I tried to teleport to all the locations listed in the crash report but it didn't reproduce the issue.

The crash occurs every now and then, averaging once per 24h.

Thank you for looking into it.

Regards
sawine

Crash (running on linux)

My server on linux doesnt start keeps crashing
here is a log

2014-10-11 16:28:06 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-10-11 16:28:06 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Linux:amd64:3.13.0-37-generic, installed at /usr/lib/jvm/java-7-oracle/jre
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Java classpath at launch is server.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Discovering coremods
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenLib-universal-1.6.4-1.0.0.61.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in CodeChickenLib-universal-1.6.4-1.0.0.61.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ForgeMultipart-universal-1.6.4-1.0.0.250.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ForgeMultipart-universal-1.6.4-1.0.0.250.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy codechickenlib-universal-1.6.4-1.0.0.62.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in codechickenlib-universal-1.6.4-1.0.0.62.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy BUILDCRAFT-A-1.6.4-4.2.2.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in BUILDCRAFT-A-1.6.4-4.2.2.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ChickenChunks 1.3.3.3.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ChickenChunks 1.3.3.3.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy EnderStorage 1.4.3.5.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy GregsLighting-1.9.1-mc1.6.4.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in GregsLighting-1.9.1-mc1.6.4.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy InventoryTweaks-MC1.6.2-1.56-b77.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-MC1.6.2-1.56-b77.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class FMLPlugin
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod FMLPlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy MicdoodleCore-1.6.4-2.0.12.1026.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Adding MicdoodleCore-1.6.4-2.0.12.1026.jar to the list of known coremods, it will not be examined again
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class MicdoodlePlugin
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod MicdoodlePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy OPENCCSENSORS-1.6.4.1B.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in OPENCCSENSORS-1.6.4.1B.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectBench-1.6.2-v1.8.0.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ProjectBench-1.6.2-v1.8.0.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedBase-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedBase-1.6.4-4.3.7.32.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedCompat-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedCompat-1.6.4-4.3.7.32.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class CompatibilityCorePlugin
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod mrtjp.projectred.compatibility.CompatibilityCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod CompatibilityCorePlugin
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedIntegration-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedIntegration-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedLighting-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedLighting-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedMechanical-BETA-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedMechanical-BETA-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedWorld-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedWorld-1.6.4-4.3.7.32.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy RedstoneArsenal-1.0.0.0.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in RedstoneArsenal-1.0.0.0.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy WR-CBE 1.4.0.6.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in WR-CBE 1.4.0.6.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy appeng-rv14-finale3-mc16x.jar
2014-10-11 16:28:06 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in appeng-rv14-finale3-mc16x.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Instantiating coremod class AppEngCore
2014-10-11 16:28:06 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:06 [INFO] [ForgeModLoader] [AppEng] Core Init
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Enqueued coremod AppEngCore
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy atomic-science-1.2.0.63-core.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Not found coremod data in atomic-science-1.2.0.63-core.jar
2014-10-11 16:28:06 [FINE] [ForgeModLoader] Examining for coremod candidacy autoutils-1.6.4-1.0.1.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy backpack-1.28.37-1.6.x.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Not found coremod data in backpack-1.28.37-1.6.x.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy bigreactors-0.3.0A.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Not found coremod data in buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy calclavia core-1.2.0.299-main.jar
2014-10-11 16:28:07 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in calclavia core-1.2.0.299-main.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Instantiating coremod class CalclaviaPluginLoader
2014-10-11 16:28:07 [WARNING] [ForgeModLoader] The coremod calclavia.lib.CalclaviaPluginLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Enqueued coremod CalclaviaPluginLoader
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy codechickencore 0.9.0.7.jar
2014-10-11 16:28:07 [FINEST] [ForgeModLoader] Adding codechickencore 0.9.0.7.jar to the list of known coremods, it will not be examined again
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Instantiating coremod class CodeChickenCorePlugin
2014-10-11 16:28:07 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Enqueued coremod CodeChickenCorePlugin
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy cofhcore-2.0.0.5.jar
2014-10-11 16:28:07 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in cofhcore-2.0.0.5.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-10-11 16:28:07 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy dimensional-anchor-57.1.95.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy dimensionaldoors-2.2.3-336.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Not found coremod data in dimensionaldoors-2.2.3-336.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy equivalentexchange3-1.6.4-0.1.140.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Not found coremod data in equivalentexchange3-1.6.4-0.1.140.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy extracells-1.6.8f.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Not found coremod data in extracells-1.6.8f.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy galacticraft-1.6.4-2.0.12.1026.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy galacticraft-planets-1.6.4-2.0.12.1026.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy immibis-core-57.1.94.jar
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy immibis-microblocks-57.6.3.jar
2014-10-11 16:28:07 [FINEST] [ForgeModLoader] Adding immibis-microblocks-57.6.3.jar to the list of known coremods, it will not be examined again
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Instantiating coremod class MicroblocksCoreMod
2014-10-11 16:28:07 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Enqueued coremod MicroblocksCoreMod
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Examining for coremod candidacy logisticspipes-mc1.6.4-0.7.4.dev.205.jar
2014-10-11 16:28:07 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in logisticspipes-mc1.6.4-0.7.4.dev.205.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:07 [FINE] [ForgeModLoader] Instantiating coremod class LogisticsPipesCoreLoader
2014-10-11 16:28:08 [WARNING] [ForgeModLoader] The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod LogisticsPipesCoreLoader
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy minefactoryreloaded-2.7.8-482.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in minefactoryreloaded-2.7.8-482.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy modular-force-field-system-3.6.2.56-core.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in modular-force-field-system-3.6.2.56-core.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy modularpowersuits-1.6.4-0.10.0-91.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in modularpowersuits-1.6.4-0.10.0-91.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy neiplugins-1.1.0.6.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in neiplugins-1.1.0.6.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy netherores-2.2.2-55.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in netherores-2.2.2-55.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy notenoughitems 1.6.1.8.jar
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Adding notenoughitems 1.6.1.8.jar to the list of known coremods, it will not be examined again
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Instantiating coremod class NEICorePlugin
2014-10-11 16:28:08 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod NEICorePlugin
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy numina-1.6.2-0.1.2-55.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in numina-1.6.2-0.1.2-55.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy openmodslib-0.4b.jar
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in openmodslib-0.4b.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Instantiating coremod class OpenModsCorePlugin
2014-10-11 16:28:08 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod OpenModsCorePlugin
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy openperipheraladdons-0.1.3.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in openperipheraladdons-0.1.3.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy openperipheralcore-0.3.3.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in openperipheralcore-0.3.3.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy powercrystalscore-1.1.8-9.jar
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Adding powercrystalscore-1.1.8-9.jar to the list of known coremods, it will not be examined again
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Instantiating coremod class CoreLoader
2014-10-11 16:28:08 [FINE] [ForgeModLoader] The coremod powercrystals.core.CoreLoader requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod CoreLoader
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy powersuitaddons-1.6.4-884.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in powersuitaddons-1.6.4-884.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy qcraft1.1.jar
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in qcraft1.1.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Instantiating coremod class QCFMLLoadingPlugin
2014-10-11 16:28:08 [FINE] [ForgeModLoader] The coremod dan200.quantumcore.QCFMLLoadingPlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod QCFMLLoadingPlugin
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy simplyjetpacks-0.1.4.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in simplyjetpacks-0.1.4.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy slick-util.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in slick-util.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy thermalexpansion-3.0.0.6.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Not found coremod data in thermalexpansion-3.0.0.6.jar
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy universal-electricity-3.1.0.66-core.jar
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in universal-electricity-3.1.0.66-core.jar, it will be examined later for regular @mod instances
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Instantiating coremod class UELoader
2014-10-11 16:28:08 [WARNING] [ForgeModLoader] The coremod universalelectricity.core.UELoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Enqueued coremod UELoader
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Examining for coremod candidacy vending-1.6.4-1.1.1.jar
2014-10-11 16:28:08 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-11 16:28:08 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-10-11 16:28:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-11 16:28:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-10-11 16:28:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
2014-10-11 16:28:08 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
2014-10-11 16:28:08 [FINE] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockReed.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderServer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.CryptManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityWitherSkull.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartEmpty.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemBucketMilk.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockSand.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet56MapChunks.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityChest.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityPotion.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.NextTickListEntry.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityCreeper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityList.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySpider.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityFurnace.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerDispenser.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagList.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityFireworkRocket.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorTNT.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotArmor.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.TcpWriterThread.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockIce.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockOre.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.model.PositionTextureVertex.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.IInventory.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.SpawnerAnimals.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityMoveHelper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTNT.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDispenser.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.multiplayer.NetClientHandler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorEmptyBucket.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.crash.CallableSuspiciousClasses.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.BehaviorDefaultDispenseItem.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySquid.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntitySmallFireball.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet2ClientProtocol.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.ThreadedFileIOBase.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockStairs.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.particle.EntityDiggingFX.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockSnow.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.ChunkLoader.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.ThreadDedicatedServer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet3Chat.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.NetServerHandler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.WorldProvider.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesArmorDyes.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotBrewingStandPotion.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemInWorldManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockLever.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryCraftResult.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockStem.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.crash.CrashReport.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServerListenThread.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityEgg.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.effect.EntityLightningBolt.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityCommandBlock.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemStack.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockSapling.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotCrafting.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIArrowAttack.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockNetherrack.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.Container.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.ServerListenThread.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet20NamedEntitySpawn.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDoor.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.WorldManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.ThreadLoginVerifier.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.dedicated.PropertyManager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.entity.EntityOtherPlayerMP.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.village.VillageCollection.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.WeightedRandomChestContent.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.IntHashMap.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldRenderer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockFlower.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIPanic.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemSeeds.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTripWire.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.profiler.Profiler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityMooshroom.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStart.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityTNTPrimed.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIEatGrass.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotBrewingStandIngredient.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiCreateWorld.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityLookHelper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemDye.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.ClientBrandRetriever.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.SaveHandler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapelessRecipes.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItem.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentStrongholdLibrary.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityDropper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerFurnace.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.stats.StatList.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTorch.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockCake.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.TcpConnection.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.model.TexturedQuad.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAITarget.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.MemoryConnection.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet1Login.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.IRecipe.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.Entity.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.OpenGlHelper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet63WorldParticles.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerHopper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapedRecipes.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.BehaviorProjectileDispense.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityRecordPlayer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityHopper.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.model.ModelBase.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemBlock.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemTool.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorFilledBucket.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.DerivedWorldInfo.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.AnimalChest.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.NetHandler.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockMobSpawner.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockChest.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerWorkbench.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenCaves.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderBiped.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.particle.EntityFireworkStarterFX.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.nbt.CompressedStreamTools.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.AxisAlignedBB.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockEndPortal.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityHanging.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.EnumFacing.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.model.ModelBox.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.Minecraft.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.NibbleArray.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockSign.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockGrass.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemFood.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.Block.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemMonsterPlacer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityDispenser.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorBoat.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityThrowable.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.MobSpawnerBaseLogic.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.potion.Potion.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityCow.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockFarmland.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockButton.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySkeleton.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderGenerate.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockSkull.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderVillager.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemMinecart.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayerBiome.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityWolf.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorMobEgg.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDetectorRail.binpatch
2014-10-11 16:28:09 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.logging.LogFormatter.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMinable.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDaylightDetector.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeatureJunglePyramid.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemArmor.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemHangingEntity.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.WorldType.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockCommandBlock.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySkull.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityArrow.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.IBlockAccess.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.ISaveHandler.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorDye.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.FurnaceRecipes.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.EnumArmorMaterial.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentVillageHouse2.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.enchantment.Enchantment.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockFlowing.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.NetLoginHandler.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.potion.PotionEffect.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.command.CommandHandler.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySilverfish.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPane.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityXPOrb.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.entity.EntityPlayerSP.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDropper.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockCactus.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.Tessellator.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeatureDesertPyramid.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.Vec3.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockBasePressurePlate.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartFurnace.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemSeedFood.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet51MapChunk.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemBow.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireSource.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServerListenThread.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityDragon.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryMerchant.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerMerchant.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.ExtendedBlockStorage.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityGhast.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockMushroom.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemEmptyMap.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenShrub.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSlot.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.INetworkManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.packet.Packet52MultiBlockChange.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.BehaviorDispenseMinecart.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockComparator.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockFluid.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.Teleporter.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityExpBottle.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.Session.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeDecorator.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPressurePlate.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryLargeChest.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityLargeFireball.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiChat.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityCreature.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneLight.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemFishingRod.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartContainer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityFallingSand.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemBucket.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.biome.WorldChunkManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorFire.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenForest.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneTorch.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiAchievements.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityLivingBase.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderBlocks.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.Vec3Pool.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.FoodStats.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockNetherStalk.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentVillage.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemLeash.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.SaveHandlerMP.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.EnumRarity.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemHoe.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIMate.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTrees.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySnowman.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneLogic.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityAgeable.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockHopper.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemFireball.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockFire.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityEndPortal.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.scoreboard.ServerScoreboard.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.EntityDamageSourceIndirect.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerChest.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityComparator.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentMineshaftCorridor.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBrewingStand.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.ChunkCache.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.resources.LanguageManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPortal.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.Item.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderHell.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockBaseRailLogic.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.WorldServer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.player.PlayerCapabilities.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIBreakDoor.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.material.Material.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.CraftingManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiIngame.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.logging.LogAgent.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockLog.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayerMP.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartHopper.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.village.Village.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryBasic.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityMob.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.pathfinding.Path.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.Explosion.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderEnd.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.network.NetworkListenThread.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.stats.StatFileWriter.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.command.ServerCommandManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockLadder.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityLeashKnot.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneOre.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPumpkin.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityTrackerEntry.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryEnderChest.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemBoat.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockPistonExtension.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotFurnace.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemShears.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMainMenu.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.EnumChatFormatting.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServerCommandThread.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemMap.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.ResourceLocation.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.AABBPool.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityPig.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.TileEntityChestRenderer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenRavine.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockCrops.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.model.ModelRenderer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.village.VillageSiege.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderPlayer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityEnderPearl.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockMycelium.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityEnderCrystal.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockLeaves.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityFishHook.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.management.PlayerInstance.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityPigZombie.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentVillageStartPiece.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.MapData.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.Slot.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorFireworks.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderSnowMan.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.ItemFlintAndSteel.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.storage.MapInfo.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.server.gui.StatsComponent.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFileCache.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.util.StringTranslate.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityPainting.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockDragonEgg.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.world.World.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockStationary.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.boss.IBossDisplayData.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepairINNER1.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.BehaviorDispenseArmor.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderManager.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityFireball.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.SlotEnchantmentTable.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeFireworks.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAISit.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.client.gui.GuiControls.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.inventory.InventoryCrafting.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.dispenser.DispenserBehaviorFireball.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.item.EntityBoat.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.block.BlockVine.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesMapCloning.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIVillagerMate.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.item.EnumToolMaterial.binpatch
2014-10-11 16:28:10 [FINEST] [ForgeModLoader] Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityNote.binpatch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Read 414 binary patches
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Patch list :
bkd=[bkd : bkd => net.minecraft.client.resources.LanguageManager (false) size 3868]
akc=[akc : akc => net.minecraft.block.material.Material (true) size 3303]
aji=[aji : aji => net.minecraft.world.gen.structure.ComponentVillageHouse2 (true) size 4401]
ajj=[ajj : ajj => net.minecraft.world.gen.structure.ComponentVillageStartPiece (true) size 1185]
ajm=[ajm : ajm => net.minecraft.world.gen.structure.ComponentVillage (true) size 5759]
bjo=[bjo : bjo => net.minecraft.util.ResourceLocation (false) size 1750]
aiy=[aiy : aiy => net.minecraft.world.gen.structure.StructureVillagePieces (true) size 5462]
gw=[gw : gw => net.minecraft.dispenser.DispenserBehaviorTNT (true) size 2916]
hf=[hf : hf => net.minecraft.dispenser.DispenserBehaviorBoat (true) size 3475]
hd=[hd : hd => net.minecraft.dispenser.DispenserBehaviorFireworks (true) size 3091]
he=[he : he => net.minecraft.dispenser.DispenserBehaviorFireball (true) size 3366]
hc=[hc : hc => net.minecraft.dispenser.DispenserBehaviorMobEgg (true) size 3039]
gl=[gl : gl => net.minecraft.dispenser.BehaviorProjectileDispense (true) size 3240]
biv=[biv : biv => net.minecraft.client.renderer.tileentity.TileEntityChestRenderer (false) size 3656]
ain=[ain : ain => net.minecraft.world.gen.structure.MapGenStructure (true) size 5912]
bik=[bik : bik => net.minecraft.client.renderer.texture.TextureMap (false) size 7117]
gv=[gv : gv => net.minecraft.dispenser.DispenserBehaviorDye (true) size 3018]
bil=[bil : bil => net.minecraft.client.renderer.texture.TextureAtlasSprite (false) size 6724]
gu=[gu : gu => net.minecraft.dispenser.DispenserBehaviorFire (true) size 3389]
gt=[gt : gt => net.minecraft.dispenser.DispenserBehaviorEmptyBucket (true) size 3162]
gs=[gs : gs => net.minecraft.dispenser.DispenserBehaviorFilledBucket (true) size 3178]
ait=[ait : ait => net.minecraft.world.gen.structure.StructureComponent (true) size 11233]
big=[big : big => net.minecraft.client.renderer.texture.Stitcher (false) size 4848]
aiv=[aiv : aiv => net.minecraft.world.gen.structure.StructureStart (true) size 4088]
ahw=[ahw : ahw => net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor (true) size 3343]
aif=[aif : aif => net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing (true) size 4142]
bma=[bma : bma => net.minecraft.client.renderer.OpenGlHelper (false) size 1588]
aia=[aia : aia => net.minecraft.world.gen.structure.ComponentStrongholdLibrary (true) size 4374]
ahm=[ahm : ahm => net.minecraft.world.gen.structure.ComponentScatteredFeatureJunglePyramid (true) size 6116]
blt=[blt : blt => net.minecraft.client.gui.GuiMainMenu (false) size 14851]
ahl=[ahl : ahl => net.minecraft.world.gen.structure.ComponentScatteredFeatureDesertPyramid (true) size 6687]
di=[di : di => net.minecraft.network.packet.Packet20NamedEntitySpawn (true) size 2541]
blv=[blv : blv => net.minecraft.stats.StatFileWriter (false) size 7166]
dm=[dm : dm => net.minecraft.network.packet.Packet3Chat (true) size 1675]
dn=[dn : dn => net.minecraft.network.packet.Packet52MultiBlockChange (true) size 2751]
ahq=[ahq : ahq => net.minecraft.world.gen.structure.MapGenStronghold (true) size 4129]
dq=[dq : dq => net.minecraft.network.packet.Packet2ClientProtocol (true) size 1571]
bln=[bln : bln => net.minecraft.client.audio.SoundManager (false) size 12612]
blc=[blc : blc => net.minecraft.server.integrated.IntegratedServerListenThread (false) size 2470]
b=[b : b => net.minecraft.crash.CrashReport (true) size 6527]
ey=[ey : ey => net.minecraft.network.packet.Packet (true) size 8145]
ez=[ez : ez => net.minecraft.network.packet.NetHandler (true) size 9716]
a=[a : a => net.minecraft.util.EnumChatFormatting (true) size 4279]
bkz=[bkz : bkz => net.minecraft.server.integrated.IntegratedServer (false) size 7593]
m=[m : m => net.minecraft.crash.CrashReportCategory (true) size 4742]
j=[j : j => net.minecraft.crash.CallableSuspiciousClasses (true) size 3253]
el=[el : el => net.minecraft.network.packet.Packet56MapChunks (true) size 4867]
ej=[ej : ej => net.minecraft.network.packet.Packet51MapChunk (true) size 4591]
agi=[agi : agi => net.minecraft.world.gen.structure.ComponentMineshaftCorridor (true) size 6190]
ep=[ep : ep => net.minecraft.network.packet.Packet1Login (true) size 2305]
en=[en : en => net.minecraft.network.packet.Packet63WorldParticles (true) size 2534]
aoi=[aoi : aoi => net.minecraft.block.BlockFire (true) size 11591]
aof=[aof : aof => net.minecraft.block.BlockFarmland (true) size 5387]
bv=[bv : bv => net.minecraft.util.StringTranslate (true) size 3062]
aoa=[aoa : aoa => net.minecraft.block.BlockDropper (true) size 4002]
aob=[aob : aob => net.minecraft.block.BlockDragonEgg (true) size 4442]
anv=[anv : anv => net.minecraft.block.BlockRedstoneLogic (true) size 7125]
anu=[anu : anu => net.minecraft.block.BlockDetectorRail (true) size 4463]
bl=[bl : bl => net.minecraft.util.EnumFacing (true) size 1732]
anz=[anz : anz => net.minecraft.block.BlockDoor (true) size 7901]
any=[any : any => net.minecraft.block.BlockDispenser (true) size 6566]
anp=[anp : anp => net.minecraft.block.BlockComparator (true) size 6119]
ano=[ano : ano => net.minecraft.block.BlockCommandBlock (true) size 3377]
bh=[bh : bh => net.minecraft.dispenser.BehaviorDefaultDispenseItem (true) size 4675]
anm=[anm : anm => net.minecraft.block.BlockCocoa (true) size 5428]
ans=[ans : ans => net.minecraft.block.BlockDaylightDetector (true) size 3039]
anr=[anr : anr => net.minecraft.block.BlockCrops (true) size 5154]
ane=[ane : ane => net.minecraft.block.BlockFlower (true) size 3551]
anf=[anf : anf => net.minecraft.block.BlockButton (true) size 8784]
ang=[ang : ang => net.minecraft.block.BlockCactus (true) size 5900]
anh=[anh : anh => net.minecraft.block.BlockCake (true) size 4794]
ank=[ank : ank => net.minecraft.block.BlockChest (true) size 9091]
cq=[cq : cq => net.minecraft.network.TcpWriterThread (true) size 1119]
co=[co : co => net.minecraft.network.TcpConnection (true) size 9126]
amy=[amy : amy => net.minecraft.block.BlockRailBase (true) size 4255]
cm=[cm : cm => net.minecraft.network.INetworkManager (true) size 461]
cn=[cn : cn => net.minecraft.network.MemoryConnection (true) size 3621]
amx=[amx : amx => net.minecraft.block.BlockBasePressurePlate (true) size 5305]
amz=[amz : amz => net.minecraft.block.BlockBaseRailLogic (true) size 5672]
ci=[ci : ci => net.minecraft.nbt.CompressedStreamTools (true) size 3470]
cg=[cg : cg => net.minecraft.nbt.NBTTagList (true) size 2951]
amp=[amp : amp => net.minecraft.world.storage.SaveHandlerMP (false) size 1354]
ams=[ams : ams => net.minecraft.world.storage.ThreadedFileIOBase (true) size 1860]
amc=[amc : amc => net.minecraft.world.storage.ISaveHandler (true) size 358]
als=[als : als => net.minecraft.world.storage.WorldInfo (true) size 9564]
alq=[alq : alq => net.minecraft.world.storage.SaveHandler (true) size 7672]
alp=[alp : alp => net.minecraft.world.storage.DerivedWorldInfo (true) size 3694]
alm=[alm : alm => net.minecraft.world.chunk.storage.AnvilSaveHandler (true) size 1018]
ali=[ali : ali => net.minecraft.world.storage.MapData (true) size 6003]
alj=[alj : alj => net.minecraft.world.storage.MapInfo (true) size 3695]
ald=[ald : ald => net.minecraft.pathfinding.Path (true) size 2102]
akq=[akq : akq => net.minecraft.world.gen.layer.GenLayer (true) size 3723]
aa=[aa : aa => net.minecraft.command.CommandHandler (true) size 6369]
akj=[akj : akj => net.minecraft.world.gen.layer.GenLayerBiome (true) size 1114]
nt=[nt : nt => net.minecraft.entity.EntityList (true) size 6105]
bbo=[bbo : bbo => net.minecraft.client.model.ModelBase (false) size 1800]
nn=[nn : nn => net.minecraft.entity.Entity (true) size 47086]
net.minecraft.server.MinecraftServer=[net/minecraft/server/MinecraftServer : net.minecraft.server.MinecraftServer => net.minecraft.server.MinecraftServer (true) size 38078]
abn=[abn : abn => net.minecraft.tileentity.MobSpawnerBaseLogic (true) size 7238]
abr=[abr : abr => net.minecraft.world.Explosion (true) size 9947]
oe=[oe : oe => net.minecraft.entity.EntityLeashKnot (true) size 4271]
of=[of : of => net.minecraft.entity.EntityLivingBase (true) size 36433]
oc=[oc : oc => net.minecraft.entity.EntityHanging (true) size 7353]
oa=[oa : oa => net.minecraft.entity.item.EntityXPOrb (true) size 6209]
abw=[abw : abw => net.minecraft.world.World (true) size 79932]
on=[on : on => net.minecraft.entity.EntityCreature (true) size 8237]
ol=[ol : ol => net.minecraft.entity.item.EntityPainting (true) size 2655]
og=[og : og => net.minecraft.entity.EntityLiving (true) size 21165]
bbs=[bbs : bbs => net.minecraft.client.model.TexturedQuad (false) size 1750]
aab=[aab : aab => net.minecraft.item.crafting.FurnaceRecipes (true) size 4007]
aac=[aac : aac => net.minecraft.item.crafting.RecipesMapCloning (true) size 1604]
aaf=[aaf : aaf => net.minecraft.item.crafting.CraftingManager (true) size 13868]
aaj=[aaj : aaj => net.minecraft.item.crafting.ShapelessRecipes (true) size 2791]
aah=[aah : aah => net.minecraft.item.crafting.IRecipe (true) size 240]
aai=[aai : aai => net.minecraft.item.crafting.ShapedRecipes (true) size 3920]
pe=[pe : pe => net.minecraft.entity.ai.EntityLookHelper (true) size 2042]
pf=[pf : pf => net.minecraft.entity.ai.EntityMoveHelper (true) size 1793]
aaw=[aaw : aaw => net.minecraft.enchantment.EnchantmentHelper (true) size 7682]
aau=[aau : aau => net.minecraft.enchantment.Enchantment (true) size 4094]
pn=[pn : pn => net.minecraft.entity.ai.EntityAIEatGrass (true) size 2593]
pj=[pj : pj => net.minecraft.entity.ai.EntityAIBreakDoor (true) size 1916]
pk=[pk : pk => net.minecraft.entity.ai.EntityAIMate (true) size 3269]
lm=[lm : lm => net.minecraft.util.IntHashMap (true) size 3056]
bdb=[bdb : bdb => net.minecraft.client.multiplayer.ChunkProviderClient (false) size 3150]
lv=[lv : lv => net.minecraft.profiler.Profiler (true) size 706]
bdc=[bdc : bdc => net.minecraft.client.multiplayer.PlayerControllerMP (false) size 9000]
bdd=[bdd : bdd => net.minecraft.client.multiplayer.WorldClient (false) size 9617]
mk=[mk : mk => net.minecraft.util.WeightedRandomChestContent (true) size 2381]
bdy=[bdy : bdy => net.minecraft.client.particle.EntityFireworkStarterFX (false) size 7117]
mn=[mn : mn => net.minecraft.inventory.InventoryLargeChest (true) size 3623]
mo=[mo : mo => net.minecraft.inventory.IInventory (true) size 710]
bcp=[bcp : bcp => net.minecraft.client.model.ModelBox (false) size 2720]
mu=[mu : mu => net.minecraft.inventory.InventoryBasic (true) size 3181]
bcf=[bcf : bcf => net.minecraft.client.model.PositionTextureVertex (false) size 915]
bcy=[bcy : bcy => net.minecraft.client.multiplayer.GuiConnecting (false) size 3653]
nd=[nd : nd => net.minecraft.util.EntityDamageSourceIndirect (true) size 1383]
ni=[ni : ni => net.minecraft.potion.Potion (true) size 8586]
nj=[nj : nj => net.minecraft.potion.PotionEffect (true) size 5114]
bcw=[bcw : bcw => net.minecraft.client.multiplayer.NetClientHandler (false) size 38765]
nk=[nk : nk => net.minecraft.entity.EntityAgeable (true) size 3463]
bcu=[bcu : bcu => net.minecraft.client.model.ModelRenderer (false) size 4940]
jx=[jx : jx => net.minecraft.entity.EntityTrackerEntry (true) size 12891]
jy=[jy : jy => net.minecraft.network.NetLoginHandler (true) size 8489]
afp=[afp : afp => net.minecraft.world.gen.feature.WorldGenDungeons (true) size 3577]
jv=[jv : jv => net.minecraft.entity.player.EntityPlayerMP (true) size 27754]
bfj=[bfj : bfj => net.minecraft.client.renderer.ItemRenderer (false) size 14325]
jw=[jw : jw => net.minecraft.item.ItemInWorldManager (true) size 11180]
afo=[afo : afo => net.minecraft.world.gen.feature.WorldGenHugeTrees (true) size 4699]
bfe=[bfe : bfe => net.minecraft.client.renderer.EntityRenderer (false) size 29187]
afr=[afr : afr => net.minecraft.world.gen.feature.WorldGenTaiga1 (true) size 2459]
afq=[afq : afq => net.minecraft.world.gen.feature.WorldGenMinable (true) size 2536]
jr=[jr : jr => net.minecraft.world.gen.ChunkProviderServer (true) size 12837]
js=[js : js => net.minecraft.world.WorldServer (true) size 31794]
jp=[jp : jp => net.minecraft.server.management.PlayerManager (true) size 6422]
bfq=[bfq : bfq => net.minecraft.client.renderer.Tessellator (false) size 7857]
jq=[jq : jq => net.minecraft.server.management.PlayerInstance (true) size 5784]
jo=[jo : jo => net.minecraft.world.WorldManager (true) size 3261]
afg=[afg : afg => net.minecraft.world.gen.feature.WorldGenShrub (true) size 1496]
bfr=[bfr : bfr => net.minecraft.client.renderer.RenderBlocks (false) size 128079]
jl=[jl : jl => net.minecraft.world.WorldServerMulti (true) size 1293]
bfl=[bfl : bfl => net.minecraft.client.renderer.RenderGlobal (false) size 42537]
jm=[jm : jm => net.minecraft.entity.EntityTracker (true) size 5836]
afl=[afl : afl => net.minecraft.world.gen.feature.WorldGenBigMushroom (true) size 2798]
aga=[aga : aga => net.minecraft.world.gen.feature.WorldGenTrees (true) size 4289]
kd=[kd : kd => net.minecraft.network.NetworkListenThread (true) size 2419]
ka=[ka : ka => net.minecraft.network.NetServerHandler (true) size 49633]
afx=[afx : afx => net.minecraft.world.gen.feature.WorldGenTaiga2 (true) size 2795]
afy=[afy : afy => net.minecraft.world.gen.feature.WorldGenSwamp (true) size 3178]
afz=[afz : afz => net.minecraft.world.gen.feature.WorldGenTallGrass (true) size 1101]
jz=[jz : jz => net.minecraft.network.ThreadLoginVerifier (true) size 4962]
beh=[beh : beh => net.minecraft.client.particle.EffectRenderer (false) size 5859]
aem=[aem : aem => net.minecraft.world.gen.MapGenRavine (true) size 5315]
aeq=[aeq : aeq => net.minecraft.world.gen.MapGenCaves (true) size 5728]
aep=[aep : aep => net.minecraft.world.gen.ChunkProviderHell (true) size 12935]
aee=[aee : aee => net.minecraft.world.chunk.storage.AnvilChunkLoader (true) size 13898]
aed=[aed : aed => net.minecraft.world.chunk.storage.RegionFileCache (true) size 1991]
aei=[aei : aei => net.minecraft.world.WorldProvider (true) size 9594]
bey=[bey : bey => net.minecraft.client.entity.EntityOtherPlayerMP (false) size 3756]
bex=[bex : bex => net.minecraft.client.entity.EntityPlayerSP (false) size 12306]
le=[le : le => net.minecraft.logging.LogFormatter (true) size 2282]
afc=[afc : afc => net.minecraft.world.gen.feature.WorldGenDeadBush (true) size 1032]
bes=[bes : bes => net.minecraft.client.particle.EntityDiggingFX (false) size 3019]
lg=[lg : lg => net.minecraft.util.CryptManager (true) size 5152]
la=[la : la => net.minecraft.stats.StatList (true) size 6244]
aew=[aew : aew => net.minecraft.world.gen.feature.WorldGenBigTree (true) size 7462]
aet=[aet : aet => net.minecraft.world.gen.ChunkProviderGenerate (true) size 13455]
lc=[lc : lc => net.minecraft.logging.LogAgent (true) size 5492]
bfa=[bfa : bfa => net.minecraft.client.renderer.WorldRenderer (false) size 5338]
aeu=[aeu : aeu => net.minecraft.world.gen.ChunkProviderEnd (true) size 8474]
aex=[aex : aex => net.minecraft.world.gen.feature.WorldGenForest (true) size 2578]
adp=[adp : adp => net.minecraft.world.chunk.NibbleArray (true) size 2971]
adr=[adr : adr => net.minecraft.world.chunk.Chunk (true) size 25880]
hp=[hp : hp => net.minecraft.scoreboard.ServerScoreboard (true) size 5069]
hq=[hq : hq => net.minecraft.server.dedicated.PropertyManager (true) size 4084]
bhj=[bhj : bhj => net.minecraft.client.renderer.entity.RenderPlayer (false) size 13766]
bho=[bho : bho => net.minecraft.client.renderer.entity.RenderSnowMan (false) size 2808]
hh=[hh : hh => net.minecraft.server.ThreadDedicatedServer (true) size 687]
hn=[hn : hn => net.minecraft.server.management.ServerConfigurationManager (true) size 32005]
bhu=[bhu : bhu => net.minecraft.client.renderer.entity.RenderVillager (false) size 3104]
aeb=[aeb : aeb => net.minecraft.world.chunk.storage.RegionFile (true) size 5222]
adz=[adz : adz => net.minecraft.world.chunk.storage.ChunkLoader (true) size 3345]
ads=[ads : ads => net.minecraft.world.chunk.storage.ExtendedBlockStorage (true) size 5619]
acq=[acq : acq => net.minecraft.world.biome.BiomeGenBase (true) size 8738]
is=[is : is => net.minecraft.server.dedicated.DedicatedServer (true) size 12915]
bgl=[bgl : bgl => net.minecraft.client.renderer.entity.RenderManager (false) size 9826]
acm=[acm : acm => net.minecraft.world.NextTickListEntry (true) size 1766]
iu=[iu : iu => net.minecraft.server.dedicated.DedicatedServerCommandThread (true) size 1432]
acl=[acl : acl => net.minecraft.world.ChunkCache (true) size 6607]
ix=[ix : ix => net.minecraft.server.dedicated.DedicatedServerListenThread (true) size 1252]
acj=[acj : acj => net.minecraft.world.Teleporter (true) size 13719]
aci=[aci : aci => net.minecraft.world.SpawnerAnimals (true) size 8171]
acg=[acg : acg => net.minecraft.world.WorldType (true) size 5708]
acf=[acf : acf => net.minecraft.world.IBlockAccess (true) size 744]
il=[il : il => net.minecraft.command.ServerCommandManager (true) size 1876]
bgw=[bgw : bgw => net.minecraft.client.renderer.entity.RenderItem (false) size 12010]
bgu=[bgu : bgu => net.minecraft.client.renderer.entity.RenderBiped (false) size 9692]
je=[je : je => net.minecraft.server.gui.StatsComponent (true) size 4037]
iy=[iy : iy => net.minecraft.server.ServerListenThread (true) size 4578]
acv=[acv : acv => net.minecraft.world.biome.WorldChunkManager (true) size 5304]
acu=[acu : acu => net.minecraft.world.biome.BiomeDecorator (true) size 9234]
bhb=[bhb : bhb => net.minecraft.client.renderer.entity.RendererLivingEntity (false) size 11920]
xj=[xj : xj => net.minecraft.item.ItemTool (true) size 2590]
xn=[xn : xn => net.minecraft.item.ItemEmptyMap (true) size 1776]
xl=[xl : xl => net.minecraft.item.ItemDye (true) size 8348]
xs=[xs : xs => net.minecraft.item.ItemFireball (true) size 1756]
xv=[xv : xv => net.minecraft.item.ItemFishingRod (true) size 2938]
xw=[xw : xw => net.minecraft.item.ItemFlintAndSteel (true) size 2474]
ww=[ww : ww => net.minecraft.creativetab.CreativeTabs (true) size 5692]
wh=[wh : wh => net.minecraft.item.ItemArmor (true) size 4118]
wi=[wi : wi => net.minecraft.item.BehaviorDispenseArmor (true) size 3263]
wj=[wj : wj => net.minecraft.item.EnumArmorMaterial (true) size 1895]
wm=[wm : wm => net.minecraft.item.ItemBoat (true) size 3421]
wp=[wp : wp => net.minecraft.item.ItemBow (true) size 4517]
wr=[wr : wr => net.minecraft.item.ItemBucket (true) size 5358]
vw=[vw : vw => net.minecraft.inventory.SlotArmor (true) size 1089]
vv=[vv : vv => net.minecraft.inventory.ContainerPlayer (true) size 4075]
vy=[vy : vy => net.minecraft.inventory.InventoryMerchant (true) size 4063]
vz=[vz : vz => net.minecraft.inventory.ContainerMerchant (true) size 3627]
wb=[wb : wb => net.minecraft.inventory.InventoryEnderChest (true) size 3036]
wd=[wd : wd => net.minecraft.inventory.SlotCrafting (true) size 3020]
wc=[wc : wc => net.minecraft.inventory.InventoryCraftResult (true) size 2347]
wf=[wf : wf => net.minecraft.inventory.ContainerDispenser (true) size 2438]
we=[we : we => net.minecraft.inventory.Slot (true) size 2798]
vl=[vl : vl => net.minecraft.inventory.ContainerWorkbench (true) size 4095]
vm=[vm : vm => net.minecraft.inventory.ContainerEnchantment (true) size 9183]
vj=[vj : vj => net.minecraft.inventory.ContainerChest (true) size 2946]
vk=[vk : vk => net.minecraft.inventory.InventoryCrafting (true) size 3797]
vh=[vh : vh => net.minecraft.inventory.SlotBrewingStandPotion (true) size 1080]
vf=[vf : vf => net.minecraft.inventory.ContainerBrewingStand (true) size 3471]
axm=[axm : axm => net.minecraft.client.gui.inventory.GuiContainerCreative (false) size 15969]
vg=[vg : vg => net.minecraft.inventory.SlotBrewingStandIngredient (true) size 731]
vr=[vr : vr => net.minecraft.inventory.ContainerHopper (true) size 2519]
vp=[vp : vp => net.minecraft.inventory.ContainerFurnace (true) size 3686]
vq=[vq : vq => net.minecraft.inventory.SlotFurnace (true) size 3266]
vn=[vn : vn => net.minecraft.inventory.SlotEnchantmentTable (true) size 1901]
uz=[uz : uz => net.minecraft.inventory.AnimalChest (true) size 2022]
uy=[uy : uy => net.minecraft.inventory.Container (true) size 15230]
awy=[awy : awy => net.minecraft.client.gui.inventory.GuiContainer (false) size 14212]
ux=[ux : ux => net.minecraft.util.FoodStats (true) size 3649]
uv=[uv : uv => net.minecraft.entity.projectile.EntityWitherSkull (true) size 3969]
uu=[uu : uu => net.minecraft.entity.projectile.EntityPotion (true) size 5228]
vd=[vd : vd => net.minecraft.inventory.ContainerBeacon (true) size 3392]
vb=[vb : vb => net.minecraft.inventory.ContainerRepairINNER1 (true) size 1799]
va=[va : va => net.minecraft.inventory.ContainerRepair (true) size 8503]
uj=[uj : uj => net.minecraft.entity.projectile.EntityFireball (true) size 6963]
uk=[uk : uk => net.minecraft.entity.item.EntityFireworkRocket (true) size 4244]
ul=[ul : ul => net.minecraft.entity.projectile.EntityFishHook (true) size 11169]
uf=[uf : uf => net.minecraft.entity.player.EntityPlayer (true) size 44238]
uh=[uh : uh => net.minecraft.entity.projectile.EntityArrow (true) size 12783]
uq=[uq : uq => net.minecraft.entity.projectile.EntityThrowable (true) size 7050]
ur=[ur : ur => net.minecraft.entity.projectile.EntityEgg (true) size 3238]
us=[us : us => net.minecraft.entity.item.EntityEnderPearl (true) size 4119]
ut=[ut : ut => net.minecraft.entity.item.EntityExpBottle (true) size 1777]
um=[um : um => net.minecraft.entity.projectile.EntityLargeFireball (true) size 2589]
uo=[uo : uo => net.minecraft.entity.projectile.EntitySmallFireball (true) size 2679]
tt=[tt : tt => net.minecraft.entity.monster.EntitySpider (true) size 5111]
tw=[tw : tw => net.minecraft.entity.monster.EntityZombie (true) size 13289]
ub=[ub : ub => net.minecraft.entity.passive.EntityVillager (true) size 16737]
ud=[ud : ud => net.minecraft.entity.player.InventoryPlayer (true) size 11283]
uc=[uc : uc => net.minecraft.entity.player.PlayerCapabilities (true) size 1515]
tn=[tn : tn => net.minecraft.entity.monster.EntityPigZombie (true) size 5284]
tm=[tm : tm => net.minecraft.entity.monster.EntityMob (true) size 4099]
ts=[ts : ts => net.minecraft.entity.monster.EntitySlime (true) size 7759]
tr=[tr : tr => net.minecraft.entity.monster.EntitySkeleton (true) size 8332]
tq=[tq : tq => net.minecraft.entity.monster.EntitySilverfish (true) size 4299]
tg=[tg : tg => net.minecraft.entity.monster.EntityEnderman (true) size 10961]
tf=[tf : tf => net.minecraft.entity.monster.EntityCreeper (true) size 5651]
tj=[tj : tj => net.minecraft.entity.monster.EntityGhast (true) size 6756]
tc=[tc : tc => net.minecraft.entity.item.EntityTNTPrimed (true) size 3348]
sv=[sv : sv => net.minecraft.entity.item.EntityMinecartContainer (true) size 6919]
ss=[ss : ss => net.minecraft.entity.item.EntityItem (true) size 9773]
st=[st : st => net.minecraft.entity.item.EntityMinecart (true) size 24093]
sy=[sy : sy => net.minecraft.entity.item.EntityMinecartEmpty (true) size 1144]
sw=[sw : sw => net.minecraft.entity.item.EntityMinecartFurnace (true) size 4063]
sx=[sx : sx => net.minecraft.entity.item.EntityMinecartHopper (true) size 3382]
sk=[sk : sk => net.minecraft.entity.boss.EntityDragon (true) size 16914]
net.minecraft.client.ClientBrandRetriever=[net/minecraft/client/ClientBrandRetriever : net.minecraft.client.ClientBrandRetriever => net.minecraft.client.ClientBrandRetriever (false) size 686]
sm=[sm : sm => net.minecraft.entity.boss.EntityWither (true) size 12370]
sp=[sp : sp => net.minecraft.entity.effect.EntityLightningBolt (true) size 3675]
sr=[sr : sr => net.minecraft.entity.item.EntityFallingSand (true) size 7170]
sq=[sq : sq => net.minecraft.entity.item.EntityBoat (true) size 12277]
sc=[sc : sc => net.minecraft.entity.passive.EntitySquid (true) size 3288]
sf=[sf : sf => net.minecraft.entity.passive.EntityWolf (true) size 10110]
sg=[sg : sg => net.minecraft.entity.boss.IBossDisplayData (false) size 174]
sj=[sj : sj => net.minecraft.entity.item.EntityEnderCrystal (true) size 2577]
rz=[rz : rz => net.minecraft.entity.passive.EntitySheep (true) size 8034]
sb=[sb : sb => net.minecraft.entity.monster.EntitySnowman (true) size 4010]
rr=[rr : rr => net.minecraft.entity.passive.EntityCow (true) size 3903]
rs=[rs : rs => net.minecraft.entity.passive.EntityHorse (true) size 28100]
rw=[rw : rw => net.minecraft.entity.passive.EntityMooshroom (true) size 2480]
rx=[rx : rx => net.minecraft.entity.passive.EntityOcelot (true) size 6761]
ry=[ry : ry => net.minecraft.entity.passive.EntityPig (true) size 5100]
rm=[rm : rm => net.minecraft.village.VillageCollection (true) size 5743]
rl=[rl : rl => net.minecraft.village.VillageSiege (true) size 3835]
rj=[rj : rj => net.minecraft.village.Village (true) size 10450]
re=[re : re => net.minecraft.entity.ai.EntityAITarget (true) size 4176]
qq=[qq : qq => net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy (true) size 1624]
qr=[qr : qr => net.minecraft.entity.ai.EntityAISit (true) size 1080]
qn=[qn : qn => net.minecraft.entity.ai.EntityAIArrowAttack (true) size 2787]
qj=[qj : qj => net.minecraft.entity.ai.EntityAIPanic (true) size 1125]
qa=[qa : qa => net.minecraft.entity.ai.EntityAIAttackOnCollide (true) size 3916]
pz=[pz : pz => net.minecraft.entity.ai.EntityAIVillagerMate (true) size 2629]
aqv=[aqv : aqv => net.minecraft.block.BlockTallGrass (true) size 3897]
aqw=[aqw : aqw => net.minecraft.block.BlockEndPortal (true) size 3596]
aqp=[aqp : aqp => net.minecraft.block.BlockStairs (true) size 9768]
aqq=[aqq : aqq => net.minecraft.block.BlockStem (true) size 6499]
aqz=[aqz : aqz => net.minecraft.block.Block (true) size 49409]
aqy=[aqy : aqy => net.minecraft.block.BlockPane (true) size 4237]
arg=[arg : arg => net.minecraft.block.BlockTorch (true) size 4618]
arf=[arf : arf => net.minecraft.block.BlockSnow (true) size 4128]
are=[are : are => net.minecraft.block.BlockTNT (true) size 3891]
arm=[arm : arm => net.minecraft.block.BlockVine (true) size 7142]
arl=[arl : arl => net.minecraft.block.BlockTripWire (true) size 6718]
ark=[ark : ark => net.minecraft.block.BlockTripWireSource (true) size 7905]
arj=[arj : arj => net.minecraft.block.BlockLog (true) size 3022]
ari=[ari : ari => net.minecraft.block.BlockTrapDoor (true) size 5664]
arw=[arw : arw => net.minecraft.tileentity.TileEntityBeacon (true) size 7009]
arx=[arx : arx => net.minecraft.tileentity.TileEntityBrewingStand (true) size 8074]
asa=[asa : asa => net.minecraft.tileentity.TileEntityComparator (true) size 818]
ary=[ary : ary => net.minecraft.tileentity.TileEntityChest (true) size 8420]
arz=[arz : arz => net.minecraft.tileentity.TileEntityCommandBlock (true) size 6118]
asg=[asg : asg => net.minecraft.tileentity.TileEntityFurnace (true) size 9136]
asi=[asi : asi => net.minecraft.tileentity.TileEntityHopper (true) size 12497]
asc=[asc : asc => net.minecraft.tileentity.TileEntityDispenser (true) size 4518]
asd=[asd : asd => net.minecraft.tileentity.TileEntityDropper (true) size 532]
aso=[aso : aso => net.minecraft.tileentity.TileEntityEndPortal (true) size 294]
asn=[asn : asn => net.minecraft.tileentity.TileEntitySkull (true) size 1756]
asp=[asp : asp => net.minecraft.tileentity.TileEntity (true) size 7969]
asm=[asm : asm => net.minecraft.tileentity.TileEntitySign (true) size 1994]
asl=[asl : asl => net.minecraft.tileentity.TileEntityNote (true) size 1869]
aon=[aon : aon => net.minecraft.block.BlockGrass (true) size 4952]
aot=[aot : aot => net.minecraft.block.BlockHopper (true) size 5928]
aos=[aos : aos => net.minecraft.block.BlockSand (true) size 2343]
aox=[aox : aox => net.minecraft.tileentity.TileEntityRecordPlayer (true) size 1208]
aoy=[aoy : aoy => net.minecraft.block.BlockLadder (true) size 3063]
aov=[aov : aov => net.minecraft.block.BlockIce (true) size 2792]
aoz=[aoz : aoz => net.minecraft.block.BlockLeaves (true) size 8403]
apb=[apb : apb => net.minecraft.block.BlockLever (true) size 6719]
ape=[ape : ape => net.minecraft.block.BlockStationary (true) size 2640]
apd=[apd : apd => net.minecraft.block.BlockFlowing (true) size 7169]
apc=[apc : apc => net.minecraft.block.BlockFluid (true) size 9557]
apj=[apj : apj => net.minecraft.block.BlockMushroom (true) size 4099]
api=[api : api => net.minecraft.block.BlockMobSpawner (true) size 1484]
apn=[apn : apn => net.minecraft.block.BlockRedstoneTorch (true) size 6121]
apm=[apm : apm => net.minecraft.block.BlockNetherrack (true) size 1431]
apl=[apl : apl => net.minecraft.block.BlockNetherStalk (true) size 3902]
apk=[apk : apk => net.minecraft.block.BlockMycelium (true) size 4298]
apr=[apr : apr => net.minecraft.block.BlockOre (true) size 1946]
aps=[aps : aps => net.minecraft.block.BlockPortal (true) size 7116]
apw=[apw : apw => net.minecraft.block.BlockPressurePlate (true) size 2695]
apy=[apy : apy => net.minecraft.block.BlockPumpkin (true) size 5144]
aqc=[aqc : aqc => net.minecraft.block.BlockRedstoneOre (true) size 4717]
aqb=[aqb : aqb => net.minecraft.block.BlockRedstoneWire (true) size 9411]
aqe=[aqe : aqe => net.minecraft.block.BlockReed (true) size 3473]
aqd=[aqd : aqd => net.minecraft.block.BlockRedstoneLight (true) size 1976]
aqi=[aqi : aqi => net.minecraft.block.BlockSapling (true) size 5732]
aqk=[aqk : aqk => net.minecraft.block.BlockSkull (true) size 6883]
aqj=[aqj : aqj => net.minecraft.block.BlockSign (true) size 4073]
avb=[avb : avb => net.minecraft.client.gui.GuiCreateWorld (false) size 9633]
auy=[auy : auy => net.minecraft.client.gui.GuiControls (false) size 2077]
auw=[auw : auw => net.minecraft.client.gui.GuiChat (false) size 6885]
avj=[avj : avj => net.minecraft.client.gui.GuiIngame (false) size 20800]
zz=[zz : zz => net.minecraft.item.crafting.RecipeFireworks (true) size 3912]
awq=[awq : awq => net.minecraft.client.gui.achievement.GuiAchievements (false) size 10362]
awg=[awg : awg => net.minecraft.client.gui.GuiSlot (false) size 7220]
zh=[zh : zh => net.minecraft.item.ItemBlock (true) size 3986]
asz=[asz : asz => net.minecraft.util.AABBPool (true) size 1665]
ata=[ata : ata => net.minecraft.util.MovingObjectPosition (true) size 1073]
ze=[ze : ze => net.minecraft.item.ItemMonsterPlacer (true) size 4800]
asu=[asu : asu => net.minecraft.block.BlockPistonExtension (true) size 4806]
ast=[ast : ast => net.minecraft.block.BlockPistonBase (true) size 10932]
asx=[asx : asx => net.minecraft.util.AxisAlignedBB (true) size 6059]
asw=[asw : asw => net.minecraft.tileentity.TileEntityPiston (true) size 3843]
zw=[zw : zw => net.minecraft.item.crafting.RecipesArmorDyes (true) size 2697]
atc=[atc : atc => net.minecraft.util.Vec3 (true) size 4371]
atd=[atd : atd => net.minecraft.util.Vec3Pool (true) size 2087]
yg=[yg : yg => net.minecraft.item.ItemLeash (true) size 3171]
yh=[yh : yh => net.minecraft.item.ItemMap (true) size 6671]
ye=[ye : ye => net.minecraft.item.ItemStack (true) size 19900]
yc=[yc : yc => net.minecraft.item.Item (true) size 31237]
yd=[yd : yd => net.minecraft.item.EnumToolMaterial (true) size 2092]
yb=[yb : yb => net.minecraft.item.ItemHoe (true) size 2416]
atv=[atv : atv => net.minecraft.client.Minecraft (false) size 41803]
xz=[xz : xz => net.minecraft.item.ItemHangingEntity (true) size 3161]
xx=[xx : xx => net.minecraft.item.ItemFood (true) size 2987]
aul=[aul : aul => net.minecraft.client.settings.GameSettings (false) size 17122]
yx=[yx : yx => net.minecraft.item.ItemShears (true) size 3588]
yw=[yw : yw => net.minecraft.item.ItemSeeds (true) size 2000]
yv=[yv : yv => net.minecraft.item.ItemSeedFood (true) size 1887]
aus=[aus : aus => net.minecraft.util.Session (false) size 1411]
yq=[yq : yq => net.minecraft.item.EnumRarity (false) size 1196]
yk=[yk : yk => net.minecraft.item.BehaviorDispenseMinecart (true) size 3593]
yj=[yj : yj => net.minecraft.item.ItemMinecart (true) size 1829]
yi=[yi : yi => net.minecraft.item.ItemBucketMilk (true) size 1137]
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class a (input size 3806), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for a (new size 4792)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aa (input size 3939), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aa (new size 7184)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aab (input size 2402), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aab (new size 4135)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aaf (input size 12619), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aaf (new size 14296)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aai (input size 1627), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aai (new size 3986)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aaj (input size 1265), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aaj (new size 2867)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aau (input size 3121), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aau (new size 4433)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aaw (input size 6149), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aaw (new size 8092)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class abn (input size 5721), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for abn (new size 7670)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class abr (input size 5179), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for abr (new size 10242)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class abw (input size 41161), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for abw (new size 82556)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acg (input size 1466), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acg (new size 5915)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aci (input size 5307), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aci (new size 8588)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acj (input size 7059), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acj (new size 13859)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acl (input size 1872), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acl (new size 6690)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acm (input size 1494), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acm (new size 1891)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acq (input size 5752), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acq (new size 8968)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acu (input size 5564), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acu (new size 9442)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class acv (input size 3334), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for acv (new size 5653)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class adp (input size 730), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for adp (new size 3005)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class adr (input size 14285), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for adr (new size 26724)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ads (input size 2532), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ads (new size 5667)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aeb (input size 4585), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aeb (new size 5802)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aed (input size 1874), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aed (new size 2365)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aee (input size 8059), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aee (new size 14752)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aei (input size 2328), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aei (new size 9671)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aem (input size 3290), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aem (new size 5430)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aep (input size 8054), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aep (new size 13473)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aet (input size 8910), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aet (new size 13856)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aeu (input size 5462), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aeu (new size 8899)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aew (input size 5987), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aew (new size 8136)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afc (input size 745), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afc (new size 1061)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afg (input size 990), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afg (new size 1546)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afl (input size 1924), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afl (new size 2839)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afo (input size 2993), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afo (new size 4770)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afp (input size 3392), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afp (new size 3973)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afq (input size 1534), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afq (new size 2555)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class afz (input size 782), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for afz (new size 1116)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aga (input size 2816), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aga (new size 4365)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class agi (input size 5425), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for agi (new size 6668)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ahl (input size 6228), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahl (new size 6888)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ahm (input size 5886), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahm (new size 6493)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ahq (input size 3334), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahq (new size 4484)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ahw (input size 3017), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahw (new size 3709)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aia (input size 4054), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aia (new size 4757)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aif (input size 3882), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aif (new size 4528)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ain (input size 4861), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ain (new size 6501)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ait (input size 9150), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ait (new size 12318)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aiv (input size 3127), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aiv (new size 4477)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class aji (input size 3806), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for aji (new size 4640)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ajj (input size 870), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ajj (new size 1263)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ajm (input size 3385), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ajm (new size 5953)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class akc (input size 2994), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for akc (new size 3387)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class akj (input size 1054), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for akj (new size 1197)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class akq (input size 2163), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for akq (new size 3734)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ald (input size 1634), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ald (new size 2171)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ali (input size 4285), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ali (new size 6449)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class alj (input size 1681), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for alj (new size 3755)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class alp (input size 2170), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for alp (new size 3724)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class alq (input size 4811), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for alq (new size 8310)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class als (input size 6986), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for als (new size 10051)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class ams (input size 1607), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for ams (new size 2020)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class amx (input size 2995), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for amx (new size 5451)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class amy (input size 2404), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for amy (new size 4355)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class amz (input size 5119), found 1 patch
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Successfully applied runtime patches for amz (new size 6150)
2014-10-11 16:28:10 [FINE] [ForgeModLoader] Runtime patching class anf (input size 4927), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anf (new size 8974)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ang (input size 1726), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ang (new size 5990)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anh (input size 1721), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anh (new size 4870)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ank (input size 6965), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ank (new size 9229)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anm (input size 2518), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anm (new size 5531)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anr (input size 2499), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anr (new size 5247)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ans (input size 1465), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ans (new size 3083)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anu (input size 2149), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anu (new size 4635)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anv (input size 4577), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anv (new size 7242)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class any (input size 4214), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for any (new size 6751)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class anz (input size 3708), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for anz (new size 8191)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aoa (input size 1208), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aoa (new size 4003)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aof (input size 2166), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aof (new size 5477)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aoi (input size 4755), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aoi (new size 11783)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aon (input size 980), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aon (new size 4979)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aos (input size 1643), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aos (new size 2362)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aot (input size 3406), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aot (new size 6145)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aox (input size 941), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aox (new size 1279)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aoz (input size 4080), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aoz (new size 8873)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apc (input size 3752), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apc (new size 9802)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apd (input size 4256), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apd (new size 7225)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apk (input size 940), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apk (new size 4337)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apl (input size 1361), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apl (new size 3970)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apn (input size 3611), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apn (new size 6387)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apw (input size 1079), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apw (new size 2849)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class apy (input size 2224), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for apy (new size 5186)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqb (input size 5257), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqb (new size 9538)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqc (input size 2234), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqc (new size 4957)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqd (input size 1027), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqd (new size 2002)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqi (input size 2194), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqi (new size 5831)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqj (input size 1801), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqj (new size 4188)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqp (input size 6643), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqp (new size 10241)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqq (input size 2925), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqq (new size 6642)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqv (input size 1288), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqv (new size 3938)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqw (input size 1096), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqw (new size 3616)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqy (input size 2263), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqy (new size 4343)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aqz (input size 28719), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqz (new size 50736)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class are (input size 1960), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for are (new size 3979)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class arj (input size 1184), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for arj (new size 3127)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class arw (input size 4505), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for arw (new size 7213)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class arx (input size 4808), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for arx (new size 8330)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ary (input size 5786), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ary (new size 8721)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class arz (input size 1965), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for arz (new size 6628)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asa (input size 543), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asa (new size 838)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asc (input size 2886), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asc (new size 4741)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asg (input size 5214), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asg (new size 9357)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asi (input size 6979), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asi (new size 12875)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asl (input size 991), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asl (new size 1902)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asm (input size 1539), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asm (new size 2157)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asn (input size 1202), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asn (new size 1875)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asp (input size 4426), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asp (new size 8574)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ast (input size 6492), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ast (new size 11157)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asu (input size 2774), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asu (new size 4911)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asw (input size 2809), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asw (new size 4005)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asx (input size 5065), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asx (new size 6398)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class asz (input size 1131), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for asz (new size 1708)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ata (input size 777), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ata (new size 1101)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class atc (input size 2690), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for atc (new size 4456)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class atd (input size 1243), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for atd (new size 2078)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class atv (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for atv (new size 41791)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aul (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aul (new size 17113)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class aus (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for aus (new size 1402)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class auw (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for auw (new size 6876)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class auy (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for auy (new size 2068)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class avb (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for avb (new size 9624)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class avj (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for avj (new size 20791)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class awg (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for awg (new size 7211)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class awq (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for awq (new size 10353)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class awy (input size 17103), found 1 patch
2014-10-11 16:28:11 [WARNING] [ForgeModLoader] Patcher expecting empty class data file for net.minecraft.client.gui.inventory.GuiContainer, but received non-empty
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for awy (new size 14203)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class axm (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for axm (new size 15960)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class b (input size 6336), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for b (new size 8017)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bbo (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bbo (new size 1791)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bbs (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bbs (new size 1741)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bcf (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcf (new size 906)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bcp (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcp (new size 2711)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bcu (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcu (new size 4931)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bcw (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcw (new size 38753)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bcy (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcy (new size 3644)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bdb (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdb (new size 3141)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bdc (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdc (new size 8991)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bdd (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdd (new size 9608)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bdy (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdy (new size 7108)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class beh (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for beh (new size 5850)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bes (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bes (new size 3010)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bex (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bex (new size 12297)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bey (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bey (new size 3747)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfa (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfa (new size 5329)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfe (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfe (new size 29178)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfj (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfj (new size 14316)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfl (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfl (new size 42525)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfq (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfq (new size 7848)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bfr (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfr (new size 128061)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bgl (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgl (new size 9817)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bgu (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgu (new size 9683)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bgw (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgw (new size 12001)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bhb (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhb (new size 11911)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bhj (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhj (new size 13757)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bho (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bho (new size 2799)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bhu (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhu (new size 3095)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class big (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for big (new size 4839)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bik (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bik (new size 7108)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bil (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bil (new size 6715)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class biv (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for biv (new size 3647)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bjo (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bjo (new size 1741)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bkd (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bkd (new size 3859)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bkz (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bkz (new size 7584)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bl (input size 1439), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bl (new size 1865)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class blc (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for blc (new size 2461)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bln (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bln (new size 12603)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class blt (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for blt (new size 14842)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class blv (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for blv (new size 7157)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bma (input size 0), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bma (new size 1579)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class bv (input size 2953), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for bv (new size 3933)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class cg (input size 2387), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for cg (new size 3227)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class cn (input size 1907), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for cn (new size 3983)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class co (input size 7538), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for co (new size 10486)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class cq (input size 1092), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for cq (new size 1351)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class di (input size 1852), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for di (new size 2708)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class dm (input size 1208), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for dm (new size 1887)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class dn (input size 2341), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for dn (new size 3039)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class dq (input size 1056), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for dq (new size 1786)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ej (input size 3592), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ej (new size 4805)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class el (input size 3184), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for el (new size 5095)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class en (input size 1157), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for en (new size 2728)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ep (input size 1643), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ep (new size 2497)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ey (input size 7307), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ey (new size 9102)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class gs (input size 725), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for gs (new size 3181)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class gt (input size 1212), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for gt (new size 3181)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class gu (input size 1160), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for gu (new size 3408)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class gv (input size 898), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for gv (new size 3029)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class hf (input size 1178), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for hf (new size 3498)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class hh (input size 290), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for hh (new size 692)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class hn (input size 16339), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for hn (new size 33522)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class hp (input size 3683), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for hp (new size 5367)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class hq (input size 3081), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for hq (new size 4754)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class is (input size 9596), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for is (new size 14481)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class iu (input size 764), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for iu (new size 1459)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ix (input size 846), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ix (new size 1417)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class iy (input size 3120), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for iy (new size 5245)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class j (input size 3241), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for j (new size 3869)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class je (input size 3529), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for je (new size 4586)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jm (input size 4614), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jm (new size 6338)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jo (input size 2323), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jo (new size 3491)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jp (input size 4115), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jp (new size 6662)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jq (input size 3641), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jq (new size 6044)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jr (input size 5049), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jr (new size 13345)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class js (input size 14788), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for js (new size 32934)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jv (input size 16266), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jv (new size 28695)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jw (input size 4441), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jw (new size 11220)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jx (input size 9464), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jx (new size 13272)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jy (input size 5611), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jy (new size 9536)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class jz (input size 2112), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for jz (new size 5577)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ka (input size 19447), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ka (new size 51313)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class kd (input size 2100), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for kd (new size 2956)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class la (input size 5653), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for la (new size 6549)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class lc (input size 2403), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for lc (new size 6318)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class le (input size 1539), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for le (new size 2703)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class lm (input size 2580), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for lm (new size 3171)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class lv (input size 3637), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for lv (new size 771)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class m (input size 3954), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for m (new size 5648)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class mk (input size 1496), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for mk (new size 2524)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class mn (input size 1762), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for mn (new size 3651)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class mu (input size 1870), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for mu (new size 3269)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class nd (input size 1142), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for nd (new size 1548)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ni (input size 6599), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ni (new size 9225)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class nj (input size 2949), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for nj (new size 5355)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class nk (input size 2523), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for nk (new size 3592)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class nn (input size 25323), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for nn (new size 48787)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class nt (input size 5436), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for nt (new size 6695)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class oa (input size 3689), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for oa (new size 6261)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class oc (input size 3989), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for oc (new size 7619)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class of (input size 25356), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for of (new size 37376)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class og (input size 15924), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for og (new size 21842)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ol (input size 1734), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ol (new size 2801)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class on (input size 5630), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for on (new size 8363)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pe (input size 1578), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pe (new size 2059)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pf (input size 1436), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pf (new size 1825)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pj (input size 1471), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pj (new size 1966)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pk (input size 2470), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pk (new size 3363)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pn (input size 1619), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pn (new size 2605)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class pz (input size 2029), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for pz (new size 2657)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class qa (input size 2127), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for qa (new size 3986)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class qj (input size 807), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for qj (new size 1128)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class qn (input size 1905), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for qn (new size 2868)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class qq (input size 1337), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for qq (new size 1625)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class qr (input size 810), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for qr (new size 1080)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class re (input size 2413), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for re (new size 4296)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rj (input size 8515), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rj (new size 11000)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rl (input size 2973), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rl (new size 3876)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rm (input size 4626), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rm (new size 6006)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rs (input size 22301), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rs (new size 29378)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rx (input size 5673), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rx (new size 6958)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ry (input size 3795), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ry (new size 5193)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class rz (input size 5400), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for rz (new size 8206)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sc (input size 3099), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sc (new size 3349)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sf (input size 7779), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sf (new size 10293)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sj (input size 1548), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sj (new size 2626)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sk (input size 10934), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sk (new size 17211)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sm (input size 8780), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sm (new size 12593)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sp (input size 2246), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sp (new size 3760)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sq (input size 6657), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sq (new size 12411)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sr (input size 5081), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sr (new size 7566)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ss (input size 5611), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ss (new size 10067)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class st (input size 13682), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for st (new size 24925)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sv (input size 3861), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sv (new size 6996)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sw (input size 3102), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sw (new size 4135)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class sx (input size 2385), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for sx (new size 3473)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tc (input size 1857), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tc (new size 3415)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tf (input size 3701), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tf (new size 5863)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tg (input size 7849), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tg (new size 11267)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tj (input size 4658), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tj (new size 6961)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tn (input size 3531), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tn (new size 5509)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tq (input size 3536), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tq (new size 4345)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tr (input size 6279), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tr (new size 8523)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ts (input size 5154), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ts (new size 7941)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class tw (input size 9443), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for tw (new size 13770)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ub (input size 14277), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ub (new size 17368)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uc (input size 1219), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uc (new size 1614)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ud (input size 6842), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ud (new size 11512)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uf (input size 24208), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uf (new size 45171)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uh (input size 9201), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uh (new size 13124)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uj (input size 5260), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uj (new size 7141)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uk (input size 2838), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uk (new size 4344)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ul (input size 7363), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ul (new size 11334)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class um (input size 1093), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for um (new size 2635)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uq (input size 5543), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uq (new size 7310)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uu (input size 2790), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uu (new size 5364)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class ux (input size 1978), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for ux (new size 3725)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class uy (input size 8829), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for uy (new size 15525)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class va (input size 6521), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for va (new size 8819)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vb (input size 404), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vb (new size 1858)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vd (input size 1837), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vd (new size 3472)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vf (input size 2020), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vf (new size 3553)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vg (input size 450), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vg (new size 735)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vh (input size 739), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vh (new size 1085)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vj (input size 1454), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vj (new size 3043)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vk (input size 1424), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vk (new size 3788)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vl (input size 2449), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vl (new size 4196)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vm (input size 4161), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vm (new size 9360)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vn (input size 454), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vn (new size 1933)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vp (input size 2191), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vp (new size 3736)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vq (input size 1548), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vq (new size 3292)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vr (input size 1329), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vr (new size 2603)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vv (input size 2521), found 1 patch
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Successfully applied runtime patches for vv (new size 4224)
2014-10-11 16:28:11 [FINE] [ForgeModLoader] Runtime patching class vw (input size 640), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for vw (new size 1080)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class vy (input size 2237), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for vy (new size 4084)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class vz (input size 2225), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for vz (new size 3695)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wb (input size 1407), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wb (new size 3081)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wc (input size 1017), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wc (new size 2349)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wd (input size 2022), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wd (new size 3011)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class we (input size 1361), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for we (new size 2798)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wf (input size 1222), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wf (new size 2482)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wh (input size 2781), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wh (new size 4446)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wj (input size 1536), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wj (new size 2065)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wp (input size 2077), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wp (new size 4555)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class wr (input size 2578), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for wr (new size 5442)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class ww (input size 1879), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for ww (new size 5743)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class xj (input size 1612), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for xj (new size 2740)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class xl (input size 4249), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for xl (new size 8561)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class xv (input size 859), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for xv (new size 2942)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class xx (input size 1757), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for xx (new size 3033)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class xz (input size 911), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for xz (new size 3224)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yb (input size 1161), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yb (new size 2459)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yc (input size 21098), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yc (new size 32364)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yd (input size 1646), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yd (new size 2208)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class ye (input size 8938), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for ye (new size 20796)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yj (input size 1020), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yj (new size 1853)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yk (input size 1293), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yk (new size 3610)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yq (input size 0), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yq (new size 1187)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yv (input size 625), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yv (new size 1903)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class yw (input size 679), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for yw (new size 2015)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class ze (input size 2843), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for ze (new size 5079)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class zh (input size 1655), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for zh (new size 4080)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class zz (input size 3419), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for zz (new size 4123)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 0), found 1 patch
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 677)
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class FMLCorePlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class FMLForgePlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod DepLoader {codechicken.core.launch.DepLoader} class transformers
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for DepLoader {codechicken.core.launch.DepLoader}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin DepLoader
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class DepLoader run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer invtweaks.forge.asm.ContainerTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin FMLPlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class FMLPlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod MicdoodlePlugin {micdoodle8.mods.miccore.MicdoodlePlugin} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer micdoodle8.mods.miccore.MicdoodleTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for MicdoodlePlugin {micdoodle8.mods.miccore.MicdoodlePlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin MicdoodlePlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class MicdoodlePlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod DepLoader {codechicken.core.launch.DepLoader} class transformers
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for DepLoader {codechicken.core.launch.DepLoader}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin DepLoader
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class DepLoader run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod CompatibilityCorePlugin {mrtjp.projectred.compatibility.CompatibilityCorePlugin} class transformers
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for CompatibilityCorePlugin {mrtjp.projectred.compatibility.CompatibilityCorePlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin CompatibilityCorePlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class CompatibilityCorePlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod DepLoader {codechicken.core.launch.DepLoader} class transformers
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for DepLoader {codechicken.core.launch.DepLoader}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin DepLoader
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class DepLoader run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod AppEngCore {appeng.transformer.AppEngCore} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer appeng.transformer.AppEngASMTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for AppEngCore {appeng.transformer.AppEngCore}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin AppEngCore
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class AppEngCore run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod CalclaviaPluginLoader {calclavia.lib.CalclaviaPluginLoader} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer calclavia.lib.asm.CalclaviaTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer calclavia.lib.config.ConfigTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for CalclaviaPluginLoader {calclavia.lib.CalclaviaPluginLoader}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin CalclaviaPluginLoader
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class CalclaviaPluginLoader run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.lib.asm.ClassHeirachyManager
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.CodeChickenAccessTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.TweakTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.FeatureHackTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.DelegatedTransformer
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.DefaultImplementationTransformer
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class CodeChickenCorePlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod LoadingPlugin {cofh.asm.LoadingPlugin} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer cofh.asm.TransformerCore
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer cofh.asm.TransformerMasquerade
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin for LoadingPlugin {cofh.asm.LoadingPlugin}
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Running coremod plugin LoadingPlugin
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Coremod plugin class LoadingPlugin run successfully
2014-10-11 16:28:12 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:12 [FINE] [ForgeModLoader] Injecting coremod MicroblocksCoreMod {mods.immibis.microblocks.coremod.MicroblocksCoreMod} class transformers
2014-10-11 16:28:12 [FINEST] [ForgeModLoader] Registering transformer mods.immibis.microblocks.coremod.MicroblockSupporterTransformer
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin for MicroblocksCoreMod {mods.immibis.microblocks.coremod.MicroblocksCoreMod}
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin MicroblocksCoreMod
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Coremod plugin class MicroblocksCoreMod run successfully
2014-10-11 16:28:13 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injecting coremod LogisticsPipesCoreLoader {logisticspipes.asm.LogisticsPipesCoreLoader} class transformers
2014-10-11 16:28:13 [FINEST] [ForgeModLoader] Registering transformer logisticspipes.asm.LogisticsClassTransformer
2014-10-11 16:28:13 [FINEST] [ForgeModLoader] Registering transformer logisticspipes.asm.LogisticsAccessTransformer
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin for LogisticsPipesCoreLoader {logisticspipes.asm.LogisticsPipesCoreLoader}
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin LogisticsPipesCoreLoader
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Coremod plugin class LogisticsPipesCoreLoader run successfully
2014-10-11 16:28:13 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers
2014-10-11 16:28:13 [FINEST] [ForgeModLoader] Registering transformer codechicken.nei.asm.NEITransformer
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Running coremod plugin NEICorePlugin
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Coremod plugin class NEICorePlugin run successfully
2014-10-11 16:28:13 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:13 [FINE] [ForgeModLoader] Injecting coremod OpenModsCorePlugin {openmods.OpenModsCorePlugin} class transformers
2014-10-11 16:28:13 [FINEST] [ForgeModLoader] Registering transformer openmods.OpenModsClassTransformer
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin for OpenModsCorePlugin {openmods.OpenModsCorePlugin}
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin OpenModsCorePlugin
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Coremod plugin class OpenModsCorePlugin run successfully
2014-10-11 16:28:14 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injecting coremod CoreLoader {powercrystals.core.CoreLoader} class transformers
2014-10-11 16:28:14 [FINEST] [ForgeModLoader] Registering transformer powercrystals.core.at.PCCAccessTransformer
2014-10-11 16:28:14 [FINEST] [ForgeModLoader] Registering transformer powercrystals.core.asm.PCCASMTransformer
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin for CoreLoader {powercrystals.core.CoreLoader}
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin CoreLoader
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Coremod plugin class CoreLoader run successfully
2014-10-11 16:28:14 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injecting coremod QCFMLLoadingPlugin {dan200.quantumcore.QCFMLLoadingPlugin} class transformers
2014-10-11 16:28:14 [FINEST] [ForgeModLoader] Registering transformer dan200.quantumcore.QCClassTransformer
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin for QCFMLLoadingPlugin {dan200.quantumcore.QCFMLLoadingPlugin}
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin QCFMLLoadingPlugin
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Coremod plugin class QCFMLLoadingPlugin run successfully
2014-10-11 16:28:14 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injecting coremod UELoader {universalelectricity.core.UELoader} class transformers
2014-10-11 16:28:14 [FINEST] [ForgeModLoader] Registering transformer universalelectricity.core.asm.UniversalTransformer
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Injection complete
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin for UELoader {universalelectricity.core.UELoader}
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Running coremod plugin UELoader
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Coremod plugin class UELoader run successfully
2014-10-11 16:28:14 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Validating minecraft
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Minecraft validated, launching...
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Runtime patching class net.minecraft.server.MinecraftServer (input size 20475), found 1 patch
2014-10-11 16:28:14 [FINE] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 40357)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/command/ServerCommandManager (input size 2742), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/command/ServerCommandManager (new size 2136)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 967), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1120)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/storage/ISaveHandler (input size 299), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/storage/ISaveHandler (new size 390)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/IBlockAccess (input size 224), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 735)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/WorldServerMulti (input size 573), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/WorldServerMulti (new size 1567)
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/network/packet/NetHandler (input size 4778), found 1 patch
2014-10-11 16:28:15 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/network/packet/NetHandler (new size 9776)
2014-10-11 16:28:16 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 1689), found 1 patch
2014-10-11 16:28:16 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 3861)
2014-10-11 16:28:17 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/network/INetworkManager (input size 263), found 1 patch
2014-10-11 16:28:17 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/network/INetworkManager (new size 531)
2014-10-11 16:28:17 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/inventory/IInventory (input size 312), found 1 patch
2014-10-11 16:28:17 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/inventory/IInventory (new size 723)
2014-10-11 16:28:18 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

It just crashes when i try to start it up. mcpc-plus-1.6.4-R2.1-forge965-B251.jar

Crash log: java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ILanguageAdapter$ScalaAdapter.getNewInstance(ILanguageAdapter.java:21)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 16499881480 bytes (15735 MB) / 20580925440 bytes (19627 MB) up to 20580925440 bytes (19627 MB)
JVM Flags: 3 total; -Xms20G -Xmx20G -XX:PermSize=128m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:689)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 75 mods loaded, 75 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed
ForgeMultipart{1.0.1.268} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded->Constructed
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed
IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed
AdvancedSolarPanel{3.4.7} [Advanced Solar Panels] (AdvancedSolarPanels_3_4_7_IC_EXP.zip) Unloaded->Constructed
AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
CarpentersBlocks{3.2.7} [Carpenter's Blocks] (Carpenter's Blocks v3.2.7 - MC 1.6.4.zip) Unloaded->Constructed
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed
CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed
CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed
CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed
CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed
ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed
ExtrabiomesXL{3.15.8} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.8.jar) Unloaded->Constructed
factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed
factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed
factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed
factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed
FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed
Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed
IC2Fixes{1.0} [IC2 Fixes] (IC2Fixes.jar) Unloaded->Constructed
IC2LaserFix{1.0} [IC2 Laser Fix] (IC2LaserFix-2.0.jar) Unloaded->Constructed
ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed
IronChest{5.4.1.702} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded->Constructed
KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded->Constructed
LogisticsPipes|Main{0.7.4.dev.294} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.294.jar) Unloaded->Constructed
mcheli{0.9.3} [MC Helicopter] (mcheli) Unloaded->Constructed
Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed
MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded->Constructed
MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded->Constructed
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed
NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed
ProjRed|Core{4.3.7.32} [ProjectRed] (ProjectRedBase-1.6.4-4.3.7.32.jar) Unloaded->Constructed
ProjRed|Integration{4.3.7.32} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed
ProjRed|Transmission{4.3.7.32} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed
ProjectZulu|Core{1.1.7.3} [Project Zulu Core] (ProjectZuluCompletev1.1.7.3.zip) Unloaded->Constructed
ProjectZulu|Block{1.1.7.3} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.7.3.zip) Unloaded->Constructed
ProjectZulu|Dungeon{1.1.7.3} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.7.3.zip) Unloaded->Constructed
ProjectZulu|Mob{1.1.7.3} [Project Zulu Mobs] (ProjectZuluCompletev1.1.7.3.zip) Unloaded->Constructed
ProjectZulu|World{1.1.7.3} [Project Zulu World] (ProjectZuluCompletev1.1.7.3.zip) Unloaded->Constructed
Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed
Statues{2.1.1} [Statues] (statues-1.6.4-2.1.1.jar) Unloaded->Constructed
Tubestuff{57.1.3} [Tubestuff] (tubestuff-57.1.3.jar) Unloaded->Constructed
TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed
taverns{2.1.6-3} [Village Taverns] (VillageTaverns-2.1.6-3.15.jar) Unloaded->Constructed
McMultipart{1.0.1.268} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded->Constructed
ForgeMicroblock{1.0.1.268} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)

AMEventHandler.onEntityLiving

Hi Blood,

I don't know if this is one you'd be able to look at but I went to the Hardcore ender expansion guys as I thought the issue was with them but they said it looks like Ars Magica is doing something funky and said it should be reported that way but cauldron servers aren't support at all on his end, if you could let me know what you think and if it's not something to do with a cauldron conflict (the issue doesn't seem to occur in single player just when on a server though.)

Crash Report - http://pastebin.com/XiLgQM9n
HEE report - chylex/Hardcore-Ender-Expansion#66 (comment)

Running Cauldron 209 update on 1.7.10.

If you need any more information just let me know.
Regards,
Matty

[1.7.10, forge 1217] Ghost mobs spawning upon player death

In a clean cauldron server running forge 1217, upon player death, mobs spawn at an increased rate all around the player, and do not move. The mobs exist client-side, but the problem does not exist in singleplayer, or on a forge-only server. Other users cannot see the mobs, and /butcher and /stoplag do not stop or prevent the problem. The spawning continues until the user's fps is 0 and all available memory is used. All "ghost" mobs disappear when the user clicks "Respawn."

Server software used:
Maeyanie's Cauldron 1.7.10 198 server installer
CauldronInstallerPatch-1.1217.01.205
SpigotPatcher
*Tested using a server with mods/plugins, and also tested with no mods/plugins
*Tested against a clean forge 10.13.1.1217 server, where the issue was not present

Client forge versions tested:
10.13.1.1223
10.13.1.1219
10.13.1.1217
10.13.0.1180
*Tested using mods, and also tested with no mods

Server and client operating systems:
Windows 7 Ultimate x64

Java version:
1.7.0_67 x64

Error messages:
None upon event on client or server

Logs:
https://gist.github.com/Brycey92/3e46e22cf43cf1ba9d6e
https://gist.github.com/Brycey92/9233aaf20f714d07d2f2
https://gist.github.com/Brycey92/77f9d5ce4b31c84ab8cc
https://gist.github.com/Brycey92/acad8a679305f5f6efcc

Steps to reproduce:
Install forge onto a minecraft client. The versions listed above have been tested, but other versions may also reproduce the issue. Install a cauldron 1.7.10 1217 server. The client and server do not need to have any mods or plugins, but having them present does not affect the issue. A minimap with mobradar may help you see the mobs spawning around you. Use any difficulty except peaceful. Connect to the server and die in some way that you can see where mobs would spawn. (Not underwater or looking up or down, and not facing a wall.) If you die at night, more mobs spawn, such as hostile ones, and the effect of the issue is more visible. Wait a few seconds, and you should start to see small groups of mobs spawning at an increased rate. If you leave the game in this state, your fps will decrease and memory used will increase as more ghost mobs spawn. Running /difficulty 0 on the server will stop new ghost mobs from spawning, but will not affect existing ones. When you click "Respawn," all ghost mobs will disappear. I have noticed that, after respawn, mobs flash in and out of existence around you for a period of time, although I have not tested the effect that respawning in a different area has on these flashing mobs. In the same client session, and different sessions, the issue is not present in singleplayer or on a forge-only server.

Expected result:
Mob spawning should continue normally after death and before respawn.

Actual result:
The above issue happens.

Previous builds:
I did not notice the issue when I was using cauldron 1.7.10 1207, but I have not explicitly tested it.

Screenshots:
(The final 2 are from the latest test, which is also the source of the logs.)




Thanks for taking the time to read this issue report! If you need anything else, please let me know.

BungeeSuiteChat/networkwidechat not working with Cauldron 1.7.10/BS FML

Hi
I am using BungeeSuite for Networkwide homes/warps/tps/chat for over a year now on spigot servers.
Since we integrated our Cauldron Pixelmon Server in our BungeeCord network we realized that BungeeSuite Plugins are not working.
For example:
You can send /msg from a spigot to the cauldron server, that works fine. (But not chat messages)
But you cannot send send any chat messages to spigot servers.

Cauldron:
git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.187 (MC: 1.7.10)

Latest FML BungeeCord

Trying to chat gives the following error:
https://github.com/Bloodsplat/BungeeSuiteChat/search?utf8=%E2%9C%93&q=Player+did+not+connect+properly+through+BungeeCord%2C+Chat+canceled%21

So I think it's a problem how Cauldron is handling online/offline mode? Or it's the connection between BungeeCord and Cauldron itself?

https://github.com/Bloodsplat/BungeeSuiteChat

May you throw a look on the issue? Could be also a BungeeSuite issue/problem I don't know.

Thanks in advance

Verification E-mail

i never have gotten the verification email and its been like 18 hours pleas help

UPDATE my email got verified without even getting a email :o

capture

Bungee -> Cauldron w/ Multiverse = Crash

http://pastebin.com/5YuB3Gee

When logging out in a non-default dimension (eg. one created by Multiverse), logging back in will cause the client to close leaving the crash log left above. This cannot be reproduced with just Cauldron w/ Multiverse without the Bungee instance. Can produce a test instance if needed.

To reproduce, create a Bungee instance and a Cauldron server instance. Put Multiverse-Core on the Cauldron instance and create a new world. Logout of this world, close your Forge client. Then just reopen the client and reconnect to the server, and it should crash.

Compatibility with MineVerseChat bungeecord channels

After upgrading to CauldronInstallerPatch-1.1217.01.205, channels in the MineVerseChat plugin no longer allow for users to chat in channels in which BungeeCord support is enabled (i.e. forwarding chat messages across the proxy to other servers).

When trying to send a message, the message simple doesn't send locally or to any other server on the network, indicating an issue with the connection to BungeeCord from cauldron. This issue does not occur on Cauldron B198.

MineVerseChat source: https://github.com/Aust1n46/MineverseChat/

AE2 - Player crash

[12:34:43] [Server thread/ERROR]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ServerCustomPacketEvent@743e8e9b:
java.lang.NullPointerException
at org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.handleStatisticsIncrease(CraftEventFactory.java:952) ~[CraftEventFactory.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.stats.StatFileWriter.func_150871_b(StatFileWriter.java:31) ~[pq.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71064_a(EntityPlayerMP.java:1139) ~[mw.class:?]
at appeng.core.stats.Stats.addToPlayer(Stats.java:37) ~[Stats.class:?]
at appeng.util.Platform.poweredInsert(Platform.java:1394) ~[Platform.class:?]
at appeng.container.AEBaseContainer.shiftStoreItem(AEBaseContainer.java:694) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.func_82846_b(AEBaseContainer.java:359) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.doAction(AEBaseContainer.java:788) ~[AEBaseContainer.class:?]
at appeng.core.sync.packets.PacketInventoryAction.serverPacketData(PacketInventoryAction.java:74) ~[PacketInventoryAction.class:?]
at appeng.core.sync.network.AppEngServerPacketHandler.onPacketData(AppEngServerPacketHandler.java:26) ~[AppEngServerPacketHandler.class:?]
at appeng.core.sync.network.NetworkHandler.serverPacket(NetworkHandler.java:78) ~[NetworkHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_559_NetworkHandler_serverPacket_ServerCustomPacketEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:103) [FMLEventChannel.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) [NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) [NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[12:34:43] [Server thread/ERROR]: Index: 1 Listeners:
[12:34:43] [Server thread/ERROR]: 0: NORMAL
[12:34:43] [Server thread/ERROR]: 1: ASM: appeng.core.sync.network.NetworkHandler@2d199c6d serverPacket(Lcpw/mods/fml/common/network/FMLNetworkEvent$ServerCustomPacketEvent;)V
[12:34:43] [Server thread/ERROR]: NetworkEventFiringHandler exception
java.lang.NullPointerException
at org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.handleStatisticsIncrease(CraftEventFactory.java:952) ~[CraftEventFactory.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.stats.StatFileWriter.func_150871_b(StatFileWriter.java:31) ~[pq.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71064_a(EntityPlayerMP.java:1139) ~[mw.class:?]
at appeng.core.stats.Stats.addToPlayer(Stats.java:37) ~[Stats.class:?]
at appeng.util.Platform.poweredInsert(Platform.java:1394) ~[Platform.class:?]
at appeng.container.AEBaseContainer.shiftStoreItem(AEBaseContainer.java:694) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.func_82846_b(AEBaseContainer.java:359) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.doAction(AEBaseContainer.java:788) ~[AEBaseContainer.class:?]
at appeng.core.sync.packets.PacketInventoryAction.serverPacketData(PacketInventoryAction.java:74) ~[PacketInventoryAction.class:?]
at appeng.core.sync.network.AppEngServerPacketHandler.onPacketData(AppEngServerPacketHandler.java:26) ~[AppEngServerPacketHandler.class:?]
at appeng.core.sync.network.NetworkHandler.serverPacket(NetworkHandler.java:78) ~[NetworkHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_559_NetworkHandler_serverPacket_ServerCustomPacketEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:103) ~[FMLEventChannel.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[12:34:43] [Server thread/ERROR]: There was a critical exception handling a packet on channel AE2
java.lang.NullPointerException
at org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.handleStatisticsIncrease(CraftEventFactory.java:952) ~[CraftEventFactory.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.stats.StatFileWriter.func_150871_b(StatFileWriter.java:31) ~[pq.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71064_a(EntityPlayerMP.java:1139) ~[mw.class:?]
at appeng.core.stats.Stats.addToPlayer(Stats.java:37) ~[Stats.class:?]
at appeng.util.Platform.poweredInsert(Platform.java:1394) ~[Platform.class:?]
at appeng.container.AEBaseContainer.shiftStoreItem(AEBaseContainer.java:694) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.func_82846_b(AEBaseContainer.java:359) ~[AEBaseContainer.class:?]
at appeng.container.AEBaseContainer.doAction(AEBaseContainer.java:788) ~[AEBaseContainer.class:?]
at appeng.core.sync.packets.PacketInventoryAction.serverPacketData(PacketInventoryAction.java:74) ~[PacketInventoryAction.class:?]
at appeng.core.sync.network.AppEngServerPacketHandler.onPacketData(AppEngServerPacketHandler.java:26) ~[AppEngServerPacketHandler.class:?]
at appeng.core.sync.network.NetworkHandler.serverPacket(NetworkHandler.java:78) ~[NetworkHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_559_NetworkHandler_serverPacket_ServerCustomPacketEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:103) ~[FMLEventChannel.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.01.208]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[12:34:43] [Server thread/INFO]: flawlzz lost connection: A fatal error has occured, this connection is terminated
[12:34:43] [Server thread/INFO]: flawlzz left the game.

java.lang.NoSuchMethodError: org.bukkit.craftbukkit.v1_7_R4.block.CraftBlockState.<init>(Lnet/minecraftforge/common/util/BlockSnapshot;)V

Shortly after the server starts I get this crash:

[20:52:37 ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:937) ~[MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) ~[MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.7.0_67]
Caused by: java.lang.NoSuchMethodError: org.bukkit.craftbukkit.v1_7_R4.block.CraftBlockState.<init>(Lnet/minecraftforge/common/util/BlockSnapshot;)V
        at net.minecraft.block.BlockSapling.func_149674_a(BlockSapling.java:71) ~[anj.class:?]
        at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:562) ~[mt.class:?]
        at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:276) ~[mt.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920) ~[MinecraftServer.class:?]
        ... 4 more

This happens with 1.1231.01.207 and 1.1231.01.208

1207.01.195 to the 1217 or the 1231 Crash on World Load

I got a problem updating from an older cauldron version 1.1207.01.195 to the 1217 or the 1231
the crash report say's something about multiparts, but I can't get more out of that report.
would be nice If we could be able to fix this, only happens with our old world, the server does start with a completly new wold, but not with our old one

[SPOILER="Crash Report"]
[CODE]---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]
Time: 10/20/14 6:13 PM
Description: Exception in server tick loop
java.lang.VerifyError: Illegal type at constant pool entry 31 in class codechicken.multipart.scalatraits.TPartialOcclusionTile$class
Exception Details:
Location:
codechicken/multipart/scalatraits/TPartialOcclusionTile$class.occlusionTest(Lcodechicken/multipart/scalatraits/TPartialOcclusionTile;Lscala/collection/Seq;Lcodechicken/multipart/TMultiPart;)Z @24: invokeinterface
Reason:
Constant pool index 31 is invalid
Bytecode:
0000000: 2cc1 0009 9900 1e2a 2b2c b200 0fb6 0013
0000010: b900 1903 00c0 0015 b900 1f02 009a 0005
0000020: 03ac 2a2b 2cb9 0023 0300 ac
Stackmap Table:
same_frame(@34)
at TileMultipart_cmp$$22.(Unknown Source)
at TileMultipart_gen$$23.generate(Unknown Source)
at codechicken.multipart.asm.ASMMixinFactory$SuperSet.generate(ASMMixinFactory.scala:60)
at codechicken.multipart.asm.ASMMixinFactory$.generateTile(ASMMixinFactory.scala:310)
at codechicken.multipart.MultipartGenerator$.generateCompositeTile(MultipartGenerator.scala:124)
at codechicken.multipart.TileMultipart$.createFromNBT(TileMultipart.scala:678)
at codechicken.multipart.handler.MultipartSaveLoad$.loadTiles(MultipartSaveLoad.scala:64)
at codechicken.multipart.handler.MultipartEventHandler$.tileEntityLoad(MultipartEventHandler.scala:24)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_552_MultipartEventHandler$_tileEntityLoad_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:45)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:164)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:469)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:434)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
at java.lang.Thread.run(Thread.java:745)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.2.0-4-amd64
Java Version: 1.7.0_72, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5014671872 bytes (4782 MB) / 6372720640 bytes (6077 MB) up to 14962655232 bytes (14269 MB)
JVM Flags: 5 total; -Xincgc -Xms6G -Xmx14G -XX:PermSize=1G -XX:ParallelGCThreads=8
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 62, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1231 Minecraft Forge 10.13.2.1231 106 mods loaded, 106 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{7.10.85.1231} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{10.13.2.1231} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
{0} DragonAPI ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NotEnoughItems{1.0.3.62} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenModsCore{@Version@} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
IC2{2.2.650-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BiblioCraft{1.7.5} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forestry{3.1.0.3} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BinnieCore{2.0-dev5} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Botany{2.0-dev5} Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ExtraBees{2.0-dev5} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ExtraTrees{2.0-dev5} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Genetics{2.0-dev5} Genetics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AWWayofTime{v1.2.0} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.2.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CarpentersBlocks{3.3.0} [Carpenter's Blocks](Carpenter's Blocks v3.3.0 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ImmibisCore{59.0.3} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
DimensionalAnchors{59.0.2} Dimensional Anchors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Baubles{1.0.1.7} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Thaumcraft{4.2.0.0} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Railcraft{9.3.3.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct{1.7.10-1.7.0.build702} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ForgeMultipart{1.1.0.307} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ThaumicTinkerer{2.5-1.7.10-155} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
MagicBees{1.7.10-2.1.21} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Core{4.5.1.51} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
EnderIO{1.7.10-2.1.0.223} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
EnderStorage{1.4.5.24} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
enhancedportals{3.0.7} EnhancedPortals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
extracells{2.1.12} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FoodPlus{3.2rS} §bFood Plus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
WaslieCore{1.1} WaslieCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ForestryExtras{3.1} Forestry Extras Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GraveStone{2.9.7} [GraveStone](GraveStone 2.9.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GraviSuite{1.7.10-2.0.3} Graviation Suite Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
gregtech{MC1710} GregTech Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
HardcoreEnderExpansion{1.6.4} [Hardcore Ender Expansion](HardcoreEnderExpansion MC-1.7.10 v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
IC2NuclearControl{1.7.10.06} Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
InfernalMobs{1.5.7} Infernal Mobs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
IronChest{6.0.41.729} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
MineTweaker3{3.0.9} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ModTweaker{0.6} ModTweaker Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Morpheus{1.7.10-1.5.24} Morpheus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Transmission{4.5.1.51} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenComponents{0.2.0.21} OpenComponents Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenComputers{1.3.6.69} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
fodc{1.5.2} Ore Dictionary Converter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
planetguyLib{1.0} planetguyLib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
PneumaticCraft{1.2.11-26} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Transportation{4.5.1.51} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Exploration{4.5.1.51} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Compatibility{4.5.1.51} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Integration{4.5.1.51} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Illumination{4.5.1.51} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ProjRed|Expansion{4.5.1.51} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
RandomThings{2.1.5} Random Things Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
RotaryCraft{Gamma} [RotaryCraft](RotaryCraft 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ReactorCraft{beta} [ReactorCraft](ReactorCraft 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
JAKJ_RedstoneInMotion{2.1.3} Remain In Motion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
JAKJ_RedstoneInMotion_HollowCarriages{1.0} JAKJ_RedstoneInMotion_HollowCarriages Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
StevesFactoryManager{A93} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TiCTooltips{1.1.9} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
UndergroundBiomes{0.6h} Underground Biomes Constructs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
McMultipart{1.1.0.307} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
IguanaTweaksTConstruct{1.7.10-2.0.6} Iguana Tinker Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ForgeMicroblock{1.1.0.307} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Bukkit, MCPC+, or other Bukkit replacement
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BC:ON, MJ6:ON, MJ5:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)[/CODE]
[/SPOILER]

Plugins not loading, crashes upon /help

Using Cauldron 1217. Server loads fine, however plugins don't load. When trying to use /help or /?, server shuts down without crash reports. Can't catch console quick enough to grab info from it.

I confirmed that no plugins are actually loaded, since things like permissions, essentials warping or chat formatting are not working.

[1.7.10 - 209] Startup Error...

Hi all, its a long time since i last played using Cauldron :(
I'm having trouble installing Cauldron patched with the last BPS (1.1231.04.209).

Setup everyright how the manual says times and times, but this still give me this start error:

http://pastebin.com/zSbgicCk

Another things i've tried:

  • Putting (and removing) cauldronbukkit to test if was this the cause (cauldronbukkit-versiontrash.jar and simply cauldronbukkit.jar);
  • Installing Forge server (same version) at top of Cauldron;

None of these works.

Am i a very noob with this, or the tutorial was unclear or the libraries were screwed up with this bps?
What i need to do?

/restart throwing error and not restarting

get this error when trying to use /restart

[09:27:12] [Server thread/WARN] [/]: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[09:27:12] [Server thread/WARN] [/]: at cpw.mods.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.checkAccess(TerminalTransformer.java:138)
[09:27:12] [Server thread/WARN] [/]: at cpw.mods.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.systemExitCalled(TerminalTransformer.java:109)
[09:27:12] [Server thread/WARN] [/]: at org.spigotmc.RestartCommand.restart(RestartCommand.java:103)
[09:27:12] [Server thread/WARN] [/]: at org.spigotmc.RestartCommand.execute(RestartCommand.java:25)
[09:27:12] [Server thread/WARN] [/]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[09:27:12] [Server thread/WARN] [/]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:717)
[09:27:12] [Server thread/WARN] [/]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:697)
[09:27:12] [Server thread/WARN] [/]: at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:465)
[09:27:12] [Server thread/WARN] [/]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:424)
[09:27:12] [Server thread/WARN] [/]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
[09:27:12] [Server thread/WARN] [/]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
[09:27:12] [Server thread/WARN] [/]: at java.lang.Thread.run(Thread.java:745)

Sender cannot be null (RCON problem)

When I try to send a command by RCON I have an exception. I don't use any plugins and mods

Cauldron version: 1.7.10-1.1217.01.0 (1.1231.01.206 has this issues too)

Logs:
[16:06:49] [Server thread/INFO]: Starting remote control listener
[16:06:49] [RCON Listener #1/INFO]: RCON running on 0.0.0.0:25566
[16:06:49] [Server thread/INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[16:07:18] [RCON Listener #1/INFO]: Rcon connection from: /127.0.0.1
[16:07:18] [Server thread/WARN]: Unexpected exception while parsing console command "say 1"
java.lang.IllegalArgumentException: Sender cannot be null
at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[Validate.class:2.6]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:714) ~[CraftServer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.205]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:697) [CraftServer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.205]
at net.minecraft.server.MinecraftServer$6.evaluate(MinecraftServer.java:1785) [lm.class:?]
at net.minecraft.server.MinecraftServer$6.evaluate(MinecraftServer.java:1775) [lm.class:?]
at org.bukkit.craftbukkit.v1_7_R4.util.Waitable.run(Waitable.java:24) [Waitable.class:git-Cauldron-MCPC-Plus-1.7.10-1.1217.01.205]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:869) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]

Unable to launch with 'finiteWater=true' in CodeChickenCore.cfg

Setting finiteWater=true in CodeChickenCore.cfg will cause Cauldron to be unable to launch with

java.lang.NoClassDefFoundError: net/minecraft/block/BlockDynamicLiquid

Full log at: https://gist.github.com/TheBrain0110/89fafc62823d8e737d99
cauldron-1.7.10-1.1231.01.207 and CodeChickenCore-1.7.10-1.0.4.29

I've tried on both openjdk 1.7.65 and oracle java 1.8.25, and the Recommended (1.0.2.9) and Latest (1.0.4.29) builds of CodeChickenCore, it's all the same.

Custom naming though Essentials - Cauldron 208

Hi guys,

I've noticed an issue since updating to the 208 update last night, we have kits that have custom names & enchants which are given as kits through Essentials but since updating it's giving the item but it's not naming the item or enchanting it. I'm not sure what that would be called or if it's due to the ars issue that was patched and there's no errors coming up in the console etc to point out what the issue is. If you need to be do anything to provide more information please let me know and I'll see what I can do.

Armor loses durability in god-mode

If you hit someone who is in god and wears an armor, he takes no damage but the armor loses durability.
Easly replicable with a clean installation and installing essentials (or any other plugin which cancel EntityDamageByEntityEvent).

Tested with cauldron-1.7.10-1.1217.01.205

Cauldron Crash

I try to start the server with java -Xmx1024M -Xms1024M -jar cauldron.jar
pause

But a crash comes and this is the crash
7:34:26 PM [warning] 19:34:26,357 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
7:34:26 PM [warning] 19:34:26,359 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
7:34:30 PM [javastacktrace] A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
7:34:30 PM [javastacktrace] at java.lang.reflect.Method.invoke(Unknown Source)
7:34:30 PM [javastacktrace] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)

And i am using Bukkit GUI And i got screen shot of console withour Bukkit GUI
image

Entity duplication issues again. Cauldron 208

I'm seeing ghost entities again with Cauldron. I log on, stand at spawn in creative mode. Number of pigs (in this example) gradually grows and grows and grows according to Opis; after about ten minutes, I've gone from a dozen pigs to 160. The Opis killall fails to kill any pigs, which is interesting.

So I run my script to identify where the pigs are, and I notice they're all dupe/stacked on top of each other, in nice neat little multiples.

[2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 80.0, -24.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 349.5, 81.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 350.5, 82.0, -26.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world} [2014-10-29 12:10:09] EntityPig at 351.5, 83.0, -28.5 in CraftWorld{name=world}

When I teleport to that world/location, there's only four pigs there and suddenly my pig count drops back down to normal.

This happens with pigs, MoC insects, Lycanite's mobs, pretty much at random.

I'll update you with anything else I can find out!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.