Jump to content

benji_sup

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by benji_sup

  1. Thanks for the reply , as i thought the problem seem to come from there but i cant understand how , as i said before i try with an empty mod and it dont work : here is the code : package tryhard; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.EventHandler; // used in 1.6.2 import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.event.FMLPostInitializationEvent; import cpw.mods.fml.common.event.FMLPreInitializationEvent; @Mod(modid="tryhard", name="Try hard", version="1.03b") public class TryhardMod { @EventHandler // used in 1.6.2 //@PreInit // used in 1.5.2 public void preInit(FMLPreInitializationEvent event) { // Stub Method } @EventHandler // used in 1.6.2 //@Init // used in 1.5.2 public void load(FMLInitializationEvent event) { } @EventHandler // used in 1.6.2 //@PostInit // used in 1.5.2 public void postInit(FMLPostInitializationEvent event) { // Stub Method } } package tryhard; public class CommonProxy { public void registerRenderers() { } } package tryhard; public class ClientProxy extends CommonProxy { @Override public void registerRenderers() { } } and the logs : [18:24:35] [main/INFO] [FML/]: Forge Mod Loader version 7.2.156.1060 for Minecraft 1.7.2 loading [18:24:35] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_45, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7 [18:24:35] [main/DEBUG] [FML/]: Java classpath at launch is C:\forge 1.7.2\bin;C:\Users\Benjamin\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.2-10.12.1.1060\forgeSrc-1.7.2-10.12.1.1060.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.9\116f2aad5b0c68353ebed66cd463517db6522f7e\launchwrapper-1.9.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\4.1\dd6ba5c392d4102458494e29f54f70ac534ec2a2\asm-debug-all-4.1.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.10.2\6ba65d12cd09d441083262d6f73d2257fec7c663\scala-library-2.10.2.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.10.2\64c8b1380cc53d6850823d6e4e7ae984aa44ef9c\scala-compiler-2.10.2.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\15.0\ed727a8d9f247e2050281cb083f1c77b09dcb5cd\guava-15.0.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.1\905075e6c80f206bbe6cf1e809d2caa69f420c76\commons-lang3-3.1.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.3\4fb033c2d6eccced08752d8f33e8c3a0a45deb2d\authlib-1.3.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.0\5654d06e61a1bba7ae1e7f5233e1106be64c91cd\lwjgl-2.9.0.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.0\a778846b64008fc7f48ead2377f034e547991699\lwjgl_util-2.9.0.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\2ba5dcb11048147f1a74eff2deb192c001321f77\lwjgl-platform-2.9.0-natives-linux.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\6621b382cb14cc409b041d8d72829156a87c31aa\lwjgl-platform-2.9.0-natives-osx.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\3f11873dc8e84c854ec7c5a8fd2e869f8aaef764\lwjgl-platform-2.9.0-natives-windows.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar;C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.10.2\444ff8e89a81697997ed8a98a4642ba283130249\scala-reflect-2.10.2.jar [18:24:35] [main/DEBUG] [FML/]: Java library path at launch is C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives;C:\forge 1.7.2\build\natives [18:24:35] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [18:24:35] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin [18:24:35] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers [18:24:35] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin [18:24:35] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin [18:24:35] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers [18:24:35] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin [18:24:35] [main/DEBUG] [FML/]: All fundamental core mods are successfully located [18:24:35] [main/DEBUG] [FML/]: Discovering coremods [18:24:35] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:24:35] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:24:35] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:24:35] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [18:24:35] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:24:35] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers [18:24:35] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer [18:24:36] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer [18:24:36] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer [18:24:36] [main/DEBUG] [FML/]: Injection complete [18:24:36] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} [18:24:36] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin [18:24:36] [main/ERROR] [FML/]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [18:24:36] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully [18:24:36] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [18:24:36] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers [18:24:36] [main/DEBUG] [FML/]: Injection complete [18:24:36] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} [18:24:36] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin [18:24:36] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully [18:24:36] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [18:24:36] [main/DEBUG] [FML/]: Loaded 32 rules from AccessTransformer config file fml_at.cfg [18:24:36] [main/DEBUG] [FML/]: Loaded 81 rules from AccessTransformer config file forge_at.cfg [18:24:36] [main/DEBUG] [FML/]: Validating minecraft [18:24:36] [main/DEBUG] [FML/]: Minecraft validated, launching... [18:24:36] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:24:37] [main/TRACE] [FML/]: Registry add: air 0 net.minecraft.block.BlockAir@5a0ec10b [18:24:37] [main/TRACE] [FML/]: Registry add: stone 1 net.minecraft.block.BlockStone@569012aa [18:24:37] [main/TRACE] [FML/]: Registry add: grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:24:37] [main/TRACE] [FML/]: Registry add: dirt 3 net.minecraft.block.BlockDirt@4215232f [18:24:37] [main/TRACE] [FML/]: Registry add: cobblestone 4 net.minecraft.block.Block@79b9048d [18:24:37] [main/TRACE] [FML/]: Registry add: planks 5 net.minecraft.block.BlockWood@150519c6 [18:24:37] [main/TRACE] [FML/]: Registry add: sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:24:37] [main/TRACE] [FML/]: Registry add: bedrock 7 net.minecraft.block.Block@50a9a747 [18:24:38] [main/TRACE] [FML/]: Registry add: flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:24:38] [main/TRACE] [FML/]: Registry add: water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:24:38] [main/TRACE] [FML/]: Registry add: flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:24:38] [main/TRACE] [FML/]: Registry add: lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:24:38] [main/TRACE] [FML/]: Registry add: sand 12 net.minecraft.block.BlockSand@38797817 [18:24:38] [main/TRACE] [FML/]: Registry add: gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:24:38] [main/TRACE] [FML/]: Registry add: gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:24:38] [main/TRACE] [FML/]: Registry add: coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:24:38] [main/TRACE] [FML/]: Registry add: log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:24:38] [main/TRACE] [FML/]: Registry add: leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:24:38] [main/TRACE] [FML/]: Registry add: sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:24:38] [main/TRACE] [FML/]: Registry add: glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:24:38] [main/TRACE] [FML/]: Registry add: lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:24:38] [main/TRACE] [FML/]: Registry add: lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:24:38] [main/TRACE] [FML/]: Registry add: dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:24:38] [main/TRACE] [FML/]: Registry add: sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:24:38] [main/TRACE] [FML/]: Registry add: noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:24:38] [main/TRACE] [FML/]: Registry add: bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:24:38] [main/TRACE] [FML/]: Registry add: detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:24:38] [main/TRACE] [FML/]: Registry add: sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:24:38] [main/TRACE] [FML/]: Registry add: web 30 net.minecraft.block.BlockWeb@59b66caf [18:24:38] [main/TRACE] [FML/]: Registry add: tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:24:38] [main/TRACE] [FML/]: Registry add: deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:24:38] [main/TRACE] [FML/]: Registry add: piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:24:38] [main/TRACE] [FML/]: Registry add: piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:24:38] [main/TRACE] [FML/]: Registry add: wool 35 net.minecraft.block.BlockColored@43aa735f [18:24:38] [main/TRACE] [FML/]: Registry add: piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:24:38] [main/TRACE] [FML/]: Registry add: yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:24:38] [main/TRACE] [FML/]: Registry add: red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:24:38] [main/TRACE] [FML/]: Registry add: brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:24:38] [main/TRACE] [FML/]: Registry add: red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:24:38] [main/TRACE] [FML/]: Registry add: gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:24:38] [main/TRACE] [FML/]: Registry add: double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:24:38] [main/TRACE] [FML/]: Registry add: stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:24:38] [main/TRACE] [FML/]: Registry add: brick_block 45 net.minecraft.block.Block@48ea70f2 [18:24:38] [main/TRACE] [FML/]: Registry add: tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:24:38] [main/TRACE] [FML/]: Registry add: bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:24:38] [main/TRACE] [FML/]: Registry add: mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:24:38] [main/TRACE] [FML/]: Registry add: obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:24:38] [main/TRACE] [FML/]: Registry add: torch 50 net.minecraft.block.BlockTorch@417ae714 [18:24:38] [main/TRACE] [FML/]: Registry add: fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:24:38] [main/TRACE] [FML/]: Registry add: mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:24:38] [main/TRACE] [FML/]: Registry add: oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:24:38] [main/TRACE] [FML/]: Registry add: chest 54 net.minecraft.block.BlockChest@2315da09 [18:24:38] [main/TRACE] [FML/]: Registry add: redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:24:38] [main/TRACE] [FML/]: Registry add: crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:24:38] [main/TRACE] [FML/]: Registry add: wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:24:38] [main/TRACE] [FML/]: Registry add: farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:24:38] [main/TRACE] [FML/]: Registry add: furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:24:38] [main/TRACE] [FML/]: Registry add: lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:24:38] [main/TRACE] [FML/]: Registry add: standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:24:38] [main/TRACE] [FML/]: Registry add: ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:24:38] [main/TRACE] [FML/]: Registry add: rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:24:38] [main/TRACE] [FML/]: Registry add: stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:24:38] [main/TRACE] [FML/]: Registry add: wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:24:38] [main/TRACE] [FML/]: Registry add: lever 69 net.minecraft.block.BlockLever@108b736 [18:24:38] [main/TRACE] [FML/]: Registry add: stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:24:38] [main/TRACE] [FML/]: Registry add: iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:24:38] [main/TRACE] [FML/]: Registry add: redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:24:38] [main/TRACE] [FML/]: Registry add: lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:24:38] [main/TRACE] [FML/]: Registry add: unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:24:38] [main/TRACE] [FML/]: Registry add: redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:24:38] [main/TRACE] [FML/]: Registry add: stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:24:38] [main/TRACE] [FML/]: Registry add: snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:24:38] [main/TRACE] [FML/]: Registry add: ice 79 net.minecraft.block.BlockIce@f70906 [18:24:38] [main/TRACE] [FML/]: Registry add: snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:24:38] [main/TRACE] [FML/]: Registry add: cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:24:38] [main/TRACE] [FML/]: Registry add: clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:24:38] [main/TRACE] [FML/]: Registry add: reeds 83 net.minecraft.block.BlockReed@16818376 [18:24:38] [main/TRACE] [FML/]: Registry add: jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:24:38] [main/TRACE] [FML/]: Registry add: fence 85 net.minecraft.block.BlockFence@46759d75 [18:24:38] [main/TRACE] [FML/]: Registry add: pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:24:38] [main/TRACE] [FML/]: Registry add: netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:24:38] [main/TRACE] [FML/]: Registry add: soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:24:38] [main/TRACE] [FML/]: Registry add: glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:24:38] [main/TRACE] [FML/]: Registry add: portal 90 net.minecraft.block.BlockPortal@412b940e [18:24:38] [main/TRACE] [FML/]: Registry add: lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:24:38] [main/TRACE] [FML/]: Registry add: cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:24:38] [main/TRACE] [FML/]: Registry add: unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:24:38] [main/TRACE] [FML/]: Registry add: powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:24:38] [main/TRACE] [FML/]: Registry add: stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:24:38] [main/TRACE] [FML/]: Registry add: trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:24:38] [main/TRACE] [FML/]: Registry add: monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:24:38] [main/TRACE] [FML/]: Registry add: stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:24:38] [main/TRACE] [FML/]: Registry add: brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:24:38] [main/TRACE] [FML/]: Registry add: red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:24:38] [main/TRACE] [FML/]: Registry add: glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:24:38] [main/TRACE] [FML/]: Registry add: melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:24:38] [main/TRACE] [FML/]: Registry add: pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:24:38] [main/TRACE] [FML/]: Registry add: melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:24:38] [main/TRACE] [FML/]: Registry add: vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:24:38] [main/TRACE] [FML/]: Registry add: fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:24:38] [main/TRACE] [FML/]: Registry add: brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:24:38] [main/TRACE] [FML/]: Registry add: stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:24:38] [main/TRACE] [FML/]: Registry add: mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:24:38] [main/TRACE] [FML/]: Registry add: waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:24:38] [main/TRACE] [FML/]: Registry add: nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:24:38] [main/TRACE] [FML/]: Registry add: nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:24:38] [main/TRACE] [FML/]: Registry add: nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:24:38] [main/TRACE] [FML/]: Registry add: nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:24:38] [main/TRACE] [FML/]: Registry add: enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:24:38] [main/TRACE] [FML/]: Registry add: brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:24:38] [main/TRACE] [FML/]: Registry add: cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:24:38] [main/TRACE] [FML/]: Registry add: end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:24:38] [main/TRACE] [FML/]: Registry add: end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:24:38] [main/TRACE] [FML/]: Registry add: end_stone 121 net.minecraft.block.Block@233c779c [18:24:38] [main/TRACE] [FML/]: Registry add: dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:24:38] [main/TRACE] [FML/]: Registry add: redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:24:38] [main/TRACE] [FML/]: Registry add: lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:24:38] [main/TRACE] [FML/]: Registry add: double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:24:38] [main/TRACE] [FML/]: Registry add: cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:24:38] [main/TRACE] [FML/]: Registry add: sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:24:38] [main/TRACE] [FML/]: Registry add: emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:24:38] [main/TRACE] [FML/]: Registry add: ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:24:38] [main/TRACE] [FML/]: Registry add: tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:24:38] [main/TRACE] [FML/]: Registry add: tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:24:38] [main/TRACE] [FML/]: Registry add: emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:24:38] [main/TRACE] [FML/]: Registry add: spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:24:38] [main/TRACE] [FML/]: Registry add: birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:24:38] [main/TRACE] [FML/]: Registry add: jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:24:38] [main/TRACE] [FML/]: Registry add: command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:24:38] [main/TRACE] [FML/]: Registry add: beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:24:38] [main/TRACE] [FML/]: Registry add: cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:24:38] [main/TRACE] [FML/]: Registry add: flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:24:38] [main/TRACE] [FML/]: Registry add: carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:24:38] [main/TRACE] [FML/]: Registry add: potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:24:38] [main/TRACE] [FML/]: Registry add: skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:24:38] [main/TRACE] [FML/]: Registry add: anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:24:38] [main/TRACE] [FML/]: Registry add: trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:24:38] [main/TRACE] [FML/]: Registry add: light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:24:38] [main/TRACE] [FML/]: Registry add: heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:24:38] [main/TRACE] [FML/]: Registry add: unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:24:38] [main/TRACE] [FML/]: Registry add: powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:24:38] [main/TRACE] [FML/]: Registry add: daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:24:38] [main/TRACE] [FML/]: Registry add: redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:24:38] [main/TRACE] [FML/]: Registry add: quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:24:38] [main/TRACE] [FML/]: Registry add: hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:24:38] [main/TRACE] [FML/]: Registry add: quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:24:38] [main/TRACE] [FML/]: Registry add: quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:24:38] [main/TRACE] [FML/]: Registry add: activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:24:38] [main/TRACE] [FML/]: Registry add: dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:24:38] [main/TRACE] [FML/]: Registry add: stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:24:38] [main/TRACE] [FML/]: Registry add: stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:24:38] [main/TRACE] [FML/]: Registry add: leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:24:38] [main/TRACE] [FML/]: Registry add: log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:24:38] [main/TRACE] [FML/]: Registry add: acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:24:38] [main/TRACE] [FML/]: Registry add: dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:24:38] [main/TRACE] [FML/]: Registry add: hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:24:38] [main/TRACE] [FML/]: Registry add: carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:24:38] [main/TRACE] [FML/]: Registry add: hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:24:38] [main/TRACE] [FML/]: Registry add: coal_block 173 net.minecraft.block.Block@7e2ef2be [18:24:38] [main/TRACE] [FML/]: Registry add: packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:24:38] [main/TRACE] [FML/]: Registry add: double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:24:38] [main/TRACE] [FML/]: Registry add: iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:24:38] [main/TRACE] [FML/]: Registry add: iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:24:38] [main/TRACE] [FML/]: Registry add: flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:24:38] [main/TRACE] [FML/]: Registry add: apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:24:38] [main/TRACE] [FML/]: Registry add: bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:24:38] [main/TRACE] [FML/]: Registry add: arrow 262 net.minecraft.item.Item@3c1270f4 [18:24:38] [main/TRACE] [FML/]: Registry add: coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond 264 net.minecraft.item.Item@5bc5e80c [18:24:38] [main/TRACE] [FML/]: Registry add: iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:24:38] [main/TRACE] [FML/]: Registry add: gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:24:38] [main/TRACE] [FML/]: Registry add: stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:24:38] [main/TRACE] [FML/]: Registry add: stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:24:38] [main/TRACE] [FML/]: Registry add: stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:24:38] [main/TRACE] [FML/]: Registry add: stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:24:38] [main/TRACE] [FML/]: Registry add: stick 280 net.minecraft.item.Item@e722ed1 [18:24:38] [main/TRACE] [FML/]: Registry add: bowl 281 net.minecraft.item.Item@6a5fa2bf [18:24:38] [main/TRACE] [FML/]: Registry add: mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:24:38] [main/TRACE] [FML/]: Registry add: golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:24:38] [main/TRACE] [FML/]: Registry add: golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:24:38] [main/TRACE] [FML/]: Registry add: golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:24:38] [main/TRACE] [FML/]: Registry add: string 287 net.minecraft.item.ItemReed@950a505 [18:24:38] [main/TRACE] [FML/]: Registry add: feather 288 net.minecraft.item.Item@d81f00a [18:24:38] [main/TRACE] [FML/]: Registry add: gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:24:38] [main/TRACE] [FML/]: Registry add: stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:24:38] [main/TRACE] [FML/]: Registry add: wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:24:38] [main/TRACE] [FML/]: Registry add: wheat 296 net.minecraft.item.Item@5065f2d7 [18:24:38] [main/TRACE] [FML/]: Registry add: bread 297 net.minecraft.item.ItemFood@552a2a7d [18:24:38] [main/TRACE] [FML/]: Registry add: leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:24:38] [main/TRACE] [FML/]: Registry add: leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:24:38] [main/TRACE] [FML/]: Registry add: leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:24:38] [main/TRACE] [FML/]: Registry add: leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:24:38] [main/TRACE] [FML/]: Registry add: chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:24:38] [main/TRACE] [FML/]: Registry add: chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:24:38] [main/TRACE] [FML/]: Registry add: chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:24:38] [main/TRACE] [FML/]: Registry add: chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:24:38] [main/TRACE] [FML/]: Registry add: iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:24:38] [main/TRACE] [FML/]: Registry add: iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:24:38] [main/TRACE] [FML/]: Registry add: golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:24:38] [main/TRACE] [FML/]: Registry add: flint 318 net.minecraft.item.Item@417ef051 [18:24:38] [main/TRACE] [FML/]: Registry add: porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:24:38] [main/TRACE] [FML/]: Registry add: cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:24:38] [main/TRACE] [FML/]: Registry add: painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:24:38] [main/TRACE] [FML/]: Registry add: sign 323 net.minecraft.item.ItemSign@55e26b7f [18:24:38] [main/TRACE] [FML/]: Registry add: wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:24:38] [main/TRACE] [FML/]: Registry add: bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:24:38] [main/TRACE] [FML/]: Registry add: water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:24:38] [main/TRACE] [FML/]: Registry add: lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:24:38] [main/TRACE] [FML/]: Registry add: minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:24:38] [main/TRACE] [FML/]: Registry add: saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:24:38] [main/TRACE] [FML/]: Registry add: iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:24:38] [main/TRACE] [FML/]: Registry add: redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:24:38] [main/TRACE] [FML/]: Registry add: snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:24:38] [main/TRACE] [FML/]: Registry add: boat 333 net.minecraft.item.ItemBoat@7993bafc [18:24:38] [main/TRACE] [FML/]: Registry add: leather 334 net.minecraft.item.Item@51d934bf [18:24:38] [main/TRACE] [FML/]: Registry add: milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:24:38] [main/TRACE] [FML/]: Registry add: brick 336 net.minecraft.item.Item@1b01c0d6 [18:24:38] [main/TRACE] [FML/]: Registry add: clay_ball 337 net.minecraft.item.Item@101b2f74 [18:24:38] [main/TRACE] [FML/]: Registry add: reeds 338 net.minecraft.item.ItemReed@68c870ee [18:24:38] [main/TRACE] [FML/]: Registry add: paper 339 net.minecraft.item.Item@3f6e4f00 [18:24:38] [main/TRACE] [FML/]: Registry add: book 340 net.minecraft.item.ItemBook@51485b22 [18:24:38] [main/TRACE] [FML/]: Registry add: slime_ball 341 net.minecraft.item.Item@65573ede [18:24:38] [main/TRACE] [FML/]: Registry add: chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:24:38] [main/TRACE] [FML/]: Registry add: furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:24:38] [main/TRACE] [FML/]: Registry add: egg 344 net.minecraft.item.ItemEgg@21edc51e [18:24:38] [main/TRACE] [FML/]: Registry add: compass 345 net.minecraft.item.Item@12845f9 [18:24:38] [main/TRACE] [FML/]: Registry add: fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:24:38] [main/TRACE] [FML/]: Registry add: clock 347 net.minecraft.item.Item@726c8f4c [18:24:38] [main/TRACE] [FML/]: Registry add: glowstone_dust 348 net.minecraft.item.Item@35340144 [18:24:38] [main/TRACE] [FML/]: Registry add: fish 349 net.minecraft.item.ItemFishFood@33208377 [18:24:38] [main/TRACE] [FML/]: Registry add: cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:24:38] [main/TRACE] [FML/]: Registry add: dye 351 net.minecraft.item.ItemDye@30444c18 [18:24:38] [main/TRACE] [FML/]: Registry add: bone 352 net.minecraft.item.Item@53dfd469 [18:24:38] [main/TRACE] [FML/]: Registry add: sugar 353 net.minecraft.item.Item@bf26484 [18:24:38] [main/TRACE] [FML/]: Registry add: cake 354 net.minecraft.item.ItemReed@56a51c3c [18:24:38] [main/TRACE] [FML/]: Registry add: bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:24:38] [main/TRACE] [FML/]: Registry add: repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:24:38] [main/TRACE] [FML/]: Registry add: cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:24:38] [main/TRACE] [FML/]: Registry add: filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:24:38] [main/TRACE] [FML/]: Registry add: shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:24:38] [main/TRACE] [FML/]: Registry add: melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:24:38] [main/TRACE] [FML/]: Registry add: pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:24:38] [main/TRACE] [FML/]: Registry add: melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:24:38] [main/TRACE] [FML/]: Registry add: beef 363 net.minecraft.item.ItemFood@778dbd84 [18:24:38] [main/TRACE] [FML/]: Registry add: cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:24:38] [main/TRACE] [FML/]: Registry add: chicken 365 net.minecraft.item.ItemFood@657120fa [18:24:38] [main/TRACE] [FML/]: Registry add: cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:24:38] [main/TRACE] [FML/]: Registry add: rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:24:38] [main/TRACE] [FML/]: Registry add: ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:24:38] [main/TRACE] [FML/]: Registry add: blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:24:38] [main/TRACE] [FML/]: Registry add: ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:24:38] [main/TRACE] [FML/]: Registry add: gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:24:38] [main/TRACE] [FML/]: Registry add: nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:24:38] [main/TRACE] [FML/]: Registry add: potion 373 net.minecraft.item.ItemPotion@58ac350f [18:24:38] [main/TRACE] [FML/]: Registry add: glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:24:38] [main/TRACE] [FML/]: Registry add: spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:24:38] [main/TRACE] [FML/]: Registry add: fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:24:38] [main/TRACE] [FML/]: Registry add: blaze_powder 377 net.minecraft.item.Item@45578a8b [18:24:38] [main/TRACE] [FML/]: Registry add: magma_cream 378 net.minecraft.item.Item@7648cf3d [18:24:38] [main/TRACE] [FML/]: Registry add: brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:24:38] [main/TRACE] [FML/]: Registry add: cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:24:38] [main/TRACE] [FML/]: Registry add: ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:24:38] [main/TRACE] [FML/]: Registry add: speckled_melon 382 net.minecraft.item.Item@71290aac [18:24:38] [main/TRACE] [FML/]: Registry add: spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:24:38] [main/TRACE] [FML/]: Registry add: experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:24:38] [main/TRACE] [FML/]: Registry add: fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:24:38] [main/TRACE] [FML/]: Registry add: writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:24:38] [main/TRACE] [FML/]: Registry add: written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:24:38] [main/TRACE] [FML/]: Registry add: emerald 388 net.minecraft.item.Item@3fb90b1b [18:24:38] [main/TRACE] [FML/]: Registry add: item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:24:38] [main/TRACE] [FML/]: Registry add: flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:24:38] [main/TRACE] [FML/]: Registry add: carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:24:38] [main/TRACE] [FML/]: Registry add: potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:24:38] [main/TRACE] [FML/]: Registry add: baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:24:38] [main/TRACE] [FML/]: Registry add: poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:24:38] [main/TRACE] [FML/]: Registry add: map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:24:38] [main/TRACE] [FML/]: Registry add: golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:24:38] [main/TRACE] [FML/]: Registry add: skull 397 net.minecraft.item.ItemSkull@36680bca [18:24:38] [main/TRACE] [FML/]: Registry add: carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:24:38] [main/TRACE] [FML/]: Registry add: nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:24:38] [main/TRACE] [FML/]: Registry add: pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:24:38] [main/TRACE] [FML/]: Registry add: fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:24:38] [main/TRACE] [FML/]: Registry add: firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:24:38] [main/TRACE] [FML/]: Registry add: enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:24:38] [main/TRACE] [FML/]: Registry add: comparator 404 net.minecraft.item.ItemReed@1bec079e [18:24:38] [main/TRACE] [FML/]: Registry add: netherbrick 405 net.minecraft.item.Item@24e82464 [18:24:38] [main/TRACE] [FML/]: Registry add: quartz 406 net.minecraft.item.Item@4ad342a [18:24:38] [main/TRACE] [FML/]: Registry add: tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:24:38] [main/TRACE] [FML/]: Registry add: hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:24:38] [main/TRACE] [FML/]: Registry add: iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:24:38] [main/TRACE] [FML/]: Registry add: golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:24:38] [main/TRACE] [FML/]: Registry add: diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:24:38] [main/TRACE] [FML/]: Registry add: lead 420 net.minecraft.item.ItemLead@23205829 [18:24:38] [main/TRACE] [FML/]: Registry add: name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:24:38] [main/TRACE] [FML/]: Registry add: command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:24:38] [main/TRACE] [FML/]: Registry add: record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:24:38] [main/TRACE] [FML/]: Registry add: record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:24:38] [main/TRACE] [FML/]: Registry add: record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:24:38] [main/TRACE] [FML/]: Registry add: record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:24:38] [main/TRACE] [FML/]: Registry add: record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:24:38] [main/TRACE] [FML/]: Registry add: record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:24:38] [main/TRACE] [FML/]: Registry add: record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:24:38] [main/TRACE] [FML/]: Registry add: record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:24:38] [main/TRACE] [FML/]: Registry add: record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:24:38] [main/TRACE] [FML/]: Registry add: record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:24:38] [main/TRACE] [FML/]: Registry add: record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:24:38] [main/TRACE] [FML/]: Registry add: record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@43d9b738 for ItemBlock net.minecraft.item.ItemBlock@1855590e at id 148 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCactus@238bb76a for ItemBlock net.minecraft.item.ItemBlock@b49b29d at id 81 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@38009ade for ItemBlock net.minecraft.item.ItemBlock@136d6735 at id 21 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressedPowered@4ae50837 for ItemBlock net.minecraft.item.ItemBlock@7392d289 at id 152 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@43b71a61 for ItemBlock net.minecraft.item.ItemBlock@2c3c5ba6 at id 128 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2ea161e0 for ItemBlock net.minecraft.item.ItemBlock@2ea505fa at id 133 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4d7c1b64 for ItemBlock net.minecraft.item.ItemBlock@542b7802 at id 135 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMelon@49985d31 for ItemBlock net.minecraft.item.ItemBlock@71d3f679 at id 103 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@62e10dd0 for ItemBlock net.minecraft.item.ItemBlock@12dabc51 at id 42 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@207a0c69 for ItemBlock net.minecraft.item.ItemBlock@56817382 at id 163 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSapling@672586a0 for ItemBlock net.minecraft.item.ItemMultiTexture@48e0f841 at id 6 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStone@569012aa for ItemBlock net.minecraft.item.ItemBlock@29ca98c8 at id 1 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@82963fb for ItemBlock net.minecraft.item.ItemBlock@33f487e7 at id 10 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockJukebox@694043b3 for ItemBlock net.minecraft.item.ItemBlock@7b066956 at id 84 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@560580ab for ItemBlock net.minecraft.item.ItemBlock@61edcc33 at id 108 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDaylightDetector@15eda628 for ItemBlock net.minecraft.item.ItemBlock@42f95a7f at id 151 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@32d0a462 for ItemBlock net.minecraft.item.ItemPiston@3b82fb2d at id 33 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnow@47b7eeee for ItemBlock net.minecraft.item.ItemSnow@18906123 at id 78 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@1a96fdd7 for ItemBlock net.minecraft.item.ItemBlock@2ed94d6e at id 40 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@54a21d65 for ItemBlock net.minecraft.item.ItemBlock@3c6a88c9 at id 8 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@2315da09 for ItemBlock net.minecraft.item.ItemBlock@763a631b at id 54 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@43aa735f for ItemBlock net.minecraft.item.ItemCloth@76878596 at id 35 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@6ef3b5d9 for ItemBlock net.minecraft.item.ItemBlock@3b5377a5 at id 16 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@4c875c1c for ItemBlock net.minecraft.item.ItemPiston@64d41010 at id 29 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@50a9a747 for ItemBlock net.minecraft.item.ItemBlock@1e6abe27 at id 7 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGravel@3904e3f1 for ItemBlock net.minecraft.item.ItemBlock@71ea020a at id 13 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWorkbench@1e317636 for ItemBlock net.minecraft.item.ItemBlock@3a2c18f3 at id 58 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@34b88127 for ItemBlock net.minecraft.item.ItemBlock@251a175b at id 72 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherrack@47330c96 for ItemBlock net.minecraft.item.ItemBlock@53f36a64 at id 87 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLog@4ee31cd5 for ItemBlock net.minecraft.item.ItemMultiTexture@11cdf64b at id 162 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTorch@417ae714 for ItemBlock net.minecraft.item.ItemBlock@68e4bf0e at id 50 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@c7d97d5 for ItemBlock net.minecraft.item.ItemBlock@1bb65ef at id 61 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@53624517 for ItemBlock net.minecraft.item.ItemBlock@36212ecc at id 22 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneOre@730f7532 for ItemBlock net.minecraft.item.ItemBlock@3c876ed7 at id 73 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6520d10a for ItemBlock net.minecraft.item.ItemBlock@5f7e044c at id 134 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@676adb67 for ItemBlock net.minecraft.item.ItemBlock@4a4c4a8e at id 67 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLever@108b736 for ItemBlock net.minecraft.item.ItemBlock@56b2d6bd at id 69 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockIce@f70906 for ItemBlock net.minecraft.item.ItemBlock@77303ec2 at id 79 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortalFrame@6f220804 for ItemBlock net.minecraft.item.ItemBlock@686fb0 at id 120 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDoublePlant@2378776a for ItemBlock net.minecraft.item.ItemDoublePlant@1c42e68a at id 175 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarrot@581bce9a for ItemBlock net.minecraft.item.ItemBlock@6c2d7c84 at id 141 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlass@622a11f3 for ItemBlock net.minecraft.item.ItemBlock@1e49f598 at id 20 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNote@30b4ff9a for ItemBlock net.minecraft.item.ItemBlock@99addb1 at id 25 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@46759d75 for ItemBlock net.minecraft.item.ItemBlock@16509464 at id 85 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@48ea70f2 for ItemBlock net.minecraft.item.ItemBlock@43e3cae at id 45 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTallGrass@5799832c for ItemBlock net.minecraft.item.ItemColored@51a44a2 at id 31 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPackedIce@54f50a51 for ItemBlock net.minecraft.item.ItemBlock@7f8fea4b at id 174 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@36971840 for ItemBlock net.minecraft.item.ItemBlock@415f235a at id 146 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@7a7fbf64 for ItemBlock net.minecraft.item.ItemBlock@4d0a0b3d at id 100 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@4a9ce1c8 for ItemBlock net.minecraft.item.ItemBlock@4e67f94e at id 112 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnchantmentTable@69b24aa6 for ItemBlock net.minecraft.item.ItemBlock@c209819 at id 116 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneBrick@6eb2916d for ItemBlock net.minecraft.item.ItemMultiTexture@2fe19787 at id 98 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@46b0b225 for ItemBlock net.minecraft.item.ItemBlock@3a338a0 at id 99 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBeacon@7b0bbf58 for ItemBlock net.minecraft.item.ItemBlock@50da923d at id 138 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@13b9b89a for ItemBlock net.minecraft.item.ItemMultiTexture@3db70c43 at id 38 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockVine@6f9d8f01 for ItemBlock net.minecraft.item.ItemColored@3c86225c at id 106 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDropper@52f2cc2d for ItemBlock net.minecraft.item.ItemBlock@a39e50f at id 158 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@712678ab for ItemBlock net.minecraft.item.ItemBlock@5eed4107 at id 102 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLog@7bb07f97 for ItemBlock net.minecraft.item.ItemMultiTexture@2a486341 at id 17 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFire@6bd8f3a1 for ItemBlock net.minecraft.item.ItemBlock@766c5616 at id 51 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@1f317315 for ItemBlock net.minecraft.item.ItemBlock@4287fb17 at id 56 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDeadBush@6f9f0c0e for ItemBlock net.minecraft.item.ItemBlock@6d75c520 at id 32 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSoulSand@c90647a for ItemBlock net.minecraft.item.ItemBlock@4ee0f004 at id 88 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@7e2ef2be for ItemBlock net.minecraft.item.ItemBlock@11adbf11 at id 173 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBookshelf@6a862a07 for ItemBlock net.minecraft.item.ItemBlock@25dafe28 at id 47 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonStone@5f17bcf6 for ItemBlock net.minecraft.item.ItemBlock@4c640782 at id 77 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2ef33be4 for ItemBlock net.minecraft.item.ItemBlock@3b290efc at id 41 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneLight@ae281c for ItemBlock net.minecraft.item.ItemBlock@496e0bc at id 123 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSand@38797817 for ItemBlock net.minecraft.item.ItemMultiTexture@4d7c58fe at id 12 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockQuartz@2e0d6606 for ItemBlock net.minecraft.item.ItemMultiTexture@1eb6b370 at id 155 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnowBlock@678f7bca for ItemBlock net.minecraft.item.ItemBlock@6cbe8dd0 at id 80 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortal@1410770 for ItemBlock net.minecraft.item.ItemBlock@52508a76 at id 119 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@27e794b for ItemBlock net.minecraft.item.ItemBlock@25b27332 at id 153 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@423ac8e6 for ItemBlock net.minecraft.item.ItemCloth@66a8eaf3 at id 159 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCommandBlock@54aee8af for ItemBlock net.minecraft.item.ItemBlock@5bd92c2c at id 137 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPortal@412b940e for ItemBlock net.minecraft.item.ItemBlock@ee32bd0 at id 90 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@34286ac for ItemBlock net.minecraft.item.ItemBlock@64516c52 at id 109 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLilyPad@1d0b3465 for ItemBlock net.minecraft.item.ItemLilyPad@4dbda30a at id 111 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@2cc4d227 for ItemBlock net.minecraft.item.ItemBlock@5d1b0d65 at id 164 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4583f5e1 for ItemBlock net.minecraft.item.ItemBlock@1b0c91a4 at id 53 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGrass@630f83c9 for ItemBlock net.minecraft.item.ItemBlock@562db3db at id 2 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@68887242 for ItemBlock net.minecraft.item.ItemBlock@527b1b10 at id 107 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMycelium@54d03269 for ItemBlock net.minecraft.item.ItemBlock@102de1be at id 110 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockObsidian@5017d906 for ItemBlock net.minecraft.item.ItemBlock@343f893e at id 49 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@79b9048d for ItemBlock net.minecraft.item.ItemBlock@374b603e at id 4 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@71a52b88 for ItemBlock net.minecraft.item.ItemBlock@359ba2ce at id 156 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnderChest@4e005207 for ItemBlock net.minecraft.item.ItemBlock@7cdd9de0 at id 130 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockClay@4349f1b6 for ItemBlock net.minecraft.item.ItemBlock@39a81d2b at id 82 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@e316834 for ItemBlock net.minecraft.item.ItemBlock@4c130f9f at id 48 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDirt@4215232f for ItemBlock net.minecraft.item.ItemMultiTexture@7766b6bd at id 3 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@1405448f for ItemBlock net.minecraft.item.ItemBlock@78676f88 at id 91 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockAnvil@68d40124 for ItemBlock net.minecraft.item.ItemAnvilBlock@4e6e9287 at id 145 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@5562f7ec for ItemBlock net.minecraft.item.ItemBlock@3d56054b at id 11 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@97b275b for ItemBlock net.minecraft.item.ItemBlock@5a759e62 at id 62 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@760f6dd4 for ItemBlock net.minecraft.item.ItemBlock@5ff16253 at id 15 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@677a77b2 for ItemBlock net.minecraft.item.ItemBlock@606e685a at id 57 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWeb@59b66caf for ItemBlock net.minecraft.item.ItemBlock@70851e2b at id 30 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHay@1b7d8bfa for ItemBlock net.minecraft.item.ItemBlock@337fd2c3 at id 170 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@eea69fa for ItemBlock net.minecraft.item.ItemBlock@ce61a9f at id 136 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@fd85a26 for ItemBlock net.minecraft.item.ItemBlock@56ddc356 at id 114 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@4d3eb23c for ItemBlock net.minecraft.item.ItemBlock@79436fa7 at id 70 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonWood@30344e58 for ItemBlock net.minecraft.item.ItemBlock@3a577b23 at id 143 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@415419bb for ItemBlock net.minecraft.item.ItemSlab@24db4002 at id 43 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@36eec618 for ItemBlock net.minecraft.item.ItemBlock@36475635 at id 14 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTNT@6de01862 for ItemBlock net.minecraft.item.ItemBlock@56ccd6a at id 46 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHopper@bced1a9 for ItemBlock net.minecraft.item.ItemBlock@2a21ecee at id 154 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@7865657e for ItemBlock net.minecraft.item.ItemSlab@194a12de at id 44 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPotato@468f5968 for ItemBlock net.minecraft.item.ItemBlock@4e1cb9ca at id 142 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@2a24f902 for ItemBlock net.minecraft.item.ItemBlock@3fe9a4d6 at id 129 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@af01f4d for ItemBlock net.minecraft.item.ItemBlock@444fe62 at id 39 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLeaf@3a702936 for ItemBlock net.minecraft.item.ItemLeaves@236e6a12 at id 18 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTripWireHook@4e2c2c36 for ItemBlock net.minecraft.item.ItemBlock@25f5d5ea at id 131 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@4e5497cb for ItemBlock net.minecraft.item.ItemMultiTexture@2eaf091e at id 37 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@12cd2802 for ItemBlock net.minecraft.item.ItemBlock@657fa883 at id 157 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneTorch@30dbf425 for ItemBlock net.minecraft.item.ItemBlock@20106484 at id 76 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@15b7025c for ItemBlock net.minecraft.item.ItemSlab@1437268e at id 125 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@2b5cf2a8 for ItemBlock net.minecraft.item.ItemBlock@30c43f00 at id 96 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLeaf@2d920ea7 for ItemBlock net.minecraft.item.ItemLeaves@24043203 at id 161 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFarmland@719c38e3 for ItemBlock net.minecraft.item.ItemBlock@f6f756e at id 60 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@58007d68 for ItemBlock net.minecraft.item.ItemBlock@5e8690ac at id 9 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@2e05a7b7 for ItemBlock net.minecraft.item.ItemBlock@54843caf at id 27 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlowstone@7bfaa588 for ItemBlock net.minecraft.item.ItemBlock@35ac3082 at id 89 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarpet@5cdd7cc3 for ItemBlock net.minecraft.item.ItemCloth@3ba4c255 at id 171 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@1ab37bd for ItemBlock net.minecraft.item.ItemBlock@3dd2790a at id 113 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@1a19a8d4 for ItemBlock net.minecraft.item.ItemBlock@45089f3b at id 86 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWood@150519c6 for ItemBlock net.minecraft.item.ItemMultiTexture@390dfde5 at id 5 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDragonEgg@543b11cd for ItemBlock net.minecraft.item.ItemBlock@4597e2a6 at id 122 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDispenser@1ba42493 for ItemBlock net.minecraft.item.ItemBlock@76a123fb at id 23 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSandStone@66b55df1 for ItemBlock net.minecraft.item.ItemMultiTexture@4d417095 at id 24 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailDetector@44951097 for ItemBlock net.minecraft.item.ItemBlock@3466dd3 at id 28 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHardenedClay@5b757c3a for ItemBlock net.minecraft.item.ItemBlock@4d43953 at id 172 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlassPane@1d5a0a87 for ItemBlock net.minecraft.item.ItemCloth@8ff7a9f at id 160 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSponge@34e2d008 for ItemBlock net.minecraft.item.ItemBlock@3ccb6156 at id 19 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@30d4540b for ItemBlock net.minecraft.item.ItemBlock@4c637448 at id 147 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCocoa@228c94a for ItemBlock net.minecraft.item.ItemBlock@15674a26 at id 127 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlass@2e7c324a for ItemBlock net.minecraft.item.ItemCloth@30350fc4 at id 95 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@1206a0cb for ItemBlock net.minecraft.item.ItemBlock@6b9e2595 at id 101 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRail@4e7cdc6a for ItemBlock net.minecraft.item.ItemBlock@5bb59065 at id 66 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSilverfish@2d29f154 for ItemBlock net.minecraft.item.ItemMultiTexture@6d1b05ec at id 97 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMobSpawner@654d4bcb for ItemBlock net.minecraft.item.ItemBlock@92200ea at id 52 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@21fbf127 for ItemBlock net.minecraft.item.ItemSlab@176a0755 at id 126 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWall@1561435 for ItemBlock net.minecraft.item.ItemMultiTexture@32076975 at id 139 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLadder@47621ea5 for ItemBlock net.minecraft.item.ItemBlock@49c99fc at id 65 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:24:38] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@233c779c for ItemBlock net.minecraft.item.ItemBlock@454171c1 at id 121 [18:24:38] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:24:39] [Client thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization [18:24:39] [Client thread/INFO] [FML/]: MinecraftForge v10.12.1.1060 Initialized [18:24:39] [Client thread/INFO] [FML/]: Replaced 141 ore recipies [18:24:39] [Client thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization [18:24:39] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [cpw.mods.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] [18:24:39] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at C:\forge 1.7.2\bin, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.2-10.12.1.1060\forgeSrc-1.7.2-10.12.1.1060.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.9\116f2aad5b0c68353ebed66cd463517db6522f7e\launchwrapper-1.9.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\4.1\dd6ba5c392d4102458494e29f54f70ac534ec2a2\asm-debug-all-4.1.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.10.2\6ba65d12cd09d441083262d6f73d2257fec7c663\scala-library-2.10.2.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.10.2\64c8b1380cc53d6850823d6e4e7ae984aa44ef9c\scala-compiler-2.10.2.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\15.0\ed727a8d9f247e2050281cb083f1c77b09dcb5cd\guava-15.0.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.1\905075e6c80f206bbe6cf1e809d2caa69f420c76\commons-lang3-3.1.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.3\4fb033c2d6eccced08752d8f33e8c3a0a45deb2d\authlib-1.3.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.0\5654d06e61a1bba7ae1e7f5233e1106be64c91cd\lwjgl-2.9.0.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.0\a778846b64008fc7f48ead2377f034e547991699\lwjgl_util-2.9.0.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\2ba5dcb11048147f1a74eff2deb192c001321f77\lwjgl-platform-2.9.0-natives-linux.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\6621b382cb14cc409b041d8d72829156a87c31aa\lwjgl-platform-2.9.0-natives-osx.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.0\3f11873dc8e84c854ec7c5a8fd2e869f8aaef764\lwjgl-platform-2.9.0-natives-windows.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Benjamin\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.10.2\444ff8e89a81697997ed8a98a4642ba283130249\scala-reflect-2.10.2.jar, examining for mod candidates [18:24:39] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully [18:24:39] [Client thread/INFO] [FML/]: Searching C:\forge 1.7.2\eclipse\mods for mods [18:24:39] [Client thread/DEBUG] [FML/]: Examining directory bin for potential mods [18:24:39] [Client thread/DEBUG] [FML/]: Found an mcmod.info file in directory bin [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.fml [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.fml.textures [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.fml.textures.gui [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.forge [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.forge.lang [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.font [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.lang [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.shaders [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.shaders.post [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.shaders.program [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.texts [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.blocks [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.colormap [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.cat [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.chest [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.cow [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.creeper [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.endercrystal [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.enderdragon [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.enderman [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.ghast [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.horse [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.horse.armor [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.pig [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.sheep [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.skeleton [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.slime [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.spider [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.villager [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.wither [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.wolf [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.entity.zombie [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.environment [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.font [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui.achievement [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui.container [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui.container.creative_inventory [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui.title [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.gui.title.background [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.items [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.map [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.misc [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.models [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.models.armor [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.painting [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.minecraft.textures.particle [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.lang [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures.blocks [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures.entity [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures.items [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures.models [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package assets.tryhard.textures.models.armor [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.client [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.client.registry [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.asm [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.asm.transformers [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.asm.transformers.deobf [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.discovery [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.discovery.asm [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.event [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.eventhandler [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.functions [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.gameevent [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.launcher [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.network [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.network.handshake [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.network.internal [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.network.simpleimpl [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.patcher [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.registry [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.toposort [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.common.versioning [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.relauncher [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.repackage [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.repackage.com [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.repackage.com.nothome [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.repackage.com.nothome.delta [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package cpw.mods.fml.server [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package ibxm [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package net [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft [18:24:39] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.block [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.block.material [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.audio [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.entity [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.gui [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.gui.achievement [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.gui.inventory [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.gui.mco [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.main [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.mco [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.model [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.multiplayer [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.network [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.particle [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.renderer [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.renderer.culling [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.renderer.entity [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.renderer.texture [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.renderer.tileentity [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.resources [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.resources.data [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.settings [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.shader [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.client.util [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.command [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.command.server [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.crash [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.creativetab [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.dispenser [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.enchantment [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.ai [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.ai.attributes [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.boss [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.effect [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.item [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.monster [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.passive [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.player [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.entity.projectile [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.event [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.init [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.inventory [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.item [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.item.crafting [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.nbt [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.handshake [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.handshake.client [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.login [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.login.client [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.login.server [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.play [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.play.client [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.play.server [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.rcon [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.status [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.status.client [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.network.status.server [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.pathfinding [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.potion [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.profiler [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.scoreboard [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server.dedicated [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server.gui [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server.integrated [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server.management [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.server.network [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.src [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.stats [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.tileentity [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.util [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.village [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.biome [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.chunk [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.chunk.storage [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.demo [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.gen [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.gen.feature [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.gen.layer [18:24:40] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.gen.structure [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraft.world.storage [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.classloading [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client.event [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client.event.sound [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client.model [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client.model.obj [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.client.model.techne [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.common [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.common.config [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.common.network [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.common.util [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.brewing [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.entity [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.entity.item [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.entity.living [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.entity.minecart [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.entity.player [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.terraingen [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.event.world [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.fluids [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.oredict [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.server [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.server.command [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package net.minecraftforge.transformers [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package paulscode [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package paulscode.sound [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package paulscode.sound.codecs [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package templates [18:24:41] [Client thread/TRACE] [FML/]: Recursing into package tryhard [18:24:41] [Client thread/DEBUG] [FML/]: Identified an FMLMod type mod tryhard.TryhardMod [18:24:41] [Client thread/TRACE] [tryhard/]: Parsed dependency info : [] [] [] [18:24:41] [Client thread/DEBUG] [FML/]: Examining file forgeSrc-1.7.2-10.12.1.1060.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container forgeSrc-1.7.2-10.12.1.1060.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/ERROR] [FML/]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW! [18:24:41] [Client thread/DEBUG] [FML/]: Examining file launchwrapper-1.9.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container launchwrapper-1.9.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file asm-debug-all-4.1.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container asm-debug-all-4.1.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file scala-library-2.10.2.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container scala-library-2.10.2.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file scala-compiler-2.10.2.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container scala-compiler-2.10.2.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file jopt-simple-4.5.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file vecmath-1.3.1.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container vecmath-1.3.1.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file trove4j-3.0.3.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container trove4j-3.0.3.jar appears to be missing an mcmod.info file [18:24:41] [Client thread/DEBUG] [FML/]: Examining file icu4j-core-mojang-51.2.jar for potential mods [18:24:41] [Client thread/DEBUG] [FML/]: The mod container icu4j-core-mojang-51.2.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lzma-0.0.1.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file codecjorbis-20101023.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file codecwav-20101023.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container codecwav-20101023.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file libraryjavasound-20101123.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file librarylwjglopenal-20100824.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file soundsystem-20120107.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file netty-all-4.0.10.Final.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container netty-all-4.0.10.Final.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file guava-15.0.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container guava-15.0.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file commons-lang3-3.1.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container commons-lang3-3.1.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file commons-io-2.4.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container commons-io-2.4.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file jinput-2.0.5.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file jutils-1.0.0.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file gson-2.2.4.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container gson-2.2.4.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file authlib-1.3.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container authlib-1.3.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file log4j-api-2.0-beta9.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container log4j-api-2.0-beta9.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file log4j-core-2.0-beta9.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container log4j-core-2.0-beta9.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lwjgl-2.9.0.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lwjgl-2.9.0.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lwjgl_util-2.9.0.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lwjgl_util-2.9.0.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.0-natives-linux.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.0-natives-linux.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.0-natives-osx.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.0-natives-osx.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.0-natives-windows.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.0-natives-windows.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-linux.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-linux.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-osx.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-osx.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-windows.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-windows.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/DEBUG] [FML/]: Examining file scala-reflect-2.10.2.jar for potential mods [18:24:42] [Client thread/DEBUG] [FML/]: The mod container scala-reflect-2.10.2.jar appears to be missing an mcmod.info file [18:24:42] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 4 mods to load [18:24:42] [Client thread/TRACE] [FML/]: Received a system property request '' [18:24:42] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods [18:24:42] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang de_DE at assets/forge/lang/de_DE.lang into language system [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/forge/lang/en_US.lang into language system [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang es_ES at assets/forge/lang/es_ES.lang into language system [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang fr_FR at assets/forge/lang/fr_FR.lang into language system [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang ru_RU at assets/forge/lang/ru_RU.lang into language system [18:24:42] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/minecraft/lang/en_US.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang de_DE at assets/forge/lang/de_DE.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/forge/lang/en_US.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang es_ES at assets/forge/lang/es_ES.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang fr_FR at assets/forge/lang/fr_FR.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang ru_RU at assets/forge/lang/ru_RU.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/minecraft/lang/en_US.lang into language system [18:24:43] [Client thread/DEBUG] [tryhard/]: Enabling mod tryhard [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang de_DE at assets/forge/lang/de_DE.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/forge/lang/en_US.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang es_ES at assets/forge/lang/es_ES.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang fr_FR at assets/forge/lang/fr_FR.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang ru_RU at assets/forge/lang/ru_RU.lang into language system [18:24:43] [Client thread/DEBUG] [FML/]: Injecting found translation assets for lang en_US at assets/minecraft/lang/en_US.lang into language system [18:24:44] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one [18:24:44] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one [18:24:44] [Client thread/DEBUG] [Tryhard/]: Mod Tryhard is missing a pack.mcmeta file, substituting a dummy one [18:24:44] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied [18:24:44] [Client thread/TRACE] [FML/]: All mod requirements are satisfied [18:24:44] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list [18:24:44] [Client thread/TRACE] [FML/]: Mod sorting completed successfully [18:24:44] [Client thread/DEBUG] [FML/]: Mod sorting data [18:24:44] [Client thread/DEBUG] [FML/]: tryhard(Tryhard:1.03b): bin () [18:24:44] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp [18:24:44] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp [18:24:44] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML [18:24:44] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection [18:24:44] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (7.2.156.1060) [18:24:44] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML [18:24:44] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge [18:24:44] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection [18:24:44] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (10.12.1.1060) [18:24:44] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge [18:24:44] [Client thread/TRACE] [tryhard/tryhard]: Sending event FMLConstructionEvent to mod tryhard [18:24:44] [Client thread/TRACE] [FML/tryhard]: Testing mod tryhard to verify it accepts its own version in a remote connection [18:24:44] [Client thread/TRACE] [FML/tryhard]: The mod tryhard accepts its own version (1.03b) [18:24:44] [Client thread/DEBUG] [FML/tryhard]: Attempting to inject @SidedProxy classes into tryhard [18:24:44] [Client thread/TRACE] [tryhard/tryhard]: Sent event FMLConstructionEvent to mod tryhard [18:24:44] [Client thread/DEBUG] [FML/]: Mod signature data [18:24:44] [Client thread/DEBUG] [FML/]: mcp(Minecraft Coder Pack:8.09): minecraft.jar (NO VALID CERTIFICATE FOUND) [18:24:44] [Client thread/DEBUG] [FML/]: FML(Forge Mod Loader:7.2.156.1060): bin (NO VALID CERTIFICATE FOUND) [18:24:44] [Client thread/DEBUG] [FML/]: Forge(Minecraft Forge:10.12.1.1060): bin (NO VALID CERTIFICATE FOUND) [18:24:44] [Client thread/DEBUG] [FML/]: tryhard(Tryhard:1.03b): bin (NO VALID CERTIFICATE FOUND) [18:24:44] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp [18:24:44] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp [18:24:44] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML [18:24:44] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML [18:24:44] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge [18:24:44] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0 [18:24:44] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge [18:24:44] [Client thread/TRACE] [tryhard/tryhard]: Sending event FMLPreInitializationEvent to mod tryhard [18:24:44] [Client thread/TRACE] [tryhard/tryhard]: Sent event FMLPreInitializationEvent to mod tryhard [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp [18:24:46] [Client thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML [18:24:46] [Client thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sending event FMLInitializationEvent to mod tryhard [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sent event FMLInitializationEvent to mod tryhard [18:24:46] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp [18:24:46] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML [18:24:46] [Client thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML [18:24:46] [Client thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML [18:24:46] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge [18:24:46] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod tryhard [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sending event IMCEvent to mod tryhard [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sent event IMCEvent to mod tryhard [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp [18:24:46] [Client thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML [18:24:46] [Client thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sending event FMLPostInitializationEvent to mod tryhard [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sent event FMLPostInitializationEvent to mod tryhard [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp [18:24:46] [Client thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp [18:24:46] [Client thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML [18:24:46] [Client thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge [18:24:46] [Client thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking: [18:24:46] [Client thread/DEBUG] [FML/Forge]: 11: RecipeEntry("Before", UNKNOWN, ) [18:24:46] [Client thread/DEBUG] [FML/Forge]: 10: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 9: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped [18:24:46] [Client thread/DEBUG] [FML/Forge]: 8: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped [18:24:46] [Client thread/DEBUG] [FML/Forge]: 7: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped [18:24:46] [Client thread/DEBUG] [FML/Forge]: 6: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 5: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 4: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 3: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 2: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless [18:24:46] [Client thread/DEBUG] [FML/Forge]: 1: RecipeEntry("After", UNKNOWN, ) [18:24:46] [Client thread/DEBUG] [FML/Forge]: Sorting recipies [18:24:46] [Client thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sending event FMLLoadCompleteEvent to mod tryhard [18:24:46] [Client thread/TRACE] [tryhard/tryhard]: Sent event FMLLoadCompleteEvent to mod tryhard [18:24:46] [Client thread/DEBUG] [FML/]: Freezing block and item id maps [18:24:46] [Client thread/DEBUG] [FML/]: Registry consistency check successful [18:24:46] [Client thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 4 mods [18:24:46] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one [18:24:46] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one [18:24:46] [Client thread/DEBUG] [Tryhard/]: Mod Tryhard is missing a pack.mcmeta file, substituting a dummy one [18:26:02] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp [18:26:02] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp [18:26:02] [server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML [18:26:02] [server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML [18:26:02] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge [18:26:02] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge [18:26:02] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerAboutToStartEvent to mod tryhard [18:26:02] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerAboutToStartEvent to mod tryhard [18:26:02] [server thread/INFO] [FML/]: Injecting existing block and item data into this server instance [18:26:02] [server thread/DEBUG] [FML/]: Registry consistency check successful [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:air 0 net.minecraft.block.BlockAir@5a0ec10b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.block.BlockStone@569012aa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.block.BlockDirt@4215232f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.block.Block@79b9048d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.block.BlockWood@150519c6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.block.Block@50a9a747 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.block.BlockSand@38797817 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.block.BlockWeb@59b66caf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.block.BlockColored@43aa735f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.block.Block@48ea70f2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.block.BlockTorch@417ae714 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.block.BlockChest@2315da09 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.block.BlockLever@108b736 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.block.BlockIce@f70906 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 83 net.minecraft.block.BlockReed@16818376 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.block.BlockFence@46759d75 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.block.BlockPortal@412b940e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.block.Block@233c779c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.block.Block@7e2ef2be [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:arrow 262 net.minecraft.item.Item@3c1270f4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond 264 net.minecraft.item.Item@5bc5e80c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stick 280 net.minecraft.item.Item@e722ed1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bowl 281 net.minecraft.item.Item@6a5fa2bf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:string 287 net.minecraft.item.ItemReed@950a505 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:feather 288 net.minecraft.item.Item@d81f00a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 296 net.minecraft.item.Item@5065f2d7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bread 297 net.minecraft.item.ItemFood@552a2a7d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flint 318 net.minecraft.item.Item@417ef051 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sign 323 net.minecraft.item.ItemSign@55e26b7f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:boat 333 net.minecraft.item.ItemBoat@7993bafc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:leather 334 net.minecraft.item.Item@51d934bf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brick 336 net.minecraft.item.Item@1b01c0d6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:clay_ball 337 net.minecraft.item.Item@101b2f74 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 338 net.minecraft.item.ItemReed@68c870ee [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:paper 339 net.minecraft.item.Item@3f6e4f00 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:book 340 net.minecraft.item.ItemBook@51485b22 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:slime_ball 341 net.minecraft.item.Item@65573ede [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:egg 344 net.minecraft.item.ItemEgg@21edc51e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:compass 345 net.minecraft.item.Item@12845f9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:clock 347 net.minecraft.item.Item@726c8f4c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone_dust 348 net.minecraft.item.Item@35340144 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fish 349 net.minecraft.item.ItemFishFood@33208377 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:dye 351 net.minecraft.item.ItemDye@30444c18 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bone 352 net.minecraft.item.Item@53dfd469 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:sugar 353 net.minecraft.item.Item@bf26484 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cake 354 net.minecraft.item.ItemReed@56a51c3c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:beef 363 net.minecraft.item.ItemFood@778dbd84 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:chicken 365 net.minecraft.item.ItemFood@657120fa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:potion 373 net.minecraft.item.ItemPotion@58ac350f [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_powder 377 net.minecraft.item.Item@45578a8b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:magma_cream 378 net.minecraft.item.Item@7648cf3d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:speckled_melon 382 net.minecraft.item.Item@71290aac [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:emerald 388 net.minecraft.item.Item@3fb90b1b [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:skull 397 net.minecraft.item.ItemSkull@36680bca [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:comparator 404 net.minecraft.item.ItemReed@1bec079e [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:netherbrick 405 net.minecraft.item.Item@24e82464 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:quartz 406 net.minecraft.item.Item@4ad342a [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:lead 420 net.minecraft.item.ItemLead@23205829 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:26:02] [server thread/TRACE] [FML/]: Registry: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_furnace [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapped_chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ice [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beacon [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_stem [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carpet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_hardened_clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_button [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:portal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal_frame [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unlit_redstone_torch [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brewing_stand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wool [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:soul_sand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wall_sign [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cake [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:noteblock [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jungle_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cocoa [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire_hook [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_door [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston_head [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves2 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:anvil [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_lava [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:birch_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stonebrick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_redstone_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cactus [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_pane [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ladder [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapdoor [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tallgrass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dropper [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:vine [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone_wall [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_redstone_lamp [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bed [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:crafting_table [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:skull [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:obsidian [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_button [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:reeds [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_wart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:packed_ice [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log2 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bookshelf [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sticky_piston [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:web [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanting_table [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spruce_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:torch [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston_extension [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sapling [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_torch [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flower_pot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_water [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_plant [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_wooden_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:air [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_bars [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dragon_egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:planks [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mossy_cobblestone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hay_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:daylight_detector [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherrack [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mob_spawner [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_lamp [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_stone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bedrock [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unpowered_repeater [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dark_oak_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_pumpkin [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:yellow_flower [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:deadbush [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_door [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jukebox [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hardened_clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:monster_egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:grass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mycelium [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:farmland [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dirt [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass_pane [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_stem [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_stone_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:oak_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lever [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow_layer [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:powered_comparator [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dispenser [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sponge [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:light_weighted_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:detector_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:heavy_weighted_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potatoes [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:powered_repeater [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unpowered_comparator [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:waterlily [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cauldron [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence_gate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:activator_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_flower [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_wire [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_fence [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:standing_sign [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gravel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:acacia_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_chestplate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_shovel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_chicken [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dispenser [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ice [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:experience_bottle [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_chestplate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_far [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:waterlily [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_mall [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_chirp [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fishing_rod [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:arrow [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_apple [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cactus [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:soul_sand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:compass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_sword [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_wart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spider_eye [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_carrot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_button [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:string [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_hoe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:noteblock [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_axe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_wooden_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_sword [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_horse_armor [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bed [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sugar [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapped_chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_horse_armor [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:baked_potato [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_chestplate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_water [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:boat [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:paper [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:grass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:blaze_powder [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_hoe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:writable_book [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jungle_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_blocks [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carpet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat_seeds [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_helmet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_stone_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:repeater [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bookshelf [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:farmland [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_porkchop [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanting_table [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherbrick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_star [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dirt [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_boots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:birch_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_ward [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chicken [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tallgrass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lead [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_beef [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass_pane [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_helmet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_boots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence_gate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:saddle [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:name_tag [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:book [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:vine [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherrack [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bread [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_pickaxe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire_hook [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_door [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_axe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dragon_egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_pie [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mycelium [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:filled_map [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snowball [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potion [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:milk_bucket [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:firework_charge [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lever [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jukebox [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_boots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_boots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_eye [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fish [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dropper [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fireworks [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:painting [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest_minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:porkchop [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_pickaxe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_leggings [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_cat [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_helmet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ghast_tear [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_bars [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_chestplate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_leggings [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_pumpkin [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:portal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_hoe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:monster_egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spruce_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sign [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log2 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:torch [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_mellohi [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:shears [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:magma_cream [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone_dust [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_wait [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beef [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:written_book [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_sword [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_shovel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bowl [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cauldron [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mossy_cobblestone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_shovel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:skull [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:activator_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_button [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_leggings [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clock [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_helmet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rotten_flesh [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hay_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:speckled_melon [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potatoes [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cake [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flint [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_chestplate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper_minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sticky_piston [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_horse_armor [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:feather [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potato [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_stone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:oak_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mob_spawner [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flint_and_steel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_axe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beacon [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gravel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_seeds [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:blaze_rod [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_plant [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:comparator [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_shovel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:apple [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:anvil [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrot_on_a_stick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_lamp [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_axe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cocoa [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_fence [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves2 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_bottle [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:poisonous_potato [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_hoe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pickaxe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gunpowder [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:deadbush [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace_minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:detector_rail [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_flower [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone_wall [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flower_pot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_door [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sponge [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_lava [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fermented_spider_eye [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_fished [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_sword [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cookie [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:obsidian [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_slab [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_strad [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_stal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_brick_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_shovel [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay_ball [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hardened_clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:daylight_detector [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dye [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_furnace [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:reeds [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt_minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:packed_ice [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanted_book [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block_minecart [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_axe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal_frame [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:heavy_weighted_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_helmet [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ingot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow_layer [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_seeds [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_11 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_pickaxe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire_charge [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_13 [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bow [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pickaxe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:map [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brewing_stand [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:slime_ball [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wool [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_boots [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water_bucket [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava_bucket [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mushroom_stew [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:planks [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:light_weighted_pressure_plate [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_hardened_clay [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_torch [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_chest [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:yellow_flower [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_pearl [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bucket [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_sword [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:item_frame [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapdoor [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ingot [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ladder [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sapling [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spawn_egg [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_nugget [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:crafting_table [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_leggings [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:acacia_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stonebrick [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:web [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_ore [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_pane [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_leggings [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dark_oak_stairs [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_hoe [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_block [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom [18:26:02] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bedrock [18:26:02] [server thread/DEBUG] [FML/]: There are 486 mappings missing - attempting a mod remap [18:26:02] [server thread/TRACE] [mcp/mcp]: Sending event FMLMissingMappingsEvent to mod mcp [18:26:02] [server thread/TRACE] [mcp/mcp]: Sent event FMLMissingMappingsEvent to mod mcp [18:26:02] [server thread/TRACE] [FML/FML]: Sending event FMLMissingMappingsEvent to mod FML [18:26:02] [server thread/TRACE] [FML/FML]: Sent event FMLMissingMappingsEvent to mod FML [18:26:02] [server thread/TRACE] [Forge/Forge]: Sending event FMLMissingMappingsEvent to mod Forge [18:26:02] [server thread/TRACE] [Forge/Forge]: Sent event FMLMissingMappingsEvent to mod Forge [18:26:02] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLMissingMappingsEvent to mod tryhard [18:26:02] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLMissingMappingsEvent to mod tryhard [18:26:02] [server thread/ERROR] [FML/]: There are unidentified mappings in this world - we are going to attempt to process anyway [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_furnace, id 62 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_block, id 155 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:trapped_chest, id 146 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ice, id 79 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_ore, id 15 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_portal, id 119 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brick_stairs, id 108 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:beacon, id 138 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_block, id 42 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:melon_stem, id 105 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gold_ore, id 14 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sandstone_stairs, id 128 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:log, id 17 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wheat, id 59 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:rail, id 66 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:carpet, id 171 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_pressure_plate, id 70 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_hardened_clay, id 159 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_slab, id 44 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_button, id 77 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glass, id 20 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:portal, id 90 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_portal_frame, id 120 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unlit_redstone_torch, id 75 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lapis_ore, id 21 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brewing_stand, id 117 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wool, id 35 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_stairs, id 67 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glowstone, id 89 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick_stairs, id 114 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:command_block, id 137 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:soul_sand, id 88 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brown_mushroom, id 39 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wall_sign, id 68 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cake, id 92 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:noteblock, id 25 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:jungle_stairs, id 136 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cocoa, id 127 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tripwire_hook, id 131 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_door, id 64 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston_head, id 34 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_ore, id 73 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:leaves2, id 161 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:anvil, id 145 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flowing_lava, id 10 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brown_mushroom_block, id 99 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:birch_stairs, id 135 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:diamond_ore, id 56 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stonebrick, id 98 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_redstone_ore, id 74 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cactus, id 81 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glass_pane, id 102 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ladder, id 65 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:trapdoor, id 96 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tallgrass, id 31 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dropper, id 158 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:vine, id 106 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cobblestone_wall, id 139 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sandstone, id 24 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brick_block, id 45 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_redstone_lamp, id 124 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bed, id 26 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:crafting_table, id 58 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:coal_block, id 173 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:skull, id 144 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:clay, id 82 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_brick_stairs, id 109 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:obsidian, id 49 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_button, id 143 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:reeds, id 83 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_wart, id 115 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:packed_ice, id 174 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:log2, id 162 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bookshelf, id 47 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sticky_piston, id 29 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:web, id 30 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:enchanting_table, id 116 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:spruce_stairs, id 134 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:torch, id 50 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston_extension, id 36 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:carrots, id 141 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sapling, id 6 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_mushroom_block, id 100 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_torch, id 76 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flower_pot, id 140 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:emerald_block, id 133 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston, id 33 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:golden_rail, id 27 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flowing_water, id 8 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_plant, id 175 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:water, id 9 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:chest, id 54 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fire, id 51 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_wooden_slab, id 125 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:air, id 0 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_bars, id 101 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:diamond_block, id 57 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dragon_egg, id 122 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:planks, id 5 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mossy_cobblestone, id 48 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:snow, id 80 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hay_block, id 170 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:daylight_detector, id 151 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:netherrack, id 87 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mob_spawner, id 52 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fence, id 85 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_lamp, id 123 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ender_chest, id 130 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_stone, id 121 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bedrock, id 7 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_pressure_plate, id 72 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unpowered_repeater, id 93 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_block, id 152 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dark_oak_stairs, id 164 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_pumpkin, id 91 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:melon_block, id 103 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:furnace, id 61 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:yellow_flower, id 37 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lava, id 11 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_glass, id 95 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:deadbush, id 32 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_door, id 71 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:jukebox, id 84 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_stairs, id 156 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hardened_clay, id 172 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:leaves, id 18 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone, id 1 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:monster_egg, id 97 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:pumpkin, id 86 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:grass, id 2 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mycelium, id 110 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:coal_ore, id 16 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:farmland, id 60 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dirt, id 3 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_glass_pane, id 160 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:pumpkin_stem, id 104 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gold_block, id 41 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_stone_slab, id 43 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:oak_stairs, id 53 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lever, id 69 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:snow_layer, id 78 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:powered_comparator, id 150 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dispenser, id 23 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sponge, id 19 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:light_weighted_pressure_plate, id 147 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:detector_rail, id 28 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hopper, id 154 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cobblestone, id 4 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:potatoes, id 142 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lapis_block, id 22 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:powered_repeater, id 94 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_slab, id 126 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_mushroom, id 40 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_ore, id 153 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unpowered_comparator, id 149 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:waterlily, id 111 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cauldron, id 118 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sand, id 12 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tnt, id 46 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick, id 112 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fence_gate, id 107 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:activator_rail, id 157 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_flower, id 38 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_wire, id 55 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick_fence, id 113 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:standing_sign, id 63 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gravel, id 13 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:emerald_ore, id 129 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tripwire, id 132 [18:26:02] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:acacia_stairs, id 163 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_chestplate, id 299 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_shovel, id 273 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_chicken, id 366 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dispenser, id 23 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ice, id 79 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:water, id 9 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:experience_bottle, id 384 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_chestplate, id 315 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_far, id 2260 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:waterlily, id 111 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lava, id 11 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_mall, id 2261 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_chirp, id 2259 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lapis_ore, id 21 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fishing_rod, id 346 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:arrow, id 262 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_apple, id 322 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cactus, id 81 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:soul_sand, id 88 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:compass, id 345 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz, id 406 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_sword, id 276 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brown_mushroom_block, id 99 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_wart, id 372 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spider_eye, id 375 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_carrot, id 396 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_button, id 77 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:string, id 287 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_hoe, id 293 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_rail, id 27 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:noteblock, id 25 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_axe, id 271 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_wooden_slab, id 125 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_sword, id 268 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_horse_armor, id 417 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bed, id 355 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon, id 360 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sugar, id 353 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tnt, id 46 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:trapped_chest, id 146 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_horse_armor, id 419 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:baked_potato, id 393 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_pressure_plate, id 72 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_chestplate, id 303 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flowing_water, id 8 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sand, id 12 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:boat, id 333 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:paper, id 339 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:grass, id 2 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick_stairs, id 114 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:blaze_powder, id 377 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_hoe, id 290 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:writable_book, id 386 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:jungle_stairs, id 136 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_blocks, id 2258 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_slab, id 44 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cobblestone, id 4 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carpet, id 171 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wheat_seeds, id 295 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sandstone, id 24 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick_stairs, id 108 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_helmet, id 306 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_stone_slab, id 43 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:repeater, id 356 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bookshelf, id 47 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal_ore, id 16 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hopper, id 154 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chest, id 54 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:egg, id 344 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:farmland, id 60 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_porkchop, id 320 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:enchanting_table, id 116 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:netherbrick, id 405 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_mushroom, id 40 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_star, id 399 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dirt, id 3 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_boots, id 309 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:birch_stairs, id 135 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_ward, id 2265 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chicken, id 365 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrot, id 391 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tallgrass, id 31 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snow, id 80 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lead, id 420 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_beef, id 364 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_glass_pane, id 160 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_helmet, id 298 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_boots, id 313 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fence_gate, id 107 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:saddle, id 329 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:name_tag, id 421 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:book, id 340 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:vine, id 106 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:netherrack, id 87 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bread, id 297 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_pickaxe, id 278 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tripwire_hook, id 131 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_door, id 324 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_ore, id 73 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bone, id 352 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_axe, id 258 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone, id 331 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dragon_egg, id 122 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin_pie, id 400 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_pressure_plate, id 70 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mycelium, id 110 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond, id 264 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:filled_map, id 358 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snowball, id 332 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potion, id 373 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:milk_bucket, id 335 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fence, id 85 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:firework_charge, id 402 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lever, id 69 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:jukebox, id 84 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_boots, id 305 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_boots, id 301 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:minecart, id 328 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick, id 336 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_ore, id 56 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_block, id 42 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_eye, id 381 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_mushroom_block, id 100 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fish, id 349 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dropper, id 158 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fireworks, id 401 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:painting, id 321 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chest_minecart, id 342 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather, id 334 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:porkchop, id 319 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_pickaxe, id 285 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_leggings, id 308 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_cat, id 2257 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_helmet, id 310 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:log, id 17 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ghast_tear, id 370 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_bars, id 101 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_chestplate, id 307 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_leggings, id 300 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald, id 388 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lit_pumpkin, id 91 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:portal, id 90 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:rail, id 66 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_hoe, id 292 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_stairs, id 156 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass, id 20 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon_block, id 103 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald_block, id 133 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:monster_egg, id 97 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spruce_stairs, id 134 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sign, id 323 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leaves, id 18 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:log2, id 162 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fire, id 51 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:torch, id 50 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_mellohi, id 2262 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:shears, id 359 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:magma_cream, id 378 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glowstone_dust, id 348 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stick, id 280 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_wait, id 2267 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:beef, id 363 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:written_book, id 387 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_sword, id 272 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_shovel, id 269 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bowl, id 281 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cauldron, id 380 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mossy_cobblestone, id 48 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_shovel, id 277 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:skull, id 397 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:activator_rail, id 157 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_button, id 143 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal_block, id 173 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_leggings, id 312 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clock, id 347 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_helmet, id 314 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:rotten_flesh, id 367 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hay_block, id 170 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:speckled_melon, id 382 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potatoes, id 142 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cake, id 354 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flint, id 318 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_chestplate, id 311 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hopper_minecart, id 408 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sticky_piston, id 29 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_horse_armor, id 418 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:feather, id 288 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potato, id 392 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_stone, id 121 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:oak_stairs, id 53 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_ore, id 15 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mob_spawner, id 52 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flint_and_steel, id 259 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_axe, id 279 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glowstone, id 89 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:beacon, id 138 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gravel, id 13 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon_seeds, id 362 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:blaze_rod, id 369 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_plant, id 175 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:comparator, id 404 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_shovel, id 284 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick, id 112 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin, id 86 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:apple, id 260 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:anvil, id 145 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrot_on_a_stick, id 398 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_lamp, id 123 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_axe, id 286 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lapis_block, id 22 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cocoa, id 127 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick_fence, id 113 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leaves2, id 161 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass_bottle, id 374 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:poisonous_potato, id 394 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_hoe, id 291 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sandstone_stairs, id 128 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:piston, id 33 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_pickaxe, id 270 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gunpowder, id 289 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:deadbush, id 32 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:furnace_minecart, id 343 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_ore, id 153 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:detector_rail, id 28 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_block, id 155 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_flower, id 38 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cobblestone_wall, id 139 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:furnace, id 61 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flower_pot, id 390 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_door, id 330 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sponge, id 19 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flowing_lava, id 10 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fermented_spider_eye, id 376 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_fished, id 350 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_stairs, id 67 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_sword, id 283 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cookie, id 357 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:obsidian, id 49 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_slab, id 126 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_strad, id 2264 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_stal, id 2263 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_brick_stairs, id 109 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clay, id 82 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_shovel, id 256 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clay_ball, id 337 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wheat, id 296 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hardened_clay, id 172 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:daylight_detector, id 151 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dye, id 351 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lit_furnace, id 62 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:reeds, id 338 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tnt_minecart, id 407 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:packed_ice, id 174 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:enchanted_book, id 403 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:command_block_minecart, id 422 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_axe, id 275 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_portal_frame, id 120 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:command_block, id 137 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_block, id 41 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrots, id 141 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_helmet, id 302 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_ingot, id 265 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snow_layer, id 78 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin_seeds, id 361 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_11, id 2266 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone, id 1 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_pickaxe, id 257 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fire_charge, id 385 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_13, id 2256 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bow, id 261 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_block, id 152 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_ore, id 14 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_pickaxe, id 274 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:map, id 395 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brewing_stand, id 379 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:slime_ball, id 341 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wool, id 35 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_boots, id 317 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:water_bucket, id 326 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lava_bucket, id 327 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mushroom_stew, id 282 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:planks, id 5 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:light_weighted_pressure_plate, id 147 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_hardened_clay, id 159 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal, id 263 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_torch, id 76 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_chest, id 130 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick_block, id 45 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:yellow_flower, id 37 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_pearl, id 368 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bucket, id 325 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_sword, id 267 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_portal, id 119 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:item_frame, id 389 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:trapdoor, id 96 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_glass, id 95 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_ingot, id 266 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ladder, id 65 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sapling, id 6 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spawn_egg, id 383 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_nugget, id 371 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:crafting_table, id 58 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_leggings, id 316 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:acacia_stairs, id 163 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stonebrick, id 98 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:web, id 30 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald_ore, id 129 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass_pane, id 102 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_leggings, id 304 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dark_oak_stairs, id 164 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_hoe, id 294 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_block, id 57 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brown_mushroom, id 39 [18:26:02] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bedrock, id 7 [18:26:03] [server thread/DEBUG] [FML/]: Reverting to frozen data state. [18:26:03] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp [18:26:03] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp [18:26:03] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML [18:26:03] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML [18:26:03] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge [18:26:03] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge [18:26:03] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerStoppedEvent to mod tryhard [18:26:03] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerStoppedEvent to mod tryhard [18:26:03] [server thread/INFO] [FML/]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded. [18:26:06] [Client thread/DEBUG] [FML/]: Gathering id map for writing to world save New World--- [18:26:07] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp [18:26:07] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp [18:26:07] [server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML [18:26:07] [server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML [18:26:07] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge [18:26:07] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge [18:26:07] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerAboutToStartEvent to mod tryhard [18:26:07] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerAboutToStartEvent to mod tryhard [18:26:07] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World--- [18:26:07] [server thread/INFO] [FML/]: Injecting existing block and item data into this server instance [18:26:07] [server thread/DEBUG] [FML/]: Registry consistency check successful [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:air 0 net.minecraft.block.BlockAir@5a0ec10b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.block.BlockStone@569012aa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.block.BlockDirt@4215232f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.block.Block@79b9048d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.block.BlockWood@150519c6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.block.Block@50a9a747 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.block.BlockSand@38797817 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.block.BlockWeb@59b66caf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.block.BlockColored@43aa735f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.block.Block@48ea70f2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.block.BlockTorch@417ae714 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.block.BlockChest@2315da09 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.block.BlockLever@108b736 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.block.BlockIce@f70906 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 83 net.minecraft.block.BlockReed@16818376 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.block.BlockFence@46759d75 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.block.BlockPortal@412b940e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.block.Block@233c779c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.block.Block@7e2ef2be [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:arrow 262 net.minecraft.item.Item@3c1270f4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond 264 net.minecraft.item.Item@5bc5e80c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stick 280 net.minecraft.item.Item@e722ed1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bowl 281 net.minecraft.item.Item@6a5fa2bf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:string 287 net.minecraft.item.ItemReed@950a505 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:feather 288 net.minecraft.item.Item@d81f00a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 296 net.minecraft.item.Item@5065f2d7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bread 297 net.minecraft.item.ItemFood@552a2a7d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flint 318 net.minecraft.item.Item@417ef051 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sign 323 net.minecraft.item.ItemSign@55e26b7f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:boat 333 net.minecraft.item.ItemBoat@7993bafc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:leather 334 net.minecraft.item.Item@51d934bf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brick 336 net.minecraft.item.Item@1b01c0d6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:clay_ball 337 net.minecraft.item.Item@101b2f74 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 338 net.minecraft.item.ItemReed@68c870ee [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:paper 339 net.minecraft.item.Item@3f6e4f00 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:book 340 net.minecraft.item.ItemBook@51485b22 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:slime_ball 341 net.minecraft.item.Item@65573ede [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:egg 344 net.minecraft.item.ItemEgg@21edc51e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:compass 345 net.minecraft.item.Item@12845f9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:clock 347 net.minecraft.item.Item@726c8f4c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone_dust 348 net.minecraft.item.Item@35340144 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fish 349 net.minecraft.item.ItemFishFood@33208377 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:dye 351 net.minecraft.item.ItemDye@30444c18 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bone 352 net.minecraft.item.Item@53dfd469 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:sugar 353 net.minecraft.item.Item@bf26484 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cake 354 net.minecraft.item.ItemReed@56a51c3c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:beef 363 net.minecraft.item.ItemFood@778dbd84 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:chicken 365 net.minecraft.item.ItemFood@657120fa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:potion 373 net.minecraft.item.ItemPotion@58ac350f [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_powder 377 net.minecraft.item.Item@45578a8b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:magma_cream 378 net.minecraft.item.Item@7648cf3d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:speckled_melon 382 net.minecraft.item.Item@71290aac [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:emerald 388 net.minecraft.item.Item@3fb90b1b [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:skull 397 net.minecraft.item.ItemSkull@36680bca [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:comparator 404 net.minecraft.item.ItemReed@1bec079e [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:netherbrick 405 net.minecraft.item.Item@24e82464 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:quartz 406 net.minecraft.item.Item@4ad342a [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:lead 420 net.minecraft.item.ItemLead@23205829 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:26:07] [server thread/TRACE] [FML/]: Registry: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:portal 90 net.minecraft.block.BlockPortal@412b940e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:planks 5 net.minecraft.block.BlockWood@150519c6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_stone 121 net.minecraft.block.Block@233c779c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ice 79 net.minecraft.block.BlockIce@f70906 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:coal_block 173 net.minecraft.block.Block@7e2ef2be [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dirt 3 net.minecraft.block.BlockDirt@4215232f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lever 69 net.minecraft.block.BlockLever@108b736 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:web 30 net.minecraft.block.BlockWeb@59b66caf [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone 1 net.minecraft.block.BlockStone@569012aa [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fence 85 net.minecraft.block.BlockFence@46759d75 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brick_block 45 net.minecraft.block.Block@48ea70f2 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wool 35 net.minecraft.block.BlockColored@43aa735f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:reeds 83 net.minecraft.block.BlockReed@16818376 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bedrock 7 net.minecraft.block.Block@50a9a747 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cobblestone 4 net.minecraft.block.Block@79b9048d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:air 0 net.minecraft.block.BlockAir@5a0ec10b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chest 54 net.minecraft.block.BlockChest@2315da09 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:torch 50 net.minecraft.block.BlockTorch@417ae714 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sand 12 net.minecraft.block.BlockSand@38797817 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSapling@672586a0 for ItemBlock net.minecraft.item.ItemMultiTexture@48e0f841 at id 6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:reeds 338 net.minecraft.item.ItemReed@68c870ee [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLog@7bb07f97 for ItemBlock net.minecraft.item.ItemMultiTexture@2a486341 at id 17 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHay@1b7d8bfa for ItemBlock net.minecraft.item.ItemBlock@337fd2c3 at id 170 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@50a9a747 for ItemBlock net.minecraft.item.ItemBlock@1e6abe27 at id 7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWeb@59b66caf for ItemBlock net.minecraft.item.ItemBlock@70851e2b at id 30 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lead 420 net.minecraft.item.ItemLead@23205829 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@71a52b88 for ItemBlock net.minecraft.item.ItemBlock@359ba2ce at id 156 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnowBlock@678f7bca for ItemBlock net.minecraft.item.ItemBlock@6cbe8dd0 at id 80 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBeacon@7b0bbf58 for ItemBlock net.minecraft.item.ItemBlock@50da923d at id 138 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLog@4ee31cd5 for ItemBlock net.minecraft.item.ItemMultiTexture@11cdf64b at id 162 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockVine@6f9d8f01 for ItemBlock net.minecraft.item.ItemColored@3c86225c at id 106 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:slime_ball 341 net.minecraft.item.Item@65573ede [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHardenedClay@5b757c3a for ItemBlock net.minecraft.item.ItemBlock@4d43953 at id 172 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMelon@49985d31 for ItemBlock net.minecraft.item.ItemBlock@71d3f679 at id 103 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@34286ac for ItemBlock net.minecraft.item.ItemBlock@64516c52 at id 109 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@38009ade for ItemBlock net.minecraft.item.ItemBlock@136d6735 at id 21 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@560580ab for ItemBlock net.minecraft.item.ItemBlock@61edcc33 at id 108 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@e316834 for ItemBlock net.minecraft.item.ItemBlock@4c130f9f at id 48 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:boat 333 net.minecraft.item.ItemBoat@7993bafc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@415419bb for ItemBlock net.minecraft.item.ItemSlab@24db4002 at id 43 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGravel@3904e3f1 for ItemBlock net.minecraft.item.ItemBlock@71ea020a at id 13 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@79b9048d for ItemBlock net.minecraft.item.ItemBlock@374b603e at id 4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@1f317315 for ItemBlock net.minecraft.item.ItemBlock@4287fb17 at id 56 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnchantmentTable@69b24aa6 for ItemBlock net.minecraft.item.ItemBlock@c209819 at id 116 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWood@150519c6 for ItemBlock net.minecraft.item.ItemMultiTexture@390dfde5 at id 5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLilyPad@1d0b3465 for ItemBlock net.minecraft.item.ItemLilyPad@4dbda30a at id 111 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2ea161e0 for ItemBlock net.minecraft.item.ItemBlock@2ea505fa at id 133 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@30d4540b for ItemBlock net.minecraft.item.ItemBlock@4c637448 at id 147 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@233c779c for ItemBlock net.minecraft.item.ItemBlock@454171c1 at id 121 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNote@30b4ff9a for ItemBlock net.minecraft.item.ItemBlock@99addb1 at id 25 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherrack@47330c96 for ItemBlock net.minecraft.item.ItemBlock@53f36a64 at id 87 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@97b275b for ItemBlock net.minecraft.item.ItemBlock@5a759e62 at id 62 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:arrow 262 net.minecraft.item.Item@3c1270f4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chicken 365 net.minecraft.item.ItemFood@657120fa [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:magma_cream 378 net.minecraft.item.Item@7648cf3d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@423ac8e6 for ItemBlock net.minecraft.item.ItemCloth@66a8eaf3 at id 159 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:netherbrick 405 net.minecraft.item.Item@24e82464 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTallGrass@5799832c for ItemBlock net.minecraft.item.ItemColored@51a44a2 at id 31 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@58007d68 for ItemBlock net.minecraft.item.ItemBlock@5e8690ac at id 9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flint 318 net.minecraft.item.Item@417ef051 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@4d3eb23c for ItemBlock net.minecraft.item.ItemBlock@79436fa7 at id 70 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:potion 373 net.minecraft.item.ItemPotion@58ac350f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@4a9ce1c8 for ItemBlock net.minecraft.item.ItemBlock@4e67f94e at id 112 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@36eec618 for ItemBlock net.minecraft.item.ItemBlock@36475635 at id 14 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGrass@630f83c9 for ItemBlock net.minecraft.item.ItemBlock@562db3db at id 2 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockClay@4349f1b6 for ItemBlock net.minecraft.item.ItemBlock@39a81d2b at id 82 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCocoa@228c94a for ItemBlock net.minecraft.item.ItemBlock@15674a26 at id 127 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPortal@412b940e for ItemBlock net.minecraft.item.ItemBlock@ee32bd0 at id 90 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLadder@47621ea5 for ItemBlock net.minecraft.item.ItemBlock@49c99fc at id 65 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneLight@ae281c for ItemBlock net.minecraft.item.ItemBlock@496e0bc at id 123 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@207a0c69 for ItemBlock net.minecraft.item.ItemBlock@56817382 at id 163 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@15b7025c for ItemBlock net.minecraft.item.ItemSlab@1437268e at id 125 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@68887242 for ItemBlock net.minecraft.item.ItemBlock@527b1b10 at id 107 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@53624517 for ItemBlock net.minecraft.item.ItemBlock@36212ecc at id 22 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnderChest@4e005207 for ItemBlock net.minecraft.item.ItemBlock@7cdd9de0 at id 130 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWorkbench@1e317636 for ItemBlock net.minecraft.item.ItemBlock@3a2c18f3 at id 58 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRail@4e7cdc6a for ItemBlock net.minecraft.item.ItemBlock@5bb59065 at id 66 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCactus@238bb76a for ItemBlock net.minecraft.item.ItemBlock@b49b29d at id 81 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bowl 281 net.minecraft.item.Item@6a5fa2bf [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@48ea70f2 for ItemBlock net.minecraft.item.ItemBlock@43e3cae at id 45 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@43aa735f for ItemBlock net.minecraft.item.ItemCloth@76878596 at id 35 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@12cd2802 for ItemBlock net.minecraft.item.ItemBlock@657fa883 at id 157 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockIce@f70906 for ItemBlock net.minecraft.item.ItemBlock@77303ec2 at id 79 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSandStone@66b55df1 for ItemBlock net.minecraft.item.ItemMultiTexture@4d417095 at id 24 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSilverfish@2d29f154 for ItemBlock net.minecraft.item.ItemMultiTexture@6d1b05ec at id 97 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDropper@52f2cc2d for ItemBlock net.minecraft.item.ItemBlock@a39e50f at id 158 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMobSpawner@654d4bcb for ItemBlock net.minecraft.item.ItemBlock@92200ea at id 52 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDispenser@1ba42493 for ItemBlock net.minecraft.item.ItemBlock@76a123fb at id 23 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@1206a0cb for ItemBlock net.minecraft.item.ItemBlock@6b9e2595 at id 101 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSponge@34e2d008 for ItemBlock net.minecraft.item.ItemBlock@3ccb6156 at id 19 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bread 297 net.minecraft.item.ItemFood@552a2a7d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:paper 339 net.minecraft.item.Item@3f6e4f00 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@7e2ef2be for ItemBlock net.minecraft.item.ItemBlock@11adbf11 at id 173 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@c7d97d5 for ItemBlock net.minecraft.item.ItemBlock@1bb65ef at id 61 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@2a24f902 for ItemBlock net.minecraft.item.ItemBlock@3fe9a4d6 at id 129 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@32d0a462 for ItemBlock net.minecraft.item.ItemPiston@3b82fb2d at id 33 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wheat 296 net.minecraft.item.Item@5065f2d7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stick 280 net.minecraft.item.Item@e722ed1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockJukebox@694043b3 for ItemBlock net.minecraft.item.ItemBlock@7b066956 at id 84 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStone@569012aa for ItemBlock net.minecraft.item.ItemBlock@29ca98c8 at id 1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@7a7fbf64 for ItemBlock net.minecraft.item.ItemBlock@4d0a0b3d at id 100 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@6ef3b5d9 for ItemBlock net.minecraft.item.ItemBlock@3b5377a5 at id 16 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@5562f7ec for ItemBlock net.minecraft.item.ItemBlock@3d56054b at id 11 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@2b5cf2a8 for ItemBlock net.minecraft.item.ItemBlock@30c43f00 at id 96 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@712678ab for ItemBlock net.minecraft.item.ItemBlock@5eed4107 at id 102 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlass@622a11f3 for ItemBlock net.minecraft.item.ItemBlock@1e49f598 at id 20 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:clock 347 net.minecraft.item.Item@726c8f4c [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDeadBush@6f9f0c0e for ItemBlock net.minecraft.item.ItemBlock@6d75c520 at id 32 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@54a21d65 for ItemBlock net.minecraft.item.ItemBlock@3c6a88c9 at id 8 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@1a19a8d4 for ItemBlock net.minecraft.item.ItemBlock@45089f3b at id 86 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailDetector@44951097 for ItemBlock net.minecraft.item.ItemBlock@3466dd3 at id 28 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@677a77b2 for ItemBlock net.minecraft.item.ItemBlock@606e685a at id 57 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMycelium@54d03269 for ItemBlock net.minecraft.item.ItemBlock@102de1be at id 110 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:blaze_powder 377 net.minecraft.item.Item@45578a8b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@2315da09 for ItemBlock net.minecraft.item.ItemBlock@763a631b at id 54 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@eea69fa for ItemBlock net.minecraft.item.ItemBlock@ce61a9f at id 136 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTripWireHook@4e2c2c36 for ItemBlock net.minecraft.item.ItemBlock@25f5d5ea at id 131 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:book 340 net.minecraft.item.ItemBook@51485b22 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTorch@417ae714 for ItemBlock net.minecraft.item.ItemBlock@68e4bf0e at id 50 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@1a96fdd7 for ItemBlock net.minecraft.item.ItemBlock@2ed94d6e at id 40 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlass@2e7c324a for ItemBlock net.minecraft.item.ItemCloth@30350fc4 at id 95 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockObsidian@5017d906 for ItemBlock net.minecraft.item.ItemBlock@343f893e at id 49 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cake 354 net.minecraft.item.ItemReed@56a51c3c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBookshelf@6a862a07 for ItemBlock net.minecraft.item.ItemBlock@25dafe28 at id 47 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@af01f4d for ItemBlock net.minecraft.item.ItemBlock@444fe62 at id 39 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPackedIce@54f50a51 for ItemBlock net.minecraft.item.ItemBlock@7f8fea4b at id 174 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond 264 net.minecraft.item.Item@5bc5e80c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@1ab37bd for ItemBlock net.minecraft.item.ItemBlock@3dd2790a at id 113 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@82963fb for ItemBlock net.minecraft.item.ItemBlock@33f487e7 at id 10 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:skull 397 net.minecraft.item.ItemSkull@36680bca [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@4c875c1c for ItemBlock net.minecraft.item.ItemPiston@64d41010 at id 29 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@27e794b for ItemBlock net.minecraft.item.ItemBlock@25b27332 at id 153 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:compass 345 net.minecraft.item.Item@12845f9 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4583f5e1 for ItemBlock net.minecraft.item.ItemBlock@1b0c91a4 at id 53 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSoulSand@c90647a for ItemBlock net.minecraft.item.ItemBlock@4ee0f004 at id 88 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sign 323 net.minecraft.item.ItemSign@55e26b7f [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@43d9b738 for ItemBlock net.minecraft.item.ItemBlock@1855590e at id 148 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarpet@5cdd7cc3 for ItemBlock net.minecraft.item.ItemCloth@3ba4c255 at id 171 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dye 351 net.minecraft.item.ItemDye@30444c18 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonWood@30344e58 for ItemBlock net.minecraft.item.ItemBlock@3a577b23 at id 143 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4d7c1b64 for ItemBlock net.minecraft.item.ItemBlock@542b7802 at id 135 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@62e10dd0 for ItemBlock net.minecraft.item.ItemBlock@12dabc51 at id 42 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@2cc4d227 for ItemBlock net.minecraft.item.ItemBlock@5d1b0d65 at id 164 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sugar 353 net.minecraft.item.Item@bf26484 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnow@47b7eeee for ItemBlock net.minecraft.item.ItemSnow@18906123 at id 78 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:speckled_melon 382 net.minecraft.item.Item@71290aac [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glowstone_dust 348 net.minecraft.item.Item@35340144 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCommandBlock@54aee8af for ItemBlock net.minecraft.item.ItemBlock@5bd92c2c at id 137 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:feather 288 net.minecraft.item.Item@d81f00a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@760f6dd4 for ItemBlock net.minecraft.item.ItemBlock@5ff16253 at id 15 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlowstone@7bfaa588 for ItemBlock net.minecraft.item.ItemBlock@35ac3082 at id 89 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leather 334 net.minecraft.item.Item@51d934bf [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@46b0b225 for ItemBlock net.minecraft.item.ItemBlock@3a338a0 at id 99 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPotato@468f5968 for ItemBlock net.minecraft.item.ItemBlock@4e1cb9ca at id 142 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWall@1561435 for ItemBlock net.minecraft.item.ItemMultiTexture@32076975 at id 139 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneTorch@30dbf425 for ItemBlock net.minecraft.item.ItemBlock@20106484 at id 76 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:clay_ball 337 net.minecraft.item.Item@101b2f74 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLeaf@3a702936 for ItemBlock net.minecraft.item.ItemLeaves@236e6a12 at id 18 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDirt@4215232f for ItemBlock net.minecraft.item.ItemMultiTexture@7766b6bd at id 3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@7865657e for ItemBlock net.minecraft.item.ItemSlab@194a12de at id 44 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressedPowered@4ae50837 for ItemBlock net.minecraft.item.ItemBlock@7392d289 at id 152 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockQuartz@2e0d6606 for ItemBlock net.minecraft.item.ItemMultiTexture@1eb6b370 at id 155 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fish 349 net.minecraft.item.ItemFishFood@33208377 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlassPane@1d5a0a87 for ItemBlock net.minecraft.item.ItemCloth@8ff7a9f at id 160 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@fd85a26 for ItemBlock net.minecraft.item.ItemBlock@56ddc356 at id 114 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDaylightDetector@15eda628 for ItemBlock net.minecraft.item.ItemBlock@42f95a7f at id 151 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortalFrame@6f220804 for ItemBlock net.minecraft.item.ItemBlock@686fb0 at id 120 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDoublePlant@2378776a for ItemBlock net.minecraft.item.ItemDoublePlant@1c42e68a at id 175 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@2e05a7b7 for ItemBlock net.minecraft.item.ItemBlock@54843caf at id 27 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFarmland@719c38e3 for ItemBlock net.minecraft.item.ItemBlock@f6f756e at id 60 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:egg 344 net.minecraft.item.ItemEgg@21edc51e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:string 287 net.minecraft.item.ItemReed@950a505 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@34b88127 for ItemBlock net.minecraft.item.ItemBlock@251a175b at id 72 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@1405448f for ItemBlock net.minecraft.item.ItemBlock@78676f88 at id 91 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:bone 352 net.minecraft.item.Item@53dfd469 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneBrick@6eb2916d for ItemBlock net.minecraft.item.ItemMultiTexture@2fe19787 at id 98 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDragonEgg@543b11cd for ItemBlock net.minecraft.item.ItemBlock@4597e2a6 at id 122 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2ef33be4 for ItemBlock net.minecraft.item.ItemBlock@3b290efc at id 41 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortal@1410770 for ItemBlock net.minecraft.item.ItemBlock@52508a76 at id 119 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLeaf@2d920ea7 for ItemBlock net.minecraft.item.ItemLeaves@24043203 at id 161 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@46759d75 for ItemBlock net.minecraft.item.ItemBlock@16509464 at id 85 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@676adb67 for ItemBlock net.minecraft.item.ItemBlock@4a4c4a8e at id 67 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@21fbf127 for ItemBlock net.minecraft.item.ItemSlab@176a0755 at id 126 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:brick 336 net.minecraft.item.Item@1b01c0d6 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSand@38797817 for ItemBlock net.minecraft.item.ItemMultiTexture@4d7c58fe at id 12 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFire@6bd8f3a1 for ItemBlock net.minecraft.item.ItemBlock@766c5616 at id 51 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockAnvil@68d40124 for ItemBlock net.minecraft.item.ItemAnvilBlock@4e6e9287 at id 145 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@4e5497cb for ItemBlock net.minecraft.item.ItemMultiTexture@2eaf091e at id 37 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@13b9b89a for ItemBlock net.minecraft.item.ItemMultiTexture@3db70c43 at id 38 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@43b71a61 for ItemBlock net.minecraft.item.ItemBlock@2c3c5ba6 at id 128 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHopper@bced1a9 for ItemBlock net.minecraft.item.ItemBlock@2a21ecee at id 154 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:beef 363 net.minecraft.item.ItemFood@778dbd84 [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarrot@581bce9a for ItemBlock net.minecraft.item.ItemBlock@6c2d7c84 at id 141 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:comparator 404 net.minecraft.item.ItemReed@1bec079e [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneOre@730f7532 for ItemBlock net.minecraft.item.ItemBlock@3c876ed7 at id 73 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:emerald 388 net.minecraft.item.Item@3fb90b1b [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLever@108b736 for ItemBlock net.minecraft.item.ItemBlock@56b2d6bd at id 69 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTNT@6de01862 for ItemBlock net.minecraft.item.ItemBlock@56ccd6a at id 46 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@36971840 for ItemBlock net.minecraft.item.ItemBlock@415f235a at id 146 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6520d10a for ItemBlock net.minecraft.item.ItemBlock@5f7e044c at id 134 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:26:07] [server thread/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonStone@5f17bcf6 for ItemBlock net.minecraft.item.ItemBlock@4c640782 at id 77 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:26:07] [server thread/TRACE] [FML/]: Registry add: tryhard:minecraft:quartz 406 net.minecraft.item.Item@4ad342a [18:26:07] [server thread/DEBUG] [FML/]: Registry consistency check successful [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:air 0 net.minecraft.block.BlockAir@5a0ec10b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone 1 net.minecraft.block.BlockStone@569012aa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dirt 3 net.minecraft.block.BlockDirt@4215232f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cobblestone 4 net.minecraft.block.Block@79b9048d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:planks 5 net.minecraft.block.BlockWood@150519c6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bedrock 7 net.minecraft.block.Block@50a9a747 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sand 12 net.minecraft.block.BlockSand@38797817 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:web 30 net.minecraft.block.BlockWeb@59b66caf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wool 35 net.minecraft.block.BlockColored@43aa735f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brick_block 45 net.minecraft.block.Block@48ea70f2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:torch 50 net.minecraft.block.BlockTorch@417ae714 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chest 54 net.minecraft.block.BlockChest@2315da09 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lever 69 net.minecraft.block.BlockLever@108b736 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ice 79 net.minecraft.block.BlockIce@f70906 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:reeds 83 net.minecraft.block.BlockReed@16818376 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fence 85 net.minecraft.block.BlockFence@46759d75 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:portal 90 net.minecraft.block.BlockPortal@412b940e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_stone 121 net.minecraft.block.Block@233c779c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:coal_block 173 net.minecraft.block.Block@7e2ef2be [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:arrow 262 net.minecraft.item.Item@3c1270f4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond 264 net.minecraft.item.Item@5bc5e80c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stick 280 net.minecraft.item.Item@e722ed1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bowl 281 net.minecraft.item.Item@6a5fa2bf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:string 287 net.minecraft.item.ItemReed@950a505 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:feather 288 net.minecraft.item.Item@d81f00a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wheat 296 net.minecraft.item.Item@5065f2d7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bread 297 net.minecraft.item.ItemFood@552a2a7d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flint 318 net.minecraft.item.Item@417ef051 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sign 323 net.minecraft.item.ItemSign@55e26b7f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:boat 333 net.minecraft.item.ItemBoat@7993bafc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:leather 334 net.minecraft.item.Item@51d934bf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brick 336 net.minecraft.item.Item@1b01c0d6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:clay_ball 337 net.minecraft.item.Item@101b2f74 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:reeds 338 net.minecraft.item.ItemReed@68c870ee [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:paper 339 net.minecraft.item.Item@3f6e4f00 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:book 340 net.minecraft.item.ItemBook@51485b22 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:slime_ball 341 net.minecraft.item.Item@65573ede [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:egg 344 net.minecraft.item.ItemEgg@21edc51e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:compass 345 net.minecraft.item.Item@12845f9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:clock 347 net.minecraft.item.Item@726c8f4c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glowstone_dust 348 net.minecraft.item.Item@35340144 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fish 349 net.minecraft.item.ItemFishFood@33208377 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:dye 351 net.minecraft.item.ItemDye@30444c18 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bone 352 net.minecraft.item.Item@53dfd469 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:sugar 353 net.minecraft.item.Item@bf26484 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cake 354 net.minecraft.item.ItemReed@56a51c3c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:beef 363 net.minecraft.item.ItemFood@778dbd84 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:chicken 365 net.minecraft.item.ItemFood@657120fa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:potion 373 net.minecraft.item.ItemPotion@58ac350f [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:blaze_powder 377 net.minecraft.item.Item@45578a8b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:magma_cream 378 net.minecraft.item.Item@7648cf3d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:speckled_melon 382 net.minecraft.item.Item@71290aac [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:emerald 388 net.minecraft.item.Item@3fb90b1b [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:skull 397 net.minecraft.item.ItemSkull@36680bca [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:comparator 404 net.minecraft.item.ItemReed@1bec079e [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:netherbrick 405 net.minecraft.item.Item@24e82464 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:quartz 406 net.minecraft.item.Item@4ad342a [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:lead 420 net.minecraft.item.ItemLead@23205829 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:26:07] [server thread/TRACE] [FML/]: Registry: tryhard:minecraft:record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:26:07] [server thread/TRACE] [FML/]: Skipping remap event - no remaps occured [18:26:07] [server thread/INFO] [FML/]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@442432c3) [18:26:07] [server thread/INFO] [FML/]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@442432c3) [18:26:07] [server thread/INFO] [FML/]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@442432c3) [18:26:13] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp [18:26:13] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp [18:26:13] [server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML [18:26:13] [server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML [18:26:13] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartingEvent to mod Forge [18:26:13] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartingEvent to mod Forge [18:26:13] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerStartingEvent to mod tryhard [18:26:13] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerStartingEvent to mod tryhard [18:26:13] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp [18:26:13] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp [18:26:13] [server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML [18:26:13] [server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML [18:26:13] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartedEvent to mod Forge [18:26:13] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartedEvent to mod Forge [18:26:13] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerStartedEvent to mod tryhard [18:26:13] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerStartedEvent to mod tryhard [18:26:14] [Netty Client IO #1/TRACE] [FML/]: $ServerHello->FMLHandshakeClientState$2:HELLO [18:26:14] [Netty Client IO #1/INFO] [FML/]: Server protocol version 1 [18:26:14] [Netty IO #3/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO [18:26:14] [Netty IO #3/INFO] [FML/]: Client protocol version 1 [18:26:14] [Netty IO #3/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeServerState$2:HELLO [18:26:14] [Netty IO #3/INFO] [FML/]: Client attempting to join with 4 mods : mcp@8.09,FML@7.2.156.1060,Forge@10.12.1.1060,tryhard@1.03b [18:26:14] [Netty IO #3/INFO] [FML/]: Attempting connection with missing mods [] at CLIENT [18:26:14] [Netty Client IO #1/TRACE] [FML/]: $ModList:4 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA [18:26:14] [Netty Client IO #1/INFO] [FML/]: Attempting connection with missing mods [] at SERVER [18:26:14] [Netty IO #3/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK [18:26:14] [Netty Client IO #1/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE [18:26:14] [Netty IO #3/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE [18:26:14] [Netty Client IO #1/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE [18:26:14] [Netty IO #3/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE [18:26:14] [server thread/INFO] [FML/]: [server thread] Server side modded connection established [18:26:14] [Client thread/INFO] [FML/]: [Client thread] Client side modded connection established [18:26:14] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World [18:26:20] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World [18:26:21] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp [18:26:21] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp [18:26:21] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML [18:26:21] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML [18:26:21] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge [18:26:21] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge [18:26:21] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerStoppingEvent to mod tryhard [18:26:21] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerStoppingEvent to mod tryhard [18:26:21] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save New World [18:26:23] [server thread/INFO] [FML/]: Unloading dimension 0 [18:26:23] [server thread/INFO] [FML/]: Unloading dimension -1 [18:26:23] [server thread/INFO] [FML/]: Unloading dimension 1 [18:26:23] [server thread/DEBUG] [FML/]: Reverting to frozen data state. [18:26:23] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp [18:26:23] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp [18:26:23] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML [18:26:23] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML [18:26:23] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge [18:26:23] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge [18:26:23] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerStoppedEvent to mod tryhard [18:26:23] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerStoppedEvent to mod tryhard [18:26:25] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp [18:26:25] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp [18:26:25] [server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML [18:26:25] [server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML [18:26:25] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge [18:26:25] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge [18:26:25] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLServerAboutToStartEvent to mod tryhard [18:26:25] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLServerAboutToStartEvent to mod tryhard [18:26:25] [server thread/INFO] [FML/]: Injecting existing block and item data into this server instance [18:26:25] [server thread/DEBUG] [FML/]: Registry consistency check successful [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:air 0 net.minecraft.block.BlockAir@5a0ec10b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.block.BlockStone@569012aa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.block.BlockGrass@630f83c9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.block.BlockDirt@4215232f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.block.Block@79b9048d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.block.BlockWood@150519c6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.block.BlockSapling@672586a0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.block.Block@50a9a747 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@54a21d65 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@58007d68 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@82963fb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@5562f7ec [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.block.BlockSand@38797817 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.block.BlockGravel@3904e3f1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.block.BlockOre@36eec618 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.block.BlockOre@760f6dd4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.block.BlockOre@6ef3b5d9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.block.BlockOldLog@7bb07f97 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@3a702936 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.block.BlockSponge@34e2d008 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.block.BlockGlass@622a11f3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@38009ade [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@53624517 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@1ba42493 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@66b55df1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.block.BlockNote@30b4ff9a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bed 26 net.minecraft.block.BlockBed@15e9fab0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@2e05a7b7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@44951097 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@4c875c1c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.block.BlockWeb@59b66caf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@5799832c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@6f9f0c0e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.block.BlockPistonBase@32d0a462 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@1fd837fe [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.block.BlockColored@43aa735f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59b59452 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@4e5497cb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.block.BlockFlower@13b9b89a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@af01f4d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@1a96fdd7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@2ef33be4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@62e10dd0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@415419bb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@7865657e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.block.Block@48ea70f2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.block.BlockTNT@6de01862 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@6a862a07 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@e316834 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5017d906 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.block.BlockTorch@417ae714 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.block.BlockFire@6bd8f3a1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@654d4bcb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@4583f5e1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.block.BlockChest@2315da09 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@68d2f9f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@1f317315 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@677a77b2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@1e317636 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 59 net.minecraft.block.BlockCrops@41feeacb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.block.BlockFarmland@719c38e3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.block.BlockFurnace@c7d97d5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@97b275b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:standing_sign 63 net.minecraft.block.BlockSign@7766c836 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@72f8803c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.block.BlockLadder@47621ea5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.block.BlockRail@4e7cdc6a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@676adb67 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wall_sign 68 net.minecraft.block.BlockSign@186a7c3c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.block.BlockLever@108b736 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@4d3eb23c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 71 net.minecraft.block.BlockDoor@4f27a8c2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@34b88127 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@730f7532 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@7bd760a1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@1cff1d4a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30dbf425 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@5f17bcf6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@47b7eeee [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.block.BlockIce@f70906 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@678f7bca [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.block.BlockCactus@238bb76a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.block.BlockClay@4349f1b6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 83 net.minecraft.block.BlockReed@16818376 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@694043b3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.block.BlockFence@46759d75 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@1a19a8d4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@47330c96 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c90647a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@7bfaa588 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.block.BlockPortal@412b940e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@1405448f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cake 92 net.minecraft.block.BlockCake@d4e97a1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@6c747b55 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@534d4113 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@2e7c324a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2b5cf2a8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@2d29f154 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@6eb2916d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@46b0b225 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@7a7fbf64 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.block.BlockPane@1206a0cb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.block.BlockPane@712678ab [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.block.BlockMelon@49985d31 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@3af8b275 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:melon_stem 105 net.minecraft.block.BlockStem@1d8c3d92 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.block.BlockVine@6f9d8f01 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@68887242 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@560580ab [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@34286ac [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@54d03269 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@1d0b3465 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.block.Block@4a9ce1c8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@1ab37bd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@fd85a26 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@6626f6a1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@69b24aa6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@4b6041fe [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@44a8253a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@1410770 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@6f220804 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.block.Block@233c779c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@543b11cd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@ae281c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@29cb469d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@15b7025c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@21fbf127 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@228c94a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@43b71a61 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2a24f902 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@4e005207 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@4e2c2c36 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@aaa3d58 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@2ea161e0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@6520d10a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@4d7c1b64 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@eea69fa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@54aee8af [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.block.BlockBeacon@7b0bbf58 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1561435 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@2bb8ad23 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.block.BlockCarrot@581bce9a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.block.BlockPotato@468f5968 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@30344e58 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:skull 144 net.minecraft.block.BlockSkull@7ae99df6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.block.BlockAnvil@68d40124 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@36971840 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@30d4540b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@43d9b738 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@53b8aa1a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@a7bbe7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@15eda628 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4ae50837 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@27e794b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.block.BlockHopper@bced1a9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@2e0d6606 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@71a52b88 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@12cd2802 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.block.BlockDropper@52f2cc2d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@423ac8e6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@1d5a0a87 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@2d920ea7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.block.BlockNewLog@4ee31cd5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@207a0c69 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@2cc4d227 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.block.BlockHay@1b7d8bfa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.block.BlockCarpet@5cdd7cc3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5b757c3a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.block.Block@7e2ef2be [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@54f50a51 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@2378776a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone 1 net.minecraft.item.ItemBlock@29ca98c8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:grass 2 net.minecraft.item.ItemBlock@562db3db [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@7766b6bd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@374b603e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@390dfde5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@48e0f841 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e6abe27 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_water 8 net.minecraft.item.ItemBlock@3c6a88c9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:water 9 net.minecraft.item.ItemBlock@5e8690ac [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@33f487e7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lava 11 net.minecraft.item.ItemBlock@3d56054b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@4d7c58fe [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gravel 13 net.minecraft.item.ItemBlock@71ea020a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@36475635 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@5ff16253 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@3b5377a5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:log 17 net.minecraft.item.ItemMultiTexture@2a486341 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leaves 18 net.minecraft.item.ItemLeaves@236e6a12 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sponge 19 net.minecraft.item.ItemBlock@3ccb6156 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glass 20 net.minecraft.item.ItemBlock@1e49f598 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@136d6735 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@36212ecc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dispenser 23 net.minecraft.item.ItemBlock@76a123fb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@4d417095 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:noteblock 25 net.minecraft.item.ItemBlock@99addb1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@54843caf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@3466dd3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@64d41010 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:web 30 net.minecraft.item.ItemBlock@70851e2b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tallgrass 31 net.minecraft.item.ItemColored@51a44a2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:deadbush 32 net.minecraft.item.ItemBlock@6d75c520 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:piston 33 net.minecraft.item.ItemPiston@3b82fb2d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wool 35 net.minecraft.item.ItemCloth@76878596 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@2eaf091e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@3db70c43 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@444fe62 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@2ed94d6e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_block 41 net.minecraft.item.ItemBlock@3b290efc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_block 42 net.minecraft.item.ItemBlock@12dabc51 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@24db4002 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@194a12de [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brick_block 45 net.minecraft.item.ItemBlock@43e3cae [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tnt 46 net.minecraft.item.ItemBlock@56ccd6a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@25dafe28 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@4c130f9f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:obsidian 49 net.minecraft.item.ItemBlock@343f893e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:torch 50 net.minecraft.item.ItemBlock@68e4bf0e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fire 51 net.minecraft.item.ItemBlock@766c5616 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@92200ea [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@1b0c91a4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chest 54 net.minecraft.item.ItemBlock@763a631b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@4287fb17 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@606e685a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3a2c18f3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:farmland 60 net.minecraft.item.ItemBlock@f6f756e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:furnace 61 net.minecraft.item.ItemBlock@1bb65ef [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@5a759e62 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ladder 65 net.minecraft.item.ItemBlock@49c99fc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:rail 66 net.minecraft.item.ItemBlock@5bb59065 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4a4c4a8e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lever 69 net.minecraft.item.ItemBlock@56b2d6bd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@79436fa7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@251a175b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@3c876ed7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@20106484 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4c640782 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@18906123 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ice 79 net.minecraft.item.ItemBlock@77303ec2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:snow 80 net.minecraft.item.ItemBlock@6cbe8dd0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cactus 81 net.minecraft.item.ItemBlock@b49b29d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:clay 82 net.minecraft.item.ItemBlock@39a81d2b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:jukebox 84 net.minecraft.item.ItemBlock@7b066956 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fence 85 net.minecraft.item.ItemBlock@16509464 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@45089f3b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:netherrack 87 net.minecraft.item.ItemBlock@53f36a64 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@4ee0f004 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone 89 net.minecraft.item.ItemBlock@35ac3082 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:portal 90 net.minecraft.item.ItemBlock@ee32bd0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@78676f88 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@30350fc4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@30c43f00 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@6d1b05ec [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2fe19787 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@3a338a0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@4d0a0b3d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@6b9e2595 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@5eed4107 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:melon_block 103 net.minecraft.item.ItemBlock@71d3f679 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:vine 106 net.minecraft.item.ItemColored@3c86225c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@527b1b10 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@61edcc33 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@64516c52 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mycelium 110 net.minecraft.item.ItemBlock@102de1be [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@4dbda30a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@4e67f94e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3dd2790a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@56ddc356 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@c209819 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal 119 net.minecraft.item.ItemBlock@52508a76 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@686fb0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:end_stone 121 net.minecraft.item.ItemBlock@454171c1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@4597e2a6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@496e0bc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@1437268e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@176a0755 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cocoa 127 net.minecraft.item.ItemBlock@15674a26 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@2c3c5ba6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@3fe9a4d6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@7cdd9de0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@25f5d5ea [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@2ea505fa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@5f7e044c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@542b7802 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@ce61a9f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:command_block 137 net.minecraft.item.ItemBlock@5bd92c2c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:beacon 138 net.minecraft.item.ItemBlock@50da923d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@32076975 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carrots 141 net.minecraft.item.ItemBlock@6c2d7c84 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:potatoes 142 net.minecraft.item.ItemBlock@4e1cb9ca [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@3a577b23 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@4e6e9287 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@415f235a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@4c637448 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1855590e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@42f95a7f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7392d289 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@25b27332 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hopper 154 net.minecraft.item.ItemBlock@2a21ecee [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@1eb6b370 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@359ba2ce [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@657fa883 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dropper 158 net.minecraft.item.ItemBlock@a39e50f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66a8eaf3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@8ff7a9f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@24043203 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@11cdf64b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@56817382 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@5d1b0d65 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hay_block 170 net.minecraft.item.ItemBlock@337fd2c3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carpet 171 net.minecraft.item.ItemCloth@3ba4c255 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4d43953 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:coal_block 173 net.minecraft.item.ItemBlock@11adbf11 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@7f8fea4b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@1c42e68a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@bb8945a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@313a6b9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@7f26bd42 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@16d1581c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:apple 260 net.minecraft.item.ItemFood@5bf273b7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bow 261 net.minecraft.item.ItemBow@4b0900c8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:arrow 262 net.minecraft.item.Item@3c1270f4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:coal 263 net.minecraft.item.ItemCoal@73fae0f0 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond 264 net.minecraft.item.Item@5bc5e80c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_ingot 265 net.minecraft.item.Item@1e059ae6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_ingot 266 net.minecraft.item.Item@1fc8170 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_sword 267 net.minecraft.item.ItemSword@439e91fe [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5f82dd60 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@893fa9d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@2b2a5dd1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@6a755a7a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_sword 272 net.minecraft.item.ItemSword@3e873630 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@1ef6a962 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@53ea70cf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@44945113 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6556d991 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@28e5f291 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@10982291 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@74056619 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stick 280 net.minecraft.item.Item@e722ed1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bowl 281 net.minecraft.item.Item@6a5fa2bf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@5712691e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_sword 283 net.minecraft.item.ItemSword@79b35d3a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@6eadc941 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5378032b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6c1826dc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:string 287 net.minecraft.item.ItemReed@950a505 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:feather 288 net.minecraft.item.Item@d81f00a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gunpowder 289 net.minecraft.item.Item@3dc7faaa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@1590cd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@7d582c6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@527c992e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@722cc550 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@594e41bf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@c8485b4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wheat 296 net.minecraft.item.Item@5065f2d7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bread 297 net.minecraft.item.ItemFood@552a2a7d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@57c40f51 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@8c9bbdb [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@744c2b5e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@34b363f8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@6d6849cf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@59c5ed26 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@515487d5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4a1daaa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@1e1ad146 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@72a15a1a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@3f229bc1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@791fbc48 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@12825918 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2ba74026 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@7164952d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@27df784 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@1c04fc63 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@b55d5f4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@30518bfc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@39bd662c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flint 318 net.minecraft.item.Item@417ef051 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:porkchop 319 net.minecraft.item.ItemFood@74d3776e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@674612ad [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@45ce49c9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@63bf6f94 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sign 323 net.minecraft.item.ItemSign@55e26b7f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@5496c3de [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bucket 325 net.minecraft.item.ItemBucket@1b1d9c01 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@34ed138f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@389f2c6e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:minecart 328 net.minecraft.item.ItemMinecart@785c964d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:saddle 329 net.minecraft.item.ItemSaddle@3c6f7e0a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_door 330 net.minecraft.item.ItemDoor@3bbbe185 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:redstone 331 net.minecraft.item.ItemRedstone@41e69be8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:snowball 332 net.minecraft.item.ItemSnowball@7f210e81 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:boat 333 net.minecraft.item.ItemBoat@7993bafc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:leather 334 net.minecraft.item.Item@51d934bf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@552b8081 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brick 336 net.minecraft.item.Item@1b01c0d6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:clay_ball 337 net.minecraft.item.Item@101b2f74 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:reeds 338 net.minecraft.item.ItemReed@68c870ee [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:paper 339 net.minecraft.item.Item@3f6e4f00 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:book 340 net.minecraft.item.ItemBook@51485b22 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:slime_ball 341 net.minecraft.item.Item@65573ede [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@42e094cc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@2648ff61 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:egg 344 net.minecraft.item.ItemEgg@21edc51e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:compass 345 net.minecraft.item.Item@12845f9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@42ed705f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:clock 347 net.minecraft.item.Item@726c8f4c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glowstone_dust 348 net.minecraft.item.Item@35340144 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fish 349 net.minecraft.item.ItemFishFood@33208377 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@1b9713da [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:dye 351 net.minecraft.item.ItemDye@30444c18 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bone 352 net.minecraft.item.Item@53dfd469 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:sugar 353 net.minecraft.item.Item@bf26484 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cake 354 net.minecraft.item.ItemReed@56a51c3c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:bed 355 net.minecraft.item.ItemBed@1769e8e3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:repeater 356 net.minecraft.item.ItemReed@2a389b17 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cookie 357 net.minecraft.item.ItemFood@6a4e18a8 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:filled_map 358 net.minecraft.item.ItemMap@7e1c7ca6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:shears 359 net.minecraft.item.ItemShears@e5a0fc1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:melon 360 net.minecraft.item.ItemFood@3ac04f43 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@2793d5d7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5abc2a8d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:beef 363 net.minecraft.item.ItemFood@778dbd84 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@7a95626d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:chicken 365 net.minecraft.item.ItemFood@657120fa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@662c311d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@5f4c9b52 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7626caa6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_rod 369 net.minecraft.item.Item@6cc294e3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ghast_tear 370 net.minecraft.item.Item@5abcfadd [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:gold_nugget 371 net.minecraft.item.Item@2cf9f1b5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@4d6bb924 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:potion 373 net.minecraft.item.ItemPotion@58ac350f [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@747d97da [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:spider_eye 375 net.minecraft.item.ItemFood@617ca4f5 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@3e3202d3 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:blaze_powder 377 net.minecraft.item.Item@45578a8b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:magma_cream 378 net.minecraft.item.Item@7648cf3d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@261dea76 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:cauldron 380 net.minecraft.item.ItemReed@760bfc86 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@49acd265 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:speckled_melon 382 net.minecraft.item.Item@71290aac [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@36d61532 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5c0273e1 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1d2ab9ab [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@caf2020 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@431f5ba2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:emerald 388 net.minecraft.item.Item@3fb90b1b [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@d883a4c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:flower_pot 390 net.minecraft.item.ItemReed@6aab5a84 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@47bc8ba4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:potato 392 net.minecraft.item.ItemSeedFood@2b73e0c7 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:baked_potato 393 net.minecraft.item.ItemFood@44aa3f1a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@514e72e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:map 395 net.minecraft.item.ItemEmptyMap@625b76 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@3962a02c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:skull 397 net.minecraft.item.ItemSkull@36680bca [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@30470ebc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2b525fb6 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@2d09bbf2 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:fireworks 401 net.minecraft.item.ItemFirework@70d4c132 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@1a4f0638 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@21a60a44 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:comparator 404 net.minecraft.item.ItemReed@1bec079e [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:netherbrick 405 net.minecraft.item.Item@24e82464 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:quartz 406 net.minecraft.item.Item@4ad342a [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@73bb3cc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@609919c9 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:iron_horse_armor 417 net.minecraft.item.Item@636c0caa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:golden_horse_armor 418 net.minecraft.item.Item@4ab39fe4 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@56c6580c [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:lead 420 net.minecraft.item.ItemLead@23205829 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@4c01e765 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@10febedf [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_13 2256 net.minecraft.item.ItemRecord@6061bb01 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@303c7016 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@4fe2cd17 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@3306c9fa [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_far 2260 net.minecraft.item.ItemRecord@2b65642 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@10d90872 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@18b97d02 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@39be1afc [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@6fddb401 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@4454e707 [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_11 2266 net.minecraft.item.ItemRecord@220b9f9d [18:26:25] [server thread/TRACE] [FML/]: Registry: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@291c0de1 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_furnace [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapped_chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ice [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beacon [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_stem [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carpet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_hardened_clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_button [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:portal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal_frame [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unlit_redstone_torch [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brewing_stand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wool [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:soul_sand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wall_sign [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cake [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:noteblock [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jungle_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cocoa [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire_hook [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_door [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston_head [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves2 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:anvil [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_lava [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:birch_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stonebrick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_redstone_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cactus [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_pane [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ladder [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapdoor [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tallgrass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dropper [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:vine [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone_wall [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_redstone_lamp [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bed [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:crafting_table [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:skull [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:obsidian [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_button [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:reeds [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_wart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:packed_ice [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log2 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bookshelf [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sticky_piston [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:web [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanting_table [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spruce_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:torch [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston_extension [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sapling [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_torch [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flower_pot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_water [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_plant [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_wooden_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:air [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_bars [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dragon_egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:planks [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mossy_cobblestone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hay_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:daylight_detector [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherrack [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mob_spawner [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_lamp [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_stone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bedrock [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unpowered_repeater [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dark_oak_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_pumpkin [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:yellow_flower [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:deadbush [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_door [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jukebox [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hardened_clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:monster_egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:grass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mycelium [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:farmland [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dirt [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass_pane [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_stem [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_stone_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:oak_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lever [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow_layer [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:powered_comparator [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dispenser [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sponge [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:light_weighted_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:detector_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:heavy_weighted_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potatoes [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:powered_repeater [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:unpowered_comparator [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:waterlily [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cauldron [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence_gate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:activator_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_flower [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_wire [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_fence [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:standing_sign [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gravel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:acacia_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_chestplate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_shovel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_chicken [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dispenser [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ice [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:experience_bottle [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_chestplate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_far [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:waterlily [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_mall [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_chirp [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fishing_rod [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:arrow [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_apple [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cactus [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:soul_sand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:compass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_sword [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_wart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spider_eye [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_carrot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_button [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:string [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_hoe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:noteblock [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_axe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_wooden_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_sword [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_horse_armor [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bed [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sugar [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapped_chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_horse_armor [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:baked_potato [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_chestplate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_water [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:boat [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:paper [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:grass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:blaze_powder [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_hoe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:writable_book [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jungle_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_blocks [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carpet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat_seeds [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_helmet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_stone_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:repeater [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bookshelf [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:farmland [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_porkchop [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanting_table [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherbrick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_star [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dirt [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_boots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:birch_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_ward [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chicken [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tallgrass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lead [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_beef [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass_pane [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_helmet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_boots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence_gate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:saddle [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:name_tag [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:book [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:vine [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:netherrack [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bread [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_pickaxe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tripwire_hook [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_door [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_axe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dragon_egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_pie [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mycelium [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:filled_map [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snowball [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potion [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:milk_bucket [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fence [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:firework_charge [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lever [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:jukebox [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_boots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_boots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_eye [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_mushroom_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fish [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dropper [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fireworks [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:painting [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chest_minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:porkchop [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_pickaxe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_leggings [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_cat [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_helmet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ghast_tear [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_bars [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_chestplate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leather_leggings [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_pumpkin [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:portal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_hoe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:monster_egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spruce_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sign [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:log2 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:torch [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_mellohi [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:shears [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:magma_cream [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone_dust [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_wait [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beef [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:written_book [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_sword [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_shovel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bowl [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cauldron [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mossy_cobblestone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_shovel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:skull [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:activator_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_button [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_leggings [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clock [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_helmet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:rotten_flesh [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hay_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:speckled_melon [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potatoes [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cake [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flint [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_chestplate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hopper_minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sticky_piston [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_horse_armor [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:feather [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:potato [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_stone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:oak_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mob_spawner [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flint_and_steel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_axe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glowstone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:beacon [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gravel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:melon_seeds [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:blaze_rod [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:double_plant [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:comparator [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_shovel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:apple [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:anvil [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrot_on_a_stick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_lamp [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_axe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lapis_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cocoa [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:nether_brick_fence [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:leaves2 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_bottle [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:poisonous_potato [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_hoe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sandstone_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:piston [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_pickaxe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gunpowder [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:deadbush [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace_minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:detector_rail [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:quartz_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:red_flower [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cobblestone_wall [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:furnace [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flower_pot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_door [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sponge [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:flowing_lava [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fermented_spider_eye [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cooked_fished [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_sword [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:cookie [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:obsidian [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wooden_slab [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_strad [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_stal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_brick_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_shovel [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:clay_ball [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wheat [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:hardened_clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:daylight_detector [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dye [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lit_furnace [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:reeds [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:tnt_minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:packed_ice [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:enchanted_book [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block_minecart [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_axe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal_frame [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:command_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:heavy_weighted_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:carrots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_helmet [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_ingot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:snow_layer [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:pumpkin_seeds [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_11 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_pickaxe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:fire_charge [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:record_13 [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bow [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stone_pickaxe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:map [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brewing_stand [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:slime_ball [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:wool [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_boots [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:water_bucket [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:lava_bucket [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:mushroom_stew [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:planks [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:light_weighted_pressure_plate [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_hardened_clay [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:coal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:redstone_torch [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_chest [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brick_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:yellow_flower [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ender_pearl [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bucket [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:iron_sword [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:end_portal [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:item_frame [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:trapdoor [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stained_glass [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_ingot [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:ladder [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:sapling [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:spawn_egg [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:gold_nugget [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:crafting_table [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_leggings [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:acacia_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:stonebrick [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:web [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:emerald_ore [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:glass_pane [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:chainmail_leggings [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:dark_oak_stairs [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:golden_hoe [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:diamond_block [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:brown_mushroom [18:26:25] [server thread/INFO] [FML/]: Found a missing id from the world tryhard:minecraft:bedrock [18:26:25] [server thread/DEBUG] [FML/]: There are 486 mappings missing - attempting a mod remap [18:26:25] [server thread/TRACE] [mcp/mcp]: Sending event FMLMissingMappingsEvent to mod mcp [18:26:25] [server thread/TRACE] [mcp/mcp]: Sent event FMLMissingMappingsEvent to mod mcp [18:26:25] [server thread/TRACE] [FML/FML]: Sending event FMLMissingMappingsEvent to mod FML [18:26:25] [server thread/TRACE] [FML/FML]: Sent event FMLMissingMappingsEvent to mod FML [18:26:25] [server thread/TRACE] [Forge/Forge]: Sending event FMLMissingMappingsEvent to mod Forge [18:26:25] [server thread/TRACE] [Forge/Forge]: Sent event FMLMissingMappingsEvent to mod Forge [18:26:25] [server thread/TRACE] [tryhard/tryhard]: Sending event FMLMissingMappingsEvent to mod tryhard [18:26:25] [server thread/TRACE] [tryhard/tryhard]: Sent event FMLMissingMappingsEvent to mod tryhard [18:26:25] [server thread/ERROR] [FML/]: There are unidentified mappings in this world - we are going to attempt to process anyway [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_furnace, id 62 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_block, id 155 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:trapped_chest, id 146 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ice, id 79 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_ore, id 15 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_portal, id 119 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brick_stairs, id 108 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:beacon, id 138 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_block, id 42 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:melon_stem, id 105 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gold_ore, id 14 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sandstone_stairs, id 128 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:log, id 17 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wheat, id 59 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:rail, id 66 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:carpet, id 171 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_pressure_plate, id 70 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_hardened_clay, id 159 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_slab, id 44 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_button, id 77 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glass, id 20 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:portal, id 90 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_portal_frame, id 120 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unlit_redstone_torch, id 75 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lapis_ore, id 21 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brewing_stand, id 117 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wool, id 35 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_stairs, id 67 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glowstone, id 89 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick_stairs, id 114 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:command_block, id 137 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:soul_sand, id 88 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brown_mushroom, id 39 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wall_sign, id 68 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cake, id 92 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:noteblock, id 25 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:jungle_stairs, id 136 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cocoa, id 127 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tripwire_hook, id 131 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_door, id 64 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston_head, id 34 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_ore, id 73 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:leaves2, id 161 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:anvil, id 145 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flowing_lava, id 10 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brown_mushroom_block, id 99 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:birch_stairs, id 135 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:diamond_ore, id 56 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stonebrick, id 98 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_redstone_ore, id 74 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cactus, id 81 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:glass_pane, id 102 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ladder, id 65 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:trapdoor, id 96 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tallgrass, id 31 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dropper, id 158 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:vine, id 106 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cobblestone_wall, id 139 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sandstone, id 24 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:brick_block, id 45 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_redstone_lamp, id 124 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bed, id 26 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:crafting_table, id 58 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:coal_block, id 173 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:skull, id 144 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:clay, id 82 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone_brick_stairs, id 109 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:obsidian, id 49 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_button, id 143 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:reeds, id 83 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_wart, id 115 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:packed_ice, id 174 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:log2, id 162 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bookshelf, id 47 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sticky_piston, id 29 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:web, id 30 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:enchanting_table, id 116 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:spruce_stairs, id 134 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:torch, id 50 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston_extension, id 36 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:carrots, id 141 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sapling, id 6 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_mushroom_block, id 100 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_torch, id 76 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flower_pot, id 140 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:emerald_block, id 133 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:piston, id 33 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:golden_rail, id 27 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:flowing_water, id 8 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_plant, id 175 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:water, id 9 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:chest, id 54 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fire, id 51 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_wooden_slab, id 125 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:air, id 0 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_bars, id 101 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:diamond_block, id 57 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dragon_egg, id 122 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:planks, id 5 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mossy_cobblestone, id 48 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:snow, id 80 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hay_block, id 170 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:daylight_detector, id 151 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:netherrack, id 87 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mob_spawner, id 52 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fence, id 85 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_lamp, id 123 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:ender_chest, id 130 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:end_stone, id 121 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:bedrock, id 7 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_pressure_plate, id 72 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unpowered_repeater, id 93 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_block, id 152 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dark_oak_stairs, id 164 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lit_pumpkin, id 91 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:melon_block, id 103 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:furnace, id 61 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:yellow_flower, id 37 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lava, id 11 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_glass, id 95 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:deadbush, id 32 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:iron_door, id 71 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:jukebox, id 84 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_stairs, id 156 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hardened_clay, id 172 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:leaves, id 18 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stone, id 1 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:monster_egg, id 97 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:pumpkin, id 86 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:grass, id 2 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:mycelium, id 110 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:coal_ore, id 16 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:farmland, id 60 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dirt, id 3 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:stained_glass_pane, id 160 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:pumpkin_stem, id 104 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gold_block, id 41 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:double_stone_slab, id 43 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:oak_stairs, id 53 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lever, id 69 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:snow_layer, id 78 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:powered_comparator, id 150 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:dispenser, id 23 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sponge, id 19 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:light_weighted_pressure_plate, id 147 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:detector_rail, id 28 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:hopper, id 154 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cobblestone, id 4 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:potatoes, id 142 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:lapis_block, id 22 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:powered_repeater, id 94 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:wooden_slab, id 126 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_mushroom, id 40 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:quartz_ore, id 153 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:unpowered_comparator, id 149 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:waterlily, id 111 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:cauldron, id 118 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:sand, id 12 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tnt, id 46 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick, id 112 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:fence_gate, id 107 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:activator_rail, id 157 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:red_flower, id 38 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:redstone_wire, id 55 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:nether_brick_fence, id 113 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:standing_sign, id 63 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:gravel, id 13 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:emerald_ore, id 129 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:tripwire, id 132 [18:26:25] [server thread/ERROR] [FML/]: Unidentified block: tryhard:minecraft:acacia_stairs, id 163 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_chestplate, id 299 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_shovel, id 273 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_chicken, id 366 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dispenser, id 23 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ice, id 79 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:water, id 9 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:experience_bottle, id 384 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_chestplate, id 315 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_far, id 2260 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:waterlily, id 111 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lava, id 11 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_mall, id 2261 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_chirp, id 2259 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lapis_ore, id 21 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fishing_rod, id 346 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:arrow, id 262 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_apple, id 322 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cactus, id 81 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:soul_sand, id 88 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:compass, id 345 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz, id 406 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_sword, id 276 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brown_mushroom_block, id 99 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_wart, id 372 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spider_eye, id 375 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_carrot, id 396 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_button, id 77 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:string, id 287 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_hoe, id 293 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_rail, id 27 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:noteblock, id 25 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_axe, id 271 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_wooden_slab, id 125 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_sword, id 268 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_horse_armor, id 417 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bed, id 355 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon, id 360 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sugar, id 353 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tnt, id 46 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:trapped_chest, id 146 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_horse_armor, id 419 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:baked_potato, id 393 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_pressure_plate, id 72 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_chestplate, id 303 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flowing_water, id 8 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sand, id 12 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:boat, id 333 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:paper, id 339 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:grass, id 2 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick_stairs, id 114 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:blaze_powder, id 377 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_hoe, id 290 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:writable_book, id 386 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:jungle_stairs, id 136 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_blocks, id 2258 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_slab, id 44 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cobblestone, id 4 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carpet, id 171 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wheat_seeds, id 295 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sandstone, id 24 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick_stairs, id 108 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_helmet, id 306 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_stone_slab, id 43 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:repeater, id 356 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bookshelf, id 47 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal_ore, id 16 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hopper, id 154 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chest, id 54 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:egg, id 344 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:farmland, id 60 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_porkchop, id 320 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:enchanting_table, id 116 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:netherbrick, id 405 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_mushroom, id 40 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_star, id 399 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dirt, id 3 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_boots, id 309 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:birch_stairs, id 135 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_ward, id 2265 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chicken, id 365 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrot, id 391 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tallgrass, id 31 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snow, id 80 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lead, id 420 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_beef, id 364 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_glass_pane, id 160 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_helmet, id 298 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_boots, id 313 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fence_gate, id 107 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:saddle, id 329 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:name_tag, id 421 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:book, id 340 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:vine, id 106 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:netherrack, id 87 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bread, id 297 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_pickaxe, id 278 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tripwire_hook, id 131 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_door, id 324 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_ore, id 73 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bone, id 352 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_axe, id 258 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone, id 331 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dragon_egg, id 122 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin_pie, id 400 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_pressure_plate, id 70 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mycelium, id 110 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond, id 264 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:filled_map, id 358 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snowball, id 332 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potion, id 373 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:milk_bucket, id 335 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fence, id 85 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:firework_charge, id 402 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lever, id 69 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:jukebox, id 84 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_boots, id 305 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_boots, id 301 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:minecart, id 328 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick, id 336 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_ore, id 56 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_block, id 42 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_eye, id 381 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_mushroom_block, id 100 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fish, id 349 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dropper, id 158 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fireworks, id 401 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:painting, id 321 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chest_minecart, id 342 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather, id 334 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:porkchop, id 319 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_pickaxe, id 285 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_leggings, id 308 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_cat, id 2257 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_helmet, id 310 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:log, id 17 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ghast_tear, id 370 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_bars, id 101 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_chestplate, id 307 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leather_leggings, id 300 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald, id 388 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lit_pumpkin, id 91 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:portal, id 90 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:rail, id 66 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_hoe, id 292 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_stairs, id 156 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass, id 20 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon_block, id 103 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald_block, id 133 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:monster_egg, id 97 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spruce_stairs, id 134 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sign, id 323 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leaves, id 18 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:log2, id 162 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fire, id 51 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:torch, id 50 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_mellohi, id 2262 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:shears, id 359 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:magma_cream, id 378 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glowstone_dust, id 348 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stick, id 280 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_wait, id 2267 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:beef, id 363 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:written_book, id 387 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_sword, id 272 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_shovel, id 269 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bowl, id 281 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cauldron, id 380 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mossy_cobblestone, id 48 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_shovel, id 277 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:skull, id 397 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:activator_rail, id 157 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_button, id 143 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal_block, id 173 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_leggings, id 312 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clock, id 347 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_helmet, id 314 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:rotten_flesh, id 367 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hay_block, id 170 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:speckled_melon, id 382 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potatoes, id 142 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cake, id 354 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flint, id 318 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_chestplate, id 311 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hopper_minecart, id 408 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sticky_piston, id 29 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_horse_armor, id 418 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:feather, id 288 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:potato, id 392 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_stone, id 121 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:oak_stairs, id 53 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_ore, id 15 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mob_spawner, id 52 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flint_and_steel, id 259 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_axe, id 279 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glowstone, id 89 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:beacon, id 138 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gravel, id 13 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:melon_seeds, id 362 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:blaze_rod, id 369 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:double_plant, id 175 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:comparator, id 404 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_shovel, id 284 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick, id 112 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin, id 86 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:apple, id 260 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:anvil, id 145 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrot_on_a_stick, id 398 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_lamp, id 123 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_axe, id 286 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lapis_block, id 22 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cocoa, id 127 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:nether_brick_fence, id 113 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:leaves2, id 161 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass_bottle, id 374 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:poisonous_potato, id 394 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_hoe, id 291 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sandstone_stairs, id 128 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:piston, id 33 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_pickaxe, id 270 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gunpowder, id 289 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:deadbush, id 32 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:furnace_minecart, id 343 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_ore, id 153 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:detector_rail, id 28 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:quartz_block, id 155 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:red_flower, id 38 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cobblestone_wall, id 139 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:furnace, id 61 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flower_pot, id 390 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_door, id 330 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sponge, id 19 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:flowing_lava, id 10 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fermented_spider_eye, id 376 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cooked_fished, id 350 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_stairs, id 67 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_sword, id 283 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:cookie, id 357 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:obsidian, id 49 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wooden_slab, id 126 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_strad, id 2264 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_stal, id 2263 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_brick_stairs, id 109 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clay, id 82 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_shovel, id 256 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:clay_ball, id 337 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wheat, id 296 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:hardened_clay, id 172 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:daylight_detector, id 151 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dye, id 351 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lit_furnace, id 62 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:reeds, id 338 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:tnt_minecart, id 407 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:packed_ice, id 174 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:enchanted_book, id 403 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:command_block_minecart, id 422 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_axe, id 275 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_portal_frame, id 120 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:command_block, id 137 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_block, id 41 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:carrots, id 141 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_helmet, id 302 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_ingot, id 265 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:snow_layer, id 78 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:pumpkin_seeds, id 361 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_11, id 2266 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone, id 1 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_pickaxe, id 257 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:fire_charge, id 385 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:record_13, id 2256 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bow, id 261 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_block, id 152 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_ore, id 14 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stone_pickaxe, id 274 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:map, id 395 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brewing_stand, id 379 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:slime_ball, id 341 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:wool, id 35 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_boots, id 317 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:water_bucket, id 326 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:lava_bucket, id 327 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:mushroom_stew, id 282 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:planks, id 5 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:light_weighted_pressure_plate, id 147 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_hardened_clay, id 159 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:coal, id 263 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:redstone_torch, id 76 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_chest, id 130 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brick_block, id 45 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:yellow_flower, id 37 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ender_pearl, id 368 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bucket, id 325 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:iron_sword, id 267 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:end_portal, id 119 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:item_frame, id 389 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:trapdoor, id 96 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stained_glass, id 95 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_ingot, id 266 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:ladder, id 65 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:sapling, id 6 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:spawn_egg, id 383 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:gold_nugget, id 371 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:crafting_table, id 58 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_leggings, id 316 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:acacia_stairs, id 163 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:stonebrick, id 98 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:web, id 30 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:emerald_ore, id 129 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:glass_pane, id 102 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:chainmail_leggings, id 304 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:dark_oak_stairs, id 164 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:golden_hoe, id 294 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:diamond_block, id 57 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:brown_mushroom, id 39 [18:26:25] [server thread/ERROR] [FML/]: Unidentified item: tryhard:minecraft:bedrock, id 7 edit : I solved my problem , my build must have failed so i just rebuilt my workspace. I'm sorry for the inconvenience , thanks
  2. Hi , today i have downloaded the 10.12.1.1060 version of FML, thinking of upgrading my mod using 9.11.1.965, it worked i can sucessfuly create a new world etc ... but a problem still remain , if i disconnect and want to comeback it fails to load the world , I tried to run an empty mod with only the basic class but it don't work too , if i have a @Mod annotation in my code i have this : [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leather_chestplate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_shovel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cooked_chicken [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dispenser [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ice [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:water [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:experience_bottle [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_chestplate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_far [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:waterlily [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lava [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_mall [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_chirp [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lapis_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fishing_rod [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:arrow [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_apple [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cactus [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:soul_sand [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:compass [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:quartz [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_sword [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brown_mushroom_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:nether_wart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:spider_eye [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_carrot [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_button [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:string [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_hoe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_rail [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:noteblock [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_axe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:double_wooden_slab [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_sword [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_horse_armor [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bed [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:melon [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sugar [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:tnt [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:trapped_chest [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_horse_armor [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:baked_potato [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_pressure_plate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chainmail_chestplate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:flowing_water [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sand [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:boat [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:paper [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:grass [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:nether_brick_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:blaze_powder [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_hoe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:writable_book [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:jungle_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_blocks [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_slab [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cobblestone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:carpet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wheat_seeds [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sandstone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brick_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_helmet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:double_stone_slab [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:repeater [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bookshelf [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:coal_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:hopper [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chest [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:egg [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:farmland [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cooked_porkchop [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:enchanting_table [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:netherbrick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:red_mushroom [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:nether_star [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dirt [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_boots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:birch_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_ward [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chicken [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:carrot [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:tallgrass [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:snow [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lead [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cooked_beef [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stained_glass_pane [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leather_helmet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_boots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fence_gate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:saddle [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:name_tag [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:book [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:vine [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:netherrack [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bread [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_pickaxe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:tripwire_hook [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_door [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:redstone_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_axe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:redstone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dragon_egg [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:pumpkin_pie [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_pressure_plate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:mycelium [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:filled_map [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:snowball [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:potion [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:milk_bucket [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fence [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:firework_charge [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lever [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:jukebox [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chainmail_boots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leather_boots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ender_eye [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:red_mushroom_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fish [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dropper [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fireworks [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:painting [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chest_minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leather [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:porkchop [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_pickaxe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_leggings [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_cat [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_helmet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:log [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ghast_tear [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_bars [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_chestplate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leather_leggings [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:emerald [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lit_pumpkin [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:portal [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:rail [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_hoe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:quartz_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:glass [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:melon_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:emerald_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:monster_egg [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:spruce_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sign [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leaves [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:log2 [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fire [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:torch [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_mellohi [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:shears [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:magma_cream [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:glowstone_dust [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_wait [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:beef [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:written_book [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_sword [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_shovel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bowl [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cauldron [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:mossy_cobblestone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_shovel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:skull [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:activator_rail [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_button [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:coal_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_leggings [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:clock [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_helmet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:rotten_flesh [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:hay_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:speckled_melon [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:potatoes [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cake [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:flint [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_chestplate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:hopper_minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sticky_piston [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_horse_armor [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:feather [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:potato [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:end_stone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:oak_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:mob_spawner [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:flint_and_steel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_axe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:glowstone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:beacon [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gravel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:melon_seeds [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:blaze_rod [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:double_plant [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:comparator [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_shovel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:nether_brick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:pumpkin [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:apple [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:anvil [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:carrot_on_a_stick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:redstone_lamp [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_axe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lapis_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cocoa [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:nether_brick_fence [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:leaves2 [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:glass_bottle [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:poisonous_potato [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_hoe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sandstone_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:piston [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_pickaxe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gunpowder [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:deadbush [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:furnace_minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:quartz_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:detector_rail [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:quartz_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:red_flower [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cobblestone_wall [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:furnace [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:flower_pot [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_door [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sponge [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:flowing_lava [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fermented_spider_eye [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cooked_fished [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_sword [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:cookie [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:obsidian [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wooden_slab [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_strad [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_stal [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_brick_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:clay [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_shovel [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:clay_ball [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wheat [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:hardened_clay [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:daylight_detector [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dye [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lit_furnace [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:reeds [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:tnt_minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:packed_ice [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:enchanted_book [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:command_block_minecart [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_axe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:end_portal_frame [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:command_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gold_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:heavy_weighted_pressure_plate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:carrots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chainmail_helmet [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_ingot [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:snow_layer [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:pumpkin_seeds [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_11 [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_pickaxe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:fire_charge [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:record_13 [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bow [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:redstone_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gold_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stone_pickaxe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:map [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brewing_stand [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:slime_ball [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:wool [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_boots [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:water_bucket [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:lava_bucket [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:mushroom_stew [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:planks [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:light_weighted_pressure_plate [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stained_hardened_clay [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:coal [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:redstone_torch [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ender_chest [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brick_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:yellow_flower [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ender_pearl [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bucket [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:iron_sword [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:end_portal [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:item_frame [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:trapdoor [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stained_glass [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gold_ingot [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:ladder [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:sapling [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:spawn_egg [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:gold_nugget [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:crafting_table [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_leggings [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:acacia_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:stonebrick [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:web [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:emerald_ore [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:glass_pane [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:chainmail_leggings [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:dark_oak_stairs [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:golden_hoe [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:diamond_block [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:brown_mushroom [22:21:51] [server thread/INFO] [FML]: Found a missing id from the world tryhard:minecraft:bedrock [22:21:51] [server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lit_furnace, id 62 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:quartz_block, id 155 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:trapped_chest, id 146 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:ice, id 79 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:iron_ore, id 15 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:end_portal, id 119 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:brick_stairs, id 108 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:beacon, id 138 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:iron_block, id 42 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:melon_stem, id 105 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:gold_ore, id 14 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sandstone_stairs, id 128 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:log, id 17 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wheat, id 59 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:rail, id 66 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:carpet, id 171 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone_pressure_plate, id 70 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stained_hardened_clay, id 159 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone_slab, id 44 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone_button, id 77 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:glass, id 20 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:portal, id 90 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:end_portal_frame, id 120 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:unlit_redstone_torch, id 75 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lapis_ore, id 21 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:brewing_stand, id 117 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wool, id 35 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone_stairs, id 67 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:glowstone, id 89 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:nether_brick_stairs, id 114 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:command_block, id 137 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:soul_sand, id 88 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:brown_mushroom, id 39 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wall_sign, id 68 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cake, id 92 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:noteblock, id 25 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:jungle_stairs, id 136 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cocoa, id 127 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:tripwire_hook, id 131 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wooden_door, id 64 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:piston_head, id 34 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:redstone_ore, id 73 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:leaves2, id 161 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:anvil, id 145 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:flowing_lava, id 10 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:brown_mushroom_block, id 99 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:birch_stairs, id 135 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:diamond_ore, id 56 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stonebrick, id 98 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lit_redstone_ore, id 74 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cactus, id 81 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:glass_pane, id 102 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:ladder, id 65 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:trapdoor, id 96 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:tallgrass, id 31 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:dropper, id 158 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:vine, id 106 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cobblestone_wall, id 139 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sandstone, id 24 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:brick_block, id 45 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lit_redstone_lamp, id 124 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:bed, id 26 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:crafting_table, id 58 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:coal_block, id 173 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:skull, id 144 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:clay, id 82 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone_brick_stairs, id 109 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:obsidian, id 49 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wooden_button, id 143 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:reeds, id 83 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:nether_wart, id 115 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:packed_ice, id 174 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:log2, id 162 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:bookshelf, id 47 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sticky_piston, id 29 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:web, id 30 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:enchanting_table, id 116 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:spruce_stairs, id 134 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:torch, id 50 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:piston_extension, id 36 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:carrots, id 141 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sapling, id 6 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:red_mushroom_block, id 100 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:redstone_torch, id 76 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:flower_pot, id 140 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:emerald_block, id 133 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:piston, id 33 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:golden_rail, id 27 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:flowing_water, id 8 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:double_plant, id 175 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:water, id 9 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:chest, id 54 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:fire, id 51 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:double_wooden_slab, id 125 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:air, id 0 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:iron_bars, id 101 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:diamond_block, id 57 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:dragon_egg, id 122 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:planks, id 5 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:mossy_cobblestone, id 48 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:snow, id 80 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:hay_block, id 170 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:daylight_detector, id 151 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:netherrack, id 87 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:mob_spawner, id 52 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:fence, id 85 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:redstone_lamp, id 123 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:ender_chest, id 130 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:end_stone, id 121 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:bedrock, id 7 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wooden_pressure_plate, id 72 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:unpowered_repeater, id 93 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:redstone_block, id 152 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:dark_oak_stairs, id 164 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lit_pumpkin, id 91 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:melon_block, id 103 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:furnace, id 61 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:yellow_flower, id 37 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lava, id 11 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stained_glass, id 95 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:deadbush, id 32 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:iron_door, id 71 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:jukebox, id 84 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:quartz_stairs, id 156 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:hardened_clay, id 172 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:leaves, id 18 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stone, id 1 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:monster_egg, id 97 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:pumpkin, id 86 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:grass, id 2 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:mycelium, id 110 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:coal_ore, id 16 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:farmland, id 60 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:dirt, id 3 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:stained_glass_pane, id 160 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:pumpkin_stem, id 104 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:gold_block, id 41 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:double_stone_slab, id 43 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:oak_stairs, id 53 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lever, id 69 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:snow_layer, id 78 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:powered_comparator, id 150 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:dispenser, id 23 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sponge, id 19 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:light_weighted_pressure_plate, id 147 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:detector_rail, id 28 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:hopper, id 154 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cobblestone, id 4 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:potatoes, id 142 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:lapis_block, id 22 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:powered_repeater, id 94 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:wooden_slab, id 126 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:red_mushroom, id 40 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:quartz_ore, id 153 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:unpowered_comparator, id 149 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:waterlily, id 111 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:cauldron, id 118 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:sand, id 12 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:tnt, id 46 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:nether_brick, id 112 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:fence_gate, id 107 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:activator_rail, id 157 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:red_flower, id 38 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:redstone_wire, id 55 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:nether_brick_fence, id 113 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:standing_sign, id 63 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:gravel, id 13 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:emerald_ore, id 129 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:tripwire, id 132 [22:21:51] [server thread/ERROR] [FML]: Unidentified block: tryhard:minecraft:acacia_stairs, id 163 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leather_chestplate, id 299 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_shovel, id 273 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cooked_chicken, id 366 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dispenser, id 23 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ice, id 79 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:water, id 9 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:experience_bottle, id 384 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_chestplate, id 315 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_far, id 2260 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:waterlily, id 111 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lava, id 11 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_mall, id 2261 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_chirp, id 2259 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lapis_ore, id 21 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fishing_rod, id 346 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:arrow, id 262 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_apple, id 322 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cactus, id 81 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:soul_sand, id 88 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:compass, id 345 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:quartz, id 406 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_sword, id 276 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brown_mushroom_block, id 99 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:nether_wart, id 372 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:spider_eye, id 375 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_carrot, id 396 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_button, id 77 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:string, id 287 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_hoe, id 293 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_rail, id 27 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:noteblock, id 25 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_axe, id 271 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:double_wooden_slab, id 125 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_sword, id 268 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_horse_armor, id 417 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bed, id 355 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:melon, id 360 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sugar, id 353 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:tnt, id 46 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:trapped_chest, id 146 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_horse_armor, id 419 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:baked_potato, id 393 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_pressure_plate, id 72 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chainmail_chestplate, id 303 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:flowing_water, id 8 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sand, id 12 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:boat, id 333 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:paper, id 339 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:grass, id 2 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:nether_brick_stairs, id 114 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:blaze_powder, id 377 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_hoe, id 290 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:writable_book, id 386 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:jungle_stairs, id 136 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_blocks, id 2258 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_slab, id 44 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cobblestone, id 4 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:carpet, id 171 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wheat_seeds, id 295 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sandstone, id 24 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brick_stairs, id 108 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_helmet, id 306 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:double_stone_slab, id 43 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:repeater, id 356 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bookshelf, id 47 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:coal_ore, id 16 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:hopper, id 154 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chest, id 54 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:egg, id 344 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:farmland, id 60 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cooked_porkchop, id 320 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:enchanting_table, id 116 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:netherbrick, id 405 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:red_mushroom, id 40 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:nether_star, id 399 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dirt, id 3 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_boots, id 309 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:birch_stairs, id 135 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_ward, id 2265 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chicken, id 365 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:carrot, id 391 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:tallgrass, id 31 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:snow, id 80 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lead, id 420 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cooked_beef, id 364 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stained_glass_pane, id 160 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leather_helmet, id 298 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_boots, id 313 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fence_gate, id 107 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:saddle, id 329 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:name_tag, id 421 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:book, id 340 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:vine, id 106 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:netherrack, id 87 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bread, id 297 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_pickaxe, id 278 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:tripwire_hook, id 131 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_door, id 324 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:redstone_ore, id 73 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bone, id 352 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_axe, id 258 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:redstone, id 331 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dragon_egg, id 122 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:pumpkin_pie, id 400 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_pressure_plate, id 70 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:mycelium, id 110 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond, id 264 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:filled_map, id 358 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:snowball, id 332 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:potion, id 373 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:milk_bucket, id 335 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fence, id 85 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:firework_charge, id 402 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lever, id 69 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:jukebox, id 84 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chainmail_boots, id 305 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leather_boots, id 301 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:minecart, id 328 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brick, id 336 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_ore, id 56 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_block, id 42 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ender_eye, id 381 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:red_mushroom_block, id 100 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fish, id 349 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dropper, id 158 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fireworks, id 401 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:painting, id 321 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chest_minecart, id 342 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leather, id 334 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:porkchop, id 319 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_pickaxe, id 285 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_leggings, id 308 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_cat, id 2257 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_helmet, id 310 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:log, id 17 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ghast_tear, id 370 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_bars, id 101 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_chestplate, id 307 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leather_leggings, id 300 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:emerald, id 388 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lit_pumpkin, id 91 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:portal, id 90 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:rail, id 66 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_hoe, id 292 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:quartz_stairs, id 156 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:glass, id 20 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:melon_block, id 103 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:emerald_block, id 133 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:monster_egg, id 97 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:spruce_stairs, id 134 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sign, id 323 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leaves, id 18 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:log2, id 162 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fire, id 51 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:torch, id 50 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_mellohi, id 2262 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:shears, id 359 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:magma_cream, id 378 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:glowstone_dust, id 348 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stick, id 280 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_wait, id 2267 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:beef, id 363 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:written_book, id 387 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_sword, id 272 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_shovel, id 269 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bowl, id 281 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cauldron, id 380 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:mossy_cobblestone, id 48 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_shovel, id 277 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:skull, id 397 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:activator_rail, id 157 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_button, id 143 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:coal_block, id 173 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_leggings, id 312 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:clock, id 347 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_helmet, id 314 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:rotten_flesh, id 367 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:hay_block, id 170 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:speckled_melon, id 382 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:potatoes, id 142 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cake, id 354 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:flint, id 318 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_chestplate, id 311 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:hopper_minecart, id 408 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sticky_piston, id 29 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_horse_armor, id 418 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:feather, id 288 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:potato, id 392 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:end_stone, id 121 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:oak_stairs, id 53 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_ore, id 15 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:mob_spawner, id 52 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:flint_and_steel, id 259 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_axe, id 279 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:glowstone, id 89 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:beacon, id 138 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gravel, id 13 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:melon_seeds, id 362 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:blaze_rod, id 369 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:double_plant, id 175 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:comparator, id 404 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_shovel, id 284 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:nether_brick, id 112 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:pumpkin, id 86 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:apple, id 260 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:anvil, id 145 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:carrot_on_a_stick, id 398 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:redstone_lamp, id 123 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_axe, id 286 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lapis_block, id 22 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cocoa, id 127 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:nether_brick_fence, id 113 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:leaves2, id 161 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:glass_bottle, id 374 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:poisonous_potato, id 394 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_hoe, id 291 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sandstone_stairs, id 128 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:piston, id 33 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_pickaxe, id 270 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gunpowder, id 289 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:deadbush, id 32 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:furnace_minecart, id 343 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:quartz_ore, id 153 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:detector_rail, id 28 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:quartz_block, id 155 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:red_flower, id 38 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cobblestone_wall, id 139 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:furnace, id 61 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:flower_pot, id 390 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_door, id 330 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sponge, id 19 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:flowing_lava, id 10 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fermented_spider_eye, id 376 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cooked_fished, id 350 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_stairs, id 67 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_sword, id 283 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:cookie, id 357 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:obsidian, id 49 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wooden_slab, id 126 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_strad, id 2264 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_stal, id 2263 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_brick_stairs, id 109 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:clay, id 82 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_shovel, id 256 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:clay_ball, id 337 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wheat, id 296 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:hardened_clay, id 172 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:daylight_detector, id 151 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dye, id 351 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lit_furnace, id 62 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:reeds, id 338 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:tnt_minecart, id 407 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:packed_ice, id 174 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:enchanted_book, id 403 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:command_block_minecart, id 422 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_axe, id 275 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:end_portal_frame, id 120 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:command_block, id 137 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gold_block, id 41 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:heavy_weighted_pressure_plate, id 148 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:carrots, id 141 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chainmail_helmet, id 302 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_ingot, id 265 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:snow_layer, id 78 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:pumpkin_seeds, id 361 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_11, id 2266 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone, id 1 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_pickaxe, id 257 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:fire_charge, id 385 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:record_13, id 2256 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bow, id 261 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:redstone_block, id 152 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gold_ore, id 14 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stone_pickaxe, id 274 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:map, id 395 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brewing_stand, id 379 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:slime_ball, id 341 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:wool, id 35 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_boots, id 317 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:water_bucket, id 326 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:lava_bucket, id 327 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:mushroom_stew, id 282 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:planks, id 5 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:light_weighted_pressure_plate, id 147 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stained_hardened_clay, id 159 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:coal, id 263 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:redstone_torch, id 76 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ender_chest, id 130 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brick_block, id 45 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:yellow_flower, id 37 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ender_pearl, id 368 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bucket, id 325 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:iron_sword, id 267 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:end_portal, id 119 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:item_frame, id 389 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:trapdoor, id 96 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stained_glass, id 95 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gold_ingot, id 266 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:ladder, id 65 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:sapling, id 6 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:spawn_egg, id 383 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:gold_nugget, id 371 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:crafting_table, id 58 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_leggings, id 316 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:acacia_stairs, id 163 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:stonebrick, id 98 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:web, id 30 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:emerald_ore, id 129 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:glass_pane, id 102 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:chainmail_leggings, id 304 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:dark_oak_stairs, id 164 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:golden_hoe, id 294 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:diamond_block, id 57 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:brown_mushroom, id 39 [22:21:51] [server thread/ERROR] [FML]: Unidentified item: tryhard:minecraft:bedrock, id 7 Thanks for the help
×
×
  • Create New...

Important Information

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