Skip to content

Instantly share code, notes, and snippets.

@joserobjr
Last active August 4, 2017 22:48
Show Gist options
  • Save joserobjr/77d8b5aeb5b85ead263e7ad2531b80fb to your computer and use it in GitHub Desktop.
Save joserobjr/77d8b5aeb5b85ead263e7ad2531b80fb to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
SpongeCoremod (spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar)
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
Contact their authors BEFORE contacting forge
// Ooh. Shiny.
Time: 04/08/17 19:40
Description: Ticking block entity
java.lang.IllegalArgumentException: Invalid size: 0
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:89)
at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:80)
at org.spongepowered.common.item.inventory.lens.impl.MinecraftLens.<init>(MinecraftLens.java:44)
at org.spongepowered.common.item.inventory.lens.impl.minecraft.PlayerInventoryLens.<init>(PlayerInventoryLens.java:60)
at net.minecraft.entity.player.InventoryPlayer.handler$onConstructed$zfh000(InventoryPlayer.java:1469)
at net.minecraft.entity.player.InventoryPlayer.<init>(InventoryPlayer.java:43)
at li.cil.oc.server.agent.Inventory.<init>(Inventory.scala:18)
at li.cil.oc.server.agent.Player.<init>(Player.scala:107)
at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_$lzycompute(Robot.scala:190)
at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_(Robot.scala:190)
at li.cil.oc.common.tileentity.Robot$$anonfun$updateEntity$1.apply$mcVI$sp(Robot.scala:374)
at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
at li.cil.oc.common.tileentity.Robot.updateEntity(Robot.scala:372)
at li.cil.oc.common.tileentity.RobotProxy.updateEntity(RobotProxy.scala:135)
at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
at li.cil.oc.common.tileentity.RobotProxy.func_73660_a(RobotProxy.scala:33)
at org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:230)
at net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2854)
at net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zke000(WorldServer.java:2841)
at net.minecraft.world.World.func_72939_s(World.java:6509)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2203)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:89)
at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:80)
at org.spongepowered.common.item.inventory.lens.impl.MinecraftLens.<init>(MinecraftLens.java:44)
at org.spongepowered.common.item.inventory.lens.impl.minecraft.PlayerInventoryLens.<init>(PlayerInventoryLens.java:60)
at net.minecraft.entity.player.InventoryPlayer.handler$onConstructed$zfh000(InventoryPlayer.java:1469)
at net.minecraft.entity.player.InventoryPlayer.<init>(InventoryPlayer.java:43)
at li.cil.oc.server.agent.Inventory.<init>(Inventory.scala:18)
at li.cil.oc.server.agent.Player.<init>(Player.scala:107)
at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_$lzycompute(Robot.scala:190)
at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_(Robot.scala:190)
at li.cil.oc.common.tileentity.Robot$$anonfun$updateEntity$1.apply$mcVI$sp(Robot.scala:374)
at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
at li.cil.oc.common.tileentity.Robot.updateEntity(Robot.scala:372)
at li.cil.oc.common.tileentity.RobotProxy.updateEntity(RobotProxy.scala:135)
at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
at li.cil.oc.common.tileentity.RobotProxy.func_73660_a(RobotProxy.scala:33)
at org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:230)
at net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2854)
at net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zke000(WorldServer.java:2841)
-- Block entity being ticked --
Details:
Name: oc:robot // li.cil.oc.common.tileentity.RobotProxy
Block type: ID #520 (robot // li.cil.oc.common.block.RobotProxy)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (251,66,123), Chunk: (at 11,4,11 in 15,7; contains blocks 240,0,112 to 255,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #520 (robot // li.cil.oc.common.block.RobotProxy)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:6509)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2203)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['joserobjr'/223, l='world', x=253,29, y=66,00, z=121,62]]
Chunk stats: ServerChunkCache: 505 Drop: 0
Level seed: 3977447395842463702
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (270,64,229), Chunk: (at 14,4,5 in 16,14; contains blocks 256,0,224 to 271,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 313423 game time, 1105 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- Sponge CauseTracker --
Details:
Cause Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zhl000(MinecraftServer.java:3958)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:840)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:358)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:510)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 394433952 bytes (376 MB) / 1336934400 bytes (1275 MB) up to 2861563904 bytes (2729 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 8, allocated: 20, tallocated: 86
FML: MCP 9.38 Powered by Forge 13.20.1.2429 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2429-universal.jar)
UCHIJAAAA forge{13.20.1.2429} [Minecraft Forge] (forge-1.11.2-13.20.1.2429-universal.jar)
UCHIJAAAA opencomputers|core{1.7.0.40} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA spongeapi{6.1.0-SNAPSHOT-c4a7afd} [SpongeAPI] (spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar)
UCHIJAAAA sponge{1.11.2-2393-6.1.0-BETA-2484} [SpongeForge] (spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar)
UCHIJAAAA opencomputers{1.7.0.40} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.40.jar)
Loaded coremods (and transformers):
SpongeCoremod (spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
li.cil.oc.common.asm.ClassTransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 20; [EntityPlayerMP['joserobjr'/223, l='world', x=253,29, y=66,00, z=121,62]]
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
[19:36:19] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[19:36:19] [main/INFO] [FML/]: Forge Mod Loader version 13.20.1.2429 for Minecraft 1.11.2 loading
[19:36:19] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_45
[19:36:19] [main/DEBUG] [FML/]: Java classpath at launch is forge-1.11.2-13.20.1.2429-universal.jar
[19:36:19] [main/DEBUG] [FML/]: Java library path at launch is C:\ProgramData\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\Downloads\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin\;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Gource\cmd;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Users\José Roberto\AppData\Roaming\npm;.
[19:36:19] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[19:36:19] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[19:36:19] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[19:36:19] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[19:36:19] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[19:36:19] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[19:36:19] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[19:36:19] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to T:\teste\minenet\.
[19:36:19] [main/DEBUG] [FML/]: Discovering coremods
[19:36:19] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenComputers-MC1.11.2-1.7.0.40.jar
[19:36:19] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.11.2-1.7.0.40.jar, it will be examined later for regular @Mod instances
[19:36:19] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader
[19:36:19] [main/DEBUG] [FML/]: The coremod li.cil.oc.common.launch.TransformerLoader requested minecraft version 1.11.2 and minecraft is 1.11.2. It will be loaded.
[19:36:19] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader
[19:36:19] [main/DEBUG] [FML/]: Examining for coremod candidacy spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:36:19] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:36:19] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.6.15 Source=file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar Env=SERVER
[19:36:19] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #1
[19:36:19] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[19:36:19] [main/DEBUG] [mixin/]: Mixin platform: primary container is file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/DEBUG] [mixin/]: Adding mixin platform agents for container file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentFML for file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/DEBUG] [mixin/]: spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar has core plugin org.spongepowered.mod.SpongeCoremod. Injecting it into FML for co-initialisation:
[19:36:19] [main/DEBUG] [FML/]: Instantiating coremod class SpongeCoremod
[19:36:19] [main/DEBUG] [FML/]: The coremod org.spongepowered.mod.SpongeCoremod requested minecraft version 1.11.2 and minecraft is 1.11.2. It will be loaded.
[19:36:19] [main/INFO] [mixin/]: Compatibility level set to JAVA_8
[19:36:19] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[19:36:19] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[19:36:19] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[19:36:19] [main/DEBUG] [FML/]: Added access transformer class org.spongepowered.mod.asm.transformer.SpongeAccessTransformer to enqueued access transformers
[19:36:19] [main/DEBUG] [FML/]: Enqueued coremod SpongeCoremod
[19:36:19] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:19] [main/DEBUG] [mixin/]: Scanning file:/T:/teste/minenet/forge-1.11.2-13.20.1.2429-universal.jar for mixin tweaker
[19:36:19] [main/DEBUG] [mixin/]: Scanning file:/T:/teste/minenet/mods/OpenComputers-MC1.11.2-1.7.0.40.jar for mixin tweaker
[19:36:19] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:36:19] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:36:19] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:36:19] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:36:19] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[19:36:19] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[19:36:19] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[19:36:19] [main/DEBUG] [mixin/]: Selecting config mixins.forge.preinit.json
[19:36:19] [main/DEBUG] [mixin/]: Preparing mixins.forge.preinit.json (6)
[19:36:19] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[19:36:19] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:36:19] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:19] [main/DEBUG] [mixin/]: Transformer delegation list created with 1 entries
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/UsernameCache to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/Loader to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/ModContainer to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ASMEventHandler to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/Event to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/GameRegistry to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/plugin/PluginContainer to metadata cache
[19:36:19] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:36:19] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:36:19] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:36:19] [main/DEBUG] [mixin/]: Mixing fml.common.eventhandler.MixinEvent from mixins.forge.preinit.json into net.minecraftforge.fml.common.eventhandler.Event
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/Cancellable to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinEvent to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeImpl to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/NamedCause to metadata cache
[19:36:19] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/Cause to metadata cache
[19:36:19] [main/DEBUG] [FML/]: Injection complete
[19:36:19] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[19:36:19] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[19:36:22] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[19:36:22] [main/DEBUG] [FML/]: Read 986 binary patches
[19:36:22] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.11.2.lzma with 33539 records
[19:36:23] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[19:36:23] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:36:23] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[19:36:23] [main/DEBUG] [FML/]: Injection complete
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[19:36:23] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:36:23] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\} class transformers
[19:36:23] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[19:36:23] [main/DEBUG] [FML/]: Injection complete
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin for TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\}
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin TransformerLoader
[19:36:23] [main/DEBUG] [FML/]: Coremod plugin class TransformerLoader run successfully
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[19:36:23] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentFML:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/DEBUG] [mixin/]: Creating FML remapper adapter: org.spongepowered.asm.bridge.RemapperAdapterFML
[19:36:23] [main/INFO] [mixin/]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@213e3629
[19:36:23] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/DEBUG] [mixin/]: Scanning file:/T:/teste/minenet/forge-1.11.2-13.20.1.2429-universal.jar for mixin tweaker
[19:36:23] [main/DEBUG] [mixin/]: Scanning file:/T:/teste/minenet/mods/OpenComputers-MC1.11.2-1.7.0.40.jar for mixin tweaker
[19:36:23] [main/DEBUG] [mixin/]: Scanning asmgen:/ for mixin tweaker
[19:36:23] [main/DEBUG] [mixin/]: injectIntoClassLoader running with 1 agents
[19:36:23] [main/DEBUG] [mixin/]: Processing injectIntoClassLoader() for PlatformAgent[MixinPlatformAgentFML:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/DEBUG] [mixin/]: FML agent is co-initialising coremod instance SpongeCoremod {[]} for file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:23] [main/DEBUG] [FML/]: Injecting coremod SpongeCoremod \{org.spongepowered.mod.SpongeCoremod\} class transformers
[19:36:23] [main/TRACE] [FML/]: Registering transformer org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[19:36:23] [main/DEBUG] [FML/]: Injection complete
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin for SpongeCoremod \{org.spongepowered.mod.SpongeCoremod\}
[19:36:23] [main/DEBUG] [FML/]: Running coremod plugin SpongeCoremod
[19:36:23] [main/DEBUG] [FML/]: Coremod plugin class SpongeCoremod run successfully
[19:36:23] [main/DEBUG] [mixin/]: Processing injectIntoClassLoader() for PlatformAgent[MixinPlatformAgentDefault:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar]
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:36:23] [main/DEBUG] [FML/]: Loaded 203 rules from AccessTransformer config file forge_at.cfg
[19:36:23] [main/DEBUG] [FML/]: Loaded 408 rules from AccessTransformer config file META-INF/common_at.cfg
[19:36:23] [main/DEBUG] [FML/]: Loaded 408 rules from AccessTransformer mod jar file T:\teste\minenet\mods\spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar!META-INF/common_at.cfg
[19:36:23] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer mod jar file T:\teste\minenet\mods\OpenComputers-MC1.11.2-1.7.0.40.jar!META-INF/oc_at.cfg
[19:36:23] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #2
[19:36:23] [main/DEBUG] [FML/]: Validating minecraft
[19:36:23] [main/DEBUG] [mixin/]: Ending MixinEnvironment[PREINIT], applied 1 mixins
[19:36:23] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[INIT]
[19:36:23] [main/DEBUG] [mixin/]: Selecting config mixins.forge.init.json
[19:36:23] [main/DEBUG] [mixin/]: Preparing mixins.forge.init.json (1)
[19:36:23] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[19:36:23] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:36:23] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:23] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:36:23] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: $wrapper.org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: org.spongepowered.mod.asm.transformer.SpongeAccessTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:36:23] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:36:23] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:23] [main/DEBUG] [mixin/]: Transformer delegation list created with 11 entries
[19:36:23] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/LoadController to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/At$Shift to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodHandles$Lookup to metadata cache
[19:36:23] [main/DEBUG] [mixin/]: Mixing fml.common.MixinLoader from mixins.forge.preinit.json into net.minecraftforge.fml.common.Loader
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/discovery/ModDiscoverer to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/io/File to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/FMLLog to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/SpongeConfig to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/GlobalConfig to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GlobalGeneralCategory to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GeneralCategory to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/PathTokens to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/io/Serializable to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/Comparable to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/versioning/ArtifactVersion to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/String to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/versioning/DefaultArtifactVersion to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/versioning/VersionRange to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/plugin/meta/version/ComparableVersion to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/math/BigInteger to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/apache/logging/log4j/Logger to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/toposort/ModSorter to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/MissingModsException to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/UnmodifiableIterator to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/EnhancedRuntimeException to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/RuntimeException to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/Exception to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/Throwable to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/List to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableList to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableCollection to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractCollection to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/Properties to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/Hashtable to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/Dictionary to metadata cache
[19:36:23] [main/DEBUG] [mixin/]: Mixing fml.common.MixinModContainer from mixins.forge.preinit.json into net.minecraftforge.fml.common.ModContainer
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Strings to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Preconditions to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/Optional to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/ModMetadata to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/Collection to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/lang/Iterable to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for java/util/RandomAccess to metadata cache
[19:36:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/plugin/DependencyHandler to metadata cache
[19:36:23] [main/DEBUG] [FML/]: Minecraft validated, launching...
[19:36:23] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:36:23] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:36:23] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:36:23] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #3
[19:36:24] [main/DEBUG] [mixin/]: Ending MixinEnvironment[INIT], applied 2 mixins
[19:36:24] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.api.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.core.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.core.optional.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.blockcapturing.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.bungeecord.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.concurrentchecks.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.entityactivation.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.entitycollisions.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.exploit.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.tracking.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.optimization.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.realtime.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.tileentityactivation.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.vanilla-command.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.common.multi-world-command.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.forge.core.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.forge.bungeecord.json
[19:36:24] [main/DEBUG] [mixin/]: Selecting config mixins.forge.entityactivation.json
[19:36:24] [main/DEBUG] [mixin/]: Preparing mixins.common.api.json (11)
[19:36:24] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[19:36:24] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:36:24] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:24] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:36:24] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: $wrapper.org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: org.spongepowered.mod.asm.transformer.SpongeAccessTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:36:24] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:36:24] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:24] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:36:24] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:24] [main/DEBUG] [mixin/]: Transformer delegation list created with 11 entries
[19:36:24] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/AbstractAITask to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/common/AbstractDamageSource to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/common/AbstractEntityDamageSource to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/Merchant to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/Text to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/LiteralText to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/ScoreText to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/SelectorText to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TranslatableText to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/title/Title to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Location to metadata cache
[19:36:24] [main/DEBUG] [mixin/]: Preparing mixins.common.core.json (518)
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Bootstrap$10 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Bootstrap$11 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/GameProfile to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/properties/Property to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/properties/PropertyMap to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListEntryBan to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListIPBansEntry to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListBansEntry to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/BehaviorProjectileDispense to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/Block to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockAnvil to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner$BlockBannerHanging to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner$BlockBannerStanding to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBed to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockButton to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCactus to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCake to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCarpet to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockChest to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCocoa to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockColored to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCommandBlock to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCrops to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDaylightDetector to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirectional to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirt to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDispenser to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleStoneSlabNew to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleStoneSlab to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleWoodSlab to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDynamicLiquid to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLiquid to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEnderChest to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEndPortalFrame to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEventData to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFalling to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFarmland to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFence to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFenceGate to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFire to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFurnace to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockGrass to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHay to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHorizontal to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHopper to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHugeMushroom to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLadder to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLeaves to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLever to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLog to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockMagma to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockMycelium to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNetherWart to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPane to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonBase to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonExtension to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonMoving to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPlanks to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPortal to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPressurePlate to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPressurePlateWeighted to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPrismarine to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPumpkin to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockQuartz to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailBase to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailDetector to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailPowered to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedSandstone to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneComparator to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneDiode to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneRepeater to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneWire to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockReed to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSand to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSandStone to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSapling to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSign to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSilverfish to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSkull to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSnow to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSponge to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStainedGlass to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStainedGlassPane to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStandingSign to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStem to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStone to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneBrick to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlabNew to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlab to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTallGrass to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTNT to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTorch to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTrapDoor to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTripWire to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTripWireHook to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockVine to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWall to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWallSign to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWoodSlab to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/SoundType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/IProperty to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyBool to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyEnum to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyHelper to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyInteger to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/BlockStateContainer$StateImplementation to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityCommandBlock$1 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandBase to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityCommandBlock to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartCommandBlock to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySign$1 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandExecuteAt$1 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandHandler to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandScoreboard to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/CommandBlockBaseLogic to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/MinecraftServer to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/RConConsoleSource to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartCommandBlock$1 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/SpongeUser to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/EntitySelector to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/EntitySelector$7 to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandBanIp to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandPardonIp to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ServerCommandManager to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandSummon to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandTeleport to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandTP to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemStack to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityPainting$EnumArt to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirt$DirtType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor$EnumHingePosition to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant$EnumPlantType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower$EnumFlowerType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHugeMushroom$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonExtension$EnumPistonType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPlanks$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPrismarine$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockQuartz$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailBase$EnumRailDirection to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneComparator$Mode to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSand$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSandStone$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSilverfish$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSlab$EnumBlockHalf to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs$EnumShape to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneBrick$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStone$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlab$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlabNew$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTallGrass$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWall$EnumType to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo$Color to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo$Overlay to metadata cache
[19:36:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityArrow$PickupStatus to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/BannerPattern to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer$EnumChatVisibility to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/EnumDifficulty to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/EnumDyeColor to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLog$EnumAxis to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFishFood$FishType to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/GameType to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityAreaEffectCloud to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityArmorStand to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGiantZombie to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/AbstractSkeleton to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityZombie to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/living/human/EntityHuman to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityAgeable to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityCreature to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityFlying to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityHanging to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLeashKnot to metadata cache
[19:36:25] [main/INFO] [OpenComputers/]: Successfully patched sx.recreateLeash.
[19:36:25] [main/INFO] [mixin/]: A re-entrant transformer '$wrapper.li.cil.oc.common.asm.ClassTransformer' was detected and will no longer process meta class data
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLiving to metadata cache
[19:36:25] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[19:36:25] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:36:25] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:25] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:36:25] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:36:25] [main/DEBUG] [mixin/]: Excluding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: $wrapper.org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: org.spongepowered.mod.asm.transformer.SpongeAccessTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:36:25] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:36:25] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:25] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:36:25] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[19:36:25] [main/DEBUG] [mixin/]: Transformer delegation list created with 10 entries
[19:36:25] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityTracker to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityTrackerEntry to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityLargeFireball to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityWitherSkull to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySmallFireball to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IRangedAttackMob to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityShulkerBullet to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAttackMelee to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAttackRanged to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAvoidEntity to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIBase to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIBreakDoor to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIEatGrass to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIHarvestFarmland to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAILookIdle to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIMate to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAINearestAttackableTarget to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITasks to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAISwimming to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITarget to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIWander to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIWatchClosest to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityBlaze$AIFireballAttack to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGhast$AIFireballAttack to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman$AIPlaceBlock to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman$AITakeBlock to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartMobSpawner to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit$AIRaidFarm to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish$AIHideInStone to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish$AISummonSilverfish to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityDragon to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityDragonPart to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityWither to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/effect/EntityLightningBolt to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/effect/EntityWeatherEffect to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityBoat to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderCrystal to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderEye to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderPearl to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityExpBottle to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityFallingBlock to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityFireworkRocket to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityItem to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityItemFrame to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecart to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartChest to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartContainer to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartEmpty to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartFurnace to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartHopper to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartTNT to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityPainting to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityTNTPrimed to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityXPOrb to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityBlaze to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityCaveSpider to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityCreeper to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEndermite to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEvoker to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGhast to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGolem to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGuardian to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityHusk to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityIronGolem to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityMagmaCube to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityMob to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPigZombie to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityShulker to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySkeleton to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySlime to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySnowman to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySpider to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityStray to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityVex to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityVindicator to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityWitch to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityWitherSkeleton to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityZombieVillager to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityAmbientCreature to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ITradeList to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/AbstractHorse to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityAnimal to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityBat to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityChicken to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityCow to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityDonkey to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityHorse to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityLlama to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityMooshroom to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityMule to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityOcelot to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityPig to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPolarBear to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntitySheep to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntitySkeletonHorse to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntitySquid to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityTameable to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$EmeraldForItems to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ItemAndEmeraldToItem to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListEnchantedItemForEmeralds to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListItemForEmeralds to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityWaterMob to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityWolf to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityZombieHorse to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/InventoryPlayer to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityArrow to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityTippedArrow to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySpectralArrow to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityDragonFireball to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityEgg to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityFireball to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityFishHook to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityLlamaSpit to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityPotion to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySnowball to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityThrowable to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/MinecraftBlockDamageSource to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/MinecraftFallingBlockDamageSource to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryEnderChest to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryHelper to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryLargeChest to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/Enchantment to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/Item to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemArmor$ArmorMaterial to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemBlock to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemAir to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemEnderEye to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFirework to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFishingRod to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemMap to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/Item$ToolMaterial to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemPotion to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemWritableBook to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemWrittenBook to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/Container to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerChest to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerPlayer to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerHopper to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerDispenser to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerFurnace to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerEnchantment to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerRepair to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerBrewingStand to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerBeacon to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerHorseInventory to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerMerchant to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerWorkbench to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/Slot to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/SlotCrafting to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityLockable to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/custom/CustomInventory to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/MerchantRecipe to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache
[19:36:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetworkManager to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/PacketBuffer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketScoreboardObjective to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketResourcePackSend to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketWorldBorder to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/Potion to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/PotionEffect to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/Profiler to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team$CollisionRule to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreCriteriaColored to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreCriteria to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team$EnumVisible to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Score to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Scoreboard to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ServerScoreboard to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/IScoreCriteria$EnumRenderType to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreObjective to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScorePlayerTeam to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerList to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerInteractionManager to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerChunkMap to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerChunkMapEntry to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerProfileCache to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerProfileCache$ProfileEntry to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerHandshakeTCP to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerLoginServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerLoginServer$2 to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/SoundCategory to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/SoundEvent to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/Achievement to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/AchievementList to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatBase to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatCrafting to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatisticsManager to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatisticsManagerServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatList to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/LegacyPingHandler to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerStatusServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse$Players to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse$Version to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentBase to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentScore to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentSelector to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentString to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentTranslation to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/ClickEvent to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/HoverEvent to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/MobSpawnerBaseLogic to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBanner to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBeacon to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBrewingStand to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityChest to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityComparator to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDaylightDetector to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDispenser to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDropper to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEnchantmentTable to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEnderChest to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEndGateway to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEndPortal to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityFlowerPot to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityFurnace to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityHopper to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockJukebox$TileEntityJukebox to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityLockableLoot to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityMobSpawner to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityNote to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityPiston to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySign to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySkull to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityStructure to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityStructure$Mode to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ClassInheritanceMultiMap to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/DamageSource to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntityDamageSource to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumHand to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntityDamageSourceIndirect to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/PacketThreadUtil$1 to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/datafix/DataFixer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Vec3i to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/Village to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/AnvilSaveHandler to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfoServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/DimensionType to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Explosion to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/GameRules to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/NextTickListEntry to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/ServerWorldEventHandler to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Teleporter to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldEntitySpawner to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/World to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/border/WorldBorder to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldProvider to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldProviderHell to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServerMulti to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldSettings to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldType to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/Biome to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeDesert to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeEnd to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeForest to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHell to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHills to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeJungle to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeMesa to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomePlains to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSavanna to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSnow to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeTaiga to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSwamp to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeProvider to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/BlockStateContainer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/AnvilChunkLoader to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/end/DragonFightManager to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderEnd to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderFlat to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderOverworld to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderHell to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/MapGenBase to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenAbstractTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBigMushroom to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBigTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBlockBlob to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBush to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenCactus to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenCanopyTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDeadBush to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDesertWells to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDoublePlant to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDungeons to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenEndIsland to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenerator to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenFire to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenFlowers to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenFossils to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBirchTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenGlowStone1 to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenIcePath to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenIceSpike to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenLakes to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMegaPineTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMegaJungle to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMelon to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMinable to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenPumpkin to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenReed to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenSavannaTree to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenShrub to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenSwamp to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTaiga1 to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTaiga2 to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTallGrass to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTrees to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenVines to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenWaterlily to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/MapGenStructure to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/MapGenVillage to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/SaveHandler to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ThreadedFileIOBase to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/WorldInfo to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/RConThreadClient to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/dedicated/DedicatedServer to metadata cache
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserList to metadata cache
[19:36:26] [main/DEBUG] [mixin/]: Preparing mixins.common.core.optional.json (1)
[19:36:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos$MutableBlockPos to metadata cache
[19:36:26] [main/DEBUG] [mixin/]: Preparing mixins.common.blockcapturing.json (1)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.bungeecord.json (4)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.concurrentchecks.json (1)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.entityactivation.json (7)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.entitycollisions.json (3)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.exploit.json (1)
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/PacketUtil to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.tracking.json (3)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.optimization.json (7)
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeImplHooks to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.realtime.json (15)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.tileentityactivation.json (4)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.vanilla-command.json (5)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.common.multi-world-command.json (9)
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandDefaultGameMode to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandDifficulty to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandGameRule to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandShowSeed to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandSetDefaultSpawnpoint to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandTime to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandToggleDownfall to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandWeather to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandWorldBorder to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.forge.bungeecord.json (1)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.forge.entityactivation.json (1)
[19:36:27] [main/DEBUG] [mixin/]: Preparing mixins.forge.core.json (79)
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/impl/AbstractEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockOldLeaf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/SpongeCommonEventFactory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/SpongeProxyBlockAccess to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/extra/fluid/SpongeFluidStackBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/WorldManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLConstructionEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLInitializationEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLLoadCompleteEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLPreInitializationEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLPostInitializationEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerAboutToStartEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStartingEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStartedEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStoppingEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStoppedEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLStateEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/PlayerEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/EntityRegistry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/PersistentRegistryManager$BlockDummyAir to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry$VillagerCareer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry$VillagerProfession to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/util/BlockSnapshot to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/DimensionManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeInternalHandler to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeChunkManager$Ticket to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeHooks to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/ForgeEventFactory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/Fluid to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/FluidRegistry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/FluidStack to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemShears to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemLilyPad to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketClickWindow to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketPlayerTryUseItemOnBlock to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeDecorator to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/handshake/client/C00Handshake to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IMerchant to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ShiftClickAction$InsertText to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/ITextComponent$Serializer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketTitle$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfile to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Identifiable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataSerializable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Objects$ToStringHelper to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/property/ProfileProperty to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban$Ip to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban$Profile to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ConstructEntityEvent$Pre to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/Cause$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/block/BlockPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/ItemDropData$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/translation/Translatable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/CatalogType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyHolder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/IForgeRegistryEntry$Impl to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockContainer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableList$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBush to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor$EnumDoorHalf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant$EnumBlockHalf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSlab to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent$Modify to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent$Break to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent$Pre to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/LocatableBlock$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause$BlockSpawnCauseBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause$SpawnCauseBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower$EnumFlowerColor to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRotatedPillar to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$Axis to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/block/MixinBlockLever$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLever$EnumOrientation to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBreakable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBasePressurePlate to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/Map$Entry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedSandstone$EnumType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs$EnumHalf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTrapDoor$DoorHalf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSoundGroup to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/trait/BlockTrait to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataVersions$BlockState to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMap$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableSet$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/command/MixinSubject$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecart$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause$EntitySpawnCauseBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandBase$CoordinateArg to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent$Teleport to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerPosLook$EnumFlags to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/data/MixinDataHolder$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DirtType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Hinge to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Cycleable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DoublePlantType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PlantType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BigMushroomType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PistonType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/TreeType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PrismarineType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/QuartzType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/RailDirection to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ComparatorType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SandType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SandstoneType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DisguisedBlockType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PortionType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/StairShape to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BrickType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/StoneType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SlabType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/data/types/MixinBlockTallGrassEnumType$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ShrubType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/WallType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DyeColor to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/LogAxis to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/gamemode/GameMode to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ArmorEquipable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Equipable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Carrier to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/RideEntityEvent$Mount to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/RideEntityEvent$Dismount to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem$Action to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityArchetype$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Entity to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Locatable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataHolder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/CompositeValueStore to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueContainer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueFactory$BoundedValueBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITasks$EntityAITaskEntry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent$Add to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$General to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/entity/EntityPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/AITask to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/BreedEntityEvent$Breed to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent$Remove to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/Goal to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/explosion/Explosion$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/LightningEvent$Strike to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/LightningEvent$Post to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/ArmorStand to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Living to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/ProjectileSource to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/TeamMember to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Entity to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Entity$Item to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotCollection$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/MinecraftInventoryAdapter to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/InventoryAdapter to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/observer/Observer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Inventory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Nameable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/ChestMinecart to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/ContainerMinecart to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/CarriedInventory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/Minecart to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/HopperMinecart to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Catalog to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockState$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinAggressive to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Horse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Horse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Animal to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ageable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Creature to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Agent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/AbstractChestHorse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/RideableHorse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Llama to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Llama to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/ProjectileLauncher to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Mule to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Ocelot to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Rabbit to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/SkeletonHorse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Villager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$PriceInfo to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/ZombieHorse to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Tick to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource$EntityDamageSourceBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/DamageSource$DamageSourceBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageModifier$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityList$EntityEggInfo to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/ChangeGameModeEvent$TargetPlayer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageChannelEvent$Chat to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageEvent$MessageFormatter to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCombatEvent$Event to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractInventoryEvent$Close to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/RayTraceResult$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootContext$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/FishingEvent$Stop to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/Enchantment$Rarity to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/Enchantment to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/FishingEvent$Start to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/ItemStack to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/ClickInventoryEvent$Creative to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Disconnect to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$Packet to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/tick/TickPhase$Tick to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketUseEntity$Action to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Secondary to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Primary to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/ChannelBuf to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem$AddPlayerData to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/potion/PotionEffectType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/potion/PotionEffect to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/Profiler$Result to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/critieria/Criterion to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Scoreboard to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Team to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/command/TabCompleteEvent$Chat to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$WorldGeneration to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/generation/GenerationPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Primary to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/plugin/PluginPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Login to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Join to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent$Teleport$Portal to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/PlayerPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandResultStats$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Secondary to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerProfileCacheEntry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Auth to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/sound/SoundCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/statistic/ChangeStatisticEvent$TargetPlayer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/achievement/GrantAchievementEvent$TargetPlayer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/server/ClientPingServerEvent$Response to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/server/ClientPingServerEvent$Response$Players to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/Text$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/SelectorText$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/LiteralText$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TranslatableText$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/text/MixinClickEvent$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/ClickEvent$Action to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$OpenUrl to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$ExecuteCallback to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$RunCommand to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$SuggestCommand to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$ChangePage to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/text/MixinHoverEvent$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/HoverEvent$Action to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowText to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowAchievement to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowItem to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowEntity to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/NbtDataUtil$Minecraft to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntityArchetype$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntity to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$Plane to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/PlayerTracker$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/TileEntityInventory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/PersistentInventory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/Interactable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntitySkull to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/StructureMode to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/util/math/IMixinBlockPos to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBar to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketUpdateBossInfo$Operation to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/ServerBossBar to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/world/MixinChunk$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/Chunk$EnumCreateEntityType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/EntityUniverse$EntityHit to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/SpongeConfig$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/DimensionType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ExplosionEvent$Detonate to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureBlockPos to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Teleporter$PortalPosition to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/pattern/BlockPattern$PatternHelper to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$AxisDirection to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/Biome$SpawnListEntry to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLiving$SpawnPlacementType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/WeightedRandom$Item to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/ChunkPreGenerate$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos$PooledMutableBlockPos to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/pregen/SpongeChunkPreGenerateTask$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSnapshot$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldBorder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServer$ServerBlockEventList to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent$Custom to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent$ChunkLoad to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ExplosionEvent$Pre to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureFlag to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/WeatherSpawnCause$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/SaveWorldEvent$Pre to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/SaveWorldEvent$Post to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureExplosion to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/general/GeneralPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldServer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorld to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldArchetype to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderSettings$Factory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Ore$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/SeaFloor$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Forest$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BigMushroom$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Flower$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Shrub$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DeadBush$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/WaterLily$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Mushroom$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Reed$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Pumpkin$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Cactus$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/RandomBlock$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DesertWell$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Fossil$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/EndIsland$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/ChorusFlower$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeForest$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DoublePlant$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/NetherFire$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Glowstone$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHills$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Melon$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Vine$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IceSpike$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IcePath$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeTaiga$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BlockBlob$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinAnvilChunkLoader to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/world/dragon/DragonPhase$State to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Lake$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Dungeon$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/plugin/PluginPhase$Listener to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/block/MatterProperty$Matter to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Platform$Type to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/WorldProperties to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/rcon/RconConnectionEvent$Login to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/rcon/RconConnectionEvent$Disconnect to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/ItemDropData$Player to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/DestructEntityEvent$Death to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/Event$Result to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/network/ForgeMessage$DimensionRegisterMessage to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLOutboundHandler$OutboundTarget to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ISpecialArmor$ArmorProperties to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer$SleepResult to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Post to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Finish to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$EntityInteract to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/WorldEvent$Save to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/WorldEvent$Unload to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeToken$TypeSet to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/event/forge/IMixinWorldTickEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldArchetype$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickItem to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/mixin/core/forge/fluids/MixinFluidStack$1 to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidStackSnapshot$Builder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/DropItemEvent$Pre to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Dimension to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/ContextSource to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/BiomeType to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/ChunkGeneratorEvent$ReplaceBiomeBlocks to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Prepared 633 mixins in 3,711 sec (5,9 msec avg.)
[19:36:27] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandSourceName to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandSource to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/Subject to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/Contextual to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/MessageReceiver to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/MessageChannel to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinCommandSource to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/SpongeTexts to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandSender to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/User to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinCommandSender to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/CommandPermissions to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Boolean to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinSubject to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeInternalListeners to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/SubjectSettingCallback to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Predicate to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/ref/WeakReference to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/ref/Reference to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeGame to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Game to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/ServiceManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/StringBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/AbstractStringBuilder to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Appendable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/CharSequence to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/IllegalStateException to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Tristate to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Enum to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/Collections to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Mixing server.MixinMinecraftServer from mixins.common.core.json into net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinMinecraftServer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Server to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/ConsoleSource to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/SpongeChunkLayout to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/MathHelper to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Math to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/Iterator to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/Player to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ModuleCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/OptimizationCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ExecutorService to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/TimeUnit to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/InterruptedException to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IMixinChunkProviderServer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CauseTracker to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/World to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IThreadListener to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/ISnooperInfo to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Runnable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/UUID to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/UnsupportedOperationException to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/SpongeProfileManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfileManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/resourcepack/SpongeResourcePack to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/resourcepack/ResourcePack to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/net/URISyntaxException to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/ArrayList to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractList to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Cloneable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/SpongeEventFactory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Sponge to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/EventManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/command/TabCompleteEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/Event to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/SpongeCommandManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/VecHelper to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Class to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingsManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/FullServerTickHandler to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSnapshot to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/InteractEvent to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GlobalWorldCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/ConfigBase to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/WorldCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/LoggingCategory to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/SerializationBehaviors to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/MinecraftException to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Thread to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Callable to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/crash/CrashReport to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CauseTrackerCrashHandler to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/crash/CrashReportCategory to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Mixing server.MixinMinecraftServer from mixins.forge.core.json into net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/service/world/SpongeChunkTicketManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/ChunkTicketManager to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Integer to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Number to metadata cache
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/PermissionService to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71247_a(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/world/WorldType;Ljava/lang/String;)V in net.minecraft.server.MinecraftServer
[19:36:27] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71222_d()V in net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Function to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71267_a(Z)V in net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Supplier to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71218_a(I)Lnet/minecraft/world/WorldServer; in net.minecraft.server.MinecraftServer
[19:36:27] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71218_a(I)Lnet/minecraft/world/WorldServer; in net.minecraft.server.MinecraftServer
[19:36:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/StartupQuery$AbortedException to metadata cache
[19:36:27] [main/DEBUG] [mixin/]: Mixing MixinWorld_Activation from mixins.forge.entityactivation.json into net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entityactivation/EntityActivationRange to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entityactivation/interfaces/IModData_Activation to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingHistory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/Double to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorld from mixins.forge.core.json into net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/EnumSkyBlock to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IStringSerializable to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorld from mixins.common.core.json into net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/ChatTypeMessageReceiver to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/WeatherUniverse to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/Viewer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/Extent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/EntityUniverse to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/LocationCompositeValueStore to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/TileEntityVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/MutableBlockVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/BlockVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/LocationBasePropertyHolder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/InteractableVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/MutableBiomeVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/BiomeVolume to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeBlockSnapshotBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/AbstractDataBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ResettableBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/ImmutableDataBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/SpongeHooks to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldInfo to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/ChunkLayout to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/BlockChangeFlag to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Chunk to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Lists to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Functional to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector3d to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/IllegalArgumentException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilitySerializable to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilityProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/util/INBTSerializable to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IProjectile to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/EnderPearl to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/DamagingProjectile to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/Projectile to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Blocks to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/reflect/ConstructorUtils to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntitySnapshot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/LocatableSnapshot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/Context to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector3i to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vectori to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/PositionOutOfBoundsException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/RemoteSource to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Humanoid to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Tamer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Stream to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Collectors to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/explosion/Explosion to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/EntityUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/ExtentViewDownsize to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/DefaultedExtent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeMutableBiomeVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeBiomeVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/BiomeVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/MutableBiomeVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeMutableBlockVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeBlockVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/BlockVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/MutableBlockVolumeWorker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/data/IMixinCustomDataHolder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockBehaviors to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockProperties to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/AABB to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/GenericMath to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/HashSet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractSet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Set to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vectord to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinChunk to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector2d to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinEntityPlayer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Predicate to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntity to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketBlockChange to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/Packet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/BlockUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ITickable to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntity to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/type/SpongeTileEntityType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/AxisAlignedBB to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorld_Data from mixins.common.core.json into net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyRegistry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyStore to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/property/SpongePropertyRegistry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/provider/DirectionFacingProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/TypeProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockState to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/ImmutableDataHolder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableValueStore to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/ImmutableDataManipulator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableSet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/Value to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/DataManipulator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/merge/MergeFunction to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.extent.MixinExtent from mixins.common.core.json into net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorld_Tracker from mixins.common.tracking.json into net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_72866_a(Lnet/minecraft/entity/Entity;Z)V in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175638_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/EnumSkyBlock;)I in net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Consumer to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175678_i(Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180495_p(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState; in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175625_s(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/tileentity/TileEntity; in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175701_a(Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_189509_E(Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175642_b(Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;)I in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175653_a(Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;I)V in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184143_b(Lnet/minecraft/util/math/AxisAlignedBB;)Z in net.minecraft.world.World
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_72939_s()V in net.minecraft.world.World
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/key/Key to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer from mixins.common.core.json into net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IBlockAccess to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/EnumSet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Map to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeChunkGenerator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/Weather to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/WorldTimingsHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/TreeSet to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/HashMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/border/PlayerBorderListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/border/IBorderListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgentTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgentType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Constructor to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/apache/logging/log4j/Level to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/MapStorage to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreboardSaveData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/GeneratorTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entitycollisions/interfaces/IModData_Collisions to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ISaveHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/util/PrettyPrinter to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/System to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeWorldGenerator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/WorldGenConstants to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IPopulatorProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/WorldGeneratorModifier to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/WorldGenerator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/IChunkGenerator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataQueries to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataContainer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataView to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataFormats to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/StringDataFormat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/type/SpongeWorldType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeGenerationPopulator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/GenerationPopulator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IGenerationPopulator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/Timing to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Random to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Transform to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/DifficultyInstance to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/WeatherSpawnCause to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ConstructEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/IAnimals to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IJumpingMount to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IInventoryChangedListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/ExtendedBlockStorage to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlock to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/IPhaseState to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/TrackingPhase to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/TrackingUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ReportedException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlockEventData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/LocatableBlock to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/IChunkProvider to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerChunkMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Throwables to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinNextTickListEntry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/AffectEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/event/InternalSpawnTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketExplosion to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/NotifyNeighborBlockEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeBlockSnapshot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinExplosion to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/sound/SoundType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/SoundEvents to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/effect/particle/SpongeParticleHelper to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/Weathers to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ChangeWorldWeatherEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Objects to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinServerWorldEventHandler to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer_Async_Lighting from mixins.common.optimization.json into net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/util/concurrent/ThreadFactoryBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Executors to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/atomic/AtomicInteger to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Executor to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer from mixins.forge.core.json into net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/world/gen/SpongeChunkGeneratorForge to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/CompletableFuture to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/CompletionStage to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Future to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinWorldServer_Activation from mixins.common.entityactivation.json into net.minecraft.world.WorldServer
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinWorldServer_Explosion from mixins.common.optimization.json into net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Vec3d to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityVelocity to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldSavedData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/GeneratorType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/nio/file/Path to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/io/PrintStream to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/BiomeGenerator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataQuery to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnType to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_147456_g()V in net.minecraft.world.WorldServer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_72939_s()V in net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IProgressUpdate to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/ScheduledBlockUpdate to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodHandle to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/CallSite to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Direction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/ITileEntityProvider to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_72885_a(Lnet/minecraft/entity/Entity;DDDFZZ)Lnet/minecraft/world/Explosion; in net.minecraft.world.WorldServer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/WorldStorage to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IWorldEventListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleEffect to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/effect/particle/SpongeParticleEffect to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ThreadFactory to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSendCommandFeedback from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayer from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityLivingBase to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ITargetedLocation to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/PlayerCapabilities to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/FoodStats to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/serializer/LegacyTexts to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Items to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/event/DamageSourceRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/SharedMonsterAttributes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/IAttributeInstance to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EnumCreatureAttribute to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/DamageEventHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/DoubleStream to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/MobEffects to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/AttackEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/DamageSource to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/ItemStackUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageModifier to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageModifierTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageFunction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/ModifierFunction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumParticleTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/function/DoubleUnaryOperator to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayer from mixins.forge.core.json into net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/ISpongeUser to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/TargetEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Maps to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMap to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70645_a(Lnet/minecraft/util/DamageSource;)V in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71019_a(Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem; in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_146097_a(Lnet/minecraft/item/ItemStack;ZZ)Lnet/minecraft/entity/item/EntityItem; in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184816_a(Lnet/minecraft/entity/item/EntityItem;)Lnet/minecraft/item/ItemStack; in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/IAttribute to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Collector to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/function/ToDoubleFunction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemSword to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/ItemStackSnapshot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageModifierType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityMultiPart to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71059_n(Lnet/minecraft/entity/Entity;)V in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70665_d(Lnet/minecraft/util/DamageSource;F)V in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70999_a(ZZZ)V in net.minecraft.entity.player.EntityPlayer
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLivingBase from mixins.common.core.json into net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/CombatTracker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/AbstractAttributeMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TextRepresentable to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TextElement to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/DamageEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/EntityEquipmentSlot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/material/Material to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/pathfinding/PathNavigate to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeHealthData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/HealthData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/key/Keys to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/SpongeValueFactory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueFactory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeOptionalValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/AbstractBaseValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/BaseValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/OptionalValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/projectile/ProjectileLauncher to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinGriefer to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinEntityLivingBase_Activation from mixins.common.entityactivation.json into net.minecraft.entity.EntityLivingBase
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.living.MixinEntityLivingBase from mixins.forge.core.json into net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/util/StaticMixinForgeHelper to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70645_a(Lnet/minecraft/util/DamageSource;)V in net.minecraft.entity.EntityLivingBase
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70665_d(Lnet/minecraft/util/DamageSource;F)V in net.minecraft.entity.EntityLivingBase
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70097_a(Lnet/minecraft/util/DamageSource;F)Z in net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/FallingBlockDamageSource to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184595_k(DDD)Z in net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/DamageObject to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70067_L()Z in net.minecraft.entity.EntityLivingBase
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/MutableBoundedValue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTTagList to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.entity.Entity
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/SpongeTimings to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/DataProcessor to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/SpongeDataManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/DataManipulatorBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/ValueProcessor to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.MixinCustomDataHolder from mixins.common.core.json into net.minecraft.entity.Entity
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.entity.Entity
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity from mixins.common.core.json into net.minecraft.entity.Entity
[19:36:28] [main/WARN] [mixin/]: Discarding synthetic public method copy in mixins.common.core.json:entity.MixinEntity because it already exists in net.minecraft.entity.Entity
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeGameRegistry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EnumCreatureType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/ShouldFire to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/dismount/DismountTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeGravityData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractBooleanData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/GravityData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntitySnapshotBuilder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntitySnapshot$Builder to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/network/IMixinNetHandlerPlayServer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/RelativePositions to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IntHashMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketDestroyEntities to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/nbt/CustomDataNbtUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/NbtDataUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/persistence/NbtTranslator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataTranslator to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/Queries to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ResourceLocation to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityList to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityArchetypeBuilder to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity from mixins.forge.core.json into net.minecraft.entity.Entity
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinEntity_Activation from mixins.common.entityactivation.json into net.minecraft.entity.Entity
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinEntity_Collisions from mixins.common.entitycollisions.json into net.minecraft.entity.Entity
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/EntityCollisionCategory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/CollisionModCategory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ConfigCategory to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity_Tracker from mixins.common.tracking.json into net.minecraft.entity.Entity
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/SpongeUsernameCache to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/user/UserStorageService to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfileCache to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184210_p()V in net.minecraft.entity.Entity
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/VehicleData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/IgniteableData to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184204_a(I)Lnet/minecraft/entity/Entity; in net.minecraft.entity.Entity
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Registered method copy()Lorg/spongepowered/api/data/value/ValueContainer; in net.minecraft.entity.Entity was not merged
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/ItemTypes to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayerMP from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinEntityPlayerMP to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/tab/TabList to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Sets to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/tab/SpongeTabList to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCombatEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/IScoreCriteria to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketClientSettings to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/SkinUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/LocaleCache to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatTypes to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/chat/SpongeChatType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketChat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/chat/ChatUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/BookFaker to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinTitle to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/NetworkUtil to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSetSlot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractInventoryEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/TargetContainerEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/TargetInventoryEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinServerScoreboard to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinTeam to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/GameRegistry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/PlayerKickHelper to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCustomSound to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSoundEffect to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinPacketResourcePackSend to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/player/TargetPlayerEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/TargetHumanoidEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/TargetLivingEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/ChangeGameModeEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSpawnPosition to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/SpongePlayerDataHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/time/Instant to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/TemporalAdjuster to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/Temporal to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/TemporalAccessor to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeJoinData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/JoinData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeGameModeData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleCatalogData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/VariantData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/GameModeData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/property/SlotIndex to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/property/IntProperty to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/property/AbstractInventoryProperty to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/InventoryProperty to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/Property to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinContainer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/transaction/SlotTransaction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/Transaction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/ITextComponent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/FixedPartitionedTextFormatter to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/PartitionedTextFormatter to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/TextFormatter to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageChannelEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageEvent to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayerMP from mixins.forge.core.json into net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/NetworkRegistry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/channel/Channel to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/AttributeMap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/Attribute to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IContainerListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/SubjectCollection to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/SubjectData to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/ItemType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HandType to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70645_a(Lnet/minecraft/util/DamageSource;)V in net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184204_a(I)Lnet/minecraft/entity/Entity; in net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatVisibility to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Locale to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/player/PlayerChangeClientSettingsEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatType to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_145747_a(Lnet/minecraft/util/text/ITextComponent;)V in net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/BookView to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/PlayerConnection to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/net/SocketAddress to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_71114_r()Ljava/lang/String; in net.minecraft.entity.player.EntityPlayerMP
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IInventory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Container to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/translation/Translation to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/entity/Hotbar to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Slot to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IInteractionObject to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/RemoteConnection to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/AttributeKey to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing text.MixinText from mixins.common.api.json into org.spongepowered.api.text.Text
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinText to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextFormat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextColors to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/format/SpongeTextColor to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/Style to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextStyle to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/action/SpongeClickAction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/action/SpongeHoverAction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ShiftClickAction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/TextAction to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinTextComponent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonSerializer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonDeserializer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/ScoreText$Builder to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityTracker from mixins.common.core.json into net.minecraft.entity.EntityTracker
[19:36:28] [main/DEBUG] [mixin/]: Mixing util.math.MixinVec3i from mixins.common.core.json into net.minecraft.util.math.Vec3i
[19:36:28] [main/DEBUG] [mixin/]: Mixing server.management.MixinPlayerProfileCache from mixins.common.core.json into net.minecraft.server.management.PlayerProfileCache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerProfileCache to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ConcurrentLinkedQueue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractQueue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Queue to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/GameProfileRepository to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/ProfileLookupCallback to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/minecraft/MinecraftSessionService to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/callback/SingleProfileLookupCallback to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/Agent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Iterables to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/callback/MapProfileLookupCallback to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/GuavaCollectors to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/Date to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/util/function/BiConsumer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/io/FileNotFoundException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/io/IOException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonParseException to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing status.MixinServerStatusResponse from mixins.common.core.json into net.minecraft.network.ServerStatusResponse
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/status/StatusResponse to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/status/SpongeFavicon to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/status/Favicon to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_151315_a(Lnet/minecraft/util/text/ITextComponent;)V in net.minecraft.network.ServerStatusResponse
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_151320_a(Ljava/lang/String;)V in net.minecraft.network.ServerStatusResponse
[19:36:28] [main/DEBUG] [mixin/]: Mixing util.datafix.MixinDataFixer from mixins.common.core.json into net.minecraft.util.datafix.DataFixer
[19:36:28] [main/DEBUG] [mixin/]: Mixing world.MixinWorldType from mixins.common.core.json into net.minecraft.world.WorldType
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/GeneratorTypeRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/AbstractPrefixAlternateCatalogTypeRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/AbstractPrefixCheckCatalogRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/CatalogRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/RegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/AlternateCatalogRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeAdditionalCatalogRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/AdditionalCatalogRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/CaseFormat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/FlatGeneratorInfo to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/persistence/JsonDataFormat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeCatalogType to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataFormat to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/AssertionError to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/Error to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandServerManager from mixins.common.core.json into net.minecraft.command.ServerCommandManager
[19:36:28] [main/DEBUG] [mixin/]: Mixing server.MixinServerCommandManager from mixins.common.core.json into net.minecraft.command.ServerCommandManager
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinServerCommandManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/WrapperCommandSource to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/base/SpongeSubject to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandResult to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/MinecraftCommandWrapper to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandCallable to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/SpongePermissionService to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing server.MixinServerCommandManager from mixins.forge.core.json into net.minecraft.command.ServerCommandManager
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/command/ForgeMinecraftCommandWrapper to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommand to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandListener to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/MinecraftDummyContainer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/DummyModContainer to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing command.MixinCommandHandler from mixins.common.core.json into net.minecraft.command.CommandHandler
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandBase to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/WrongUsageException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/SyntaxErrorException to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/CommandEvent to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinGameType from mixins.common.core.json into net.minecraft.world.GameType
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/translation/SpongeTranslation to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumDifficulty from mixins.common.core.json into net.minecraft.world.EnumDifficulty
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/difficulty/Difficulty to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing authlib.MixinGameProfile from mixins.common.core.json into com.mojang.authlib.GameProfile
[19:36:28] [main/DEBUG] [mixin/]: Mixing server.MixinPlayerList from mixins.common.core.json into net.minecraft.server.management.PlayerList
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinPlayerList to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/ban/SpongeUserListBans to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListBans to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/ban/SpongeIPBanList to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListIPBans to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/whitelist/SpongeUserListWhitelist to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListWhitelist to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketDisconnect to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/user/TargetUserEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/INetHandlerPlayServer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/INetHandler to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketJoinGame to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/buffer/Unpooled to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/buffer/ByteBuf to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/ReferenceCounted to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCustomPayload to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketServerDifficulty to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerAbilities to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketHeldItemChange to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityEffect to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/IChunkLoader to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/IThreadedFileIO to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextFormatting to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/demo/DemoWorldManager to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/player/RespawnPlayerEvent to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketRespawn to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSetExperience to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityStatus to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/network/play/server/IMixinSPacketWorldBorder to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing server.MixinPlayerList from mixins.forge.core.json into net.minecraft.server.management.PlayerList
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/FMLCommonHandler to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_72368_a(Lnet/minecraft/entity/player/EntityPlayerMP;IZ)Lnet/minecraft/entity/player/EntityPlayerMP; in net.minecraft.server.management.PlayerList
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_82448_a(Lnet/minecraft/entity/Entity;ILnet/minecraft/world/WorldServer;Lnet/minecraft/world/WorldServer;)V in net.minecraft.server.management.PlayerList
[19:36:28] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_148544_a(Lnet/minecraft/util/text/ITextComponent;Z)V in net.minecraft.server.management.PlayerList
[19:36:28] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:36:28] [main/DEBUG] [mixin/]: Mixing sound.MixinSoundEvent from mixins.common.core.json into net.minecraft.util.SoundEvent
[19:36:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlock from mixins.common.core.json into net.minecraft.block.Block
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Method to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/BlockTypeRegistryModule to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistryNamespacedDefaultedByKey to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/BlockStateContainer to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/IForgeRegistryEntry to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Multimap to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/ItemDropData to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.block.Block
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinBlock_BlockCapturing from mixins.common.blockcapturing.json into net.minecraft.block.Block
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/blockcapturing/IModData_BlockCapturing to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/BlockCapturingCategory to metadata cache
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/BlockCapturingModCategory to metadata cache
[19:36:28] [main/DEBUG] [mixin/]: Mixing MixinBlock_Collisions from mixins.common.entitycollisions.json into net.minecraft.block.Block
[19:36:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlock from mixins.forge.core.json into net.minecraft.block.Block
[19:36:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinBlock to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItem from mixins.common.core.json into net.minecraft.item.Item
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeGameDictionaryEntry to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/GameDictionary$Entry to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/item/IMixinItem to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistryNamespaced to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItem from mixins.forge.core.json into net.minecraft.item.Item
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/ItemTypeRegistryModule to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/EnchantmentData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/DisplayNameData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/LoreData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing potion.MixinPotion from mixins.common.core.json into net.minecraft.potion.Potion
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/potion/IMixinPotion to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/effect/PotionEffectTypeRegistryModule to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiome from mixins.common.core.json into net.minecraft.world.biome.Biome
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/biome/IMixinBiome to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/biome/SpongeBiomeGenerationSettings to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/BiomeGenerationSettings to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/WrappedBiomeDecorator to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/Populator to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/SeededVariableAmount to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/GroundCoverLayer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Ore to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderSettings to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/VariableAmount to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/SeaFloor to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Forest to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/BiomeTreeTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/BiomeTreeType to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BigMushroom to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/MushroomTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/MushroomType to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Flower to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PlantTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Shrub to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ShrubTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DeadBush to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/WaterLily to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/ChanceTable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/RandomObjectTable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/WeightedObject to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/TableEntry to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/EmptyObject to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Mushroom to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Reed to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Pumpkin to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Cactus to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/RandomBlock to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeGenBaseForge from mixins.forge.core.json into net.minecraft.world.biome.Biome
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/DeferredBiomeDecorator to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinEnchantment from mixins.common.core.json into net.minecraft.enchantment.Enchantment
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinEnchantment to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistrySimple to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinEnchantment from mixins.forge.core.json into net.minecraft.enchantment.Enchantment
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItemBlock from mixins.common.core.json into net.minecraft.item.ItemBlock
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItemBlock from mixins.common.core.json into net.minecraft.item.ItemAir
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockGrass from mixins.common.core.json into net.minecraft.block.BlockGrass
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/ImmutableDataCachingUtil to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSnowedData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSnowedData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSand from mixins.common.core.json into net.minecraft.block.BlockSand
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSandData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableVariantData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableValue to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSandData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFalling from mixins.common.core.json into net.minecraft.block.BlockFalling
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLeaves from mixins.common.core.json into net.minecraft.block.BlockLeaves
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/TrackingPhases to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNewLeaf to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/TreeTypeResolver to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableTreeData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/TreeTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDecayableData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLeaves from mixins.forge.core.json into net.minecraft.block.BlockLeaves
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/block/BlockPhase to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/IShearable to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_176235_d(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V in net.minecraft.block.BlockLeaves
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeTreeData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDecayableData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonBase from mixins.common.core.json into net.minecraft.block.BlockPistonBase
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDirectionalData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DirectionResolver to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableExtendedData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyDirection to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeExtendedData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDirectionalData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDirectional from mixins.common.core.json into net.minecraft.block.BlockDirectional
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DirectionChecker to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTallGrass from mixins.common.core.json into net.minecraft.block.BlockTallGrass
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableShrubData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeShrubData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFlower from mixins.common.core.json into net.minecraft.block.BlockFlower
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePlantData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePlantData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockChest from mixins.common.core.json into net.minecraft.block.BlockChest
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCactus from mixins.common.core.json into net.minecraft.block.BlockCactus
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableGrowthData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableBoundedValue to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/BoundedValue to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/IPlantable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeGrowthData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockMycelium from mixins.common.core.json into net.minecraft.block.BlockMycelium
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItemLilyPad from mixins.forge.core.json into net.minecraft.item.ItemLilyPad
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemColored to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumActionResult to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ActionResult to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/RayTraceResult to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_77659_a(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/EnumHand;)Lnet/minecraft/util/ActionResult; in net.minecraft.item.ItemLilyPad
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTripWireHook from mixins.common.core.json into net.minecraft.block.BlockTripWireHook
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePoweredData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableAttachedData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeAttachedData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePoweredData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDaylightDetector from mixins.common.core.json into net.minecraft.block.BlockDaylightDetector
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableRedstonePoweredData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeRedstonePoweredData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHopper from mixins.common.core.json into net.minecraft.block.BlockHopper
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoublePlant from mixins.common.core.json into net.minecraft.block.BlockDoublePlant
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDoublePlantData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePortionData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PortionTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDoublePlantData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePortionData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStainedGlass from mixins.common.core.json into net.minecraft.block.BlockStainedGlass
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinDyeableBlock to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockStainedGlass
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableDyeableData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/ImmutableSpongeDyeableData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStainedGlassPane from mixins.common.core.json into net.minecraft.block.BlockStainedGlassPane
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockStainedGlassPane
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPane from mixins.common.core.json into net.minecraft.block.BlockPane
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableConnectedDirectionData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeConnectedDirectionData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoor from mixins.common.core.json into net.minecraft.block.BlockDoor
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableHingeData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableOpenData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeHingeData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeOpenData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDynamicLiquid from mixins.common.core.json into net.minecraft.block.BlockDynamicLiquid
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLiquid from mixins.common.core.json into net.minecraft.block.BlockLiquid
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockReed from mixins.common.core.json into net.minecraft.block.BlockReed
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneRepeater from mixins.common.core.json into net.minecraft.block.BlockRedstoneRepeater
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDelayableData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDelayableData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneDiode from mixins.common.core.json into net.minecraft.block.BlockRedstoneDiode
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHorizontal from mixins.common.core.json into net.minecraft.block.BlockHorizontal
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/common/AbstractImmutableSingleEnumData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/common/AbstractImmutableSingleData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/common/AbstractImmutableData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneComparator from mixins.common.core.json into net.minecraft.block.BlockRedstoneComparator
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableComparatorData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeComparatorData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.properties.MixinIProperty from mixins.common.core.json into net.minecraft.block.properties.IProperty
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonMoving from mixins.common.core.json into net.minecraft.block.BlockPistonMoving
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePistonData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePistonData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItem from mixins.common.core.json into net.minecraft.entity.item.EntityItem
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/item/IMixinEntityItem to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Item to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/RepresentedItemData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/SpongeRepresentedItemData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing MixinEntityItem_Activation from mixins.common.entityactivation.json into net.minecraft.entity.item.EntityItem
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/WorldConfig to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/EntityCategory to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItem from mixins.forge.core.json into net.minecraft.entity.item.EntityItem
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityXPOrb from mixins.common.core.json into net.minecraft.entity.item.EntityXPOrb
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityXPOrb to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ExperienceOrb to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeExpOrbData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractBoundedComparableData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ExpOrbData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinSoundType from mixins.common.core.json into net.minecraft.block.SoundType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.state.MixinStateImplementation from mixins.common.core.json into net.minecraft.block.state.BlockStateContainer$StateImplementation
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/BlockStateBase to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlockState to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/DirectionRelativePropertyHolder to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Joiner to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.block.state.BlockStateContainer$StateImplementation
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.state.MixinIBlockState from mixins.common.core.json into net.minecraft.block.state.IBlockState
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinLocation to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing MixinSpongeImplHooks_Item_Pre_Merge from mixins.common.optimization.json into org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Mixing common.MixinSpongeImplHooks from mixins.forge.core.json into org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/launchwrapper/Launch to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/MinecraftForge to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/EntityJoinWorldEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/EntityEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinEventBus to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/PortalAgentRegistryModule to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeModContainer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/relauncher/FMLRelaunchLog to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method addItemStackToListForSpawning(Ljava/util/Collection;Lorg/spongepowered/common/event/tracking/ItemDropData;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method isVanilla()Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method isDeobfuscatedEnvironment()Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getModIdFromClass(Ljava/lang/Class;)Ljava/lang/String; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method isCreatureOfType(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/EnumCreatureType;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method isFakePlayer(Lnet/minecraft/entity/Entity;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method firePlayerJoinSpawnEvent(Lnet/minecraft/entity/player/EntityPlayerMP;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method handlePostChangeDimensionEvent(Lnet/minecraft/entity/player/EntityPlayerMP;Lnet/minecraft/world/WorldServer;Lnet/minecraft/world/WorldServer;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method checkAttackEntity(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/entity/Entity;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getBlockReachDistance(Lnet/minecraft/entity/player/EntityPlayerMP;)D in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getEntityClass(Lnet/minecraft/util/ResourceLocation;)Ljava/lang/Class; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getEntityId(Ljava/lang/Class;)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method isBlockFlammable(Lnet/minecraft/block/Block;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getBlockLightOpacity(Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getChunkPosLight(Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method createTileEntity(Lnet/minecraft/block/Block;Lnet/minecraft/world/World;Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/tileentity/TileEntity; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method hasBlockTileEntity(Lnet/minecraft/block/Block;Lnet/minecraft/block/state/IBlockState;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method shouldRefresh(Lnet/minecraft/tileentity/TileEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/block/state/IBlockState;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method onTileChunkUnload(Lnet/minecraft/tileentity/TileEntity;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getChunkIterator(Lnet/minecraft/world/WorldServer;)Ljava/util/Iterator; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method registerPortalAgentType(Lnet/minecraft/world/Teleporter;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method canDoLightning(Lnet/minecraft/world/WorldProvider;Lnet/minecraft/world/chunk/Chunk;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method canDoRainSnowIce(Lnet/minecraft/world/WorldProvider;Lnet/minecraft/world/chunk/Chunk;)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getRespawnDimension(Lnet/minecraft/world/WorldProvider;Lnet/minecraft/entity/player/EntityPlayerMP;)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getRandomizedSpawnPoint(Lnet/minecraft/world/WorldServer;)Lnet/minecraft/util/math/BlockPos; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getWorldMapStorage(Lnet/minecraft/world/World;)Lnet/minecraft/world/storage/MapStorage; in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method countEntities(Lnet/minecraft/world/WorldServer;Lnet/minecraft/entity/EnumCreatureType;Z)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method getMaxSpawnPackSize(Lnet/minecraft/entity/EntityLiving;)I in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method canEntitySpawnHere(Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/IEntityLivingData;Z)Z in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method onEntityError(Lnet/minecraft/entity/Entity;Lnet/minecraft/crash/CrashReport;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method onTileEntityError(Lnet/minecraft/tileentity/TileEntity;Lnet/minecraft/crash/CrashReport;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method blockExploded(Lnet/minecraft/block/Block;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/Explosion;)V in org.spongepowered.common.SpongeImplHooks
[19:36:29] [main/INFO] [OpenComputers/]: Successfully patched sx.recreateLeash.
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLiving from mixins.common.core.json into net.minecraft.entity.EntityLiving
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ai/IMixinEntityAITasks to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/GoalTypes to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/TargetAgentEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ai/IMixinEntityAIBase to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/LeashEntityEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/UnleashEntityEvent to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAgentData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AgentData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/GoalType to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70638_az()Lnet/minecraft/entity/EntityLivingBase; in net.minecraft.entity.EntityLiving
[19:36:29] [main/DEBUG] [mixin/]: Mixing util.MixinEnumHand from mixins.common.core.json into net.minecraft.util.EnumHand
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinCustomDataHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntity from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/block/TileEntityTypeRegistryModule to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/ExtraClassCatalogRegistryModule to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntityType to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeTileEntityArchetypeBuilder to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.item.ItemStack
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.item.ItemStack
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItemStack from mixins.common.core.json into net.minecraft.item.ItemStack
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/item/IMixinItemStack to metadata cache
[19:36:29] [main/WARN] [mixin/]: Discarding synthetic public method copy in mixins.common.core.json:item.MixinItemStack because it already exists in net.minecraft.item.ItemStack
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/SpongeItemStackSnapshot to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/persistence/SerializedDataTransaction to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryObservable from mixins.common.core.json into net.minecraft.item.ItemStack
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/inventory/trait/IInventoryObservable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/observer/Observable to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.MixinItemStack from mixins.forge.core.json into net.minecraft.item.ItemStack
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_179546_a(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumHand;Lnet/minecraft/util/EnumFacing;FFF)Lnet/minecraft/util/EnumActionResult; in net.minecraft.item.ItemStack
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Registered method copy()Lorg/spongepowered/api/data/value/ValueContainer; in net.minecraft.item.ItemStack was not merged
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/HashMultimap to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractSetMultimap to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMapBasedMultimap to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMultimap to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.MixinExplosion from mixins.common.core.json into net.minecraft.world.Explosion
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentProtection to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_77278_a()V in net.minecraft.world.Explosion
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_77279_a(Z)V in net.minecraft.world.Explosion
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumDyeColor from mixins.common.core.json into net.minecraft.item.EnumDyeColor
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/material/MapColor to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Color to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLog from mixins.common.core.json into net.minecraft.block.BlockLog
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockOldLog to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNewLog to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableLogAxisData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLog from mixins.forge.core.json into net.minecraft.block.BlockLog
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeLogAxisData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStone from mixins.common.core.json into net.minecraft.block.BlockStone
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableStoneData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeStoneData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneEnumType from mixins.common.core.json into net.minecraft.block.BlockStone$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyEnum from mixins.common.core.json into net.minecraft.block.properties.PropertyEnum
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinPropertyHolder to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyHelper from mixins.common.core.json into net.minecraft.block.properties.PropertyHelper
[19:36:29] [main/DEBUG] [mixin/]: Mixing nbt.MixinNBTTagCompound from mixins.common.core.json into net.minecraft.nbt.NBTTagCompound
[19:36:29] [main/DEBUG] [mixin/]: Mixing nbt.MixinNBTTagCompound from mixins.forge.core.json into net.minecraft.nbt.NBTTagCompound
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/PEBKACException to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/AnnotatedElement to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/GenericDeclaration to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Type to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Executable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/AccessibleObject to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumLogAxis from mixins.common.core.json into net.minecraft.block.BlockLog$EnumAxis
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPlanksEnumType from mixins.common.core.json into net.minecraft.block.BlockPlanks$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFarmland from mixins.common.core.json into net.minecraft.block.BlockFarmland
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableMoistureData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeMoistureData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing util.math.MixinMutableBlockPos from mixins.common.core.optional.json into net.minecraft.util.math.BlockPos$MutableBlockPos
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyInteger from mixins.common.core.json into net.minecraft.block.properties.PropertyInteger
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonExtension from mixins.common.core.json into net.minecraft.block.BlockPistonExtension
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyBoolean from mixins.common.core.json into net.minecraft.block.properties.PropertyBool
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockVine from mixins.common.core.json into net.minecraft.block.BlockVine
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedSandstone from mixins.common.core.json into net.minecraft.block.BlockRedSandstone
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSandstoneData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSandstoneData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockColored from mixins.common.core.json into net.minecraft.block.BlockColored
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockColored
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTorch from mixins.common.core.json into net.minecraft.block.BlockTorch
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDirt from mixins.common.core.json into net.minecraft.block.BlockDirt
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDirtData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDirtData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDirtDirtType from mixins.common.core.json into net.minecraft.block.BlockDirt$DirtType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockEndPortalFrame from mixins.common.core.json into net.minecraft.block.BlockEndPortalFrame
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCarpet from mixins.common.core.json into net.minecraft.block.BlockCarpet
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockCarpet
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHugeMushroom from mixins.common.core.json into net.minecraft.block.BlockHugeMushroom
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableBigMushroomData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeBigMushroomData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockHugeMushroomEnumType from mixins.common.core.json into net.minecraft.block.BlockHugeMushroom$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSnow from mixins.common.core.json into net.minecraft.block.BlockSnow
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableLayeredData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeLayeredData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWall from mixins.common.core.json into net.minecraft.block.BlockWall
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableWallData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeWallData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockWallEnumType from mixins.common.core.json into net.minecraft.block.BlockWall$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStairs from mixins.common.core.json into net.minecraft.block.BlockStairs
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableStairShapeData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeStairShapeData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStairsEnumShape from mixins.common.core.json into net.minecraft.block.BlockStairs$EnumShape
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockButton from mixins.common.core.json into net.minecraft.block.BlockButton
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCrops from mixins.common.core.json into net.minecraft.block.BlockCrops
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockNetherWart from mixins.common.core.json into net.minecraft.block.BlockNetherWart
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDoublePlantEnumPlantType from mixins.common.core.json into net.minecraft.block.BlockDoublePlant$EnumPlantType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStem from mixins.common.core.json into net.minecraft.block.BlockStem
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockTallGrassEnumType from mixins.common.core.json into net.minecraft.block.BlockTallGrass$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSapling from mixins.common.core.json into net.minecraft.block.BlockSapling
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenHugeTrees to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenAbstractTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenAbstractTree
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenerator from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenerator
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.feature.MixinWorldGeneratorForge from mixins.forge.core.json into net.minecraft.world.gen.feature.WorldGenerator
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBigTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBigTree
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorObject to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTrees from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTrees
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IWorldGenTrees to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMegaPineTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMegaPineTree
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTaiga2 from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTaiga2
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBirchTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBirchTree
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMegaJungle from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMegaJungle
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenSavannaTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenSavannaTree
[19:36:29] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenCanopyTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenCanopyTree
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPrismarine from mixins.common.core.json into net.minecraft.block.BlockPrismarine
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePrismarineData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePrismarineData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPrismarineEnumType from mixins.common.core.json into net.minecraft.block.BlockPrismarine$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFence from mixins.common.core.json into net.minecraft.block.BlockFence
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSilverfish from mixins.common.core.json into net.minecraft.block.BlockSilverfish
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDisguisedBlockData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDisguisedBlockData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySilverfish from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Monster to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Hostile to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityMob from mixins.common.core.json into net.minecraft.entity.monster.EntityMob
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/CooldownTracker to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/IMob to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemAxe to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70652_k(Lnet/minecraft/entity/Entity;)Z in net.minecraft.entity.monster.EntityMob
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70814_o()Z in net.minecraft.entity.monster.EntityMob
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityCreature from mixins.common.core.json into net.minecraft.entity.EntityCreature
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSilverfishEnumType from mixins.common.core.json into net.minecraft.block.BlockSilverfish$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockQuartz from mixins.common.core.json into net.minecraft.block.BlockQuartz
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableQuartzData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeQuartzData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockQuartzEnumType from mixins.common.core.json into net.minecraft.block.BlockQuartz$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPistonExtensionEnumPistonType from mixins.common.core.json into net.minecraft.block.BlockPistonExtension$EnumPistonType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSandStone from mixins.common.core.json into net.minecraft.block.BlockSandStone
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSandStoneEnumType from mixins.common.core.json into net.minecraft.block.BlockSandStone$EnumType
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPlanks from mixins.common.core.json into net.minecraft.block.BlockPlanks
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPortal from mixins.common.core.json into net.minecraft.block.BlockPortal
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableAxisData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Axis to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeAxisData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailBase from mixins.common.core.json into net.minecraft.block.BlockRailBase
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableRailDirectionData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRail to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailBase from mixins.forge.core.json into net.minecraft.block.BlockRailBase
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeRailDirectionData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockRailBaseEnumRailDirection from mixins.common.core.json into net.minecraft.block.BlockRailBase$EnumRailDirection
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailPowered from mixins.common.core.json into net.minecraft.block.BlockRailPowered
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailDetector from mixins.common.core.json into net.minecraft.block.BlockRailDetector
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockOldLeaf from mixins.forge.core.json into net.minecraft.block.BlockOldLeaf
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180657_a(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/tileentity/TileEntity;Lnet/minecraft/item/ItemStack;)V in net.minecraft.block.BlockOldLeaf
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemPotion from mixins.common.core.json into net.minecraft.item.ItemPotion
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBanner from mixins.common.core.json into net.minecraft.block.BlockBanner
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBanner from mixins.common.core.json into net.minecraft.tileentity.TileEntityBanner
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Banner to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinBanner to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/meta/SpongePatternLayer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/meta/PatternLayer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/NonNullArrayList to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BannerPatternShape to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/BannerData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IWorldNameable to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSkull from mixins.common.core.json into net.minecraft.block.BlockSkull
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDropData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDropData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing stats.MixinStatBase from mixins.common.core.json into net.minecraft.stats.StatBase
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/statistic/SpongeStatistic to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/Statistic to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/statistic/IMixinStatBase to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/statistic/StatisticRegistryModule to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing stats.MixinAchievement from mixins.common.core.json into net.minecraft.stats.Achievement
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/statistic/IMixinAchievement to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/achievement/Achievement to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/statistic/AchievementRegistryModule to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityWither from mixins.common.core.json into net.minecraft.entity.boss.EntityWither
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Wither to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Boss to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Aerial to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ranger to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/FusedExplosive to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/Explosive to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/explosive/IMixinFusedExplosive to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/explosive/IMixinExplosive to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into net.minecraft.entity.IRangedAttackMob
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntitySkull from mixins.common.core.json into net.minecraft.tileentity.TileEntitySkull
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Skull to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/processor/common/SkullUtils to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/SkullData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/RepresentedPlayerData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_152106_a(Lcom/mojang/authlib/GameProfile;)V in net.minecraft.tileentity.TileEntitySkull
[19:36:29] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_152109_d()V in net.minecraft.tileentity.TileEntitySkull
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStandingSign from mixins.common.core.json into net.minecraft.block.BlockStandingSign
[19:36:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSign from mixins.common.core.json into net.minecraft.block.BlockSign
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntitySign from mixins.common.core.json into net.minecraft.tileentity.TileEntitySign
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Sign to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/SignData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBrewingStand from mixins.common.core.json into net.minecraft.tileentity.TileEntityBrewingStand
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/TileEntityCarrier to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/ILockableContainer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/data/IMixinCustomNameable to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/BrewingStand to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/BrewingStandInventoryLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/OrderedInventoryLensImpl to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/MinecraftLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/AbstractLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/ObservableLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/Lens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/LensCollection to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/OrderedInventoryLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/FilteringSlotLensImpl to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/SlotLensImpl to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/SlotLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/FilteringSlotLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/InputSlotLensImpl to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/InputSlotLens to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ISidedInventory to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/InputSlotAdapter to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotLensProvider to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/FilteringSlotAdapter to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotCollection to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/SlotProvider to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.tileentity.TileEntityLockable
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/EmptyInventory to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for java/lang/IndexOutOfBoundsException to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/EmptyInventoryImpl to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/Fabric to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityLockable from mixins.common.core.json into net.minecraft.tileentity.TileEntityLockable
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/LockCode to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/fabric/DefaultInventoryFabric to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/MinecraftFabric to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/LockableData to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/InventoryItemData to metadata cache
[19:36:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityHopper from mixins.common.core.json into net.minecraft.tileentity.TileEntityHopper
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/ILootContainer to metadata cache
[19:36:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Hopper to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/GridInventoryLensImpl to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/Inventory2DLensImpl to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/Inventory2DLens to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/GridInventoryLens to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/IHopper to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/CooldownData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityLockableLoot from mixins.common.core.json into net.minecraft.tileentity.TileEntityLockableLoot
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityFlowerPot from mixins.common.core.json into net.minecraft.tileentity.TileEntityFlowerPot
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDaylightDetector from mixins.common.core.json into net.minecraft.tileentity.TileEntityDaylightDetector
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDispenser from mixins.common.core.json into net.minecraft.block.BlockDispenser
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDispenser from mixins.common.core.json into net.minecraft.tileentity.TileEntityDispenser
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Dispenser to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/BlockProjectileSource to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityJukebox from mixins.common.core.json into net.minecraft.block.BlockJukebox$TileEntityJukebox
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Jukebox to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockJukebox to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemRecord to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityFallingBlock from mixins.common.core.json into net.minecraft.entity.item.EntityFallingBlock
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/FallingBlock to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSandEnumType from mixins.common.core.json into net.minecraft.block.BlockSand$EnumType
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockAnvil from mixins.common.core.json into net.minecraft.block.BlockAnvil
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCake from mixins.common.core.json into net.minecraft.block.BlockCake
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFire from mixins.common.core.json into net.minecraft.block.BlockFire
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFire from mixins.forge.core.json into net.minecraft.block.BlockFire
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSlabEnumBlockHalf from mixins.common.core.json into net.minecraft.block.BlockSlab$EnumBlockHalf
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneSlab from mixins.common.core.json into net.minecraft.block.BlockStoneSlabNew
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSlabData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SlabTypes to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSeamlessData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSlabData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneSlabNewEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneSlabNew$EnumType
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneSlab from mixins.common.core.json into net.minecraft.block.BlockStoneSlab
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneSlabEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneSlab$EnumType
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWoodSlab from mixins.common.core.json into net.minecraft.block.BlockWoodSlab
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSponge from mixins.common.core.json into net.minecraft.block.BlockSponge
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableWetData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/ImmutableSpongeWetData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDoorEnumHingePosition from mixins.common.core.json into net.minecraft.block.BlockDoor$EnumHingePosition
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Hinges to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneBrick from mixins.common.core.json into net.minecraft.block.BlockStoneBrick
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableBrickData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeBrickData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneBrickEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneBrick$EnumType
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLever from mixins.common.core.json into net.minecraft.block.BlockLever
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTNT from mixins.common.core.json into net.minecraft.block.BlockTNT
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityTNTPrimed to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityTNTPrimed from mixins.common.core.json into net.minecraft.entity.item.EntityTNTPrimed
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/PrimedTNT to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBed from mixins.common.core.json into net.minecraft.block.BlockBed
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableOccupiedData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeOccupiedData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityComparator from mixins.common.core.json into net.minecraft.tileentity.TileEntityComparator
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockRedstoneComparatorMode from mixins.common.core.json into net.minecraft.block.BlockRedstoneComparator$Mode
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCocoa from mixins.common.core.json into net.minecraft.block.BlockCocoa
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFenceGate from mixins.common.core.json into net.minecraft.block.BlockFenceGate
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableInWallData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeInWallData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneWire from mixins.common.core.json into net.minecraft.block.BlockRedstoneWire
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTripWire from mixins.common.core.json into net.minecraft.block.BlockTripWire
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDisarmedData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDisarmedData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPressurePlateWeighted from mixins.common.core.json into net.minecraft.block.BlockPressurePlateWeighted
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPressurePlate from mixins.common.core.json into net.minecraft.block.BlockPressurePlate
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTrapDoor from mixins.common.core.json into net.minecraft.block.BlockTrapDoor
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityNote from mixins.common.core.json into net.minecraft.tileentity.TileEntityNote
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for java/lang/Byte to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Note to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/NoteData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecart from mixins.common.core.json into net.minecraft.entity.item.EntityMinecart
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/VectorSerializer to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.vehicle.MixinEntityMinecart from mixins.forge.core.json into net.minecraft.entity.item.EntityMinecart
[19:36:30] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_174898_m()D in net.minecraft.entity.item.EntityMinecart
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityPiston from mixins.common.core.json into net.minecraft.tileentity.TileEntityPiston
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Piston to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockFlowerEnumFlowerType from mixins.common.core.json into net.minecraft.block.BlockFlower$EnumFlowerType
[19:36:30] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBigMushroom from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBigMushroom
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/WeightedTable to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorTypes to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorType to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleStoneSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleStoneSlab
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSeamlessData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing sound.MixinSoundCategory from mixins.common.core.json into net.minecraft.util.SoundCategory
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityMobSpawner from mixins.common.core.json into net.minecraft.tileentity.TileEntityMobSpawner
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinMobSpawner to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/MobSpawner to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/processor/common/SpawnerUtils to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/SpongeMobSpawnerData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/MobSpawnerData to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/WeightedSerializableObject to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityChest from mixins.common.core.json into net.minecraft.tileentity.TileEntityChest
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Chest to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/block/ConnectedDirectionData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFurnace from mixins.common.core.json into net.minecraft.block.BlockFurnace
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityFurnace from mixins.common.core.json into net.minecraft.tileentity.TileEntityFurnace
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Furnace to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/FurnaceInventoryLens to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/OutputSlotLensImpl to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/OutputSlotLens to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/FuelSlotLensImpl to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/SlotFurnaceFuel to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/FuelSlotAdapter to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/OutputSlotAdapter to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLadder from mixins.common.core.json into net.minecraft.block.BlockLadder
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWallSign from mixins.common.core.json into net.minecraft.block.BlockWallSign
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPumpkin from mixins.common.core.json into net.minecraft.block.BlockPumpkin
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySnowman from mixins.common.core.json into net.minecraft.entity.monster.EntitySnowman
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/golem/Golem to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGolem from mixins.common.core.json into net.minecraft.entity.monster.EntityGolem
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityIronGolem from mixins.common.core.json into net.minecraft.entity.monster.EntityIronGolem
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEnchantmentTable from mixins.common.core.json into net.minecraft.tileentity.TileEntityEnchantmentTable
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/EnchantmentTable to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEndPortal from mixins.common.core.json into net.minecraft.tileentity.TileEntityEndPortal
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleWoodSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleWoodSlab
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockEnderChest from mixins.common.core.json into net.minecraft.block.BlockEnderChest
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEnderChest from mixins.common.core.json into net.minecraft.tileentity.TileEntityEnderChest
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCommandBlock from mixins.common.core.json into net.minecraft.block.BlockCommandBlock
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCloseWindow to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBlockSource from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/CommandBlockSource to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[19:36:30] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityCommandBlock from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/CommandBlock to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/CommandData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBeacon from mixins.common.core.json into net.minecraft.tileentity.TileEntityBeacon
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Beacon to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184279_f(I)Lnet/minecraft/potion/Potion; in net.minecraft.tileentity.TileEntityBeacon
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/BeaconData to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDropper from mixins.common.core.json into net.minecraft.tileentity.TileEntityDropper
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHay from mixins.common.core.json into net.minecraft.block.BlockHay
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBannerStanding from mixins.common.core.json into net.minecraft.block.BlockBanner$BlockBannerStanding
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBannerHanging from mixins.common.core.json into net.minecraft.block.BlockBanner$BlockBannerHanging
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleStoneSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleStoneSlabNew
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEndGateway from mixins.common.core.json into net.minecraft.tileentity.TileEntityEndGateway
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntityEndGateway to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing block.MixinBlockMagma from mixins.common.core.json into net.minecraft.block.BlockMagma
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityStructure from mixins.common.core.json into net.minecraft.tileentity.TileEntityStructure
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Structure to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntityStructure to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityStructureMode from mixins.common.core.json into net.minecraft.tileentity.TileEntityStructure$Mode
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/StringUtils to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemToolMaterial from mixins.common.core.json into net.minecraft.item.Item$ToolMaterial
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ToolType to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntityArrow
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/arrow/Arrow to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/projectile/IMixinEntityArrow to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/projectile/ProjectileSourceSerializer to metadata cache
[19:36:30] [main/DEBUG] [mixin/]: Mixing MixinEntityArrow_Activation from mixins.common.entityactivation.json into net.minecraft.entity.projectile.EntityArrow
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/UnknownProjectileSource to metadata cache
[19:36:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/KnockbackData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityTippedArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntityTippedArrow
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemArmorMaterial from mixins.common.core.json into net.minecraft.item.ItemArmor$ArmorMaterial
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ArmorType to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityHanging from mixins.common.core.json into net.minecraft.entity.EntityHanging
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/Hanging to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityHanging to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/block/SpongeDirectionalData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleEnumData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/block/DirectionalData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityPainting from mixins.common.core.json into net.minecraft.entity.item.EntityPainting
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/Painting to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeArtData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ArtData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Art to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItemFrame from mixins.common.core.json into net.minecraft.entity.item.EntityItemFrame
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/ItemFrame to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/rotation/Rotation to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySnowball from mixins.common.core.json into net.minecraft.entity.projectile.EntitySnowball
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityThrowable from mixins.common.core.json into net.minecraft.entity.projectile.EntityThrowable
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityBoat from mixins.common.core.json into net.minecraft.entity.item.EntityBoat
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/Boat to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityEgg from mixins.common.core.json into net.minecraft.entity.projectile.EntityEgg
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemFishingRod from mixins.common.core.json into net.minecraft.item.ItemFishingRod
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/FishHook to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityFishHook from mixins.common.core.json into net.minecraft.entity.projectile.EntityFishHook
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTableList to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTableManager to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTable to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootContext to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_146034_e()I in net.minecraft.entity.projectile.EntityFishHook
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemMap from mixins.common.core.json into net.minecraft.item.ItemMap
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemMapBase to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/MapData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemShears from mixins.forge.core.json into net.minecraft.item.ItemShears
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Enchantments to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/DropItemEvent to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CapturedMultiMapSupplier to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CapturedSupplier to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ListMultimap to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_111207_a(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/util/EnumHand;)Z in net.minecraft.item.ItemShears
[19:36:31] [main/DEBUG] [mixin/]: Mixing potion.MixinPotionEffect from mixins.common.core.json into net.minecraft.potion.PotionEffect
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderPearl from mixins.common.core.json into net.minecraft.entity.item.EntityEnderPearl
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemEnderEye from mixins.common.core.json into net.minecraft.item.ItemEnderEye
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/EyeOfEnder to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderEye from mixins.common.core.json into net.minecraft.entity.item.EntityEnderEye
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityExpBottle from mixins.common.core.json into net.minecraft.entity.item.EntityExpBottle
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemWritableBook from mixins.common.core.json into net.minecraft.item.ItemWritableBook
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/AuthorData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/PagedData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemWrittenBook from mixins.common.core.json into net.minecraft.item.ItemWrittenBook
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/GenerationData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.MixinItemFirework from mixins.common.core.json into net.minecraft.item.ItemFirework
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/Firework to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityFireworkRocket to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityFireworkRocket from mixins.common.core.json into net.minecraft.entity.item.EntityFireworkRocket
[19:36:31] [main/DEBUG] [mixin/]: Mixing MixinEntityFireworkRocket_Activation from mixins.common.entityactivation.json into net.minecraft.entity.item.EntityFireworkRocket
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.item.EntityArmorStand
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityArmorStand from mixins.common.core.json into net.minecraft.entity.item.EntityArmorStand
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Rotations to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeArmorStandData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ArmorStandData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BodyParts to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeBodyPartRotationalData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/BodyPartRotationalData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BodyPart to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLeashKnot from mixins.common.core.json into net.minecraft.entity.EntityLeashKnot
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/LeashHitch to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderCrystal from mixins.common.core.json into net.minecraft.entity.item.EntityEnderCrystal
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EnderCrystal to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityPotion from mixins.common.core.json into net.minecraft.entity.projectile.EntityPotion
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySpectralArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntitySpectralArrow
[19:36:31] [main/DEBUG] [mixin/]: Mixing data.types.MixinFishType from mixins.common.core.json into net.minecraft.item.ItemFishFood$FishType
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Fish to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/CookedFish to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinScorePlayerTeam from mixins.common.core.json into net.minecraft.scoreboard.ScorePlayerTeam
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/text/TextColorRegistryModule to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.IMixinAreaEffectCloud from mixins.common.core.json into net.minecraft.entity.EntityAreaEffectCloud
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityAreaEffectCloud from mixins.common.core.json into net.minecraft.entity.EntityAreaEffectCloud
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/AreaEffectCloud to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/PotionType to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleTypes to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAreaEffectData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AreaEffectCloudData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeListValue to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeCollectionValue to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/CollectionValue to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/ListValue to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleType to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGuardian from mixins.common.core.json into net.minecraft.entity.monster.EntityGuardian
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Guardian to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/datasync/DataParameter to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeElderData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ElderData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/datasync/EntityDataManager to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityElderGuardian to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Aquatic to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing text.MixinTextLiteral from mixins.common.api.json into org.spongepowered.api.text.LiteralText
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBase from mixins.common.core.json into net.minecraft.entity.ai.EntityAIBase
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/AITaskTypeModule to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBase from mixins.forge.core.json into net.minecraft.entity.ai.EntityAIBase
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIWander from mixins.common.core.json into net.minecraft.entity.ai.EntityAIWander
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/WanderAITask to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIWatchClosest from mixins.common.core.json into net.minecraft.entity.ai.EntityAIWatchClosest
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/WatchClosestAITask to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntitySelectors to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAILookIdle from mixins.common.core.json into net.minecraft.entity.ai.EntityAILookIdle
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAINearestAttackableTarget from mixins.common.core.json into net.minecraft.entity.ai.EntityAINearestAttackableTarget
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/target/TargetAITask to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/target/FindNearestAttackableTargetAITask to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Predicates to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAITarget from mixins.common.core.json into net.minecraft.entity.ai.EntityAITarget
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityWitherSkeleton from mixins.common.core.json into net.minecraft.entity.monster.EntityWitherSkeleton
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Skeleton to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SkeletonTypes to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSkeletonData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SkeletonData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SkeletonType to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/WitherSkeleton to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.AbstractSkeleton
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinAbstractSkeleton from mixins.common.core.json into net.minecraft.entity.monster.AbstractSkeleton
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAttackMelee from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAttackMelee
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/AttackLivingAITask to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAISwimming from mixins.common.core.json into net.minecraft.entity.ai.EntityAISwimming
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/SwimmingAITask to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityJumpHelper to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75246_d()V in net.minecraft.entity.ai.EntityAISwimming
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAvoidEntity from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAvoidEntity
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/AvoidEntityAITask to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityStray from mixins.common.core.json into net.minecraft.entity.monster.EntityStray
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Stray to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityChicken from mixins.common.core.json into net.minecraft.entity.passive.EntityChicken
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityAnimal from mixins.common.core.json into net.minecraft.entity.passive.EntityAnimal
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityAgeable from mixins.common.core.json into net.minecraft.entity.EntityAgeable
[19:36:31] [main/DEBUG] [mixin/]: Mixing MixinEntityAgeable_Activation from mixins.common.entityactivation.json into net.minecraft.entity.EntityAgeable
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntityLargeFireball
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityLargeFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityLargeFireball
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/Fireball to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/LargeFireball to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityFireball
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntitySmallFireball
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySmallFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntitySmallFireball
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/SmallFireball to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityEndermite from mixins.common.core.json into net.minecraft.entity.monster.EntityEndermite
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Endermite to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeExpirableData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ExpirableData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntityWitherSkull
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityWitherSkull from mixins.common.core.json into net.minecraft.entity.projectile.EntityWitherSkull
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/WitherSkull to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing util.MixinDamageSource from mixins.common.core.json into net.minecraft.util.DamageSource
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/provider/DamageSourceToTypeProvider to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing util.MixinEntityDamageSource from mixins.common.core.json into net.minecraft.util.EntityDamageSource
[19:36:31] [main/DEBUG] [mixin/]: Mixing event.cause.entity.damage.MixinMinecraftFallingBlockDamageSource from mixins.common.core.json into org.spongepowered.common.event.damage.MinecraftFallingBlockDamageSource
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/entity/ImmutableFallingBlockData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityHusk from mixins.common.core.json into net.minecraft.entity.monster.EntityHusk
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Zombie to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ZombieTypes to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeZombieData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ZombieData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ZombieType to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Husk to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.EntityZombie
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityZombie
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityZombie$GroupData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityLivingData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillager from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinVillager to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/MerchantRecipeList to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryBasic to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Profession to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Career to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityMeta to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeCareer to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeVillagerRegistry to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/VillagerRegistry to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeCareerData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/CareerData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/INpc to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175554_cu()V in net.minecraft.entity.passive.EntityVillager
[19:36:31] [main/DEBUG] [mixin/]: Mixing item.merchant.MixinMerchant from mixins.common.api.json into org.spongepowered.api.item.merchant.Merchant
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/TradeOfferData to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityZombieVillager from mixins.common.core.json into net.minecraft.entity.monster.EntityZombieVillager
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/ZombieVillager to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBreakDoor from mixins.common.core.json into net.minecraft.entity.ai.EntityAIBreakDoor
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIDoorInteract to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityShulkerBullet from mixins.common.core.json into net.minecraft.entity.projectile.EntityShulkerBullet
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityDragonFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityDragonFireball
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntitySkeletonHorse from mixins.common.core.json into net.minecraft.entity.passive.EntitySkeletonHorse
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseVariants to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseVariant to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinAbstractHorse from mixins.common.core.json into net.minecraft.entity.passive.AbstractHorse
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeHorseData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/HorseData to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseColor to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseStyle to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIRunAroundLikeCrazy from mixins.common.core.json into net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/horse/RunAroundLikeCrazyAITask to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/dismount/DismountType to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75246_d()V in net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIMate from mixins.common.core.json into net.minecraft.entity.ai.EntityAIMate
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/BreedEntityEvent to metadata cache
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityZombieHorse from mixins.common.core.json into net.minecraft.entity.passive.EntityZombieHorse
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityDonkey from mixins.common.core.json into net.minecraft.entity.passive.EntityDonkey
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Donkey to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityMule from mixins.common.core.json into net.minecraft.entity.passive.EntityMule
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityEvoker from mixins.common.core.json into net.minecraft.entity.monster.EntityEvoker
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityVex from mixins.common.core.json into net.minecraft.entity.monster.EntityVex
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityVindicator from mixins.common.core.json into net.minecraft.entity.monster.EntityVindicator
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Vindicator to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBlockSource from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[19:36:31] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[19:36:31] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityMinecartCommandBlock from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/CommandBlockMinecart to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartChest from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartChest
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartContainer from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartContainer
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartFurnace from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartFurnace
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/FurnaceMinecart to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_174898_m()D in net.minecraft.entity.item.EntityMinecartFurnace
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartTNT from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartTNT
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/TNTMinecart to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityMinecartMobSpawner from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartMobSpawner
[19:36:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/MobSpawnerMinecart to metadata cache
[19:36:31] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartHopper from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartHopper
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartEmpty from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartEmpty
[19:36:32] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSendCommandFeedback from mixins.common.core.json into net.minecraft.tileentity.CommandBlockBaseLogic
[19:36:32] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.tileentity.CommandBlockBaseLogic
[19:36:32] [main/DEBUG] [mixin/]: Mixing command.MixinMinecartCommandBlockSender from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock$1
[19:36:32] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.inventory.Container
[19:36:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainer from mixins.common.core.json into net.minecraft.inventory.Container
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/ContainerUtil to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/SlotAdapter to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/NonNullList to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/Adapter to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75132_a(Lnet/minecraft/inventory/IContainerListener;)V in net.minecraft.inventory.Container
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75142_b()V in net.minecraft.inventory.Container
[19:36:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerChest from mixins.common.core.json into net.minecraft.inventory.ContainerChest
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/LensProvider to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerChestInventoryLens to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerLens to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerChest
[19:36:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerHopper
[19:36:32] [main/DEBUG] [mixin/]: Mixing tileentity.MixinMobSpawnerBaseLogic from mixins.common.core.json into net.minecraft.tileentity.MobSpawnerBaseLogic
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/EntityTypeRegistryModule to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityCreeper from mixins.common.core.json into net.minecraft.entity.monster.EntityCreeper
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Creeper to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySkeleton from mixins.common.core.json into net.minecraft.entity.monster.EntitySkeleton
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/WhiteSkeleton to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySpider from mixins.common.core.json into net.minecraft.entity.monster.EntitySpider
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Spider to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySpider$GroupData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.EntityGiantZombie
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGiantZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityGiantZombie
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySlime from mixins.common.core.json into net.minecraft.entity.monster.EntitySlime
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Slime to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSlimeData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SlimeData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGhast from mixins.common.core.json into net.minecraft.entity.monster.EntityGhast
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityFlying from mixins.common.core.json into net.minecraft.entity.EntityFlying
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityGhastAIFireballAttack from mixins.common.core.json into net.minecraft.entity.monster.EntityGhast$AIFireballAttack
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityPigZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityPigZombie
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinAnger to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/ZombiePigman to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAngerableData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractIntData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AngerableData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAggressiveData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AggressiveData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityEnderman from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ScreamingData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityEndermanAIPlaceBlock from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityEndermanAITakeBlock from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman$AITakeBlock
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityCaveSpider from mixins.common.core.json into net.minecraft.entity.monster.EntityCaveSpider
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntitySilverfishAISummon from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish$AISummonSilverfish
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntitySilverfishAIHideInStone from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish$AIHideInStone
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityBlaze from mixins.common.core.json into net.minecraft.entity.monster.EntityBlaze
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Blaze to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeFlammableData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/FlammableData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityBlazeAIFireballAttack from mixins.common.core.json into net.minecraft.entity.monster.EntityBlaze$AIFireballAttack
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityMagmaCube from mixins.common.core.json into net.minecraft.entity.monster.EntityMagmaCube
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityDragon from mixins.common.core.json into net.minecraft.entity.boss.EntityDragon
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/EnderDragon to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/EnderDragonPart to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityDragonPart from mixins.common.core.json into net.minecraft.entity.boss.EntityDragonPart
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/ComplexLiving to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAttackRanged from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAttackRanged
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/RangeAgentAITask to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityBat from mixins.common.core.json into net.minecraft.entity.passive.EntityBat
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Bat to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ambient to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityAmbientCreature from mixins.common.core.json into net.minecraft.entity.passive.EntityAmbientCreature
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityWitch from mixins.common.core.json into net.minecraft.entity.monster.EntityWitch
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityShulker from mixins.common.core.json into net.minecraft.entity.monster.EntityShulker
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityPig from mixins.common.core.json into net.minecraft.entity.passive.EntityPig
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Pig to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongePigSaddleData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/PigSaddleData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntitySheep from mixins.common.core.json into net.minecraft.entity.passive.EntitySheep
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Sheep to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/SpongeDyeableData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/DyeableData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeShearedData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ShearedData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIEatGrass from mixins.common.core.json into net.minecraft.entity.ai.EntityAIEatGrass
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityCow from mixins.common.core.json into net.minecraft.entity.passive.EntityCow
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntitySquid from mixins.common.core.json into net.minecraft.entity.passive.EntitySquid
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityWaterMob from mixins.common.core.json into net.minecraft.entity.passive.EntityWaterMob
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityWolf from mixins.common.core.json into net.minecraft.entity.passive.EntityWolf
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/TameEntityEvent to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SittingData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityOwnable to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Wolf to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityTameable from mixins.common.core.json into net.minecraft.entity.passive.EntityTameable
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityTameable_Cached_Owner from mixins.common.optimization.json into net.minecraft.entity.passive.EntityTameable
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Optional to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184753_b()Ljava/util/UUID; in net.minecraft.entity.passive.EntityTameable
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184754_b(Ljava/util/UUID;)V in net.minecraft.entity.passive.EntityTameable
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityMooshroom from mixins.common.core.json into net.minecraft.entity.passive.EntityMooshroom
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityOcelot from mixins.common.core.json into net.minecraft.entity.passive.EntityOcelot
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Ocelot to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityConstants to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeOcelotData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/OcelotData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSittingData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/OcelotType to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityHorse from mixins.common.core.json into net.minecraft.entity.passive.EntityHorse
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/processor/common/HorseUtils to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityHorse$GroupData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityRabbit from mixins.common.core.json into net.minecraft.entity.passive.EntityRabbit
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Rabbit to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeRabbitData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/RabbitData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/RabbitType to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit$RabbitTypeData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityRabbitAIRaidFarm from mixins.common.core.json into net.minecraft.entity.passive.EntityRabbit$AIRaidFarm
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIMoveToBlock to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityPolarBear from mixins.common.core.json into net.minecraft.entity.monster.EntityPolarBear
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPolarBear$GroupData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityLlama from mixins.common.core.json into net.minecraft.entity.passive.EntityLlama
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/LlamaVariants to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/LlamaVariant to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityLlama$GroupData to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityLlamaSpit from mixins.common.core.json into net.minecraft.entity.projectile.EntityLlamaSpit
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/LlamaSpit to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIHarvestFarmland from mixins.common.core.json into net.minecraft.entity.ai.EntityAIHarvestFarmland
[19:36:32] [main/DEBUG] [mixin/]: Mixing stats.MixinStatList from mixins.common.core.json into net.minecraft.stats.StatList
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/statistic/SpongeBlockStatistic to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/statistic/TypedSpongeStatistic to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/BlockStatistic to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/ItemStatistic to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/statistic/SpongeEntityStatistic to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/EntityStatistic to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing stats.MixinStatCrafting from mixins.common.core.json into net.minecraft.stats.StatCrafting
[19:36:32] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentTranslation from mixins.common.core.json into net.minecraft.util.text.TextComponentTranslation
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Iterators to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/TextComponentIterable to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentTranslationFormatException to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentBase from mixins.common.core.json into net.minecraft.util.text.TextComponentBase
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/ObjectUtils to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/ResolvedChatStyle to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextColor to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinClickEvent to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinHoverEvent to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/TextActions to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinCriterion from mixins.common.core.json into net.minecraft.scoreboard.ScoreCriteria
[19:36:32] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinCriterion from mixins.common.core.json into net.minecraft.scoreboard.ScoreCriteriaColored
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerRegistry from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/FMLControlledNamespacedRegistry to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinVillagerProfession to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeProfession to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/registry/SpongeForgeVillagerRegistry to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/ProfessionRegistryModule to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerProfession from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerCareer from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerCareer
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinVillagerCareer to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method addTrade(I[Lnet/minecraft/entity/passive/EntityVillager$ITradeList;)Lnet/minecraftforge/fml/common/registry/VillagerRegistry$VillagerCareer; in net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerCareer
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.IMixinEntityVillager$ITradeList from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ITradeList
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/TradeOfferListMutator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/TradeOfferUtil to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerEmeraldForItems from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$EmeraldForItems
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/TradeOfferGenerator to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListItemForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds
[19:36:32] [main/DEBUG] [mixin/]: Mixing forge.event.MixinForgeEventFactory from mixins.forge.core.json into net.minecraftforge.event.ForgeEventFactory
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent$Pre to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent$Post to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/ChunkGeneratorEvent to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.eventhandler.MixinEventBus from mixins.forge.core.json into net.minecraftforge.fml.common.eventhandler.EventBus
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeForgeEventFactory to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ListenerList to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeModEventManager to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Platform to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinASMEventHandler to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeForgeEventHooks to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventListener to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventExceptionHandler to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeToken to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeCapture to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMultimap to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/ListenerChecker to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method post(Lnet/minecraftforge/fml/common/eventhandler/Event;)Z in net.minecraftforge.fml.common.eventhandler.EventBus
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for java/lang/NoSuchMethodException to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for java/lang/ReflectiveOperationException to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus$1 to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing forge.MixinForgeInternalHandler from mixins.forge.core.json into net.minecraftforge.common.ForgeInternalHandler
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.gameevent.MixinPlayerEvent from mixins.forge.core.json into net.minecraftforge.fml.common.gameevent.PlayerEvent
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerItemAndEmeraldToItem from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListEnchantedItemForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds
[19:36:32] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListEnchantedBookForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentData to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemEnchantedBook to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.registry.MixinGameRegistry from mixins.forge.preinit.json into net.minecraftforge.fml.common.registry.GameRegistry
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/Timings to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/SpongeTimingsFactory to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingsFactory to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/IWorldGenerator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingHandler to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentString from mixins.common.core.json into net.minecraft.util.text.TextComponentString
[19:36:32] [main/DEBUG] [mixin/]: Mixing fml.common.gameevent.MixinWorldTickEvent from mixins.forge.core.json into net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/TickEvent to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing text.MixinHoverEvent from mixins.common.core.json into net.minecraft.util.text.event.HoverEvent
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/JsonToNBT to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing stats.MixinAchievementList from mixins.common.core.json into net.minecraft.stats.AchievementList
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTallGrass from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTallGrass
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeDecorator from mixins.forge.core.json into net.minecraft.world.biome.BiomeDecorator
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomePlains from mixins.common.core.json into net.minecraft.world.biome.BiomePlains
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/biome/IMixinBiomePlains to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/PlainsGrassPopulator to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeDesert from mixins.common.core.json into net.minecraft.world.biome.BiomeDesert
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DesertWell to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorObjects to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Fossil to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeHills from mixins.common.core.json into net.minecraft.world.biome.BiomeHills
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeForest from mixins.common.core.json into net.minecraft.world.biome.BiomeForest
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DoublePlant to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DoublePlantTypes to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/RoofedForestPopulator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/FlowerForestSupplier to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeTaiga from mixins.common.core.json into net.minecraft.world.biome.BiomeTaiga
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BlockBlob to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSwamp from mixins.common.core.json into net.minecraft.world.biome.BiomeSwamp
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeHell from mixins.common.core.json into net.minecraft.world.biome.BiomeHell
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/NetherFire to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Glowstone to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/HellMushroomPopulator to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeEnd from mixins.common.core.json into net.minecraft.world.biome.BiomeEnd
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/EndBiomeGenerationPopulator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/EndSpikePopulator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/EndIsland to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/ChorusFlower to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSnow from mixins.common.core.json into net.minecraft.world.biome.BiomeSnow
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IceSpike to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IcePath to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeJungle from mixins.common.core.json into net.minecraft.world.biome.BiomeJungle
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Melon to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Vine to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSavanna from mixins.common.core.json into net.minecraft.world.biome.BiomeSavanna
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeMesa from mixins.common.core.json into net.minecraft.world.biome.BiomeMesa
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/MesaBiomeGenerationPopulator to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/ChunkPrimer to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDoublePlant from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDoublePlant
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenDoublePlant
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenSwamp from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenSwamp
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStaticLiquid to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBush from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBush
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenReed from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenReed
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenReed
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenCactus from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenCactus
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenCactus
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenWaterLily from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenWaterlily
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMinable from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMinable
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenFlowers from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenFlowers
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTaiga1 from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTaiga1
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBlockBlob from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBlockBlob
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenBlockBlob
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenIceSpike from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenIceSpike
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenIceSpike
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenIcePath from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenIcePath
[19:36:32] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenIcePath
[19:36:32] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenShrub from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenShrub
[19:36:32] [main/DEBUG] [mixin/]: Mixing block.MixinBehaviorProjectileDispense from mixins.common.core.json into net.minecraft.dispenser.BehaviorProjectileDispense
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/BehaviorDefaultDispenseItem to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/IBehaviorDispenseItem to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/IBlockSource to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing MixinBootstrapAnonInner10 from mixins.common.core.json into net.minecraft.init.Bootstrap$10
[19:36:32] [main/DEBUG] [mixin/]: Mixing MixinBootstrapAnonInner11 from mixins.common.core.json into net.minecraft.init.Bootstrap$11
[19:36:32] [main/DEBUG] [FML/]: Creating vanilla freeze snapshot
[19:36:32] [main/DEBUG] [FML/]: Vanilla freeze snapshot created
[19:36:32] [main/DEBUG] [mixin/]: Mixing authlib.MixinPropertyMap from mixins.common.core.json into com.mojang.authlib.properties.PropertyMap
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ForwardingMultimap to metadata cache
[19:36:32] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ForwardingObject to metadata cache
[19:36:32] [main/DEBUG] [mixin/]: Mixing server.management.MixinPlayerProfileCacheEntry from mixins.common.core.json into net.minecraft.server.management.PlayerProfileCache$ProfileEntry
[19:36:33] [main/DEBUG] [mixin/]: Mixing server.MixinDedicatedServer from mixins.common.core.json into net.minecraft.server.dedicated.DedicatedServer
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/net/InetSocketAddress to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/net/Proxy to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/yggdrasil/YggdrasilAuthenticationService to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/IServer to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_120011_ar()V in net.minecraft.server.dedicated.DedicatedServer
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175579_a(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/EntityPlayer;)Z in net.minecraft.server.dedicated.DedicatedServer
[19:36:33] [main/DEBUG] [mixin/]: Mixing world.storage.MixinWorldInfo from mixins.common.core.json into net.minecraft.world.storage.WorldInfo
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/DimensionTypes to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/HashBiMap to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/BiMap to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldSettings to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinDimensionType to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/GameModeRegistryModule to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/MinecraftEnumBasedCatalogTypeModule to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinGameRules to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/DimensionConfig to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/WorldGeneratorModifierRegistryModule to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/DimensionTypeRegistryModule to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/FunctionalUtil to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerPlayer from mixins.common.core.json into net.minecraft.inventory.ContainerPlayer
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerPlayerInventoryLens to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerPlayer
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerMerchant
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerHorseInventory
[19:36:33] [main/DEBUG] [mixin/]: Mixing text.MixinTextTranslatable from mixins.common.api.json into org.spongepowered.api.text.TranslatableText
[19:36:33] [main/DEBUG] [mixin/]: Mixing world.chunk.storage.MixinAnvilChunkLoader from mixins.common.core.json into net.minecraft.world.chunk.storage.AnvilChunkLoader
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/PlayerTracker to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/lang/Short to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/ChunkPos to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/RegionFileCache to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/QueuedChunk to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Skipping Intrinsic mixin method chunkExists(Lnet/minecraft/world/World;II)Z for net/minecraft/world/chunk/storage/AnvilChunkLoader
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75824_a(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NBTTagCompound;)V in net.minecraft.world.chunk.storage.AnvilChunkLoader
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75814_c()Z in net.minecraft.world.chunk.storage.AnvilChunkLoader
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Registered method chunkExists(Lnet/minecraft/world/World;II)Z in net.minecraft.world.chunk.storage.AnvilChunkLoader was not merged
[19:36:33] [main/DEBUG] [mixin/]: Mixing fml.common.registry.MixinEntityRegistry from mixins.forge.core.json into net.minecraftforge.fml.common.registry.EntityRegistry
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeCatalogType$Translatable to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerFurnace
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.entity.player.InventoryPlayer
[19:36:33] [main/DEBUG] [mixin/]: Mixing entity.player.MixinInventoryPlayer from mixins.common.core.json into net.minecraft.entity.player.InventoryPlayer
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinInventoryPlayer to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/entity/PlayerInventory to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/PlayerInventoryLens to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/HotbarLens to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/InventoryRowLens to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/EquipmentInventoryLens to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/EquipmentSlotAdapter to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_70436_m()V in net.minecraft.entity.player.InventoryPlayer
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerBrewingStand
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerEnchantment
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerBeacon
[19:36:33] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerDispenser
[19:36:33] [main/DEBUG] [mixin/]: Mixing profiler.MixinProfiler from mixins.common.core.json into net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76317_a()V in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76320_a(Ljava/lang/String;)V in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76319_b()V in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76321_b(Ljava/lang/String;)Ljava/util/List; in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76318_c(Ljava/lang/String;)V in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_76322_c()Ljava/lang/String; in net.minecraft.profiler.Profiler
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandTime from mixins.common.multi-world-command.json into net.minecraft.command.CommandTime
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBase from mixins.common.core.json into net.minecraft.command.CommandBase
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandDifficulty from mixins.common.multi-world-command.json into net.minecraft.command.CommandDifficulty
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandDefaultGameMode from mixins.common.multi-world-command.json into net.minecraft.command.CommandDefaultGameMode
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandGameMode to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandToggleDownfall from mixins.common.multi-world-command.json into net.minecraft.command.CommandToggleDownfall
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandWeather from mixins.common.multi-world-command.json into net.minecraft.command.CommandWeather
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandTP from mixins.common.core.json into net.minecraft.command.CommandTP
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184881_a(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/ICommandSender;[Ljava/lang/String;)V in net.minecraft.command.CommandTP
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_189863_a(Lnet/minecraft/entity/Entity;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;)V in net.minecraft.command.CommandTP
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandTeleport from mixins.common.core.json into net.minecraft.command.server.CommandTeleport
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_184881_a(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/ICommandSender;[Ljava/lang/String;)V in net.minecraft.command.server.CommandTeleport
[19:36:33] [main/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_189862_a(Lnet/minecraft/entity/Entity;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;Lnet/minecraft/command/CommandBase$CoordinateArg;)V in net.minecraft.command.server.CommandTeleport
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandShowSeed from mixins.common.multi-world-command.json into net.minecraft.command.CommandShowSeed
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandSetDefaultSpawnpoint from mixins.common.multi-world-command.json into net.minecraft.command.server.CommandSetDefaultSpawnpoint
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandGameRule from mixins.common.multi-world-command.json into net.minecraft.command.CommandGameRule
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.MixinCommandScoreboard from mixins.common.core.json into net.minecraft.command.server.CommandScoreboard
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandSummon from mixins.common.core.json into net.minecraft.command.server.CommandSummon
[19:36:33] [main/DEBUG] [mixin/]: Mixing entity.effect.MixinEntityLightningBolt from mixins.common.core.json into net.minecraft.entity.effect.EntityLightningBolt
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/weather/WeatherEffect to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityLightningBolt to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/weather/Lightning to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing entity.effect.MixinEntityWeatherEffect from mixins.common.core.json into net.minecraft.entity.effect.EntityWeatherEffect
[19:36:33] [main/DEBUG] [mixin/]: Mixing MixinCommandWorldBorder from mixins.common.multi-world-command.json into net.minecraft.command.CommandWorldBorder
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandBanIp from mixins.common.core.json into net.minecraft.command.server.CommandBanIp
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/net/InetAddress to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/util/regex/Matcher to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing ban.MixinIPBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListIPBansEntry
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListEntry to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/BanTypes to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonObject to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/BanType to metadata cache
[19:36:33] [main/DEBUG] [mixin/]: Mixing ban.MixinBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListEntryBan
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandPardonIp from mixins.common.core.json into net.minecraft.command.server.CommandPardonIp
[19:36:33] [main/DEBUG] [mixin/]: Mixing ban.MixinUserBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListBansEntry
[19:36:33] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeProvider from mixins.common.core.json into net.minecraft.world.biome.BiomeProvider
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[19:36:33] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[19:36:33] [main/DEBUG] [mixin/]: Mixing network.rcon.MixinRConConsoleSource from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/RconSource to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinRConConsoleSource to metadata cache
[19:36:33] [main/TRACE] [mixin/]: Added class metadata for java/lang/StringBuffer to metadata cache
[19:36:33] [Server thread/INFO] [FML/]: MinecraftForge v13.20.1.2429 Initialized
[19:36:33] [Server thread/INFO] [FML/]: Replaced 232 ore recipes
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing forge.MixinUsernameCache from mixins.forge.preinit.json into net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method setUsername(Ljava/util/UUID;Ljava/lang/String;)V in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method removeUsername(Ljava/util/UUID;)Z in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getLastKnownUsername(Ljava/util/UUID;)Ljava/lang/String; in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method containsUUID(Ljava/util/UUID;)Z in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getMap()Ljava/util/Map; in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method save()V in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method load()V in net.minecraftforge.common.UsernameCache
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluidRegistry from mixins.forge.core.json into net.minecraftforge.fluids.FluidRegistry
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/extra/FluidTypeRegistryModule to metadata cache
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluid from mixins.forge.core.json into net.minecraftforge.fluids.Fluid
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing forge.common.MixinForgeHooks from mixins.forge.core.json into net.minecraftforge.common.ForgeHooks
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerEvent to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/living/LivingEvent to metadata cache
[19:36:33] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method onItemRightClick(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/EnumHand;)Z in net.minecraftforge.common.ForgeHooks
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/BlockEvent$MultiPlaceEvent to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/BlockEvent$PlaceEvent to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/ArrayDeque to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/Deque to metadata cache
[19:36:33] [Server thread/DEBUG] [FML/]: File T:\teste\minenet\config\injectedDependencies.json not found. No dependencies injected
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing fml.common.MixinLoadController from mixins.forge.init.json into net.minecraftforge.fml.common.LoadController
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinLoadController to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/lang/ThreadLocal to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/StateRegistry to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/eventbus/EventBus to metadata cache
[19:36:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/LoaderState to metadata cache
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventState from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLStateEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventConstruction from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLConstructionEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventPreInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLPreInitializationEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLInitializationEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventPostInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLPostInitializationEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventLoadComplete from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLLoadCompleteEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerAboutToStart from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerAboutToStartEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStarting from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStartingEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStarted from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStartedEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStopping from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStoppingEvent
[19:36:33] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStopped from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStoppedEvent
[19:36:33] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, li.cil.oc.common.launch.CoreModContainer, org.spongepowered.mod.SpongeApiModContainer, org.spongepowered.mod.SpongeMod]
[19:36:33] [Server thread/INFO] [Sponge/]: Found mcmod.info at jar:file:/T:/teste/minenet/mods/spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar!/mcmod.info
[19:36:33] [Server thread/INFO] [Sponge/]: Creating injector in stage 'PRODUCTION'
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing world.MixinLocation from mixins.common.api.json into org.spongepowered.api.world.Location
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing network.MixinPacketBuffer from mixins.common.core.json into net.minecraft.network.PacketBuffer
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/SpongeNetworkManager to metadata cache
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/ChannelRegistrar to metadata cache
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/base/Charsets to metadata cache
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/EncoderException to metadata cache
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/CodecException to metadata cache
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/DecoderException to metadata cache
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readerIndex()I for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method writerIndex()I for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method array()[B for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readBoolean()Z for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getBoolean(I)Z for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readByte()B for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getByte(I)B for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readShort()S for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getShort(I)S for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readChar()C for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getChar(I)C for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readLong()J for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getLong(I)J for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readFloat()F for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getFloat(I)F for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readDouble()D for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getDouble(I)D for net/minecraft/network/PacketBuffer
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getBoolean(I)Z in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getByte(I)B in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readByte()B in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getChar(I)C in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readFloat()F in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getShort(I)S in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readBoolean()Z in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readDouble()D in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getDouble(I)D in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readShort()S in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readLong()J in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readChar()C in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method array()[B in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getFloat(I)F in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method writerIndex()I in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getLong(I)J in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method readerIndex()I in net.minecraft.network.PacketBuffer was not merged
[19:36:34] [Server thread/DEBUG] [Sponge/]: Sponge Timings: true - Verbose: true - Interval: 1m - Length: 3m
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing common.fluid.MixinSpongeFluidStackBuilder from mixins.forge.core.json into org.spongepowered.common.extra.fluid.SpongeFluidStackBuilder
[19:36:34] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method build()Lorg/spongepowered/api/extra/fluid/FluidStack; in org.spongepowered.common.extra.fluid.SpongeFluidStackBuilder
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinScoreboardObjectiveDisplayType from mixins.common.core.json into net.minecraft.scoreboard.IScoreCriteria$EnumRenderType
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/objective/displaymode/ObjectiveDisplayMode to metadata cache
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDesertWells from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDesertWells
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/pattern/BlockStateMatcher to metadata cache
[19:36:34] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinEnumVisible from mixins.common.core.json into net.minecraft.scoreboard.Team$EnumVisible
[19:36:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Visibility to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEnumChatVisibility from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer$EnumChatVisibility
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinEnumChatVisibility to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinBossInfoColor from mixins.common.core.json into net.minecraft.world.BossInfo$Color
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBarColor to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinCollisionRule from mixins.common.core.json into net.minecraft.scoreboard.Team$CollisionRule
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/CollisionRule to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing util.MixinIndirectEntityDamageSource from mixins.common.core.json into net.minecraft.util.EntityDamageSourceIndirect
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/IndirectEntityDamageSource to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing entity.human.MixinEntityHuman from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Human to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDungeons from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDungeons
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Dungeon to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/LootTable to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/gen/DungeonMobRegistryModule to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/UnmodifiableWeightedTable to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityArchetype to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinArtType from mixins.common.core.json into net.minecraft.entity.item.EntityPainting$EnumArt
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEnumBannerPattern from mixins.common.core.json into net.minecraft.tileentity.BannerPattern
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEntityArrowPickupStatus from mixins.common.core.json into net.minecraft.entity.projectile.EntityArrow$PickupStatus
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PickupRule to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinBossInfoOverlay from mixins.common.core.json into net.minecraft.world.BossInfo$Overlay
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBarOverlay to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing common.world.MixinWorldManager from mixins.forge.core.json into org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/GameState to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ISaveFormat to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/relauncher/Side to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLOutboundHandler to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLEmbeddedChannel to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/channel/embedded/EmbeddedChannel to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/channel/AbstractChannel to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/util/DefaultAttributeMap to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/network/ForgeMessage to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectMap to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectFunction to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/BitSet to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getCurrentSavesDirectory()Ljava/util/Optional; in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method sendDimensionRegistration(Lnet/minecraft/entity/player/EntityPlayerMP;Lnet/minecraft/world/WorldProvider;)V in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getWorldFolder(Lnet/minecraft/world/DimensionType;I)Ljava/nio/file/Path; in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method registerDimensionType(Lnet/minecraft/world/DimensionType;)Z in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method registerDimension(ILnet/minecraft/world/DimensionType;)Z in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method unregisterDimension(I)V in org.spongepowered.common.world.WorldManager
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/DataInputStream to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FilterInputStream to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/InputStream to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/DirectoryStream to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinDimensionType from mixins.common.core.json into net.minecraft.world.DimensionType
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinDimensionType from mixins.forge.core.json into net.minecraft.world.DimensionType
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_186069_a(I)Lnet/minecraft/world/DimensionType; in net.minecraft.world.DimensionType
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProvider from mixins.common.core.json into net.minecraft.world.WorldProvider
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProvider from mixins.forge.core.json into net.minecraft.world.WorldProvider
[19:36:35] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getHeight()I for net/minecraft/world/WorldProvider
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getHeight()I in net.minecraft.world.WorldProvider was not merged
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProviderHell from mixins.common.core.json into net.minecraft.world.WorldProviderHell
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldSettings from mixins.common.core.json into net.minecraft.world.WorldSettings
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/difficulty/Difficulties to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.MixinTeleporter from mixins.common.core.json into net.minecraft.world.Teleporter
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinTeleporter to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/Long2ObjectMap to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/Long2ObjectFunction to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180266_a(Lnet/minecraft/entity/Entity;F)V in net.minecraft.world.Teleporter
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180620_b(Lnet/minecraft/entity/Entity;F)Z in net.minecraft.world.Teleporter
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_85188_a(Lnet/minecraft/entity/Entity;)Z in net.minecraft.world.Teleporter
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDeadBush from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDeadBush
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenEndIsland from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenEndIsland
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/NoiseGeneratorSimplex to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenEndIsland
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenFire from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenFire
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenFire
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenFossils from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenFossils
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenGlowstone from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenGlowStone1
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenGlowStone1
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenLake from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenLakes
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Lake to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/block/MatterProperty to metadata cache
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/AbstractProperty to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMelon from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMelon
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenPumpkin from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenPumpkin
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180709_b(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z in net.minecraft.world.gen.feature.WorldGenPumpkin
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenVines from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenVines
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAITasks from mixins.common.core.json into net.minecraft.entity.ai.EntityAITasks
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_85156_a(Lnet/minecraft/entity/ai/EntityAIBase;)V in net.minecraft.entity.ai.EntityAITasks
[19:36:35] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75777_a(Lnet/minecraft/entity/ai/EntityAITasks$EntityAITaskEntry;Lnet/minecraft/entity/ai/EntityAITasks$EntityAITaskEntry;)Z in net.minecraft.entity.ai.EntityAITasks
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into org.spongepowered.common.item.inventory.custom.CustomInventory
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinCustomInventory from mixins.common.core.json into org.spongepowered.common.item.inventory.custom.CustomInventory
[19:36:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/custom/CustomLens to metadata cache
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerWorkbench
[19:36:35] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerRepair
[19:36:35] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[19:36:35] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.LEASH_HOLDER
[19:36:36] [Server thread/DEBUG] [mixin/]: Mixing stats.MixinStatisticsManager from mixins.common.core.json into net.minecraft.stats.StatisticsManager
[19:36:36] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/statistic/IMixinStatisticsManager to metadata cache
[19:36:36] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/statistic/ChangeStatisticEvent to metadata cache
[19:36:36] [Server thread/DEBUG] [mixin/]: Mixing stats.MixinStatisticsManagerServer from mixins.common.core.json into net.minecraft.stats.StatisticsManagerServer
[19:36:36] [Server thread/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluidStack from mixins.forge.core.json into net.minecraftforge.fluids.FluidStack
[19:36:36] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidStack to metadata cache
[19:36:36] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/RegistryDelegate to metadata cache
[19:36:36] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/extra/fluid/SpongeFluidStackSnapshotBuilder to metadata cache
[19:36:36] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[19:36:36] [Server thread/DEBUG] [FML/]: Found a minecraft related file at T:\teste\minenet\forge-1.11.2-13.20.1.2429-universal.jar, examining for mod candidates
[19:36:36] [Server thread/TRACE] [FML/]: Skipping known library file T:\teste\minenet\mods\OpenComputers-MC1.11.2-1.7.0.40.jar
[19:36:36] [Server thread/TRACE] [FML/]: Skipping known library file T:\teste\minenet\mods\spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:36] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[19:36:36] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[19:36:36] [Server thread/INFO] [FML/]: Searching T:\teste\minenet\mods for mods
[19:36:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file OpenComputers-MC1.11.2-1.7.0.40.jar
[19:36:36] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:36] [Server thread/DEBUG] [FML/]: Examining file forge-1.11.2-13.20.1.2429-universal.jar for potential mods
[19:36:36] [Server thread/DEBUG] [FML/]: The mod container forge-1.11.2-13.20.1.2429-universal.jar appears to be missing an mcmod.info file
[19:36:37] [Server thread/DEBUG] [FML/]: Examining file OpenComputers-MC1.11.2-1.7.0.40.jar for potential mods
[19:36:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file OpenComputers-MC1.11.2-1.7.0.40.jar
[19:36:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading
[19:36:37] [Server thread/TRACE] [opencomputers/]: Using mcmod dependency info : [] [JEI@[4.2.7.240,)] []
[19:36:38] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 8 mods to load
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by opencomputers|core providing opencomputersapi|core) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver.item (owned by opencomputers|core providing opencomputersapi|driver|item) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.prefab (owned by opencomputers|core providing opencomputersapi|prefab) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.network (owned by opencomputers|core providing opencomputersapi|network) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.machine (owned by opencomputers|core providing opencomputersapi|machine) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver (owned by opencomputers|core providing opencomputersapi|driver) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.component (owned by opencomputers|core providing opencomputersapi|component) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.manual (owned by opencomputers|core providing opencomputersapi|manual) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.internal (owned by opencomputers|core providing opencomputersapi|internal) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.fs (owned by opencomputers|core providing opencomputersapi|filesystem) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.event (owned by opencomputers|core providing opencomputersapi|event) embedded in opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|component: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|event: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|driver|item: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|network: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|driver: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|manual: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|internal: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|core: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|machine: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|prefab: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API opencomputersapi|filesystem: owner: opencomputers|core, dependents: [opencomputers]
[19:36:38] [Server thread/TRACE] [FML/]: Received a system property request ''
[19:36:38] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[19:36:38] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[19:36:38] [Server thread/WARN] [FML/]: Missing English translation for minecraft: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
java.io.FileNotFoundException: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:258) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.11.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:36:38] [Server thread/WARN] [FML/]: Missing English translation for mcp: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
java.io.FileNotFoundException: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:258) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.11.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:36:38] [Server thread/DEBUG] [mixin/]: Mixing world.storage.MixinSaveHandler from mixins.common.core.json into net.minecraft.world.storage.SaveHandler
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinSaveHandler to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FileInputStream to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/Closeable to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/lang/AutoCloseable to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/CompressedStreamTools to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/util/datafix/FixTypes to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FileOutputStream to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/OutputStream to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/Flushable to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/Files to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/attribute/BasicFileAttributes to metadata cache
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/attribute/FileTime to metadata cache
[19:36:38] [Server thread/DEBUG] [mixin/]: Mixing world.storage.MixinSaveHandler from mixins.forge.core.json into net.minecraft.world.storage.SaveHandler
[19:36:38] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/SaveFormatOld to metadata cache
[19:36:38] [Server thread/WARN] [FML/]: Missing English translation for FML: assets/fml/lang/en_us.lang
java.io.FileNotFoundException: assets/fml/lang/en_us.lang
at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:261) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.11.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:36:38] [Server thread/WARN] [FML/]: Missing English translation for opencomputers|core: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
java.io.FileNotFoundException: minecraft.jar (O sistema não pode encontrar o arquivo especificado)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_45]
at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:258) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.11.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:36:38] [Server thread/WARN] [FML/]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
java.io.FileNotFoundException: assets/spongeapi/lang/en_us.lang
at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:261) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?]
at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.11.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.11.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [lh.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:36:38] [Server thread/DEBUG] [opencomputers/]: Enabling mod opencomputers
[19:36:38] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[19:36:38] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[19:36:38] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[19:36:38] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[19:36:38] [Server thread/DEBUG] [FML/]: Mod sorting data
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|component(API: opencomputersapi|component:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|event(API: opencomputersapi|event:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|driver|item(API: opencomputersapi|driver|item:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|network(API: opencomputersapi|network:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|driver(API: opencomputersapi|driver:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|manual(API: opencomputersapi|manual:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|internal(API: opencomputersapi|internal:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|core(API: opencomputersapi|core:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|machine(API: opencomputersapi|machine:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|prefab(API: opencomputersapi|prefab:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputersapi|filesystem(API: opencomputersapi|filesystem:7.0.0-alpha): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputers(OpenComputers:1.7.0.40): OpenComputers-MC1.11.2-1.7.0.40.jar ()
[19:36:38] [Server thread/DEBUG] [FML/]: Loading @Config anotation data
[19:36:38] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLConstructionEvent to mod minecraft
[19:36:38] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLConstructionEvent to mod minecraft
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft took 0,001s
[19:36:38] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[19:36:38] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0,001s
[19:36:38] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/FML]: Using SLF4J as the default logging framework
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: java.nio.Buffer.address: available
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: sun.misc.Unsafe.theUnsafe: available
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: sun.misc.Unsafe.copyMemory: available
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: java.nio.Bits.unaligned: true
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Platform: Windows
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Java version: 8
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noUnsafe: false
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: sun.misc.Unsafe: available
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noJavassist: false
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Javassist: unavailable
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.tmpdir: C:\tmp (java.io.tmpdir)
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.bitMode: 64 (sun.arch.data.model)
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noPreferDirect: false
[19:36:38] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[19:36:38] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[19:36:38] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[19:36:38] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, opencomputers|core, spongeapi, sponge, opencomputers] at CLIENT
[19:36:38] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, opencomputers|core, spongeapi, sponge, opencomputers] at SERVER
[19:36:38] [Server thread/DEBUG] [io.netty.util.internal.ThreadLocalRandom/FML]: -Dio.netty.initialSeedUniquifier: 0x1e80ac30ab545d27 (took 2 ms)
[19:36:38] [Server thread/DEBUG] [io.netty.buffer.ByteBufUtil/FML]: -Dio.netty.allocator.type: unpooled
[19:36:38] [Server thread/DEBUG] [io.netty.buffer.ByteBufUtil/FML]: -Dio.netty.threadLocalDirectBufferSize: 65536
[19:36:38] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0,209s
[19:36:38] [Server thread/TRACE] [forge/forge]: Sending event FMLConstructionEvent to mod forge
[19:36:38] [Server thread/DEBUG] [forge/forge]: Preloading CrashReport Classes
[19:36:38] [Server thread/DEBUG] [forge/forge]: net/minecraftforge/fml/client/SplashProgress$1
[19:36:38] [Server thread/DEBUG] [forge/forge]: net/minecraftforge/fml/common/FMLCommonHandler$1
[19:36:38] [Server thread/DEBUG] [forge/forge]: net/minecraftforge/fml/common/Loader$3
[19:36:38] [Server thread/TRACE] [FML/forge]: Mod forge is using network checker : No network checking performed
[19:36:38] [Server thread/TRACE] [FML/forge]: Testing mod forge to verify it accepts its own version in a remote connection
[19:36:38] [Server thread/TRACE] [FML/forge]: The mod forge accepts its own version (13.20.1.2429)
[19:36:38] [Server thread/DEBUG] [FML/forge]: Attempting to inject @Config classes into forge for type INSTANCE
[19:36:38] [Server thread/TRACE] [forge/forge]: Sent event FMLConstructionEvent to mod forge
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0,009s
[19:36:38] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLConstructionEvent to mod opencomputers|core
[19:36:38] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLConstructionEvent to mod opencomputers|core
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers (Core) took 0,000s
[19:36:38] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLConstructionEvent to mod spongeapi
[19:36:38] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLConstructionEvent to mod spongeapi
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpongeAPI took 0,000s
[19:36:38] [Server thread/TRACE] [sponge/sponge]: Sending event FMLConstructionEvent to mod sponge
[19:36:38] [Server thread/TRACE] [sponge/sponge]: Sent event FMLConstructionEvent to mod sponge
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpongeForge took 0,000s
[19:36:38] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLConstructionEvent to mod opencomputers
[19:36:38] [Server thread/TRACE] [FML/opencomputers]: Mod opencomputers is using network checker : Accepting version 1.7.0.40
[19:36:38] [Server thread/TRACE] [FML/opencomputers]: Testing mod opencomputers to verify it accepts its own version in a remote connection
[19:36:38] [Server thread/TRACE] [FML/opencomputers]: The mod opencomputers accepts its own version (1.7.0.40)
[19:36:38] [Server thread/DEBUG] [FML/opencomputers]: Attempting to inject @SidedProxy classes into opencomputers
[19:36:38] [Server thread/DEBUG] [FML/opencomputers]: Attempting to inject @EventBusSubscriber classes into the eventbus for opencomputers
[19:36:38] [Server thread/DEBUG] [FML/opencomputers]: Attempting to inject @Config classes into opencomputers for type INSTANCE
[19:36:38] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLConstructionEvent to mod opencomputers
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers took 0,088s
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 0,308s
[19:36:38] [Server thread/DEBUG] [FML/]: Mod signature data
[19:36:38] [Server thread/DEBUG] [FML/]: Valid Signatures:
[19:36:38] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge-1.11.2-13.20.1.2429-universal.jar
[19:36:38] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) forge (Minecraft Forge 13.20.1.2429) forge-1.11.2-13.20.1.2429-universal.jar
[19:36:38] [Server thread/DEBUG] [FML/]: Missing Signatures:
[19:36:38] [Server thread/DEBUG] [FML/]: minecraft (Minecraft 1.11.2) minecraft.jar
[19:36:38] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.19) minecraft.jar
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputers|core (OpenComputers (Core) 1.7.0.40) minecraft.jar
[19:36:38] [Server thread/DEBUG] [FML/]: spongeapi (SpongeAPI 6.1.0-SNAPSHOT-c4a7afd) spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:38] [Server thread/DEBUG] [FML/]: sponge (SpongeForge 1.11.2-2393-6.1.0-BETA-2484) spongeforge-1.11.2-2393-6.1.0-BETA-2484.jar
[19:36:38] [Server thread/DEBUG] [FML/]: opencomputers (OpenComputers 1.7.0.40) OpenComputers-MC1.11.2-1.7.0.40.jar
[19:36:38] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations
[19:36:38] [Server thread/INFO] [FML/]: Found 1093 ObjectHolder annotations
[19:36:38] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[19:36:38] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[19:36:38] [Server thread/INFO] [FML/]: Applying holder lookups
[19:36:38] [Server thread/INFO] [FML/]: Holder lookups applied
[19:36:38] [Server thread/INFO] [FML/]: Applying holder lookups
[19:36:38] [Server thread/INFO] [FML/]: Holder lookups applied
[19:36:38] [Server thread/INFO] [FML/]: Applying holder lookups
[19:36:38] [Server thread/INFO] [FML/]: Holder lookups applied
[19:36:38] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLPreInitializationEvent to mod minecraft
[19:36:38] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLPreInitializationEvent to mod minecraft
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft took 0,000s
[19:36:38] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[19:36:38] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0,000s
[19:36:38] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[19:36:38] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0,000s
[19:36:38] [Server thread/TRACE] [forge/forge]: Sending event FMLPreInitializationEvent to mod forge
[19:36:38] [Server thread/DEBUG] [mixin/forge]: Mixing fml.common.eventhandler.MixinASMEventHandler from mixins.forge.preinit.json into net.minecraftforge.fml.common.eventhandler.ASMEventHandler
[19:36:38] [Server thread/INFO] [FML/forge]: Configured a dormant chunk cache size of 0
[19:36:38] [Server thread/TRACE] [forge/forge]: Sent event FMLPreInitializationEvent to mod forge
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0,046s
[19:36:38] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLPreInitializationEvent to mod opencomputers|core
[19:36:38] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLPreInitializationEvent to mod opencomputers|core
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - OpenComputers (Core) took 0,000s
[19:36:38] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLPreInitializationEvent to mod spongeapi
[19:36:38] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLPreInitializationEvent to mod spongeapi
[19:36:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - SpongeAPI took 0,000s
[19:36:38] [Server thread/TRACE] [sponge/sponge]: Sending event FMLPreInitializationEvent to mod sponge
[19:36:38] [Forge Version Check/INFO] [ForgeVersionCheck/forge]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[19:36:39] [Server thread/DEBUG] [mixin/sponge]: Mixing api.event.MixinAbstractEvent from mixins.forge.core.json into org.spongepowered.api.event.impl.AbstractEvent
[19:36:39] [Forge Version Check/DEBUG] [ForgeVersionCheck/forge]: [forge] Received version check data:
{
"homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
"promos": {
"1.10-latest": "12.18.0.2000",
"1.10.2-latest": "12.18.3.2422",
"1.10.2-recommended": "12.18.3.2185",
"1.11-latest": "13.19.1.2199",
"1.11-recommended": "13.19.1.2189",
"1.11.2-latest": "13.20.1.2429",
"1.11.2-recommended": "13.20.1.2386",
"1.12-latest": "14.21.1.2443",
"1.12-recommended": "14.21.1.2387",
"1.12.1-latest": "14.22.0.2444",
"1.5.2-latest": "7.8.1.738",
"1.5.2-recommended": "7.8.1.737",
"1.6.1-latest": "8.9.0.775",
"1.6.2-latest": "9.10.1.871",
"1.6.2-recommended": "9.10.1.871",
"1.6.3-latest": "9.11.0.878",
"1.6.4-latest": "9.11.1.1345",
"1.6.4-recommended": "9.11.1.1345",
"1.7.10-latest": "10.13.4.1614",
"1.7.10-latest-1.7.10": "10.13.2.1343",
"1.7.10-recommended": "10.13.4.1558",
"1.7.2-latest": "10.12.2.1147",
"1.7.2-recommended": "10.12.2.1121",
"1.8-latest": "11.14.4.1577",
"1.8-recommended": "11.14.4.1563",
"1.8.8-latest": "11.15.0.1655",
"1.8.9-latest": "11.15.1.2318",
"1.8.9-recommended": "11.15.1.1722",
"1.9-latest": "12.16.0.1942",
"1.9-recommended": "12.16.1.1887",
"1.9.4-latest": "12.17.0.2051",
"1.9.4-recommended": "12.17.0.1976",
"latest": "14.22.0.2444",
"latest-1.7.10": "10.13.2.1343",
"recommended": "14.21.1.2387"
}
}
[19:36:39] [Forge Version Check/INFO] [ForgeVersionCheck/forge]: [forge] Found status: AHEAD Target: null
[19:36:39] [Server thread/DEBUG] [mixin/sponge]: Mixing server.management.MixinUserList from mixins.common.core.json into net.minecraft.server.management.UserList
[19:36:39] [Server thread/DEBUG] [mixin/sponge]: Mixing ai.MixinAbstractAITask from mixins.common.api.json into org.spongepowered.api.entity.ai.task.AbstractAITask
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/entity/ai/SpongeEntityAICommonSuperclass to metadata cache
[19:36:39] [Server thread/DEBUG] [mixin/sponge]: Mixing forge.common.MixinForgeChunkManager$Ticket from mixins.forge.core.json into net.minecraftforge.common.ForgeChunkManager$Ticket
[19:36:39] [Server thread/DEBUG] [mixin/sponge]: Mixing network.MixinNetworkManager from mixins.common.core.json into net.minecraft.network.NetworkManager
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/SimpleChannelInboundHandler to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelInboundHandlerAdapter to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelHandlerAdapter to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelHandler to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelInboundHandler to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/interfaces/IMixinNetworkManager to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/SpongeMinecraftVersion to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/ProtocolMinecraftVersion to metadata cache
[19:36:39] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/api/MinecraftVersion to metadata cache
[19:36:40] [Server thread/DEBUG] [mixin/sponge]: Mixing network.packet.MixinCPacketPlayerTryUseItemOnBlock from mixins.forge.core.json into net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock
[19:36:40] [Server thread/DEBUG] [mixin/sponge]: Mixing network.packet.MixinCPacketClickWindow from mixins.forge.core.json into net.minecraft.network.play.client.CPacketClickWindow
[19:36:40] [Server thread/TRACE] [sponge/sponge]: Sent event FMLPreInitializationEvent to mod sponge
[19:36:40] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - SpongeForge took 1,507s
[19:36:40] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLPreInitializationEvent to mod opencomputers
[19:36:40] [Server thread/INFO] [opencomputers/opencomputers]: Updating config from version '@VERSION@' to '@VERSION@'.
[19:36:40] [Server thread/INFO] [opencomputers/opencomputers]: Updating setting 'opencomputers.switch.relayDelayUpgrade'.
[19:36:40] [Server thread/INFO] [opencomputers/opencomputers]: Updating setting 'opencomputers.nanomachines.potionWhitelist'.
[19:36:40] [Server thread/INFO] [opencomputers/opencomputers]: Initializing blocks and items.
[19:36:40] [Server thread/WARN] [Sponge/opencomputers]: Could not find facing owning class, assigning fallback id: opencomputers:case_facing
[19:36:40] [Server thread/WARN] [Sponge/opencomputers]: Could not find running owning class, assigning fallback id: opencomputers:case_running
[19:36:40] [Server thread/WARN] [Sponge/opencomputers]: Could not find color owning class, assigning fallback id: opencomputers:chamelium_block_color
[19:36:40] [Server thread/WARN] [Sponge/opencomputers]: Could not find pitch owning class, assigning fallback id: opencomputers:keyboard_pitch
[19:36:40] [Server thread/WARN] [Sponge/opencomputers]: Could not find yaw owning class, assigning fallback id: opencomputers:keyboard_yaw
[19:36:41] [Server thread/INFO] [opencomputers/opencomputers]: Initializing additional OreDict entries.
[19:36:41] [Server thread/INFO] [opencomputers/opencomputers]: Initializing OpenComputers API.
[19:36:43] [Server thread/INFO] [opencomputers/opencomputers]: Found a compatible native library: 'OpenComputersMod-1.7.0.40-lua52-native.64.dll'.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Found a compatible native library: 'OpenComputersMod-1.7.0.40-lua53-native.64.dll'.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Done with pre init phase.
[19:36:44] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLPreInitializationEvent to mod opencomputers
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - OpenComputers took 4,123s
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 5,677s
[19:36:44] [Server thread/INFO] [FML/]: Applying holder lookups
[19:36:44] [Server thread/INFO] [FML/]: Holder lookups applied
[19:36:44] [Server thread/INFO] [FML/]: Injecting itemstacks
[19:36:44] [Server thread/INFO] [FML/]: Itemstack injection complete
[19:36:44] [Server thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 24
[19:36:44] [Server thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false
[19:36:44] [Server thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@55ccd860
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7bc5b368
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@47062367
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3dffdba8
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@ec31baf
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@58cba7ec
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2e20ba89
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6d41067e
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7bc9761a
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7eb85a48
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@556753e4
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3070ddc0
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@b90472
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3c6f6437
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@53f8e82d
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@65d0a14f
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2d02b313
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6a0b3458
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7e2610b4
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1e9c1ce6
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@26beae0d
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@15a4e776
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5b49f6c6
[19:36:44] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@25ccaa65
[19:36:44] [Server thread/DEBUG] [io.netty.util.NetUtil/]: Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
[19:36:44] [Server thread/DEBUG] [io.netty.util.NetUtil/]: \proc\sys\net\core\somaxconn: 200 (non-existent)
[19:36:44] [Server thread/DEBUG] [mixin/]: Mixing server.management.MixinPlayerInteractionManager from mixins.common.core.json into net.minecraft.server.management.PlayerInteractionManager
[19:36:44] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerInteractionManager to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/HandInteractEvent to metadata cache
[19:36:44] [Server thread/DEBUG] [mixin/]: Mixing server.management.MixinPlayerInteractionManager from mixins.forge.core.json into net.minecraft.server.management.PlayerInteractionManager
[19:36:44] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/TristateUtil to metadata cache
[19:36:44] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_187251_a(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/EnumHand;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;FFF)Lnet/minecraft/util/EnumActionResult; in net.minecraft.server.management.PlayerInteractionManager
[19:36:44] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_187251_a(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/EnumHand;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;FFF)Lnet/minecraft/util/EnumActionResult; in net.minecraft.server.management.PlayerInteractionManager
[19:36:44] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLInitializationEvent to mod minecraft
[19:36:44] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLInitializationEvent to mod minecraft
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft took 0,000s
[19:36:44] [Server thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp
[19:36:44] [Server thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0,000s
[19:36:44] [Server thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML
[19:36:44] [Server thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0,000s
[19:36:44] [Server thread/TRACE] [forge/forge]: Sending event FMLInitializationEvent to mod forge
[19:36:44] [Server thread/TRACE] [forge/forge]: Sent event FMLInitializationEvent to mod forge
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0,000s
[19:36:44] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLInitializationEvent to mod opencomputers|core
[19:36:44] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLInitializationEvent to mod opencomputers|core
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - OpenComputers (Core) took 0,000s
[19:36:44] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLInitializationEvent to mod spongeapi
[19:36:44] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLInitializationEvent to mod spongeapi
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - SpongeAPI took 0,000s
[19:36:44] [Server thread/TRACE] [sponge/sponge]: Sending event FMLInitializationEvent to mod sponge
[19:36:44] [Server thread/TRACE] [sponge/sponge]: Sent event FMLInitializationEvent to mod sponge
[19:36:44] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - SpongeForge took 0,025s
[19:36:44] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLInitializationEvent to mod opencomputers
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'plan9k' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'network' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'openos' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'data' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'openloader' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'builder' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'generator' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'oppm' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'dig' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'maze' from mod opencomputers.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Registering loot disk 'irc' from mod opencomputers.
[19:36:44] [Server thread/TRACE] [FML/opencomputers]: Automatically registered mod opencomputers entity Drone as opencomputers:drone
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Initializing mod integration.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Initializing mod integration for 'forge'.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraftforge.DriverEnergyStorage$.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Initializing mod integration for 'minecraft'.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverBeacon$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverBrewingStand$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverComparator$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverFurnace$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverMobSpawner$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverNoteBlock$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering block driver li.cil.oc.integration.minecraft.DriverRecordPlayer$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverBeacon$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverBrewingStand$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverComparator$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverFurnace$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverMobSpawner$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverNoteBlock$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.minecraft.DriverRecordPlayer$Provider$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterFluidStack$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterFluidTankInfo$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterFluidTankProperties$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterItemStack$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterNBT$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterWorld$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.minecraft.ConverterWorldProvider$.
[19:36:44] [Server thread/INFO] [opencomputers/opencomputers]: Initializing mod integration for 'opencomputers'.
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing world.MixinChunk from mixins.common.core.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for org/spongepowered/common/interfaces/IMixinCachable to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerChunkMapEntry to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for org/spongepowered/api/event/entity/CollideEntityEvent to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for org/spongepowered/api/util/Tuple to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for java/util/Arrays to metadata cache
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing world.extent.MixinExtent from mixins.common.core.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing MixinChunk_Collisions from mixins.common.entitycollisions.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing world.MixinChunk_Async_Lighting from mixins.common.optimization.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing world.MixinChunk from mixins.forge.core.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for com/google/common/collect/ImmutableSetMultimap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for net/minecraftforge/common/ForgeChunkManager to metadata cache
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Mixing world.MixinChunk_Tracker from mixins.common.tracking.json into net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectArrayMap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/ints/AbstractInt2ObjectMap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/ints/AbstractInt2ObjectFunction to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/Function to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/shorts/Short2ObjectArrayMap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/shorts/AbstractShort2ObjectMap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/shorts/AbstractShort2ObjectFunction to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/shorts/Short2ObjectFunction to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for it/unimi/dsi/fastutil/shorts/Short2ObjectMap to metadata cache
[19:36:44] [Server thread/TRACE] [mixin/opencomputers]: Added class metadata for org/spongepowered/common/config/category/BlockTrackingCategory to metadata cache
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Unexpected: Merged unregistered method func_177436_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/state/IBlockState; in net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Unexpected: Merged unregistered method func_150802_k()Z in net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Unexpected: Merged unregistered method func_150811_f(II)Z in net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Unexpected: Merged unregistered method func_177437_b(Lnet/minecraft/util/math/BlockPos;)I in net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [mixin/opencomputers]: Unexpected: Merged unregistered method func_150808_b(III)I in net.minecraft.world.chunk.Chunk
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering converter li.cil.oc.integration.opencomputers.ConverterNanomachines$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverAPU$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverComponentBus$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverCPU$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverDataCard$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverDebugCard$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverEEPROM$.
[19:36:44] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverFileSystem$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverGraphicsCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverInternetCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverLinkedCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverLootDisk$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverMemory$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverNetworkCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverKeyboard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverRedstoneCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverTablet$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverWirelessNetworkCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverContainerCard$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverContainerFloppy$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverContainerUpgrade$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverGeolyzer$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverMotionSensor$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverScreen$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverTransposer$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverDiskDriveMountable$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverServer$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverTerminalServer$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeAngel$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeBattery$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeChunkloader$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeCrafting$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeDatabase$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeExperience$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeGenerator$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeHover$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeInventory$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeInventoryController$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeLeash$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeNavigation$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradePiston$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeSign$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeSolarGenerator$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeTank$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeTankController$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeTractorBeam$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeTrading$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering item driver li.cil.oc.integration.opencomputers.DriverUpgradeMF$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverAPU$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverDataCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverDebugCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverEEPROM$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverGraphicsCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverInternetCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverLinkedCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverNetworkCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverRedstoneCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverWirelessNetworkCard$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverGeolyzer$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverMotionSensor$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverScreen$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverTransposer$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeChunkloader$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeCrafting$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeExperience$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeGenerator$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeInventoryController$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeLeash$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeNavigation$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradePiston$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeSign$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeTankController$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeTractorBeam$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.DriverUpgradeMF$Provider$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering environment provider li.cil.oc.integration.opencomputers.EnvironmentProviderBlocks$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering inventory provider li.cil.oc.integration.opencomputers.InventoryProviderDatabase$.
[19:36:45] [Server thread/DEBUG] [opencomputers/opencomputers]: Registering inventory provider li.cil.oc.integration.opencomputers.InventoryProviderServer$.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Found extended redstone mods, enabling tier two redstone card.
[19:36:45] [Server thread/TRACE] [OpenComputers/opencomputers]: Stripping method textureManager from class li.cil.oc.client.Textures$TextureBundle because the following types in its signature are missing: net/minecraft/client/renderer/texture/TextureManager
[19:36:45] [Server thread/TRACE] [OpenComputers/opencomputers]: Stripping method init from class li.cil.oc.client.Textures$TextureBundle because the following types in its signature are missing: net/minecraft/client/renderer/texture/TextureMap
[19:36:45] [Server thread/TRACE] [OpenComputers/opencomputers]: Stripping method loader from class li.cil.oc.client.Textures$TextureBundle because the following types in its signature are missing: net/minecraft/client/renderer/texture/TextureMap
[19:36:45] [Server thread/TRACE] [OpenComputers/opencomputers]: Stripping method loader from class li.cil.oc.client.Textures$GUI$ because the following types in its signature are missing: net/minecraft/client/renderer/texture/TextureMap
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Initializing recipes.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Initializing capabilities.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Done with init phase.
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLInitializationEvent to mod opencomputers
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - OpenComputers took 0,766s
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Finished: Initialization took 0,792s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod minecraft
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sending event IMCEvent to mod minecraft
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sent event IMCEvent to mod minecraft
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft took 0,001s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML
[19:36:45] [Server thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML
[19:36:45] [Server thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod forge
[19:36:45] [Server thread/TRACE] [forge/forge]: Sending event IMCEvent to mod forge
[19:36:45] [Server thread/TRACE] [forge/forge]: Sent event IMCEvent to mod forge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod opencomputers|core
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event IMCEvent to mod opencomputers|core
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event IMCEvent to mod opencomputers|core
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - OpenComputers (Core) took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod spongeapi
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event IMCEvent to mod spongeapi
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event IMCEvent to mod spongeapi
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - SpongeAPI took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod sponge
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sending event IMCEvent to mod sponge
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sent event IMCEvent to mod sponge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - SpongeForge took 0,000s
[19:36:45] [Server thread/TRACE] [FML/]: Attempting to deliver 127 IMC messages to mod opencomputers
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event IMCEvent to mod opencomputers
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new item charge implementation 'MinecraftForge' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Drone (Tier 1)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Drone (Tier 2)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Drone (Creative)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Drone' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Microcontroller (Tier 1)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Microcontroller (Tier 2)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Microcontroller (Creative)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Microcontroller' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Navigation Upgrade' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Robot (Tier 1)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Robot (Tier 2)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Robot (Tier 3)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Robot (Creative)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Robot' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Server' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Tablet (Tier 1)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Tablet (Tier 2)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template 'Tablet (Creative)' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new disassembler template 'Tablet' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new assembler template filter 'li.cil.oc.common.template.TemplateBlacklist.filter' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new wrench usage 'li.cil.oc.integration.opencomputers.ModOpenComputers.useWrench' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new wrench tool check 'li.cil.oc.integration.opencomputers.ModOpenComputers.isWrench' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new item charge implementation 'OpenComputers' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.inkCartridgeInkProvider' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.dyeInkProvider' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'build' being on disk 'builder' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'dig' being on disk 'dig' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'base64' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'deflate' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'gpg' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'inflate' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'md5sum' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'sha256sum' being on disk 'data' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'refuel' being on disk 'generator' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'irc' being on disk 'irc' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'maze' being on disk 'maze' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'arp' being on disk 'network' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'ifconfig' being on disk 'network' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'ping' being on disk 'network' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'route' being on disk 'network' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'opl-flash' being on disk 'openloader' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Registering new program location mapping for program 'oppm' being on disk 'oppm' from mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'geolyzer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'motionsensor' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'batteryupgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'batteryupgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'batteryupgrade3' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'navigationupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'pistonupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'solargeneratorupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tractorbeamupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard3' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'lancard' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'redstonecard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'graphicscard3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'inventorycontrollerupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'navigationupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tankcontrollerupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tractorbeamupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Robot' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Robot' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'lancard' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'redstonecard1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'databaseupgrade3' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'inventorycontrollerupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tankcontrollerupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers.
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event IMCEvent to mod opencomputers
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - OpenComputers took 0,084s
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0,086s
[19:36:45] [Server thread/INFO] [FML/]: Injecting itemstacks
[19:36:45] [Server thread/INFO] [FML/]: Itemstack injection complete
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLPostInitializationEvent to mod minecraft
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLPostInitializationEvent to mod minecraft
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft took 0,000s
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0,000s
[19:36:45] [Server thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML
[19:36:45] [Server thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0,000s
[19:36:45] [Server thread/TRACE] [forge/forge]: Sending event FMLPostInitializationEvent to mod forge
[19:36:45] [Server thread/TRACE] [forge/forge]: Sent event FMLPostInitializationEvent to mod forge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0,009s
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLPostInitializationEvent to mod opencomputers|core
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLPostInitializationEvent to mod opencomputers|core
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - OpenComputers (Core) took 0,000s
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLPostInitializationEvent to mod spongeapi
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLPostInitializationEvent to mod spongeapi
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - SpongeAPI took 0,000s
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sending event FMLPostInitializationEvent to mod sponge
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sent event FMLPostInitializationEvent to mod sponge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - SpongeForge took 0,036s
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLPostInitializationEvent to mod opencomputers
[19:36:45] [Server thread/INFO] [opencomputers/opencomputers]: Done with post init phase.
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLPostInitializationEvent to mod opencomputers
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - OpenComputers took 0,000s
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0,047s
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLLoadCompleteEvent to mod minecraft
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLLoadCompleteEvent to mod minecraft
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft took 0,000s
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0,000s
[19:36:45] [Server thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML
[19:36:45] [Server thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0,000s
[19:36:45] [Server thread/TRACE] [forge/forge]: Sending event FMLLoadCompleteEvent to mod forge
[19:36:45] [Server thread/DEBUG] [FML/forge]: Forge RecipeSorter Baking:
[19:36:45] [Server thread/DEBUG] [FML/forge]: 21: RecipeEntry("Before", UNKNOWN, )
[19:36:45] [Server thread/DEBUG] [FML/forge]: 20: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 19: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[19:36:45] [Server thread/DEBUG] [FML/forge]: 18: RecipeEntry("oc:extshaped", SHAPED, li.cil.oc.common.recipe.ExtendedShapedOreRecipe) After: forge:shapedore
[19:36:45] [Server thread/DEBUG] [FML/forge]: 17: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[19:36:45] [Server thread/DEBUG] [FML/forge]: 16: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[19:36:45] [Server thread/DEBUG] [FML/forge]: 15: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 14: RecipeEntry("oc:extshapeless", SHAPELESS, li.cil.oc.common.recipe.ExtendedShapelessOreRecipe) After: forge:shapelessore
[19:36:45] [Server thread/DEBUG] [FML/forge]: 13: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 12: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 11: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 10: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 9: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 8: RecipeEntry("oc:colorizer", SHAPELESS, li.cil.oc.common.recipe.ColorizeRecipe) After: forge:shapelessore
[19:36:45] [Server thread/DEBUG] [FML/forge]: 7: RecipeEntry("oc:lootcycler", SHAPELESS, li.cil.oc.common.recipe.LootDiskCyclingRecipe) After: forge:shapelessore
[19:36:45] [Server thread/DEBUG] [FML/forge]: 6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 4: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 3: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[19:36:45] [Server thread/DEBUG] [FML/forge]: 2: RecipeEntry("oc:decolorizer", SHAPELESS, li.cil.oc.common.recipe.DecolorizeRecipe) After: oc:colorizer
[19:36:45] [Server thread/DEBUG] [FML/forge]: 1: RecipeEntry("After", UNKNOWN, )
[19:36:45] [Server thread/DEBUG] [FML/forge]: Sorting recipes
[19:36:45] [Server thread/TRACE] [forge/forge]: Sent event FMLLoadCompleteEvent to mod forge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0,003s
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLLoadCompleteEvent to mod opencomputers|core
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLLoadCompleteEvent to mod opencomputers|core
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - OpenComputers (Core) took 0,000s
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLLoadCompleteEvent to mod spongeapi
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLLoadCompleteEvent to mod spongeapi
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - SpongeAPI took 0,000s
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sending event FMLLoadCompleteEvent to mod sponge
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sent event FMLLoadCompleteEvent to mod sponge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - SpongeForge took 0,001s
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLLoadCompleteEvent to mod opencomputers
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLLoadCompleteEvent to mod opencomputers
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - OpenComputers took 0,000s
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0,006s
[19:36:45] [Server thread/DEBUG] [FML/]: Freezing block and item id maps
[19:36:45] [Server thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 8 mods
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLServerAboutToStartEvent to mod minecraft
[19:36:45] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLServerAboutToStartEvent to mod minecraft
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft took 0,000s
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp
[19:36:45] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0,000s
[19:36:45] [Server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML
[19:36:45] [Server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0,000s
[19:36:45] [Server thread/TRACE] [forge/forge]: Sending event FMLServerAboutToStartEvent to mod forge
[19:36:45] [Server thread/TRACE] [forge/forge]: Sent event FMLServerAboutToStartEvent to mod forge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Forge took 0,000s
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLServerAboutToStartEvent to mod opencomputers|core
[19:36:45] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLServerAboutToStartEvent to mod opencomputers|core
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - OpenComputers (Core) took 0,000s
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLServerAboutToStartEvent to mod spongeapi
[19:36:45] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLServerAboutToStartEvent to mod spongeapi
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - SpongeAPI took 0,000s
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sending event FMLServerAboutToStartEvent to mod sponge
[19:36:45] [Server thread/TRACE] [sponge/sponge]: Sent event FMLServerAboutToStartEvent to mod sponge
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - SpongeForge took 0,000s
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLServerAboutToStartEvent to mod opencomputers
[19:36:45] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLServerAboutToStartEvent to mod opencomputers
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - OpenComputers took 0,000s
[19:36:45] [Server thread/DEBUG] [FML/]: Bar Finished: ServerAboutToStart took 0,002s
[19:36:45] [Server thread/DEBUG] [mixin/]: Mixing common.MixinSpongeCommonEventFactory from mixins.forge.core.json into org.spongepowered.common.event.SpongeCommonEventFactory
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Primary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Primary$OffHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Secondary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Secondary$OffHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent$Primary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent$Primary$OffHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent$Secondary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent$Secondary$OffHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Primary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Primary$OffHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Secondary$MainHand to metadata cache
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Secondary$OffHand to metadata cache
[19:36:45] [Server thread/DEBUG] [mixin/]: Mixing world.MixinGameRules from mixins.common.core.json into net.minecraft.world.GameRules
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/TreeMap to metadata cache
[19:36:45] [Server thread/INFO] [Sponge/]: Checking for worlds that need to be migrated...
[19:36:45] [Server thread/INFO] [Sponge/]: No worlds were found in need of migration.
[19:36:45] [Server thread/DEBUG] [mixin/]: Mixing world.MixinAnvilSaveHandler from mixins.common.core.json into net.minecraft.world.chunk.storage.AnvilSaveHandler
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/IPlayerFileData to metadata cache
[19:36:45] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_75763_a(Lnet/minecraft/world/WorldProvider;)Lnet/minecraft/world/chunk/storage/IChunkLoader; in net.minecraft.world.chunk.storage.AnvilSaveHandler
[19:36:45] [Server thread/INFO] [FML/]: Injecting existing block and item data into this server instance
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:entities id mismatch opencomputers:drone: 0 (init) -> 118 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:lime_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamorange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamwaterchestnutcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_red
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_rock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstonered
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:redstone_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:adapter: 235 (init) -> 489 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:ore
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamsweetpotatocrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_darkoak
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blocksilver
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_6_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:microcontroller: 264 (init) -> 517 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:treated_wood_stairs1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:treated_wood_stairs0
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:treated_wood_stairs2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:persimmon_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:energizedvoidstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:booster
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambrusselsproutcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:hemp
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:gold_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambanana
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:cipher
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:peach_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blocksteel
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:storage_slab
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:emerald
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamscallioncrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightgray1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightgray2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:surgery
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:nutmeg_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedyellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world mcmultipart:multipart
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:chiseled_quartz_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:walnut_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:quartz_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_6_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:cable: 237 (init) -> 491 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_sand
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:sheetmetal_slab
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:starfruit_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_blue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_10_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:transposer: 270 (init) -> 523 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pear_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:redstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedcyan
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:gold
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pammaple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world netherchest:nether_chest
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:coconut_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambellpeppercrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_black2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_black1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:jungle_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamchestnut
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:netherrack_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_ground
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:technicalnew
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:avocado_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:tropicalgarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcscripteddoor
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:aridgarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:netherrack
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration_stairs_concrete_leaded
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:quartz1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamwintersquashcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampersimmon
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:temple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:technical1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcandleberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:diamond
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:granite
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:red_sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamparsnipcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:frame_1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamseaweedcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_purple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:frame_0
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:frame_3
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:frame_2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:radio_post
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_yellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamplum
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pameggplantcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:end_bricks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamgingercrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_light_blue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_chest
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamavocado
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_orange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:frame_projector
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambambooshootcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blocklead
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamzucchinicrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_green
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:voidstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_quartz_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:wooden_device0
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:wooden_device1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightblue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:beacon
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bricks2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bricks1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:beacon_large
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:grapefruit_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:almond_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pumpkincheesecake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_purple2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:orange_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_purple1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:dummy
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pecan_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_white
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_birch
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:templemossy
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcactusfruitcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestonemossy
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:well
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_gray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockelectrum
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedpink
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:lapis
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_cloth
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:andesite
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world colossalchests:uncolossal_chest
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:birch_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:emerald_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_white
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockbronze
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamleekcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_gray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:andesite1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:andesite2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_device
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockgold
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamdurian
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_lightblue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:tyrian
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcurryleafcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:presser
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamlemon
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedpurple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_jungle
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamtomatocrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:honeycomb
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampeach
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:basalt2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:basalt1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamnutmeg
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:tape_reader
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world psi:psi_decorative
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_brown2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:surgery_chamber
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_device0
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_device1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_red
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_orange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_magenta1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_magenta2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:shadedgarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pineappleupsidedowncake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:purpur
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:watertrap
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedwhite
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:chestnut_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:colorful_lamp
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:ice2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:ice1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamdate
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_2_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:netsplitter: 269 (init) -> 522 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pammustardseedscrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:mango_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_brown1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_lever
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:raid: 254 (init) -> 508 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamlime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamstrawberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:stonebrick
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcorncrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_purple
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:relay: 257 (init) -> 510 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:scanner
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_8_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:print: 265 (init) -> 518 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:cashew_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamgarliccrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_fluid
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:purpur_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world psi:conjured
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:wooden_decoration
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:printer: 253 (init) -> 507 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:prismarine_bricks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:granite2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:granite1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambarleycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:diorite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:fig_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:dark_oak_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blocknickel
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampomegranate
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_gray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_3_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:rack: 261 (init) -> 514 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:andesite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamspinachcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:chocolatesprinklecake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:component_box
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:iron_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:netherbrick
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampapaya
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:iron_note_block
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:sheetmetal
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:camera
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-birch
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_4_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:motionsensor: 250 (init) -> 504 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_blue2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_blue1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcredstoneblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:metal_device
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamgrapefruit
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampeascrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fluidethanol
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world colossalchests:chest_wall
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world jaff:tank
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:antiblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:waterstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:bone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_multiblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_12_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:disassembler: 244 (init) -> 498 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fluidconcrete
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamkiwicrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lime1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lime2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:papaya_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pavlovacake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_magenta
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:factory
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:waxcomb
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamdragonfruit
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:apple_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:mossy_stonebrick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:spruce_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_glass
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:prismarine_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:oak_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_2_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:casecreative: 263 (init) -> 516 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamsoybeancrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamoatscrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:cipher_advanced
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_lime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampear
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_red1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_red2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blocktin
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-spruce
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:polished_diorite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:peppercorn_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glowstone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glowstone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampeppercorn
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_magenta
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:brick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:polished_andesite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:slider
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:lemon_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:cheesecake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_green
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_lightblue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedred
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamonioncrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:factory1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_1_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:powerconverter: 251 (init) -> 505 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_orange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_gray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:valentines
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_black
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:audio_cable
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcscripted
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:redvelvetcake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_yellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pomegranate_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_4_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:chameliumblock: 242 (init) -> 496 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:diorite1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:diorite2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:hardenedclay
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glass
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:bittank
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcoffeebeancrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambroccolicrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npccarpentybench
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:fluid_crude_oil
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:hardenedclay1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:hardenedclay2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:stone_decoration
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:acacia_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:packed_ice_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:blueprint_archive
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:dirt
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamartichokecrop
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:endstone: 268 (init) -> 521 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_spruce
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedlightgray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bricks
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:carrotcake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambeetcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcoconut
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:diorite
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamasparaguscrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_10_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:robotafterimage: 266 (init) -> 519 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_pink
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco8
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco7
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco6
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal_coke2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco5
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:lamingtoncake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco4
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco3
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco9
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_black
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampistachio
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:smooth_sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:cracked_stonebrick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:engineering_table
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:connector
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:ice
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world psi:cad_assembler
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamtealeafcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_ice
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_lightgray
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:redstone: 256 (init) -> 509 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedgreen
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_3_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:geolyzer: 246 (init) -> 500 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fake_light
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:laboratory
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_green2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_green1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_brown
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_lime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockiron
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:hologram2: 248 (init) -> 502 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:hologram1: 247 (init) -> 501 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcwaypoint
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_lightgray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:end_stone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamsesameseedscrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:technical
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fluidplantoil
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glowstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_charcoal2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_charcoal1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-jungle
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamblackberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightblue2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightblue1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_leaves
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pammango
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:dark_prismarine_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcottoncrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_powder
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockcopper
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:red_nether_brick_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:assembler: 236 (init) -> 490 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:speech_box
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_green
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:pusher
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_blue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamwhitemushroomcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:market
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:windygarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_1_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:waypoint: 262 (init) -> 515 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:prismarine2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:prismarine1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration_stairs_concrete_tile
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_orange2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_orange1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:endstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:endstone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:endstone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstonered1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world colossalchests:interface
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cloud
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstonered2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:treated_wood_slab
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world cyberware:charger
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamrhubarbcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:chiseled_stonebrick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:fluid_gasoline
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:lapis_lazuli_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcranberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:frostgarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:apricot_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pressedwax
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:chat_box
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcauliflowercrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_blue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedgray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:vanillabean_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedbrown
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:polished_granite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:oak_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_pink
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamraspberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamradishcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_packedice
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:shippingbin
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamvanillabean
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:redstone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamgrapecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_red
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:futura
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:olive_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_cyan
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:acacia_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:conveyor
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:groundtrap
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamlettucecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamspiceleafcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:mossy_cobblestone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockaluminum
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampecan
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_pink1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:fluid_diesel
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_pink2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamryecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:cinnamon_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_magenta
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcborder
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_purpur_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedblack
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamolive
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstone-scribbles
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamwalnut
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_brown
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_cyan
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:diskdrive: 245 (init) -> 499 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco13
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco12
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_silver
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco15
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco14
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco11
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco10
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:candledeco16
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamapple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:jungle_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamalmond
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_oak
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcashew
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:ironpane
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_9_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:capacitor: 238 (init) -> 492 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npccopyblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:honey
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampineapplecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world ironchest:iron_shulker_box_purple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:moving
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-dark-oak
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_yellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:basalt
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal_coke1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:storage
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_wood
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_magenta
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:diamond_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_4_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:powerdistributor: 252 (init) -> 506 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:granite_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamrutabagacrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedblue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:treated_wood
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_yellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockiron_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:stonebrick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_white1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_white2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_charcoal
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstoneyellow1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstoneyellow2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_1_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:robot: 267 (init) -> 520 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_cyan
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_cyan
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:lapis_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcherry
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampeanutcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:brownstone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:voidstonerunic
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:marble1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:marble2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_torch
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_lightgray
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_grass
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamfig
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcantaloupecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_black
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration_stairs_concrete
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:nether_brick_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:emerald_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:marble
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:lavastone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockuranium
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:maple_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockcobalt
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world psi:programmer
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:chiseled_sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamchilipeppercrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_brown
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:radar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcelerycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-acacia
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:paperbark_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:birch_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite1_10_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockinvar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:cherry_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamokracrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:soggygarden
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_red
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:plum_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:planks-oak
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:fluid_lubricant
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamgooseberry
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:lavastone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:lavastone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:prismarine
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:date_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world openradio:blockmirror
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:marblepillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedlime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:block_coal_coke
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_white
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:paper
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_iron
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedlightblue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:blockgold_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:stone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_button_stone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fluidcreosote
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:cherrycheesecake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered2_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_pink
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_snow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_gray1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_gray2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_decoration0
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:limestone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_decoration1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedorange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:metal_decoration2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:limestone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world colossalchests:colossal_chest
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pampaperbark
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_pink
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:keyboard: 249 (init) -> 503 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world openradio:laser
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcinnamon
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:case3: 240 (init) -> 494 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:case2: 241 (init) -> 495 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:case1: 239 (init) -> 493 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_black
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamapricot
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered1_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:icepillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamstarfruit
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:banana_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:holidaycake
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:gooseberry_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pambeancrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamricecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:obsidian
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_purple
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:stonebrick1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:limestone
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstonered_13_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherrack_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcucumbercrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:blockplatinum
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:bookshelf_acacia
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_orange
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:copper_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersivepetroleum:metal_multiblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks1_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:dragonfruit_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone_15_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:iron
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:quartz1_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamblueberrycrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:obsidian_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:plate_iron_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bronze_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:waterstone1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:waterstone2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:glassdyedmagenta
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-birch_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:pillar_button_wood
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_blue
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:andesite_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:basalt1_0_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:beehive
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:tin_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:stonebrick2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:cloth_device
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone2_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chiselsandbits:chiseled_clay
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:wool_white
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world openradio:lenst2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world openradio:lenst1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world openradio:lenst3
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:stonebrick1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration_stairs_hempcrete
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamcabbagecrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble_5_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pistachio_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:chiseled_red_sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:sandstoneyellow1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:fluidbiodiesel
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-acacia_9_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:prismarine1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:apiary
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_yellow2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_yellow1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:durian_sapling
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-jungle_8_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world harvestcraft:pamturnipcrop
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:spruce_log_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:dark_oak_planks_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:nether_wart_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:purpur1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:redstone1_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:purpur2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcmailbox
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-oak_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_cyan2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_cyan1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestonemossy1
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:cobblestonemossy2
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diorite1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:cobblestone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble2_2_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:charger: 243 (init) -> 497 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:granite1_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:obsidian_14_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:concrete_brown
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_lime
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world funkylocomotion:teleporter
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:cobblestone1_1_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone2_2_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-dark-oak_12_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:marble1_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world customnpcs:npcbuilderblock
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:carpet_green
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:diamond_11_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:screen1: 258 (init) -> 511 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:screen2: 260 (init) -> 513 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:blocks id mismatch opencomputers:screen3: 259 (init) -> 512 (map).
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:bricks_11_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:sandstoneyellow
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world computronics:speaker
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world chisel:quartz
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:limestone_6_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world corail_pillar:smooth_red_sandstone_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:endstone_3_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:purpur_4_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world immersiveengineering:stone_decoration_slab
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:netherbrick_7_pillar
[19:36:45] [Server thread/INFO] [FML/]: Found a missing id from the world pillar_extension_chisel:planks-spruce_14_pillar
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:hoverboots: 4134 (init) -> 4426 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:robotafterimage: 4126 (init) -> 4418 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:robot: 4127 (init) -> 4419 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:adapter: 4096 (init) -> 4388 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:netsplitter: 4129 (init) -> 4421 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:microcontroller: 4124 (init) -> 4416 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:raid: 4115 (init) -> 4407 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:redstone: 4116 (init) -> 4408 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:relay: 4117 (init) -> 4409 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:geolyzer: 4107 (init) -> 4399 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:print: 4125 (init) -> 4417 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:material: 4131 (init) -> 4423 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:card: 4136 (init) -> 4428 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:printer: 4114 (init) -> 4406 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:hologram2: 4109 (init) -> 4401 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:hologram1: 4108 (init) -> 4400 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:cable: 4098 (init) -> 4390 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:rack: 4121 (init) -> 4413 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:transposer: 4130 (init) -> 4422 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:assembler: 4097 (init) -> 4389 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:component: 4135 (init) -> 4427 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:waypoint: 4122 (init) -> 4414 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:motionsensor: 4111 (init) -> 4403 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:wrench: 4133 (init) -> 4425 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:disassembler: 4105 (init) -> 4397 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:storage: 4138 (init) -> 4430 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:keyboard: 4110 (init) -> 4402 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:case3: 4101 (init) -> 4393 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:case2: 4102 (init) -> 4394 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:case1: 4100 (init) -> 4392 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:tool: 4132 (init) -> 4424 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:casecreative: 4123 (init) -> 4415 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:powerconverter: 4112 (init) -> 4404 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:misc: 4139 (init) -> 4431 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:chameliumblock: 4103 (init) -> 4395 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:diskdrive: 4106 (init) -> 4398 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:charger: 4104 (init) -> 4396 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:capacitor: 4099 (init) -> 4391 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:screen1: 4118 (init) -> 4410 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:screen2: 4120 (init) -> 4412 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:screen3: 4119 (init) -> 4411 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:endstone: 4128 (init) -> 4420 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:upgrade: 4137 (init) -> 4429 (map).
[19:36:45] [Server thread/DEBUG] [FML/]: Fixed minecraft:items id mismatch opencomputers:powerdistributor: 4113 (init) -> 4405 (map).
[19:36:45] [Server thread/DEBUG] [mixin/]: Mixing fml.common.registry.MixinBlockDummyAir from mixins.forge.core.json into net.minecraftforge.fml.common.registry.PersistentRegistryManager$BlockDummyAir
[19:36:45] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockAir to metadata cache
[19:36:46] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLModIdMappingEvent to mod minecraft
[19:36:46] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLModIdMappingEvent to mod minecraft
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft took 0,000s
[19:36:46] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp
[19:36:46] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0,000s
[19:36:46] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML
[19:36:46] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0,000s
[19:36:46] [Server thread/TRACE] [forge/forge]: Sending event FMLModIdMappingEvent to mod forge
[19:36:46] [Server thread/TRACE] [forge/forge]: Sent event FMLModIdMappingEvent to mod forge
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0,065s
[19:36:46] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLModIdMappingEvent to mod opencomputers|core
[19:36:46] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLModIdMappingEvent to mod opencomputers|core
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - OpenComputers (Core) took 0,000s
[19:36:46] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLModIdMappingEvent to mod spongeapi
[19:36:46] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLModIdMappingEvent to mod spongeapi
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - SpongeAPI took 0,000s
[19:36:46] [Server thread/TRACE] [sponge/sponge]: Sending event FMLModIdMappingEvent to mod sponge
[19:36:46] [Server thread/TRACE] [sponge/sponge]: Sent event FMLModIdMappingEvent to mod sponge
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - SpongeForge took 0,000s
[19:36:46] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLModIdMappingEvent to mod opencomputers
[19:36:46] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLModIdMappingEvent to mod opencomputers
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - OpenComputers took 0,000s
[19:36:46] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0,066s
[19:36:46] [Server thread/INFO] [FML/]: Applying holder lookups
[19:36:46] [Server thread/INFO] [FML/]: Holder lookups applied
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing forge.MixinDimensionManager from mixins.forge.core.json into net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Multiset to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/collect/HashMultiset to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMapBasedMultiset to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMultiset to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getDimensions(Lnet/minecraft/world/DimensionType;)[I in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method init()V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method registerDimension(ILnet/minecraft/world/DimensionType;)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method unregisterDimension(I)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method isDimensionRegistered(I)Z in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getProviderType(I)Lnet/minecraft/world/DimensionType; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getProvider(I)Lnet/minecraft/world/WorldProvider; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getIDs(Z)[Ljava/lang/Integer; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getIDs()[Ljava/lang/Integer; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method setWorld(ILnet/minecraft/world/WorldServer;Lnet/minecraft/server/MinecraftServer;)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method initDimension(I)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getWorld(I)Lnet/minecraft/world/WorldServer; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getWorlds()[Lnet/minecraft/world/WorldServer; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getStaticDimensionIDs()[Ljava/lang/Integer; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method createProviderFor(I)Lnet/minecraft/world/WorldProvider; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method unloadWorld(I)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method unloadWorlds(Ljava/util/Hashtable;)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getNextFreeDimId()I in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method saveDimensionDataMap()Lnet/minecraft/nbt/NBTTagCompound; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method loadDimensionDataMap(Lnet/minecraft/nbt/NBTTagCompound;)V in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method getCurrentSaveRootDirectory()Ljava/io/File; in net.minecraftforge.common.DimensionManager
[19:36:46] [Server thread/DEBUG] [FML/]: Loading persistent fluid defaults from world
[19:36:46] [Server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[19:36:46] [Server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinScoreboardClientCheck from mixins.common.core.json into net.minecraft.scoreboard.Scoreboard
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinScoreboard to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinScoreboardLogic from mixins.common.core.json into net.minecraft.scoreboard.ServerScoreboard
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinScoreObjective to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/scoreboard/SpongeObjective to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/objective/Objective to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/scoreboard/SpongeDisplaySlot to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/scoreboard/DisplaySlotRegistryModule to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketDisplayObjective to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinScore to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/scoreboard/SpongeScore to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinServerScoreboardPacketSending from mixins.common.core.json into net.minecraft.scoreboard.ServerScoreboard
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketTeams to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketUpdateScore to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/displayslot/DisplaySlot to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_96530_a(ILnet/minecraft/scoreboard/ScoreObjective;)V in net.minecraft.scoreboard.ServerScoreboard
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Score to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinScoreObjective from mixins.common.core.json into net.minecraft.scoreboard.ScoreObjective
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldBorder from mixins.common.core.json into net.minecraft.world.border.WorldBorder
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldEntitySpawner from mixins.common.core.json into net.minecraft.world.WorldEntitySpawner
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/SpawnerCategory to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntitySpawnPlacementRegistry to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/util/WeightedRandom to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_77192_a(Lnet/minecraft/world/WorldServer;ZZZ)I in net.minecraft.world.WorldEntitySpawner
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_180621_a(Lnet/minecraft/world/World;II)Lnet/minecraft/util/math/BlockPos; in net.minecraft.world.WorldEntitySpawner
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing server.management.MixinPlayerChunkMap from mixins.common.core.json into net.minecraft.server.management.PlayerChunkMap
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderServer from mixins.common.core.json into net.minecraft.world.gen.ChunkProviderServer
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/CachedLong2ObjectMap to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/AbstractLong2ObjectMap to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/AbstractLong2ObjectFunction to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/Hash to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/SpongeEmptyChunk to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/SpongeChunkDataStream to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/ChunkDataStream to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/WorldStorageUtil to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/objects/ObjectCollection to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderServer from mixins.forge.core.json into net.minecraft.world.gen.ChunkProviderServer
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderServer_Async_Lighting from mixins.common.optimization.json into net.minecraft.world.gen.ChunkProviderServer
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_189549_a(Lnet/minecraft/world/chunk/Chunk;)V in net.minecraft.world.gen.ChunkProviderServer
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_73156_b()Z in net.minecraft.world.gen.ChunkProviderServer
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderOverworld from mixins.common.core.json into net.minecraft.world.gen.ChunkProviderOverworld
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IChunkProviderOverworld to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/FilteredPopulator to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IFlaggedPopulator to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/AnimalPopulator to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/SnowPopulator to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/gen/ChunkBufferPrimer to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/gen/ObjectArrayMutableBiomeBuffer to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/gen/AbstractBiomeBuffer to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Biomes to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinMapGenBase from mixins.common.core.json into net.minecraft.world.gen.MapGenBase
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.structure.MixinMapGenStructure from mixins.common.core.json into net.minecraft.world.gen.structure.MapGenStructure
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/InternalPopulatorTypes to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/StructureStart to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/StructureBoundingBox to metadata cache
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/objects/ObjectIterator to metadata cache
[19:36:46] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175794_a(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/ChunkPos;)Z in net.minecraft.world.gen.structure.MapGenStructure
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.structure.MixinMapGenVillage from mixins.common.core.json into net.minecraft.world.gen.structure.MapGenVillage
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderFlat from mixins.common.core.json into net.minecraft.world.gen.ChunkProviderFlat
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderHell from mixins.common.core.json into net.minecraft.world.gen.ChunkProviderHell
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderEnd from mixins.common.core.json into net.minecraft.world.gen.ChunkProviderEnd
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.gen.MixinChunkProviderEnd from mixins.forge.core.json into net.minecraft.world.gen.ChunkProviderEnd
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing util.MixinClassInheritanceMultiMap from mixins.common.core.json into net.minecraft.util.ClassInheritanceMultiMap
[19:36:46] [Server thread/INFO] [FML/]: Loading dimension 0 (world) (DedicatedServer)
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing network.play.server.MixinSPacketWorldBorder from mixins.common.core.json into net.minecraft.network.play.server.SPacketWorldBorder
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.MixinServerWorldEventHandler from mixins.common.core.json into net.minecraft.world.ServerWorldEventHandler
[19:36:46] [Server thread/DEBUG] [mixin/]: Mixing world.chunk.MixinBlockStateContainer from mixins.common.core.json into net.minecraft.world.chunk.BlockStateContainer
[19:36:46] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/NibbleArray to metadata cache
[19:36:47] [Server thread/DEBUG] [mixin/]: Mixing entity.MixinEntityTrackerEntry from mixins.common.core.json into net.minecraft.entity.EntityTrackerEntry
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntity$S17PacketEntityLookMove to metadata cache
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityTeleport to metadata cache
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntity to metadata cache
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntity$S16PacketEntityLook to metadata cache
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntity$S15PacketEntityRelMove to metadata cache
[19:36:47] [Server thread/DEBUG] [mixin/]: Mixing world.MixinNextTickListEntry from mixins.common.core.json into net.minecraft.world.NextTickListEntry
[19:36:47] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.inventory.Slot
[19:36:47] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinSlot from mixins.common.core.json into net.minecraft.inventory.Slot
[19:36:47] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/inventory/IMixinSlot to metadata cache
[19:36:47] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryObservable from mixins.common.core.json into net.minecraft.inventory.Slot
[19:36:49] [Server thread/INFO] [Sponge/]: Loading world [world] (Overworld)
[19:36:49] [Server thread/DEBUG] [FML/]: World is missing persistent fluid defaults - using local defaults
[19:36:49] [Server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[19:36:49] [Server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[19:36:49] [Server thread/INFO] [FML/]: Loading dimension -1 (DIM-1) (DedicatedServer)
[19:36:49] [Server thread/INFO] [Sponge/]: Loading world [DIM-1] (Nether)
[19:36:49] [Server thread/DEBUG] [FML/]: World is missing persistent fluid defaults - using local defaults
[19:36:49] [Server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava
[19:36:49] [Server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing world.end.MixinDragonFightManager from mixins.common.core.json into net.minecraft.world.end.DragonFightManager
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/end/DragonSpawnManager to metadata cache
[19:36:49] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_186105_b()V in net.minecraft.world.end.DragonFightManager
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing world.MixinBossInfoServer from mixins.common.core.json into net.minecraft.world.BossInfoServer
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing world.MixinBossInfo from mixins.common.core.json into net.minecraft.world.BossInfo
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for java/lang/Float to metadata cache
[19:36:49] [Server thread/INFO] [FML/]: Loading dimension 1 (DIM1) (DedicatedServer)
[19:36:49] [Server thread/INFO] [Sponge/]: Loading world [DIM1] (The End)
[19:36:49] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLServerStartingEvent to mod minecraft
[19:36:49] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLServerStartingEvent to mod minecraft
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft took 0,000s
[19:36:49] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp
[19:36:49] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Coder Pack took 0,000s
[19:36:49] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML
[19:36:49] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Mod Loader took 0,000s
[19:36:49] [Server thread/TRACE] [forge/forge]: Sending event FMLServerStartingEvent to mod forge
[19:36:49] [Server thread/TRACE] [forge/forge]: Sent event FMLServerStartingEvent to mod forge
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Forge took 0,003s
[19:36:49] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLServerStartingEvent to mod opencomputers|core
[19:36:49] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLServerStartingEvent to mod opencomputers|core
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - OpenComputers (Core) took 0,000s
[19:36:49] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLServerStartingEvent to mod spongeapi
[19:36:49] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLServerStartingEvent to mod spongeapi
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - SpongeAPI took 0,000s
[19:36:49] [Server thread/TRACE] [sponge/sponge]: Sending event FMLServerStartingEvent to mod sponge
[19:36:49] [Server thread/TRACE] [sponge/sponge]: Sent event FMLServerStartingEvent to mod sponge
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - SpongeForge took 0,000s
[19:36:49] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLServerStartingEvent to mod opencomputers
[19:36:49] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLServerStartingEvent to mod opencomputers
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - OpenComputers took 0,013s
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarting took 0,016s
[19:36:49] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLServerStartedEvent to mod minecraft
[19:36:49] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLServerStartedEvent to mod minecraft
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft took 0,000s
[19:36:49] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp
[19:36:49] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Coder Pack took 0,000s
[19:36:49] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML
[19:36:49] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Mod Loader took 0,000s
[19:36:49] [Server thread/TRACE] [forge/forge]: Sending event FMLServerStartedEvent to mod forge
[19:36:49] [Server thread/TRACE] [forge/forge]: Sent event FMLServerStartedEvent to mod forge
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Forge took 0,000s
[19:36:49] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLServerStartedEvent to mod opencomputers|core
[19:36:49] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLServerStartedEvent to mod opencomputers|core
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - OpenComputers (Core) took 0,000s
[19:36:49] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLServerStartedEvent to mod spongeapi
[19:36:49] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLServerStartedEvent to mod spongeapi
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - SpongeAPI took 0,000s
[19:36:49] [Server thread/TRACE] [sponge/sponge]: Sending event FMLServerStartedEvent to mod sponge
[19:36:49] [Server thread/TRACE] [sponge/sponge]: Sent event FMLServerStartedEvent to mod sponge
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - SpongeForge took 0,011s
[19:36:49] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLServerStartedEvent to mod opencomputers
[19:36:49] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLServerStartedEvent to mod opencomputers
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - OpenComputers took 0,000s
[19:36:49] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarted took 0,012s
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing status.MixinServerStatusResponseVersion from mixins.common.core.json into net.minecraft.network.ServerStatusResponse$Version
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into org.spongepowered.common.entity.player.SpongeUser
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into org.spongepowered.common.entity.player.SpongeUser
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing data.MixinCustomDataHolder from mixins.common.core.json into org.spongepowered.common.entity.player.SpongeUser
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing entity.player.MixinSpongeUser from mixins.common.core.json into org.spongepowered.common.entity.player.SpongeUser
[19:36:49] [Server thread/WARN] [Sponge/]: No entity type is registered for class li.cil.oc.server.agent.Player
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.inventory.InventoryEnderChest
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing inventory.MixinInventoryEnderChest from mixins.common.core.json into net.minecraft.inventory.InventoryEnderChest
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinSlotCrafting from mixins.common.core.json into net.minecraft.inventory.SlotCrafting
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing network.MixinNetHandlerPlayServer from mixins.common.core.json into net.minecraft.network.NetHandlerPlayServer
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/LinkedList to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/AbstractSequentialList to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/ListData to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketUpdateSign to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/tileentity/ChangeSignEvent to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/PacketThreadUtil to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketCreativeInventoryAction to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/ClickInventoryEvent to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/ChangeInventoryEvent to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/AffectSlotEvent to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/AffectItemStackEvent to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketPlayer to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketVehicleMove to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketMoveVehicle to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/packet/PacketPhaseUtil to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketUseEntity to metadata cache
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing network.MixinNetHandlerPlayServer from mixins.forge.core.json into net.minecraft.network.NetHandlerPlayServer
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinNetPlayHandler to metadata cache
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/ServerChatEvent to metadata cache
[19:36:49] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_147344_a(Lnet/minecraft/network/play/client/CPacketCreativeInventoryAction;)V in net.minecraft.network.NetHandlerPlayServer
[19:36:49] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_147340_a(Lnet/minecraft/network/play/client/CPacketUseEntity;)V in net.minecraft.network.NetHandlerPlayServer
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketChatMessage to metadata cache
[19:36:49] [Server thread/DEBUG] [mixin/]: Mixing status.MixinServerStatusResponsePlayers from mixins.common.core.json into net.minecraft.network.ServerStatusResponse$Players
[19:36:49] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/status/StatusResponse$Players to metadata cache
[19:36:49] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_151331_c()[Lcom/mojang/authlib/GameProfile; in net.minecraft.network.ServerStatusResponse$Players
[19:36:49] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_151330_a([Lcom/mojang/authlib/GameProfile;)V in net.minecraft.network.ServerStatusResponse$Players
[19:37:19] [Server thread/DEBUG] [mixin/]: Mixing world.storage.MixinThreadedFileIOBase from mixins.common.core.json into net.minecraft.world.storage.ThreadedFileIOBase
[19:37:19] [Server thread/DEBUG] [mixin/]: Mixing network.play.server.MixinSPacketPlayerListItem from mixins.common.core.json into net.minecraft.network.play.server.SPacketPlayerListItem
[19:37:19] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/network/play/server/IMixinSPacketPlayerListItem to metadata cache
[19:37:34] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldServerMulti from mixins.common.core.json into net.minecraft.world.WorldServerMulti
[19:37:34] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_73042_a()V in net.minecraft.world.WorldServerMulti
[19:37:34] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method func_175643_b()Lnet/minecraft/world/World; in net.minecraft.world.WorldServerMulti
[19:37:34] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing status.MixinLegacyPingHandler from mixins.common.core.json into net.minecraft.network.LegacyPingHandler
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for io/netty/channel/ChannelHandlerContext to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for io/netty/buffer/ByteBufAllocator to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for io/netty/channel/ChannelPipeline to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetworkSystem to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/status/SpongeLegacyMinecraftVersion to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/status/SpongeStatusResponse to metadata cache
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Unexpected: Merged unregistered method channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V in net.minecraft.network.LegacyPingHandler
[19:37:48] [Netty Server IO #1/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetectionLevel: simple
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing server.network.MixinNetHandlerHandshakeTCP from mixins.common.core.json into net.minecraft.server.network.NetHandlerHandshakeTCP
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing network.packet.MixinC00Handshake from mixins.forge.core.json into net.minecraft.network.handshake.client.C00Handshake
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/BungeeCordCategory to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for net/minecraft/network/EnumConnectionState to metadata cache
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing network.packet.MixinSPacketResourcePackSend from mixins.common.core.json into net.minecraft.network.play.server.SPacketResourcePackSend
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing network.packet.MixinSPacketScoreboardObjective from mixins.common.core.json into net.minecraft.network.play.server.SPacketScoreboardObjective
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing scoreboard.MixinScore from mixins.common.core.json into net.minecraft.scoreboard.Score
[19:37:48] [Netty Server IO #1/DEBUG] [io.netty.util.internal.Cleaner0/]: java.nio.ByteBuffer.cleaner(): available
[19:37:48] [Netty Server IO #1/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacity.default: 262144
[19:37:48] [Netty Server IO #1/DEBUG] [mixin/]: Mixing server.network.MixinNetHandlerLoginServer from mixins.common.core.json into net.minecraft.server.network.NetHandlerLoginServer
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinNetHandlerLoginServer to metadata cache
[19:37:48] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for net/minecraft/network/login/server/SPacketDisconnect to metadata cache
[19:37:49] [Netty Server IO #1/DEBUG] [mixin/]: Mixing server.network.MixinNetHandlerLoginServerAnonThread from mixins.common.core.json into net.minecraft.server.network.NetHandlerLoginServer$2
[19:37:49] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/exceptions/AuthenticationUnavailableException to metadata cache
[19:37:49] [Netty Server IO #1/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/exceptions/AuthenticationException to metadata cache
[19:37:50] [User Authenticator #1/DEBUG] [mixin/]: Mixing authlib.MixinProperty from mixins.common.core.json into com.mojang.authlib.properties.Property
[19:37:50] [User Authenticator #1/TRACE] [mixin/]: Added class metadata for java/security/InvalidKeyException to metadata cache
[19:37:50] [User Authenticator #1/TRACE] [mixin/]: Added class metadata for java/security/NoSuchAlgorithmException to metadata cache
[19:37:50] [User Authenticator #1/TRACE] [mixin/]: Added class metadata for java/security/KeyException to metadata cache
[19:37:50] [User Authenticator #1/TRACE] [mixin/]: Added class metadata for java/security/GeneralSecurityException to metadata cache
[19:37:50] [User Authenticator #1/TRACE] [mixin/]: Added class metadata for java/security/SignatureException to metadata cache
[19:37:50] [Netty Server IO #1/TRACE] [FML/]: Handshake channel activating
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: HELLO
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO
[19:37:50] [Netty Server IO #1/INFO] [FML/]: Client protocol version 2
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: HELLO
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ModList:6 mods->FMLHandshakeServerState$2:HELLO
[19:37:50] [Netty Server IO #1/INFO] [FML/]: Client attempting to join with 6 mods : minecraft@1.11.2,opencomputers|core@1.7.0.40,FML@8.0.99.99,forge@13.20.1.2429,opencomputers@1.7.0.40,mcp@9.19
[19:37:50] [Netty Server IO #1/INFO] [FML/]: Attempting connection with missing mods [spongeapi, sponge] at CLIENT
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: WAITINGCACK
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: COMPLETE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{3}->FMLHandshakeServerState$4:COMPLETE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: DONE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$5:DONE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: DONE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[19:37:50] [Netty Server IO #1/DEBUG] [FML/]: Next: DONE
[19:37:50] [Server thread/INFO] [FML/]: [Server thread] Server side modded connection established
[19:37:50] [Server thread/DEBUG] [mixin/]: Mixing server.management.MixinPlayerChunkMapEntry from mixins.common.core.json into net.minecraft.server.management.PlayerChunkMapEntry
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketChunkData to metadata cache
[19:37:50] [Server thread/DEBUG] [mixin/]: Mixing server.management.MixinPlayerChunkMapEntry from mixins.forge.core.json into net.minecraft.server.management.PlayerChunkMapEntry
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinPlayerChunkMapEntry to metadata cache
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/entity/PlayerChunkRunnable to metadata cache
[19:37:50] [Server thread/DEBUG] [mixin/]: Mixing text.MixinClickEvent from mixins.common.core.json into net.minecraft.util.text.event.ClickEvent
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for java/net/URL to metadata cache
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for java/net/MalformedURLException to metadata cache
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/action/SpongeCallbackHolder to metadata cache
[19:37:50] [Netty Server IO #1/DEBUG] [mixin/]: Mixing util.MixinPacketThreadUtil from mixins.common.core.json into net.minecraft.network.PacketThreadUtil$1
[19:37:50] [ForkJoinPool-1-worker-11/INFO] [opencomputers/]: Starting OpenComputers version check.
[19:37:50] [Server thread/DEBUG] [mixin/]: Mixing MixinPacketUtil from mixins.common.exploit.json into org.spongepowered.common.network.PacketUtil
[19:37:50] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ExploitCategory to metadata cache
[19:37:50] [Server thread/DEBUG] [mixin/]: Unexpected: Merged unregistered method creativeCheck(Lnet/minecraft/network/Packet;Lnet/minecraft/entity/player/EntityPlayerMP;)Z in org.spongepowered.common.network.PacketUtil
[19:37:51] [ForkJoinPool-1-worker-11/INFO] [opencomputers/]: Running the latest OpenComputers version.
[19:38:00] [Server thread/DEBUG] [mixin/]: Mixing common.MixinSpongeProxyBlockAccess from mixins.forge.core.json into org.spongepowered.common.world.SpongeProxyBlockAccess
[19:38:19] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[19:39:04] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[19:39:49] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[19:40:10] [Server thread/DEBUG] [mixin/]: Mixing forge.MixinBlockSnapshot from mixins.forge.core.json into net.minecraftforge.common.util.BlockSnapshot
[19:40:10] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinBlockSnapshot to metadata cache
[19:40:10] [Server thread/INFO] [Sponge/]: Unloading world [DIM-1] (DIM-1)
[19:40:10] [Server thread/INFO] [Sponge/]: Unloading world [DIM1] (DIM1)
[19:40:10] [Server thread/DEBUG] [FML/]: Reverting to frozen data state.
[19:40:10] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLModIdMappingEvent to mod minecraft
[19:40:10] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLModIdMappingEvent to mod minecraft
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft took 0,000s
[19:40:10] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp
[19:40:10] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0,000s
[19:40:10] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML
[19:40:10] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0,000s
[19:40:10] [Server thread/TRACE] [forge/forge]: Sending event FMLModIdMappingEvent to mod forge
[19:40:10] [Server thread/TRACE] [forge/forge]: Sent event FMLModIdMappingEvent to mod forge
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0,050s
[19:40:10] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLModIdMappingEvent to mod opencomputers|core
[19:40:10] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLModIdMappingEvent to mod opencomputers|core
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - OpenComputers (Core) took 0,000s
[19:40:10] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLModIdMappingEvent to mod spongeapi
[19:40:10] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLModIdMappingEvent to mod spongeapi
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - SpongeAPI took 0,000s
[19:40:10] [Server thread/TRACE] [sponge/sponge]: Sending event FMLModIdMappingEvent to mod sponge
[19:40:10] [Server thread/TRACE] [sponge/sponge]: Sent event FMLModIdMappingEvent to mod sponge
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - SpongeForge took 0,000s
[19:40:10] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLModIdMappingEvent to mod opencomputers
[19:40:10] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLModIdMappingEvent to mod opencomputers
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - OpenComputers took 0,000s
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0,052s
[19:40:10] [Server thread/INFO] [FML/]: Applying holder lookups
[19:40:10] [Server thread/INFO] [FML/]: Holder lookups applied
[19:40:10] [Server thread/DEBUG] [FML/]: Frozen state restored.
[19:40:10] [Server thread/TRACE] [minecraft/minecraft]: Sending event FMLServerStoppedEvent to mod minecraft
[19:40:10] [Server thread/TRACE] [minecraft/minecraft]: Sent event FMLServerStoppedEvent to mod minecraft
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft took 0,000s
[19:40:10] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[19:40:10] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0,000s
[19:40:10] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[19:40:10] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0,000s
[19:40:10] [Server thread/TRACE] [forge/forge]: Sending event FMLServerStoppedEvent to mod forge
[19:40:10] [Server thread/TRACE] [forge/forge]: Sent event FMLServerStoppedEvent to mod forge
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0,000s
[19:40:10] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sending event FMLServerStoppedEvent to mod opencomputers|core
[19:40:10] [Server thread/TRACE] [opencomputers|core/opencomputers|core]: Sent event FMLServerStoppedEvent to mod opencomputers|core
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - OpenComputers (Core) took 0,000s
[19:40:10] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLServerStoppedEvent to mod spongeapi
[19:40:10] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLServerStoppedEvent to mod spongeapi
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - SpongeAPI took 0,000s
[19:40:10] [Server thread/TRACE] [sponge/sponge]: Sending event FMLServerStoppedEvent to mod sponge
[19:40:10] [Server thread/TRACE] [sponge/sponge]: Sent event FMLServerStoppedEvent to mod sponge
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - SpongeForge took 0,035s
[19:40:10] [Server thread/TRACE] [opencomputers/opencomputers]: Sending event FMLServerStoppedEvent to mod opencomputers
[19:40:10] [Server thread/TRACE] [opencomputers/opencomputers]: Sent event FMLServerStoppedEvent to mod opencomputers
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - OpenComputers took 0,000s
[19:40:10] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0,036s
[19:40:10] [Server thread/INFO] [FML/]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment