
Mr_Pyro
Members-
Posts
26 -
Joined
-
Last visited
Everything posted by Mr_Pyro
-
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
I am at a loss as how to do this. I was going to create an itemstack array to store the result, so that I could use an if statement to check .isEmpty() and then use else or something to only run the code when it is not empty. Does Try catch work for index out of bounds? I cant think of any other ways. -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
Oh good point. So, I tried ItemHandlerHelper.giveItemToPlayer((EntityPlayer) entity, new ItemStack(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock().getDrops(world, new BlockPos(i, j - incr, k), world.getBlockState(new BlockPos(i, j - incr, k)), 0).get(0).getItem(), 1)); , but I got an IndexOutOfBoundsException. So, how do I get an item that I can pass to this method?? -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
hmm thats odd. I'm passing it new ItemStack(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock(), 1) for the itemstack argument. I have no clue as to why it would ever be null. -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
2017-10-06 17:52:08,244 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-06 17:52:08,245 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [17:52:08] [main/INFO] [GradleStart]: Extra: [] [17:52:08] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/James H/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [17:52:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [17:52:08] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2422 for Minecraft 1.10.2 loading [17:52:08] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 10:amd64:10.0, installed at A:\Program Files\Java\jre1.8.0_144 [17:52:08] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [17:52:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [17:52:08] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [17:52:08] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [17:52:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:52:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:52:08] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [17:52:09] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [17:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:52:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [17:52:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [17:52:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [17:52:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2017-10-06 17:52:10,778 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-06 17:52:10,806 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-06 17:52:10,808 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [17:52:11] [Client thread/INFO]: Setting user: Player468 [17:52:13] [Client thread/WARN]: Skipping bad option: lastServer: [17:52:13] [Client thread/INFO]: LWJGL Version: 2.9.4 [17:52:15] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:225]: ---- Minecraft Crash Report ---- // Don't do that. Time: 10/6/17 5:52 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_144, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 834023048 bytes (795 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 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: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.41' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2' [17:52:15] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2422 Initialized [17:52:15] [Client thread/INFO] [FML]: Replaced 231 ore recipes [17:52:16] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [17:52:16] [Client thread/INFO] [FML]: Searching A:\Users\James H\Documents\My 1.10.2 ModWorkspace\run\mods for mods [17:52:16] [Client thread/WARN] [FML]: **************************************** [17:52:16] [Client thread/WARN] [FML]: * The modid BedrockBreaker is not the same as it's lowercase version. Lowercasing will be enforced in 1.11 [17:52:16] [Client thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:145) [17:52:16] [Client thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:130) [17:52:16] [Client thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [17:52:16] [Client thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [17:52:16] [Client thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [17:52:16] [Client thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Unknown Source)... [17:52:16] [Client thread/WARN] [FML]: **************************************** [17:52:17] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [17:52:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, BedrockBreaker] at CLIENT [17:52:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, BedrockBreaker] at SERVER [17:52:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:BedrockBreaker [17:52:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: BedrockBreaker/ in A:\Users\James H\Documents\My 1.10.2 ModWorkspace\bin [17:52:17] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [17:52:17] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations [17:52:17] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [17:52:17] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [17:52:17] [Client thread/INFO] [FML]: Applying holder lookups [17:52:17] [Client thread/INFO] [FML]: Holder lookups applied [17:52:17] [Client thread/INFO] [FML]: Applying holder lookups [17:52:17] [Client thread/INFO] [FML]: Holder lookups applied [17:52:17] [Client thread/INFO] [FML]: Applying holder lookups [17:52:17] [Client thread/INFO] [FML]: Holder lookups applied [17:52:17] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [17:52:17] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [17:52:17] [Client thread/INFO] [FML]: Applying holder lookups [17:52:17] [Client thread/INFO] [FML]: Holder lookups applied [17:52:17] [Client thread/INFO] [FML]: Injecting itemstacks [17:52:17] [Client thread/INFO] [FML]: Itemstack injection complete [17:52:18] [Thread-6/INFO] [FML]: Using sync timing. 200 frames of Display.update took 127795364 nanos [17:52:18] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: OUTDATED Target: 12.18.3.2488 [17:52:21] [Sound Library Loader/INFO]: Starting up SoundSystem... [17:52:21] [Thread-8/INFO]: Initializing LWJGL OpenAL [17:52:21] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [17:52:21] [Thread-8/INFO]: OpenAL initialized. [17:52:22] [Sound Library Loader/INFO]: Sound engine started [17:52:27] [Client thread/INFO] [FML]: Max texture size: 16384 [17:52:27] [Client thread/INFO]: Created: 16x16 textures-atlas [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#normal for blockstate "bedrockbreaker:ZirconiumOre" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumOre#normal 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:252) ~[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:240) ~[ModelLoader.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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant bedrockbreaker:ZirconiumOre#normal: java.lang.Exception: Could not load model definition for variant bedrockbreaker:ZirconiumOre at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:285) ~[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:240) ~[ModelLoader.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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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 bedrockbreaker:blockstates/ZirconiumOre.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:281) ~[ModelLoader.class:?] ... 20 more Caused by: java.io.FileNotFoundException: bedrockbreaker:blockstates/ZirconiumOre.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:83) ~[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:281) ~[ModelLoader.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumWand#inventory for item "bedrockbreaker:ZirconiumWand", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumWand 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:328) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumWand.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumWand#inventory for item "bedrockbreaker:ZirconiumWand", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumWand#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:336) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumRod#inventory for item "bedrockbreaker:ZirconiumRod", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumRod 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:328) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumRod.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumRod#inventory for item "bedrockbreaker:ZirconiumRod", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumRod#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:336) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#inventory for item "bedrockbreaker:ZirconiumOre", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumOre 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:328) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumOre.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#inventory for item "bedrockbreaker:ZirconiumOre", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumOre#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:336) ~[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:148) ~[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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [17:52:27] [Client thread/ERROR] [FML]: Suppressed additional 1 model loading errors for domain bedrockbreaker [17:52:27] [Client thread/INFO] [FML]: OBJLoader: Domain testenvironmentmod has been added. [17:52:27] [Client thread/INFO] [FML]: Injecting itemstacks [17:52:27] [Client thread/INFO] [FML]: Itemstack injection complete [17:52:27] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [17:52:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:BedrockBreaker [17:52:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: BedrockBreaker/ in A:\Users\James H\Documents\My 1.10.2 ModWorkspace\bin [17:52:30] [Client thread/INFO]: SoundSystem shutting down... [17:52:31] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [17:52:31] [Sound Library Loader/INFO]: Starting up SoundSystem... [17:52:31] [Thread-10/INFO]: Initializing LWJGL OpenAL [17:52:31] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [17:52:31] [Thread-10/INFO]: OpenAL initialized. [17:52:31] [Sound Library Loader/INFO]: Sound engine started [17:52:36] [Client thread/INFO] [FML]: Max texture size: 16384 [17:52:37] [Client thread/INFO]: Created: 512x512 textures-atlas [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#normal for blockstate "bedrockbreaker:ZirconiumOre" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumOre#normal 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:252) ~[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:240) ~[ModelLoader.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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant bedrockbreaker:ZirconiumOre#normal: java.lang.Exception: Could not load model definition for variant bedrockbreaker:ZirconiumOre at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:285) ~[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:240) ~[ModelLoader.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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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 bedrockbreaker:blockstates/ZirconiumOre.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:281) ~[ModelLoader.class:?] ... 23 more Caused by: java.io.FileNotFoundException: bedrockbreaker:blockstates/ZirconiumOre.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:83) ~[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:281) ~[ModelLoader.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumWand#inventory for item "bedrockbreaker:ZirconiumWand", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumWand 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:328) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumWand.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumWand#inventory for item "bedrockbreaker:ZirconiumWand", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumWand#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:336) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumRod#inventory for item "bedrockbreaker:ZirconiumRod", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumRod 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:328) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumRod.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumRod#inventory for item "bedrockbreaker:ZirconiumRod", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumRod#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:336) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#inventory for item "bedrockbreaker:ZirconiumOre", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:item/ZirconiumOre 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:328) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: bedrockbreaker:models/item/ZirconiumOre.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Exception loading model for variant bedrockbreaker:ZirconiumOre#inventory for item "bedrockbreaker:ZirconiumOre", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bedrockbreaker:ZirconiumOre#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:336) ~[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:148) ~[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:350) [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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [17:52:38] [Client thread/ERROR] [FML]: Suppressed additional 1 model loading errors for domain bedrockbreaker [17:52:38] [Client thread/WARN]: Skipping bad option: lastServer: [17:52:39] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [17:52:42] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2 [17:52:42] [Server thread/INFO]: Generating keypair [17:52:42] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance [17:52:42] [Server thread/INFO] [FML]: Applying holder lookups [17:52:42] [Server thread/INFO] [FML]: Holder lookups applied [17:52:43] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@2aaa289c) [17:52:43] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@2aaa289c) [17:52:43] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@2aaa289c) [17:52:43] [Server thread/INFO]: Preparing start region for level 0 [17:52:44] [Server thread/INFO]: Changing view distance to 12, from 10 [17:52:46] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [17:52:46] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [17:52:46] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [17:52:46] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [17:52:46] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [17:52:46] [Server thread/INFO]: Player468[local:E:86e45b2e] logged in with entity id 124 at (56.26184827305012, 64.0, 63.690022424359114) [17:52:46] [Server thread/INFO]: Player468 joined the game [17:52:47] [Server thread/INFO]: Saving and pausing game... [17:52:47] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld [17:52:47] [Server thread/INFO]: Saving chunks for level 'New World'/Nether [17:52:47] [Server thread/INFO]: Saving chunks for level 'New World'/The End [17:52:48] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6dacefad[id=4bf8ac1c-047f-3d7f-9946-705bc571459f,name=Player468,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_144] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_144] at java.lang.Thread.run(Unknown Source) [?:1.8.0_144] [17:52:52] [Server thread/INFO]: Stopping server [17:52:52] [Server thread/INFO]: Saving players [17:52:52] [Server thread/INFO]: Saving worlds [17:52:52] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld [17:52:52] [Server thread/INFO]: Saving chunks for level 'New World'/Nether [17:52:52] [Server thread/INFO]: Saving chunks for level 'New World'/The End [17:52:52] [Server thread/INFO] [FML]: Unloading dimension 0 [17:52:52] [Server thread/INFO] [FML]: Unloading dimension -1 [17:52:52] [Server thread/INFO] [FML]: Unloading dimension 1 [17:52:52] [Server thread/INFO] [FML]: Applying holder lookups [17:52:52] [Server thread/INFO] [FML]: Holder lookups applied [17:52:53] [Client thread/FATAL]: Unreported exception thrown! java.lang.NullPointerException at net.minecraft.item.ItemStack.getMaxStackSize(ItemStack.java:249) ~[ItemStack.class:?] at net.minecraft.item.ItemStack.isStackable(ItemStack.java:257) ~[ItemStack.class:?] at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:100) ~[ItemHandlerHelper.class:?] at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:169) ~[ItemHandlerHelper.class:?] at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:144) ~[ItemHandlerHelper.class:?] at com.Pyro.BedrockBreaker.ZirconiumWand$ItemzirconiumWand.onItemUseFirst(ZirconiumWand.java:139) ~[ZirconiumWand$ItemzirconiumWand.class:?] at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:431) ~[PlayerControllerMP.class:?] at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1846) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:406) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] 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_144] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] [17:52:53] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 10/6/17 5:52 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.minecraft.item.ItemStack.getMaxStackSize(ItemStack.java:249) at net.minecraft.item.ItemStack.isStackable(ItemStack.java:257) at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:100) at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:169) at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:144) at com.Pyro.BedrockBreaker.ZirconiumWand$ItemzirconiumWand.onItemUseFirst(ZirconiumWand.java:139) at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:431) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603) at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281) at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1846) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118) at net.minecraft.client.Minecraft.run(Minecraft.java:406) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.item.ItemStack.getMaxStackSize(ItemStack.java:249) at net.minecraft.item.ItemStack.isStackable(ItemStack.java:257) at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:100) at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:169) at net.minecraftforge.items.ItemHandlerHelper.giveItemToPlayer(ItemHandlerHelper.java:144) at com.Pyro.BedrockBreaker.ZirconiumWand$ItemzirconiumWand.onItemUseFirst(ZirconiumWand.java:139) at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:431) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1603) at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2281) at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2058) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Player468'/124, l='MpServer', x=56.26, y=64.00, z=63.69]] Chunk stats: MultiplayerChunkCache: 574, 574 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (72,64,76), Chunk: (at 8,4,12 in 4,4; contains blocks 64,0,64 to 79,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 4601 game time, 4601 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 82 total; [EntitySquid['Squid'/5, l='MpServer', x=9.59, y=39.51, z=2.35], EntitySquid['Squid'/7, l='MpServer', x=10.77, y=43.63, z=27.02], EntitySquid['Squid'/8, l='MpServer', x=12.27, y=41.00, z=46.84], EntitySquid['Squid'/9, l='MpServer', x=4.84, y=55.38, z=57.37], EntitySquid['Squid'/10, l='MpServer', x=2.38, y=51.66, z=77.97], EntitySquid['Squid'/11, l='MpServer', x=6.40, y=56.91, z=89.39], EntitySquid['Squid'/14, l='MpServer', x=12.23, y=50.31, z=8.94], EntitySquid['Squid'/15, l='MpServer', x=21.44, y=48.04, z=15.91], EntitySquid['Squid'/16, l='MpServer', x=22.10, y=47.85, z=39.52], EntitySquid['Squid'/17, l='MpServer', x=25.10, y=53.88, z=97.71], EntitySquid['Squid'/18, l='MpServer', x=37.33, y=59.96, z=91.18], EntitySquid['Squid'/19, l='MpServer', x=36.17, y=61.91, z=88.49], EntitySquid['Squid'/20, l='MpServer', x=27.88, y=57.65, z=87.01], EntitySquid['Squid'/22, l='MpServer', x=32.50, y=46.55, z=117.59], EntityCreeper['Creeper'/28, l='MpServer', x=41.50, y=12.00, z=2.50], EntitySquid['Squid'/29, l='MpServer', x=37.40, y=53.82, z=42.24], EntityZombie['Zombie'/30, l='MpServer', x=32.49, y=17.00, z=63.30], EntitySpider['Spider'/31, l='MpServer', x=45.91, y=14.00, z=67.50], EntityBat['Bat'/32, l='MpServer', x=47.25, y=20.10, z=73.41], EntityZombie['Zombie'/33, l='MpServer', x=41.06, y=16.00, z=76.32], EntityZombie['Zombie'/34, l='MpServer', x=33.74, y=19.00, z=74.26], EntitySquid['Squid'/35, l='MpServer', x=26.75, y=54.87, z=96.82], EntitySquid['Squid'/36, l='MpServer', x=32.40, y=61.28, z=92.99], EntitySquid['Squid'/37, l='MpServer', x=49.77, y=53.69, z=103.18], EntitySquid['Squid'/38, l='MpServer', x=28.89, y=47.66, z=108.85], EntitySquid['Squid'/39, l='MpServer', x=36.16, y=52.97, z=108.54], EntitySquid['Squid'/40, l='MpServer', x=41.10, y=46.59, z=109.22], EntitySquid['Squid'/46, l='MpServer', x=65.92, y=62.31, z=13.51], EntityBat['Bat'/47, l='MpServer', x=54.75, y=13.10, z=54.53], EntityCreeper['Creeper'/48, l='MpServer', x=52.16, y=14.00, z=70.43], EntitySpider['Spider'/49, l='MpServer', x=57.30, y=12.02, z=75.70], EntitySpider['Spider'/50, l='MpServer', x=55.95, y=13.00, z=67.70], EntitySpider['Spider'/51, l='MpServer', x=61.98, y=11.00, z=78.19], EntitySquid['Squid'/52, l='MpServer', x=44.34, y=47.47, z=99.92], EntityZombie['Zombie'/53, l='MpServer', x=77.57, y=19.00, z=-6.23], EntityZombie['Zombie'/54, l='MpServer', x=87.22, y=20.00, z=-2.51], EntityCreeper['Creeper'/55, l='MpServer', x=94.79, y=23.00, z=-9.48], EntitySkeleton['Skeleton'/56, l='MpServer', x=95.70, y=13.00, z=31.30], EntitySpider['Spider'/57, l='MpServer', x=94.50, y=13.00, z=32.50], EntitySquid['Squid'/58, l='MpServer', x=96.29, y=58.51, z=89.72], EntityZombie['Zombie'/63, l='MpServer', x=108.50, y=24.00, z=-11.50], EntityCreeper['Creeper'/64, l='MpServer', x=99.80, y=25.00, z=-3.49], EntityCreeper['Creeper'/65, l='MpServer', x=98.63, y=26.00, z=-4.28], EntitySkeleton['Skeleton'/66, l='MpServer', x=98.50, y=23.00, z=-5.71], EntityBat['Bat'/67, l='MpServer', x=110.75, y=28.10, z=-12.25], EntityBat['Bat'/68, l='MpServer', x=110.25, y=15.10, z=9.64], EntityCreeper['Creeper'/69, l='MpServer', x=104.59, y=20.00, z=7.21], EntitySkeleton['Skeleton'/70, l='MpServer', x=99.25, y=28.00, z=1.49], EntityBat['Bat'/71, l='MpServer', x=111.58, y=22.10, z=1.52], EntityBat['Bat'/72, l='MpServer', x=110.25, y=17.10, z=13.25], EntitySpider['Spider'/73, l='MpServer', x=110.18, y=17.00, z=6.61], EntityZombie['Zombie'/74, l='MpServer', x=111.33, y=16.00, z=5.59], EntityCreeper['Creeper'/75, l='MpServer', x=101.57, y=16.00, z=12.78], EntityCreeper['Creeper'/76, l='MpServer', x=101.50, y=16.00, z=17.50], EntityBat['Bat'/77, l='MpServer', x=100.31, y=19.17, z=31.69], EntitySkeleton['Skeleton'/78, l='MpServer', x=99.63, y=14.00, z=46.25], EntitySpider['Spider'/79, l='MpServer', x=111.99, y=17.00, z=41.70], EntityBat['Bat'/80, l='MpServer', x=109.21, y=14.00, z=61.39], EntityZombie['Zombie'/84, l='MpServer', x=115.71, y=20.05, z=-1.52], EntityZombie['Zombie'/85, l='MpServer', x=117.79, y=27.00, z=-3.57], EntityZombie['entity.Zombie.name'/86, l='MpServer', x=120.50, y=28.00, z=-5.17], EntityWitch['Witch'/87, l='MpServer', x=112.49, y=25.00, z=-4.69], EntityZombie['Zombie'/88, l='MpServer', x=117.56, y=12.00, z=4.79], EntityBat['Bat'/89, l='MpServer', x=113.45, y=27.10, z=3.37], EntityWitch['Witch'/90, l='MpServer', x=126.28, y=24.00, z=9.50], EntityZombie['Zombie'/91, l='MpServer', x=119.50, y=25.00, z=2.21], EntityZombie['Zombie'/92, l='MpServer', x=127.51, y=33.00, z=1.74], EntityCreeper['Creeper'/94, l='MpServer', x=112.39, y=13.00, z=26.44], EntityCreeper['Creeper'/95, l='MpServer', x=115.30, y=12.44, z=26.30], EntityBat['Bat'/96, l='MpServer', x=121.71, y=16.10, z=16.64], EntitySpider['Spider'/97, l='MpServer', x=120.70, y=26.10, z=17.30], EntityBat['Bat'/98, l='MpServer', x=117.04, y=26.10, z=42.41], EntityCreeper['Creeper'/99, l='MpServer', x=118.35, y=17.00, z=77.88], EntityBat['Bat'/100, l='MpServer', x=115.60, y=32.75, z=72.76], EntityZombie['Zombie'/101, l='MpServer', x=123.69, y=16.00, z=80.47], EntityZombie['Zombie'/106, l='MpServer', x=129.52, y=19.00, z=-9.19], EntitySkeleton['Skeleton'/107, l='MpServer', x=133.50, y=18.00, z=2.50], EntityZombie['Zombie'/109, l='MpServer', x=129.27, y=25.00, z=11.49], EntityZombie['Zombie'/111, l='MpServer', x=136.24, y=35.00, z=4.44], EntityZombie['Zombie'/113, l='MpServer', x=132.25, y=16.00, z=76.50], EntityZombie['Zombie'/114, l='MpServer', x=128.20, y=17.00, z=81.49], EntityPlayerSP['Player468'/124, l='MpServer', x=56.26, y=64.00, z=63.69]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:456) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2779) at net.minecraft.client.Minecraft.run(Minecraft.java:435) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) -- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_144, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 524275272 bytes (499 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 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.3.2422 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.3.2422.jar) UCHIJAAAA Forge{12.18.3.2422} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2422.jar) UCHIJAAAA BedrockBreaker{0.0.4} [BedrockBreaker] (bin) Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.41' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2' Launched Version: 1.10.2 LWJGL: 2.9.4 OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.41, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 12x AMD Ryzen 5 1600 Six-Core Processor [17:52:53] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# A:\Users\James H\Documents\My 1.10.2 ModWorkspace\run\.\crash-reports\crash-2017-10-06_17.52.53-client.txt AL lib: (EE) alc_cleanup: 1 device not closed Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release Ctr-a Ctr-c from console -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
I was told/found somewhere that getdrops returns an array, but I just looked for my self and found out that it actually returns a list of itemstacks. Is there an example that I could look at that shows me how to use the getDrops method? -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
ItemHandlerHelper.giveItemToPlayer((EntityPlayer) entity, new ItemStack(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock(), 1)); "[16:44:22] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# A:\Users\James H\Documents\My 1.10.2 ModWorkspace\run\.\crash-reports\crash-2017-10-06_16.44.22-client.txt AL lib: (EE) alc_cleanup: 1 device not closed Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release" -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
I cannot seem to get .getDrops working. I know it returns an array, but no matter what I try I get an error. Could I please get an example of how to use it? -
[1.10.2] How to check if there is room in the player inventory
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
"error: method getDrops in class Block cannot be applied to given types" -
Hi I have the following code: public EnumActionResult onItemUseFirst(ItemStack itemStack, EntityPlayer entity, World world, BlockPos pos, EnumFacing side, float hitX, float hitY, float hitZ, EnumHand hand) { float var4 = 1.0F; int i = pos.getX(); int j = pos.getY(); int k = pos.getZ(); if (world.getBlockState(new BlockPos(i, j, k)).getBlock() != Blocks.BEDROCK) { if (entity instanceof EntityPlayer) for(int incr = 0; world.getBlockState(new BlockPos(i, j - incr, k)).getBlock() != Blocks.BEDROCK; incr++){ if(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock() == Blocks.GRASS){ ((EntityPlayer) entity).inventory.addItemStackToInventory(new ItemStack(Blocks.DIRT, 1)); }else if(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock() == Blocks.STONE){ ((EntityPlayer) entity).inventory.addItemStackToInventory(new ItemStack(Blocks.COBBLESTONE, 1)); }else if(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock() == Blocks.COAL_ORE){ ((EntityPlayer) entity).inventory.addItemStackToInventory(new ItemStack(Items.COAL, 1)); }else if(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock() == Blocks.DIAMOND_ORE){ ((EntityPlayer) entity).inventory.addItemStackToInventory(new ItemStack(Items.DIAMOND, 1)); }else{ ((EntityPlayer) entity).inventory.addItemStackToInventory(new ItemStack(world.getBlockState(new BlockPos(i, j - incr, k)).getBlock(), 1)); } } } Sorry ignore the many else if s. I may change that to a switch. Now I have this code which adds blocks in a column all the way down to bedrock into the players inventory. I also have more code elsewhere that replaces these blocks with air. The problem is that when the players inventory is full it does not give the player the items, it just removes the blocks. I would like to check to see if the player has room in their inventory and if not it will either not remove the blocks or it will drop the items on the ground. I have tried a couple of things, but they all gave me errors. Thanks,
-
Updating Old Mod (BiomegenBase.ocean.biomename) [Solved]
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
Thanks so much!!! -
Updating Old Mod (BiomegenBase.ocean.biomename) [Solved]
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
Ok thanks, how do i getregistryname for ocean? -
Updating Old Mod (BiomegenBase.ocean.biomename) [Solved]
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
It is used throughout the mod. One place that it is used is here this.dBiomes = this.createSubEntry( "biomesFilter", biomesC.toArray(new String[0]), biomesD.toArray(new String[0]), 7, new JsonConfigProp().type(ConfigProp.Type.BIOME).newValue(BiomeGenBase.ocean.biomeName) ); It looks like it is creating a config option for biomes and setting the value to Ocean biome. -
Hi, I am attempting to update an old mod that was originally 1.7.10. I'm having trouble with a few things though. One issue i'm having is fixing BiomeGenBase.ocean.biomeName I know that BiomeGenBase is now just Biome, however it appears that the old way had biomes as objects with a name attribute. The new way seems to be to use a function in the biome class like Biome.getBiome(id); Am I correct? If so what are the new biome id's?
-
Correction - journey map minimap does load It will also not generate any new worlds
-
I have a modded version of Minecraft 1.10.2. When I load up my world nothing loads except for a void world. Journey map way-points are visible but the journey map mini-map does not show up. I can see my hotbar with hearts armor hunger etc. I can not move at all. I can look around and fps stays around 40-60. I can open to LAN and enable cheats but no commands work. When I go to "Save and quit to title" the game freezes and goes not responding. Task manager then shows that it is using 20-30% of the CPU and about 3100 MB of RAM. This is with Minecraft 1.10.2 with forge 1.10.2 - 12.18.3.2185 and around 32 mods. Any help will be greatly appreciated.
-
Anyone know of any good 1.10.2 forge modding tutorials?
-
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
It does not seem to be working here is the code i have for the shouldsideberendered @SideOnly(Side.CLIENT) @Override public boolean shouldSideBeRendered(IBlockAccess world, int x, int y, int z, int side){ Block block = world.getBlock(x, y, z); if(world.getBlock(x - Facing.offsetsXForSide[side], y - Facing.offsetsYForSide[side], z - Facing.offsetsZForSide[side]) !=MBlocks.Screen){ return true; } if(block == this){ return false; } return block == this ? false : super.shouldSideBeRendered(world, x, y, z, side); } -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
C:\Users\[user]\Documents\1.7.10 Minecraft Modding\src\main\java\assets\jcraft\textures\blocks https://s6.postimg.org/576w4b8bl/Mod_Texture_folder.png[/img] -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
It appears that the crash occurs with placed screen blocks because I created a new world and it didn't crash until I attempted to place a screen block. With RefStrings.MODID + ":ScreenTop" https://s6.postimg.org/z9bh2u9r5/2016-08-05_15.38.30.png[/img] and With RefStrings.MODID + ":Screen" https://s6.postimg.org/tmf45d78h/2016-08-05_15.39.52.png[/img] In the bottom picture you can see how it separates the two blocks and looks kind of funky however changing it to just nothing fixes that problem but the lack of a top of the pane block also looks weird and makes it hard to see the block sometimes so I just want it to only not have a top when there is a block on top. I hope this helps explain -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
No matter what I do it still crashes and I have no idea why -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
[21:17:51] [main/INFO] [GradleStart]: Extra: [] [21:17:51] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/James H/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [21:17:51] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [21:17:51] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading [21:17:51] [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 [21:17:51] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [21:17:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [21:17:51] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin [21:17:51] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [21:17:51] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [21:17:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [21:17:52] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [21:17:58] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [21:17:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [21:17:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [21:17:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:17:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [21:17:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [21:17:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [21:18:00] [main/INFO]: Setting user: Player939 [21:18:03] [Client thread/INFO]: LWJGL Version: 2.9.1 [21:18:04] [Client thread/INFO] [sTDOUT]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's. [21:18:04] [Client thread/ERROR]: Couldn't initialize twitch stream [21:18:05] [Client thread/INFO] [sTDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 8/4/16 9:18 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.7.10 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: 767282672 bytes (731 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 7560D' [21:18:05] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [21:18:05] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized [21:18:05] [Client thread/INFO] [FML]: Replaced 183 ore recipies [21:18:05] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [21:18:06] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [21:18:06] [Client thread/INFO] [FML]: Searching C:\Users\[user]\Documents\1.7.10 Minecraft Modding\eclipse\mods for mods [21:18:14] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [21:18:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jcraft] at CLIENT [21:18:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jcraft] at SERVER [21:18:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:JCraft [21:18:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [21:18:15] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations [21:18:15] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [21:18:15] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [21:18:15] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [21:18:15] [Client thread/INFO] [FML]: Applying holder lookups [21:18:15] [Client thread/INFO] [FML]: Holder lookups applied [21:18:15] [Client thread/INFO] [FML]: Injecting itemstacks [21:18:15] [Client thread/INFO] [FML]: Itemstack injection complete [21:18:16] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:16] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [21:18:16] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [21:18:16] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [21:18:16] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [21:18:16] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:16] [sound Library Loader/INFO]: Sound engine started [21:18:22] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas [21:18:22] [Client thread/INFO]: Created: 16x16 textures/items-atlas [21:18:22] [Client thread/INFO] [FML]: Injecting itemstacks [21:18:22] [Client thread/INFO] [FML]: Itemstack injection complete [21:18:23] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [21:18:23] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:JCraft [21:18:23] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas [21:18:23] [Client thread/INFO]: Created: 256x256 textures/items-atlas [21:18:23] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:23] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... [21:18:24] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com [21:18:24] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:24] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:24] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... [21:18:24] [Thread-10/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL [21:18:24] [Thread-10/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [21:18:24] [Thread-10/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. [21:18:24] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: [21:18:24] [sound Library Loader/INFO]: Sound engine started [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN jcraft [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: domain jcraft is missing 16 textures [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: domain jcraft has 1 location: [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: mod jcraft resources at C:\Users\James H\Documents\1.7.10 Minecraft Modding\bin [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain jcraft are: [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen9.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen4.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen13.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen15.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen2.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen6.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen11.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen8.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen14.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen3.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen0.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen1.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen5.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen7.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen12.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Screen10.png [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain jcraft [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [21:18:29] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [21:18:47] [server thread/INFO]: Starting integrated minecraft server version 1.7.10 [21:18:47] [server thread/INFO]: Generating keypair [21:18:48] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [21:18:48] [server thread/INFO] [FML]: Applying holder lookups [21:18:48] [server thread/INFO] [FML]: Holder lookups applied [21:18:48] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@74f4e418) [21:18:54] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@74f4e418) [21:19:01] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@74f4e418) [21:19:01] [server thread/INFO]: Preparing start region for level 0 [21:19:02] [server thread/INFO]: Changing view distance to 12, from 10 [21:19:03] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 [21:19:03] [Netty IO #1/INFO] [FML]: Client protocol version 2 [21:19:03] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [21:19:03] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT [21:19:03] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER [21:19:03] [server thread/INFO] [FML]: [server thread] Server side modded connection established [21:19:03] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established [21:19:03] [server thread/INFO]: Player939[local:E:2c034f72] logged in with entity id 97 at (-137.5231121359991, 4.0, -547.3970451473627) [21:19:03] [server thread/INFO]: Player939 joined the game [21:19:05] [Client thread/FATAL]: Unreported exception thrown! java.lang.NullPointerException at net.minecraft.client.renderer.RenderBlocks.renderBlockStainedGlassPane(RenderBlocks.java:2879) ~[RenderBlocks.class:?] at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:379) ~[RenderBlocks.class:?] at net.minecraft.client.renderer.WorldRenderer.updateRenderer(WorldRenderer.java:207) ~[WorldRenderer.class:?] at net.minecraft.client.renderer.RenderGlobal.updateRenderers(RenderGlobal.java:1618) ~[RenderGlobal.class:?] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1263) ~[EntityRenderer.class:?] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1087) ~[EntityRenderer.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:962) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:164) [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 net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] [21:19:05] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- // Why is it breaking Time: 8/4/16 9:19 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.minecraft.client.renderer.RenderBlocks.renderBlockStainedGlassPane(RenderBlocks.java:2879) at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:379) at net.minecraft.client.renderer.WorldRenderer.updateRenderer(WorldRenderer.java:207) at net.minecraft.client.renderer.RenderGlobal.updateRenderers(RenderGlobal.java:1618) at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1263) at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1087) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067) at net.minecraft.client.Minecraft.run(Minecraft.java:962) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.renderer.RenderBlocks.renderBlockStainedGlassPane(RenderBlocks.java:2879) at net.minecraft.client.renderer.RenderBlocks.renderBlockByRenderType(RenderBlocks.java:379) at net.minecraft.client.renderer.WorldRenderer.updateRenderer(WorldRenderer.java:207) at net.minecraft.client.renderer.RenderGlobal.updateRenderers(RenderGlobal.java:1618) at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1263) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['Player939'/97, l='MpServer', x=-137.52, y=5.62, z=-547.40]] Chunk stats: MultiplayerChunkCache: 85, 85 Level seed: 0 Level generator: ID 01 - flat, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-173,4,-569), Chunk: (at 3,0,7 in -11,-36; contains blocks -176,0,-576 to -161,255,-561), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Level time: 59438 game time, 4210 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 58 total; [EntityCow['Cow'/1, l='MpServer', x=-178.84, y=4.00, z=-565.94], EntitySheep['Sheep'/2, l='MpServer', x=-186.84, y=4.00, z=-504.84], EntityPig['Pig'/3, l='MpServer', x=-182.19, y=4.00, z=-493.78], EntityCow['Cow'/4, l='MpServer', x=-164.22, y=4.00, z=-515.69], EntitySheep['Sheep'/5, l='MpServer', x=-173.41, y=4.00, z=-490.78], EntityPig['Pig'/6, l='MpServer', x=-157.06, y=4.00, z=-516.97], EntitySheep['Sheep'/7, l='MpServer', x=-148.06, y=4.00, z=-507.25], EntityPig['Pig'/8, l='MpServer', x=-156.75, y=4.00, z=-503.19], EntitySheep['Sheep'/9, l='MpServer', x=-154.78, y=4.00, z=-503.75], EntityPig['Pig'/10, l='MpServer', x=-156.84, y=4.00, z=-487.97], EntityCow['Cow'/11, l='MpServer', x=-156.75, y=4.00, z=-495.22], EntitySheep['Sheep'/12, l='MpServer', x=-150.59, y=4.00, z=-493.22], EntityHorse['Horse'/14, l='MpServer', x=-131.88, y=4.00, z=-618.16], EntityPig['Pig'/15, l='MpServer', x=-129.13, y=4.00, z=-605.25], EntityItemFrame['entity.ItemFrame.name'/16, l='MpServer', x=-139.50, y=5.50, z=-544.06], EntityCow['Cow'/17, l='MpServer', x=-140.03, y=4.00, z=-518.06], EntityClientPlayerMP['Player939'/97, l='MpServer', x=-137.52, y=5.62, z=-547.40], EntityChicken['Chicken'/25, l='MpServer', x=-121.53, y=4.00, z=-608.53], EntityPig['Pig'/26, l='MpServer', x=-113.59, y=4.00, z=-618.88], EntityPig['Pig'/27, l='MpServer', x=-118.94, y=4.00, z=-610.81], EntityHorse['Horse'/28, l='MpServer', x=-122.97, y=4.00, z=-601.03], EntityChicken['Chicken'/29, l='MpServer', x=-127.47, y=4.00, z=-605.47], EntityChicken['Chicken'/30, l='MpServer', x=-123.47, y=4.00, z=-604.47], EntityHorse['Horse'/31, l='MpServer', x=-124.16, y=4.00, z=-607.00], EntitySheep['Sheep'/32, l='MpServer', x=-115.06, y=4.00, z=-600.06], EntityChicken['Chicken'/33, l='MpServer', x=-126.53, y=4.00, z=-606.56], EntityHorse['Horse'/39, l='MpServer', x=-111.81, y=4.00, z=-621.50], EntitySheep['Sheep'/40, l='MpServer', x=-104.56, y=4.00, z=-621.81], EntityPig['Pig'/41, l='MpServer', x=-107.59, y=4.00, z=-622.78], EntitySheep['Sheep'/42, l='MpServer', x=-108.94, y=4.00, z=-621.13], EntityPig['Pig'/43, l='MpServer', x=-107.56, y=4.00, z=-602.56], EntityPig['Pig'/44, l='MpServer', x=-105.41, y=4.00, z=-604.84], EntityHorse['Horse'/45, l='MpServer', x=-96.75, y=4.00, z=-604.03], EntityChicken['Chicken'/46, l='MpServer', x=-105.44, y=4.00, z=-599.56], EntityChicken['Chicken'/47, l='MpServer', x=-105.63, y=4.00, z=-580.44], EntityChicken['Chicken'/48, l='MpServer', x=-96.56, y=4.00, z=-583.56], EntityChicken['Chicken'/49, l='MpServer', x=-103.44, y=4.00, z=-530.59], EntitySheep['Sheep'/50, l='MpServer', x=-106.84, y=3.00, z=-485.94], EntitySheep['Sheep'/51, l='MpServer', x=-98.28, y=4.00, z=-484.81], EntityChicken['Chicken'/57, l='MpServer', x=-91.66, y=4.00, z=-615.41], EntityChicken['Chicken'/58, l='MpServer', x=-84.56, y=4.00, z=-601.53], EntityChicken['Chicken'/59, l='MpServer', x=-89.56, y=4.00, z=-576.63], EntityPig['Pig'/60, l='MpServer', x=-95.16, y=4.00, z=-589.97], EntityHorse['Horse'/61, l='MpServer', x=-80.84, y=4.00, z=-574.00], EntityChicken['Chicken'/62, l='MpServer', x=-89.59, y=4.00, z=-572.47], EntityChicken['Chicken'/63, l='MpServer', x=-81.41, y=4.00, z=-563.44], EntityHorse['Horse'/64, l='MpServer', x=-87.09, y=4.00, z=-553.19], EntityChicken['Chicken'/65, l='MpServer', x=-86.22, y=4.00, z=-546.47], EntityHorse['Horse'/66, l='MpServer', x=-80.19, y=4.00, z=-521.00], EntityCow['Cow'/67, l='MpServer', x=-83.75, y=4.00, z=-511.72], EntityCow['Cow'/68, l='MpServer', x=-95.75, y=4.00, z=-486.22], EntitySheep['Sheep'/72, l='MpServer', x=-72.53, y=4.00, z=-612.53], EntitySheep['Sheep'/73, l='MpServer', x=-68.91, y=4.00, z=-620.81], EntityChicken['Chicken'/74, l='MpServer', x=-74.47, y=4.00, z=-607.44], EntitySheep['Sheep'/75, l='MpServer', x=-68.94, y=4.00, z=-556.03], EntitySheep['Sheep'/76, l='MpServer', x=-67.75, y=4.00, z=-554.16], EntityHorse['Horse'/77, l='MpServer', x=-65.50, y=4.00, z=-532.13], EntitySheep['Sheep'/78, l='MpServer', x=-71.97, y=4.00, z=-541.06]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2566) at net.minecraft.client.Minecraft.run(Minecraft.java:991) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.7.10 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: 791734440 bytes (755 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 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.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJAAAA jcraft{0.001} [JCraft] (bin) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 7560D' Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 7560D GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) [21:19:05] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\[user]\Documents\1.7.10 Minecraft Modding\eclipse\.\crash-reports\crash-2016-08-04_21.19.05-client.txt [21:19:05] [Client Shutdown Thread/INFO]: Stopping server [21:19:05] [Client Shutdown Thread/INFO]: Saving players AL lib: (EE) alc_cleanup: 1 device not closed Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release I got rid of the // in the mblocks class but it still crashes this time not until loading the save. Also im not sure how to reduce the textures down to just the two I need. -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
---- Minecraft Crash Report ---- // On the bright side, I bought you a teddy bear! Time: 8/4/16 7:53 PM Description: Initializing game java.lang.NullPointerException: Initializing game at com.James.Blocks.MBlocks.RegisterItem(MBlocks.java:37) at com.James.Blocks.MBlocks.MainRegistry(MBlocks.java:15) at com.James.Main.MainRegistry.PreLoad(MainRegistry.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) at net.minecraft.client.Minecraft.run(Minecraft.java:942) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at com.James.Blocks.MBlocks.RegisterItem(MBlocks.java:37) at com.James.Blocks.MBlocks.MainRegistry(MBlocks.java:15) at com.James.Main.MainRegistry.PreLoad(MainRegistry.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:942) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.7.10 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: 806145648 bytes (768 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 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 UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) UCH Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar) UCE jcraft{0.001} [JCraft] (bin) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 7560D' Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 7560D GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) :( Screen Class package com.James.Blocks; import javax.swing.Icon; import com.James.Creativetabs.MCreativeTabs; import com.James.Main.MConnectedTextures; import com.James.lib.RefStrings; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.block.BlockPane; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.util.Facing; import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; public class Screen extends BlockPane{ IIcon[] icons = new IIcon[16]; String path = RefStrings.MODID + ":Screen"; public Screen(){ super(RefStrings.MODID + ":Screen", RefStrings.MODID + ":ScreenTop", Material.glass, true); this.setBlockName("Screen"); this.setHardness(0.5f); this.setResistance(1.5f); this.setBlockTextureName(RefStrings.MODID + ":" + getUnlocalizedName().substring(5)); this.setCreativeTab(MCreativeTabs.tabBlock); } @Override public void registerBlockIcons(IIconRegister iconRegister){ for(int i = 0; i < icons.length; i++){ icons[i] = iconRegister.registerIcon(this.path + i); } } @Override public IIcon getIcon(int side, int meta){ return icons[0]; } @Override public IIcon getIcon(IBlockAccess world, int x, int y, int z, int side) { return MConnectedTextures.getManager().getIconForSide(world, x, y, z, side, this.icons, MBlocks.Screen); } @SideOnly(Side.CLIENT) @Override public boolean shouldSideBeRendered(IBlockAccess world, int x, int y, int z, int side){ Block block = world.getBlock(x, y, z); if(world.getBlock(x - Facing.offsetsXForSide[side], y - Facing.offsetsYForSide[side], z - Facing.offsetsZForSide[side]) !=MBlocks.Screen){ return true; } if(block == this){ return false; } return block == this ? false : super.shouldSideBeRendered(world, x, y, z, side); } protected Screen(String p_i45432_1_, String p_i45432_2_, Material p_i45432_3_, boolean p_i45432_4_) { super(p_i45432_1_, p_i45432_2_, p_i45432_3_, p_i45432_4_); } } MConnectedTextures Class package com.James.Main; import com.James.lib.RefStrings; import net.minecraft.block.Block; import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; public class MConnectedTextures { private static MConnectedTextures INSTANCE = new MConnectedTextures(); public static MConnectedTextures getManager(){ return INSTANCE; } private boolean whatTexture(IBlockAccess world, int x, int y, int z, Block block, int dir){ switch(dir){ case 0:return world.getBlock(x, y + 1, z) == block; default: return false; } } public IIcon getIconForSide(IBlockAccess world, int x, int y, int z, int side, IIcon[] icons, Block block){ boolean up, down, north, south, east, west; down = this.whatTexture(world, x, y, z, block, 0); up = this.whatTexture(world, x, y, z, block, 1); north = this.whatTexture(world, x, y, z, block, 2); south = this.whatTexture(world, x, y, z, block, 3); west = this.whatTexture(world, x, y, z, block, 4); east = this.whatTexture(world, x, y, z, block, 5); if(up){ return icons[0]; }else{ return icons[1]; } } } MBlocks Class package com.James.Blocks; import com.James.Creativetabs.MCreativeTabs; import com.James.lib.RefStrings; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import cpw.mods.fml.common.registry.GameRegistry; public class MBlocks { public static void MainRegistry(){ InitializeBlock(); RegisterItem(); } public static Block ComStone; public static Block OCrop; public static Block Scaffold; public static Block Screen; public static void InitializeBlock(){ ComStone = new ComStone(Material.ground).setBlockName("ComStone").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":CompressedStone").setHardness(1.6f).setResistance(30); OCrop = new ObsidianCrop().setBlockName("OCrop").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":OPlant"); Scaffold = new Scaffold(Material.wood).setBlockName("Scaffold").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":Scaffold"); //Screen = new Screen(RefStrings.MODID + ":Screen", RefStrings.MODID + ":ScreenTop", Material.glass, true).setBlockName("Screen").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":Screen").setHardness(0.5f).setResistance(1.5f); } public static void RegisterItem(){ GameRegistry.registerBlock(ComStone, ComStone.getUnlocalizedName()); GameRegistry.registerBlock(OCrop, OCrop.getUnlocalizedName()); GameRegistry.registerBlock(Scaffold, Scaffold.getUnlocalizedName()); GameRegistry.registerBlock(Screen, Screen.getUnlocalizedName()); } } -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
Could you please give some more details, I'm still a little new to java. I understand what your saying I just need a little help with the syntax. -Thank you -
[1.7.10][Unsolved] Texture based on surrounding blocks
Mr_Pyro replied to Mr_Pyro's topic in Modder Support
I do not want to update to 1.10 because I plan on using this mod with a 1.7.10 world. I do think something similar to that, is what I want. I have been messing around using that code for an example but have not been able to get anywhere with it. I not familiar with the IIcons or IBakedModels. I would like something to return RefStrings.MODID + ":Screen" if there is not another screen block on top or RefStrings.MODID + ":ScreenTop" if there is another screen block on top. Here is my MBlocks Class package com.James.Blocks; import com.James.Creativetabs.MCreativeTabs; import com.James.lib.RefStrings; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import cpw.mods.fml.common.registry.GameRegistry; public class MBlocks { public static void MainRegistry(){ InitializeBlock(); RegisterItem(); } public static Block ComStone; public static Block OCrop; public static Block Scaffold; public static Block Screen; public static void InitializeBlock(){ ComStone = new ComStone(Material.ground).setBlockName("ComStone").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":CompressedStone").setHardness(1.6f).setResistance(30); OCrop = new ObsidianCrop().setBlockName("OCrop").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":OPlant"); Scaffold = new Scaffold(Material.wood).setBlockName("Scaffold").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":Scaffold"); Screen = new Screen(RefStrings.MODID + ":Screen", RefStrings.MODID + ":ScreenTop", Material.glass, true).setBlockName("Screen").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":Screen").setHardness(0.5f).setResistance(1.5f); } public static void RegisterItem(){ GameRegistry.registerBlock(ComStone, ComStone.getUnlocalizedName()); GameRegistry.registerBlock(OCrop, OCrop.getUnlocalizedName()); GameRegistry.registerBlock(Scaffold, Scaffold.getUnlocalizedName()); GameRegistry.registerBlock(Screen, Screen.getUnlocalizedName()); } } And here is my screenblock class package com.James.Blocks; import com.James.Main.MConnectedTextures; import com.James.lib.RefStrings; import net.minecraft.block.BlockPane; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; public class Screen extends BlockPane{ protected Screen(String p_i45432_1_, String p_i45432_2_, Material p_i45432_3_, boolean p_i45432_4_) { super(p_i45432_1_, p_i45432_2_, p_i45432_3_, p_i45432_4_); } } What I'm thinking is have a variable that equals one of the refstrings and substitute it in, for example Screen = new Screen(RefStrings.MODID + ":Screen", VarA, Material.glass, true).setBlockName("Screen").setCreativeTab(MCreativeTabs.tabBlock).setBlockTextureName(RefStrings.MODID + ":Screen").setHardness(0.5f).setResistance(1.5f); Any help is appreciated