Jump to content

KingOfMiners

Forge Modder
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    1

KingOfMiners last won the day on October 7 2018

KingOfMiners had the most liked content!

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KingOfMiners's Achievements

Stone Miner

Stone Miner (3/8)

3

Reputation

  1. It works except that It looks exactly like water, I'll try to fix that, If I can't I'll post back. Thank you.
  2. I tried to call this method in my client proxy's init function: ModelLoader.setCustomStateMapper(MoreOresModBlocks.gold_fluid_block, new StateMap.Builder().ignore(MoreOresModBlocks.gold_fluid_block.LEVEL).build()); but it didn't work either. Anything else I could try?
  3. Thanks for some of the suggestions, I'm working on them now. Anyway, It still doesn't work when I renamed the blockstate file to: "liquid_gold.json"
  4. Like github? I don't really go into git so sorry if I'm annoying.
  5. [19:54:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [19:54:56] [main/INFO] [FML]: Forge Mod Loader version 12.18.0.2006 for Minecraft 1.10.2 loading [19:54:56] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_91 [19:54:56] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [19:54:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [19:54:56] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [19:54:56] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [19:54:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:54:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:54:56] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [19:55:00] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [19:55:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:55:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:55:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [19:55:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [19:55:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [19:55:02] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2017-02-10 19:55:03,474 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-02-10 19:55:03,538 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-02-10 19:55:03,540 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [19:55:04] [Client thread/INFO]: Setting user: KingOfMiners [19:55:12] [Client thread/WARN]: Skipping bad option: lastServer: [19:55:12] [Client thread/INFO]: LWJGL Version: 2.9.4 [19:55:13] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:221]: ---- Minecraft Crash Report ---- // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] Time: 2/10/17 7:55 PM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_91, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 854093928 bytes (814 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.1' Renderer: 'AMD Radeon(TM) R7 Graphics' [19:55:13] [Client thread/INFO] [FML]: MinecraftForge v12.18.0.2006 Initialized [19:55:14] [Client thread/INFO] [FML]: Replaced 233 ore recipes [19:55:15] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [19:55:15] [Client thread/INFO] [FML]: Searching C:\Users\[NOPE]\Documents\Coding\Minecraft\forge-1.10.2-12.18.0.2006-1.10.0-mdk\run\mods for mods [19:55:17] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [19:55:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, MoreOresMod] at CLIENT [19:55:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, MoreOresMod] at SERVER [19:55:19] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MoreOresMod [19:55:19] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [19:55:19] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations [19:55:19] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [19:55:19] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [19:55:20] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [19:55:20] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [19:55:20] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: OUTDATED Target: 12.18.3.2185 [19:55:20] [Client thread/INFO] [STDOUT]: [net.moreoresmod.main.UpdateHandler:init:29]: Newest Version Of Mod: 1.4 beta [19:55:20] [Client thread/INFO] [FML]: Applying holder lookups [19:55:20] [Client thread/INFO] [FML]: Holder lookups applied [19:55:20] [Client thread/INFO] [FML]: Injecting itemstacks [19:55:20] [Client thread/INFO] [FML]: Itemstack injection complete [19:55:26] [Sound Library Loader/INFO]: Starting up SoundSystem... [19:55:27] [Thread-8/INFO]: Initializing LWJGL OpenAL [19:55:27] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [19:55:27] [Thread-8/INFO]: OpenAL initialized. [19:55:27] [Sound Library Loader/INFO]: Sound engine started [19:55:38] [Client thread/INFO] [FML]: Max texture size: 16384 [19:55:38] [Client thread/INFO]: Created: 16x16 textures-atlas [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Backpack#inventory for item "moreoresmod:Backpack", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:item/Backpack with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: moreoresmod:models/item/Backpack.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Backpack#inventory for item "moreoresmod:Backpack", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Backpack#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true for blockstate "moreoresmod:Otherlyworld_Leaves[check_decay=true,decayable=true]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true: java.lang.Exception: Could not load model definition for variant moreoresmod:Otherlyworld_Leaves at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model moreoresmod:blockstates/Otherlyworld_Leaves.json at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more Caused by: java.io.FileNotFoundException: moreoresmod:blockstates/Otherlyworld_Leaves.json at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:103) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#facing=west for blockstate "moreoresmod:Melter[facing=west]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Melter#facing=west with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant moreoresmod:Melter#facing=west: java.lang.Exception: Could not load model definition for variant moreoresmod:Melter at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model moreoresmod:blockstates/Melter.json at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more Caused by: java.io.FileNotFoundException: moreoresmod:blockstates/Melter.json at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:103) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#inventory for item "moreoresmod:Melter", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:item/Melter with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: moreoresmod:models/item/Melter.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#inventory for item "moreoresmod:Melter", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Melter#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [19:55:41] [Client thread/ERROR] [FML]: Suppressed additional 35 model loading errors for domain moreoresmod [19:55:42] [Client thread/INFO] [FML]: Injecting itemstacks [19:55:42] [Client thread/INFO] [FML]: Itemstack injection complete [19:55:42] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [19:55:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MoreOresMod [19:55:47] [Client thread/INFO]: SoundSystem shutting down... [19:55:47] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [19:55:47] [Sound Library Loader/INFO]: Starting up SoundSystem... [19:55:47] [Thread-10/INFO]: Initializing LWJGL OpenAL [19:55:47] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [19:55:47] [Thread-10/INFO]: OpenAL initialized. [19:55:48] [Sound Library Loader/INFO]: Sound engine started [19:55:55] [Client thread/INFO] [FML]: Max texture size: 16384 [19:55:56] [Client thread/INFO]: Created: 1024x512 textures-atlas [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Backpack#inventory for item "moreoresmod:Backpack", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:item/Backpack with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: moreoresmod:models/item/Backpack.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Backpack#inventory for item "moreoresmod:Backpack", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Backpack#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true for blockstate "moreoresmod:Otherlyworld_Leaves[check_decay=true,decayable=true]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant moreoresmod:Otherlyworld_Leaves#check_decay=true,decayable=true: java.lang.Exception: Could not load model definition for variant moreoresmod:Otherlyworld_Leaves at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model moreoresmod:blockstates/Otherlyworld_Leaves.json at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more Caused by: java.io.FileNotFoundException: moreoresmod:blockstates/Otherlyworld_Leaves.json at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:103) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#facing=west for blockstate "moreoresmod:Melter[facing=west]" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Melter#facing=west with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant moreoresmod:Melter#facing=west: java.lang.Exception: Could not load model definition for variant moreoresmod:Melter at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model moreoresmod:blockstates/Melter.json at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more Caused by: java.io.FileNotFoundException: moreoresmod:blockstates/Melter.json at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:103) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#inventory for item "moreoresmod:Melter", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:item/Melter with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: moreoresmod:models/item/Melter.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:Melter#inventory for item "moreoresmod:Melter", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:Melter#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [19:55:58] [Client thread/ERROR] [FML]: Suppressed additional 35 model loading errors for domain moreoresmod [19:55:59] [Client thread/WARN]: Skipping bad option: lastServer: [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 1 texture [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations: [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\[NOPE]\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.0.2006-1.10.0\snapshot\20160518\forgeSrc-1.10.2-12.18.0.2006-1.10.0.jar [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\[NOPE]\.gradle\caches\minecraft\net\minecraftforge\forge\1.10.2-12.18.0.2006-1.10.0\snapshot\20160518\forgeSrc-1.10.2-12.18.0.2006-1.10.0.jar [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/otherlyworld_log.png [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [19:55:59] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= That's the full log I get when I load the game.
  6. I edited the json file to this: { "variants": { "normal": { "model": "forge:fluid", "custom": { "fluid": "liquid_gold" } } } } And it still doesn't work.
  7. It was supposed to have a multiple use sort of thing but, I'll try it without the multi varient thing.
  8. { "forge_marker": 1, "variants": { "gold": { "model": "forge:fluid", "custom": { "fluid": "liquid_gold" } } } }
  9. It keeps talking about the inventory model for it but this is what I'm getting: [16:42:15] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:eternal_water#inventory for item "moreoresmod:eternal_water", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:item/eternal_water with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: moreoresmod:models/item/eternal_water.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [16:42:15] [Client thread/ERROR] [FML]: Exception loading model for variant moreoresmod:eternal_water#inventory for item "moreoresmod:eternal_water", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model moreoresmod:eternal_water#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [16:42:15] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant moreoresmod:eternal_water#inventory: java.lang.Exception: Could not load model definition for variant moreoresmod:eternal_water at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model moreoresmod:blockstates/eternal_water.json at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:205) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more Caused by: java.io.FileNotFoundException: moreoresmod:blockstates/eternal_water.json at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:103) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:198) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more
  10. I have tried looking at tutorials on how to fix it but I can't seem to get a result. If someone could point me in the right direction that would be great.
  11. Inventory: package com.moreoresmod.main.inventory; import com.moreoresmod.main.items.Backpack; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.SoundEvents; import net.minecraft.inventory.IInventory; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.TextComponentTranslation; public class InventoryBackpack implements IInventory { public ItemStack[] inventory = new ItemStack[this.getSizeInventory()]; public ItemStack backpackItem; public InventoryBackpack(ItemStack backpack) { this.backpackItem = backpack; if (!backpack.hasTagCompound()) { backpack.setTagCompound(new NBTTagCompound()); } readFromNBT(backpack.getTagCompound()); } @Override public String getName() { return "container.backpack"; } @Override public boolean hasCustomName() { return false; } @Override public ITextComponent getDisplayName() { return new TextComponentTranslation(this.getName(), new Object[0]); } @Override public int getSizeInventory() { return 9; } @Override public ItemStack getStackInSlot(int index) { if(index < 0 || index >= this.getSizeInventory()) return null; return this.inventory[index]; } @Override public ItemStack decrStackSize(int index, int count) { if(this.getStackInSlot(index) != null) { ItemStack stack; if(this.getStackInSlot(index).stackSize <= count) { stack = this.getStackInSlot(index); this.setInventorySlotContents(index, null); this.markDirty(); return stack; }else{ stack = this.getStackInSlot(index).splitStack(count); if(this.getStackInSlot(index).stackSize <= 0) { this.setInventorySlotContents(index, null); }else { this.setInventorySlotContents(index, this.getStackInSlot(index)); } this.markDirty(); return stack; } }else{ return null; } } @Override public ItemStack removeStackFromSlot(int index) { return null; } @Override public void setInventorySlotContents(int index, ItemStack stack) { if(index < 0 || index >= this.getSizeInventory()) { return; } if(stack != null && stack.stackSize > this.getInventoryStackLimit()) { stack.stackSize = this.getInventoryStackLimit(); } if(stack != null && stack.stackSize == 0) { stack = null; } this.inventory[index] = stack; this.markDirty(); } @Override public int getInventoryStackLimit() { return 64; } @Override public boolean isUseableByPlayer(EntityPlayer player) { return true; } @Override public void openInventory(EntityPlayer player) {} @Override public void closeInventory(EntityPlayer player) {} @Override public boolean isItemValidForSlot(int index, ItemStack stack) { return !(stack.getItem() instanceof Backpack); } @Override public int getField(int id) { return 0; } @Override public void setField(int id, int value) {} @Override public int getFieldCount() { return 0; } @Override public void clear() { for(int i = 0; i < this.inventory.length; i++) { this.inventory[i] = null; } this.markDirty(); } @Override public void markDirty() { //super.markDirty(); for(int i = 0; i < getSizeInventory(); i++) { if(getStackInSlot(i) != null && getStackInSlot(i).stackSize == 0) { this.inventory[i] = null; } } writeToNBT(this.backpackItem.getTagCompound()); } public void readFromNBT(NBTTagCompound nbt) { NBTTagList list = nbt.getTagList("BackpackItems", 10); for(int i = 0; i < list.tagCount(); i++) { NBTTagCompound stackTag = list.getCompoundTagAt(i); int slot = stackTag.getByte("Slot") & 255; this.setInventorySlotContents(slot, ItemStack.loadItemStackFromNBT(stackTag)); } } public void writeToNBT(NBTTagCompound nbt) { NBTTagList list = new NBTTagList(); for(int i = 0; i < this.getSizeInventory(); i++) { if(this.getStackInSlot(i) != null) { NBTTagCompound stackTag = new NBTTagCompound(); stackTag.setByte("Slot", (byte) i); this.getStackInSlot(i).writeToNBT(stackTag); list.appendTag(nbt); } } nbt.setTag("BackpackItems", list); } } Container: package com.moreoresmod.main.container; import javax.annotation.Nullable; import com.moreoresmod.main.container.slot.SlotBackpack; import com.moreoresmod.main.container.slot.SlotBackpackInventory; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; public class ContainerBackpack extends Container { private final IInventory dispenserInventory; public ContainerBackpack(IInventory playerInventory, IInventory dispenserInventoryIn) { this.dispenserInventory = dispenserInventoryIn; for (int i = 0; i < 3; ++i) { for (int j = 0; j < 3; ++j) { this.addSlotToContainer(new SlotBackpack(dispenserInventoryIn, j + i * 3, 62 + j * 18, 17 + i * 18)); } } for (int k = 0; k < 3; ++k) { for (int i1 = 0; i1 < 9; ++i1) { this.addSlotToContainer(new SlotBackpackInventory(playerInventory, i1 + k * 9 + 9, 8 + i1 * 18, 84 + k * 18)); } } for (int l = 0; l < 9; ++l) { this.addSlotToContainer(new SlotBackpackInventory(playerInventory, l, 8 + l * 18, 142)); } } public boolean canInteractWith(EntityPlayer playerIn) { return this.dispenserInventory.isUseableByPlayer(playerIn); } /** * Take a stack from the specified inventory slot. */ @Nullable public ItemStack transferStackInSlot(EntityPlayer playerIn, int index) { ItemStack itemstack = null; Slot slot = (Slot)this.inventorySlots.get(index); if (slot != null && slot.getHasStack()) { ItemStack itemstack1 = slot.getStack(); itemstack = itemstack1.copy(); if (index < 9) { if (!this.mergeItemStack(itemstack1, 9, 45, true)) { return null; } } else if (!this.mergeItemStack(itemstack1, 0, 9, false)) { return null; } if (itemstack1.stackSize == 0) { slot.putStack((ItemStack)null); } else { slot.onSlotChanged(); } if (itemstack1.stackSize == itemstack.stackSize) { return null; } slot.onPickupFromSlot(playerIn, itemstack1); } return itemstack; } } GuiHandler: package com.moreoresmod.main.handler; import com.moreoresmod.main.container.ContainerBackpack; import com.moreoresmod.main.container.ContainerCoalGenerator; import com.moreoresmod.main.container.ContainerMelter; import com.moreoresmod.main.container.ContainerParidoxemer; import com.moreoresmod.main.gui.GuiBackpack; import com.moreoresmod.main.gui.GuiCoalGenerator; import com.moreoresmod.main.gui.GuiMelter; import com.moreoresmod.main.gui.GuiParidoxemer; import com.moreoresmod.main.inventory.InventoryBackpack; import com.moreoresmod.main.tileentity.TileEntityCoalGenerator; import com.moreoresmod.main.tileentity.TileEntityMelter; import com.moreoresmod.main.tileentity.TileEntityParidoxemer; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.util.EnumHand; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraftforge.fml.common.network.IGuiHandler; public class GuiHandler implements IGuiHandler { public static final int PARADOXEMER_ID = 0; public static final int MELTER_ID = 1; public static final int BACKPACK_ID = 2; public static final int COALGENERATOR_ID = 3; //public static final int DUPLICATOR_ID = 2; //public static final int EXTRACTOR_ID = 3; //public static final int PARADOXEMER_ID = 4; private static EnumHand hand; public static void setEnumHand(EnumHand handIn) { hand = handIn; } /* */ @Override public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { if(ID == PARADOXEMER_ID){ return new ContainerParidoxemer(player.inventory, (TileEntityParidoxemer) world.getTileEntity(new BlockPos(x, y, z))); }else if(ID == MELTER_ID){ return new ContainerMelter(player.inventory, (TileEntityMelter) world.getTileEntity(new BlockPos(x, y, z))); }else if(ID == BACKPACK_ID) { return new ContainerBackpack(player.inventory, new InventoryBackpack(player.getHeldItem(hand))); //player.getHeldItem(player.getActiveItemStack() }else if(ID == COALGENERATOR_ID){ return new ContainerCoalGenerator(player.inventory, (TileEntityCoalGenerator) world.getTileEntity(new BlockPos(x, y, z))); }else{ return null; } } /* if(ID == PARIDOXEMER_ID){ return new GuiParidoxemer(player.inventory, (TileEntityParidoxemer) world.getTileEntity(new BlockPos(x, y, z))); } */ @Override public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { if(ID == PARADOXEMER_ID){ return new GuiParidoxemer(player.inventory, (TileEntityParidoxemer) world.getTileEntity(new BlockPos(x, y, z))); }else if(ID == MELTER_ID){ return new GuiMelter(player.inventory, (TileEntityMelter) world.getTileEntity(new BlockPos(x, y, z))); }else if(ID == BACKPACK_ID) { return new GuiBackpack(player.inventory, new InventoryBackpack(player.getHeldItem(hand))); }else if(ID == COALGENERATOR_ID) { return new GuiCoalGenerator(player.inventory, (TileEntityCoalGenerator) world.getTileEntity(new BlockPos(x, y, z))); }else{ return null; } } } Slots: package com.moreoresmod.main.container.slot; import com.moreoresmod.main.items.Backpack; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; public class SlotBackpack extends Slot { public SlotBackpack(IInventory inventoryIn, int index, int xPosition, int yPosition) { super(inventoryIn, index, xPosition, yPosition); } @Override public boolean isItemValid(ItemStack stack) { return !(stack.getItem() instanceof Backpack); } } package com.moreoresmod.main.container.slot; import com.moreoresmod.main.items.Backpack; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; public class SlotBackpackInventory extends Slot { public SlotBackpackInventory(IInventory inventoryIn, int index, int xPosition, int yPosition) { super(inventoryIn, index, xPosition, yPosition); } @Override public boolean canTakeStack(EntityPlayer playerIn) { ItemStack stack = inventory.getStackInSlot(this.getSlotIndex()); return !(stack.getItem() instanceof Backpack); } } Gui: package com.moreoresmod.main.gui; import com.moreoresmod.main.container.ContainerBackpack; import com.moreoresmod.main.container.ContainerParidoxemer; import com.moreoresmod.main.tileentity.TileEntityParidoxemer; import net.minecraft.client.gui.inventory.GuiContainer; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.ResourceLocation; public class GuiBackpack extends GuiContainer { private static final ResourceLocation GuiTextures = new ResourceLocation("moreoresmod:" + "textures/gui/container/paridoxemer.png"); private final InventoryPlayer playerInventory; private IInventory backpack; public GuiBackpack(InventoryPlayer inventory, IInventory tileentity) { super(new ContainerBackpack(inventory, tileentity)); playerInventory = inventory; backpack = tileentity; this.xSize = 176; this.ySize = 166; } @Override protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY) { String s = this.backpack.getDisplayName().getUnformattedText(); this.fontRendererObj.drawString(s, this.xSize / 2 - this.fontRendererObj.getStringWidth(s) / 2, 6, 4210752); this.fontRendererObj.drawString(this.playerInventory.getDisplayName().getUnformattedText(), 8, this.ySize - 96 + 2, 4210752); } @Override protected void drawGuiContainerBackgroundLayer(float partialTicks, int mouseX, int mouseY) { GlStateManager.color(1.0F, 1.0F, 1.0F, 1.0F); this.mc.getTextureManager().bindTexture(GuiTextures); int k = (this.width - this.xSize) / 2; int l = (this.height - this.ySize) / 2; this.drawTexturedModalRect(k, l, 0, 0, this.xSize, this.ySize); } } Item: package com.moreoresmod.main.items; import com.moreoresmod.main.MoreOresModMain; import com.moreoresmod.main.handler.GuiHandler; import com.moreoresmod.main.packet.GuiOpenPacket; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.util.ActionResult; import net.minecraft.util.EnumActionResult; import net.minecraft.util.EnumHand; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; public class Backpack extends Item { public Backpack() { this.setMaxStackSize(64); } @Override public int getMaxItemUseDuration(ItemStack stack) { return 1; } @Override public ActionResult<ItemStack> onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn, EnumHand hand) { GuiHandler.setEnumHand(hand); MoreOresModMain.packetPipeline.sendToServer(new GuiOpenPacket(GuiHandler.BACKPACK_ID, new BlockPos(0, 0, 0))); return new ActionResult(EnumActionResult.SUCCESS, itemStackIn); } }
  12. I fixed that but now I'm getting another error. ---- Minecraft Crash Report ---- // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] Time: 10/23/16 1:13 PM Description: Ticking player java.lang.StackOverflowError: Ticking player at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:287) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:287) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:289) at net.minecraft.nbt.NBTTagList.copy(NBTTagList.java:11) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:525) at net.minecraft.nbt.NBTTagCompound.copy(NBTTagCompound.java:17) -- Player being ticked -- Details: Entity Type: null (net.minecraft.entity.player.EntityPlayerMP) Entity ID: 110 Entity Name: KingOfMiners Entity's Exact location: 240.01, 91.00, -128.94 Entity's Block location: World: (240,91,-129), Chunk: (at 0,5,15 in 15,-9; contains blocks 240,0,-144 to 255,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ~~ERROR~~ NullPointerException: null Stacktrace: at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:678) at net.minecraft.world.World.updateEntities(World.java:1862) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:644) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536) at java.lang.Thread.run(Unknown Source) -- Affected level -- Details: Level name: New World All players: 1 total; [EntityPlayerMP['KingOfMiners'/110, l='New World', x=240.01, y=91.00, z=-128.94]] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: 6120319117022592938 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (218,64,-135), Chunk: (at 10,4,9 in 13,-9; contains blocks 208,0,-144 to 223,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 2302066 game time, 1645743 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 26600 (now: false), thunder time: 161956 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true -- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_91, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 515083864 bytes (491 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.32 Powered by Forge 12.18.0.2006 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.0.2006-1.10.0.jar) UCHIJAAAA Forge{12.18.0.2006} [Minecraft Forge] (forgeSrc-1.10.2-12.18.0.2006-1.10.0.jar) UCHIJAAAA MoreOresMod{1.4 beta} [MoreOresMod] (bin) Loaded coremods (and transformers): GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 1 / 8; [EntityPlayerMP['KingOfMiners'/110, l='New World', x=240.01, y=91.00, z=-128.94]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
×
×
  • Create New...

Important Information

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