Jump to content

GodsVictory

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by GodsVictory

  1. ok, I seem to have got it working. I simply deleted my build directory and the rebuilt, not sure what exactly was causing it.
  2. no, although I am getting this: [10:11:24] [main/INFO]: FML has found a non-mod file MobRecipes-1.12-1.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. What's in your main class? I tried that and still can't get it to work.
  3. Yes I changed it to: { "type": "minecraft:crafting_shaped", "pattern": [ " ", " S ", " " ], "key": { "S": { "item": "minecraft:sand", "data": 0 } }, "result": { "item": "minecraft:sand", "data": 0 } } It's still not working
  4. I can't figure out how to add a basic recipe Here is my code: https://github.com/GodsVictory/MobRecipes/tree/1.12 In this example I'm simply trying to craft sand into sand. What am I doing wrong?
  5. This issue just arose overnight, when a player is connected, everything is fine. However, as soon as everyone logs off, I keep getting Can't keep up messages in the console. What would cause something like this? I keep my base chunk loaded (chicken chunks), but like I said, when I'm connected, all is well.
  6. Actually, that doesn't properly calculate bonus damage from things like bane of arthropods. I'm not exactly sure how to do this...
  7. Does this look right: IAttributeInstance damage = new AttributeMap().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE); if (itemStack != null) for (AttributeModifier modifier : mc.thePlayer.getHeldItemMainhand().getAttributeModifiers(EntityEquipmentSlot.MAINHAND).get(SharedMonsterAttributes.ATTACK_DAMAGE.getAttributeUnlocalizedName())) damage.applyModifier(modifier);
  8. Well, I solved it, but I'm still unsure why the above wasn't working. It seems using System.out.println with a boolean value doesn't always work, but adding random text before the boolean does. I changed it to System.out.prinln("asdf"+allowBreak); and it fired.
  9. Code: https://gist.github.com/GodsVictory/17deb7dffc9b9549146febb57a370faa Works fine in SP, but when I test on MP, the onbreak event is never triggered. What am I doing wrong?
  10. How do I go about using that? I'm using this to test: Items.DIAMOND_SWORD.getDamageVsEntity();
  11. Is there a way to completely removed those missing blocks?
  12. I am having trouble retrieving the attack damage of the held item: FMLClientHandler.instance().getClient().thePlayer.getEntityAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).getAttributeValue() This always returns 1.0, no matter what is being held
  13. Is it possible to keep it from posting on every startup?
  14. How do you get rid of these messages in the console? I removed both the mods it's complaining about and do not wish to add them back. version: 1.10.2-12.18.2.2099 Linux Dedicated [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mocreatures:MoCTallGrass [70/19020] [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world routerreborn:rr_litgenerator [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mysticalagriculture:energetic_alloy_crop [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockSoulBinder [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mysticalagriculture:electrical_steel_crop [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz_enlightenedFusedQuartz [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockExitRail [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockCloud_seed [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockVat [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedWall [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockRocket_fuel [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockInhibitorObelisk [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz_fusedGlass [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedCarpet [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedSlab [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockSpawnRelocator [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockVacuumChest [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockDialingDevice [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mocreatures:MoCStone [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockTank [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedFenceGate [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedRedstoneSolid [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPowerMonitor [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockEnderIo [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz_darkFusedQuartz [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockCrafter [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockXPVacuum [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mysticalagriculture:soularium_crop [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockElectricLight [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:machineIO [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz_darkFusedGlass [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPoweredSpawner [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockVapor_of_levity [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockEndermanSkull [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockGauge [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockCombustionGenerator [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFire_water [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedStoneStair [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedStoneSlab [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedFence [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockDarkSteelAnvil [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockLightNode [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockLiquid_sunshine [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockEnchanter [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedDoubleSlab [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockSelfResettingLever300 [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedGlowstone [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockStirlingGenerator [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockWeatherObelisk [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mysticalagriculture:vibrant_alloy_crop [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFusedQuartz_enlightenedFusedGlass [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedPressurePlate [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockPaintedRedstone [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world mocreatures:MoCWoodPlank [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockFarmStation [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockDarkIronBars [18:24:20] [server thread/INFO] [FML]: Found a missing id from the world enderio:blockSpawnGuard
  15. I have an item rendering, but can't seem to get a block to render. Link to code: https://github.com/GodsVictory/SimplyPipes Log: 2016-10-29 10:16:21,545 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-10-29 10:16:21,547 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [10:16:21] [main/INFO] [GradleStart]: Extra: [] [10:16:21] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/power/.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] [10:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [10:16:21] [main/INFO] [FML]: Forge Mod Loader version 12.18.2.2099 for Minecraft 1.10.2 loading [10:16:21] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_111, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_111 [10:16:21] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [10:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [10:16:21] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [10:16:21] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [10:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [10:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:16:21] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [10:16:23] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [10:16:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [10:16:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [10:16:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [10:16:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [10:16:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [10:16:23] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-10-29 10:16:24,814 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-10-29 10:16:24,843 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-10-29 10:16:24,846 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [10:16:25] [Client thread/INFO]: Setting user: Player330 [10:16:31] [Client thread/WARN]: Skipping bad option: lastServer: [10:16:31] [Client thread/INFO]: LWJGL Version: 2.9.4 [10:16:32] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:221]: ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 10/29/16 10:16 AM 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_111, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 637615736 bytes (608 MB) / 899153920 bytes (857 MB) up to 3791650816 bytes (3616 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.70' Renderer: 'GeForce GTX 960/PCIe/SSE2' [10:16:32] [Client thread/INFO] [FML]: MinecraftForge v12.18.2.2099 Initialized [10:16:32] [Client thread/INFO] [FML]: Replaced 232 ore recipes [10:16:33] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [10:16:33] [Client thread/INFO] [FML]: Searching D:\home\Documents\GitHub\Forge\run\mods for mods [10:16:34] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [10:16:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, simplypipes] at CLIENT [10:16:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, simplypipes] at SERVER [10:16:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:simplypipes [10:16:35] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [10:16:36] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations [10:16:36] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [10:16:36] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [10:16:36] [Client thread/INFO] [FML]: Applying holder lookups [10:16:36] [Client thread/INFO] [FML]: Holder lookups applied [10:16:36] [Client thread/INFO] [FML]: Applying holder lookups [10:16:36] [Client thread/INFO] [FML]: Holder lookups applied [10:16:36] [Client thread/INFO] [FML]: Applying holder lookups [10:16:36] [Client thread/INFO] [FML]: Holder lookups applied [10:16:36] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [10:16:36] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [10:16:36] [Client thread/INFO] [FML]: Applying holder lookups [10:16:36] [Client thread/INFO] [FML]: Holder lookups applied [10:16:36] [Client thread/INFO] [FML]: Injecting itemstacks [10:16:36] [Client thread/INFO] [FML]: Itemstack injection complete [10:16:36] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null [10:16:39] [sound Library Loader/INFO]: Starting up SoundSystem... [10:16:39] [Thread-8/INFO]: Initializing LWJGL OpenAL [10:16:39] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [10:16:39] [Thread-8/INFO]: OpenAL initialized. [10:16:40] [sound Library Loader/INFO]: Sound engine started [10:16:45] [Client thread/INFO] [FML]: Max texture size: 16384 [10:16:45] [Client thread/INFO]: Created: 16x16 textures-atlas [10:16:47] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#normal for blockstate "simplypipes:oreCopper" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:oreCopper#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:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 21 more [10:16:47] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant simplypipes:oreCopper#normal: java.lang.Exception: Could not load model definition for variant simplypipes:oreCopper at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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 'simplypipes:oreCopper' from: 'simplypipes:blockstates/oreCopper.json' in resourcepack: 'FMLFileResourcePack:simplypipes' at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more Caused by: com.google.gson.JsonSyntaxException: Expected model to be a string, was an object ({"al...r"}) at net.minecraft.util.JsonUtils.getString(JsonUtils.java:87) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.getString(JsonUtils.java:102) ~[JsonUtils.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Variant$Deserializer.deserialize(ForgeBlockStateV1.java:486) ~[ForgeBlockStateV1$Variant$Deserializer.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Variant$Deserializer.deserialize(ForgeBlockStateV1.java:439) ~[ForgeBlockStateV1$Variant$Deserializer.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:868) ~[Gson.class:?] at com.google.gson.Gson$1.deserialize(Gson.java:126) ~[Gson$1.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:78) ~[ForgeBlockStateV1$Deserializer.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:66) ~[ForgeBlockStateV1$Deserializer.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:81) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 20 more [10:16:47] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#inventory for item "simplypipes:oreCopper", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:item/oreCopper with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: simplypipes:models/item/oreCopper.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[simpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [10:16:47] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#inventory for item "simplypipes:oreCopper", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:oreCopper#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [10:16:48] [Client thread/INFO] [FML]: Injecting itemstacks [10:16:48] [Client thread/INFO] [FML]: Itemstack injection complete [10:16:48] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [10:16:48] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:simplypipes [10:16:51] [Client thread/INFO]: SoundSystem shutting down... [10:16:51] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [10:16:51] [sound Library Loader/INFO]: Starting up SoundSystem... [10:16:51] [Thread-10/INFO]: Initializing LWJGL OpenAL [10:16:51] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [10:16:51] [Thread-10/INFO]: OpenAL initialized. [10:16:52] [sound Library Loader/INFO]: Sound engine started [10:16:55] [Client thread/INFO] [FML]: Max texture size: 16384 [10:16:55] [Client thread/INFO]: Created: 1024x512 textures-atlas [10:16:56] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#normal for blockstate "simplypipes:oreCopper" net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:oreCopper#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:241) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 24 more [10:16:56] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant simplypipes:oreCopper#normal: java.lang.Exception: Could not load model definition for variant simplypipes:oreCopper at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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 'simplypipes:oreCopper' from: 'simplypipes:blockstates/oreCopper.json' in resourcepack: 'FMLFileResourcePack:simplypipes' at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more Caused by: com.google.gson.JsonSyntaxException: Expected model to be a string, was an object ({"al...r"}) at net.minecraft.util.JsonUtils.getString(JsonUtils.java:87) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.getString(JsonUtils.java:102) ~[JsonUtils.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Variant$Deserializer.deserialize(ForgeBlockStateV1.java:486) ~[ForgeBlockStateV1$Variant$Deserializer.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Variant$Deserializer.deserialize(ForgeBlockStateV1.java:439) ~[ForgeBlockStateV1$Variant$Deserializer.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:868) ~[Gson.class:?] at com.google.gson.Gson$1.deserialize(Gson.java:126) ~[Gson$1.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:78) ~[ForgeBlockStateV1$Deserializer.class:?] at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:66) ~[ForgeBlockStateV1$Deserializer.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:81) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?] ... 23 more [10:16:56] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#inventory for item "simplypipes:oreCopper", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:item/oreCopper with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: simplypipes:models/item/oreCopper.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[simpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [10:16:56] [Client thread/ERROR] [FML]: Exception loading model for variant simplypipes:oreCopper#inventory for item "simplypipes:oreCopper", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplypipes:oreCopper#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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_111] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111] 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:1184) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [10:16:56] [Client thread/WARN]: Skipping bad option: lastServer: [10:16:57] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [10:17:04] [Client thread/INFO]: Stopping! [10:17:04] [Client thread/INFO]: SoundSystem shutting down... [10:17:04] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  16. ok, I guess I'll see if he'll respond to the issue on github Is it possible to activate/open containers across dimensions?
  17. You are the man! That did it! However, the Storage Core in EZStorage mod still crashes over long distances. The crash log in the OP shows it. Do you happen to know what's causing and how I could fix it? His mod is open source so I could suggest a fix. Thanks so much for the help!
  18. wouldn't I need to code the container itself to use PlayerOpenContainerEvent? I'm trying to interact with containers from other mods. An odd work around I tried was having the player teleport to the container, then open it. However, I'm having trouble teleporting the player back after closing the GUI.
  19. I'm still not fully understanding. This is my first experience with modding. Right now, when I activate a button remotely, I can do so at any distance as long as the button is in a loaded chunk (chunk loader). However, any GUIs are broken over large distances. So are you saying it is impossible to open a GUI from a remote location? Thanks for your help thus far.
  20. Is it possible to activate the block remotely as if I was next to it? As in send the coordinates of where I first attached to the block, and use those coordinates when reactivating instead of my current position.
×
×
  • Create New...

Important Information

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