Jump to content

[1.11.2] (SOLVED) Help with multi-texture block. Code included.


Recommended Posts

Posted (edited)

This file is inside of my json located at assets\mainmod\blockstates

 

blockeleven.json

 

{
  "forge_marker":1,
  "defaults":{
    "transform":"forge:default-block",
    "model":"cube",
    "textures":{
      "up": "mainmod:blocks/blockeleven1"
      "down": "mainmod:blocks/blockeleven1"
      "north": "mainmod:blocks/blockeleven"
      "south": "mainmod:blocks/blockeleven"
      "west": "mainmod:blocks/blockeleven"
      "east": "mainmod:blocks/blockeleven"
    }
  },
  "variants":{
    "inventory":[{}],
    "normal":[{}]
  }
}

Minecraft will just load it as a untextured block with some text in front of it. PLEASE HELP!

 

LOG:

2017-06-26 13:56:24,356 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:24,357 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[13:56:24] [main/INFO] [GradleStart]: username: PB48
[13:56:24] [main/INFO] [GradleStart]: Extra: []
[13:56:24] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/user/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --username, PB48, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2298 for Minecraft 1.11.2 loading
[13:56:24] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[13:56:24] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[13:56:24] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:24] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[13:56:25] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-06-26 13:56:26,170 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:26,190 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:26,191 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[13:56:26] [Client thread/INFO]: Setting user: PB48
[13:56:29] [Client thread/WARN]: Skipping bad option: lastServer:
[13:56:29] [Client thread/INFO]: LWJGL Version: 2.9.4
[13:56:29] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  IvToolkit (IvToolkit-1.3.3-1.10.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 6/26/17 1:56 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.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4938448864 bytes (4709 MB) / 5298978816 bytes (5053 MB) up to 5298978816 bytes (5053 MB)
    JVM Flags: 3 total; -Xincgc -Xmx5120M -Xms5120M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
IvToolkit (IvToolkit-1.3.3-1.10.jar)
  
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.165.1' Renderer: 'AMD Radeon HD 8570'
[13:56:29] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2298 Initialized
[13:56:29] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[13:56:30] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[13:56:30] [Client thread/INFO] [FML]: Searching D:\MinecraftVault\Minecraft-DoNotAlter\Forge\run\mods for mods
[13:56:30] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load
[13:56:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, mainmod, imsm, pandorasbox] at CLIENT
[13:56:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, mainmod, imsm, pandorasbox] at SERVER
[13:56:32] [Thread-6/INFO] [FML]: Using sync timing. 200 frames of Display.update took 70111064 nanos
[13:56:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ENTER MOD NAME HERE, FMLFileResourcePack:Instant Massive Structures Mod, FMLFileResourcePack:Pandora's Box
[13:56:32] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Found 445 ObjectHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[13:56:32] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[13:56:33] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.0.2366
[13:56:33] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:33] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:33] [Client thread/INFO] [FML]: Injecting itemstacks
[13:56:33] [Client thread/INFO] [FML]: Itemstack injection complete
[13:56:34] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:56:35] [Thread-8/INFO]: Initializing LWJGL OpenAL
[13:56:35] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[13:56:35] [Thread-8/INFO]: OpenAL initialized.
[13:56:35] [Sound Library Loader/INFO]: Sound engine started
[13:56:37] [Client thread/INFO] [FML]: Max texture size: 16384
[13:56:37] [Client thread/INFO]: Created: 16x16 textures-atlas
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#normal for blockstate "mainmod:blockeleven"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:blockeleven#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:264) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:252) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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:1257) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 21 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant mainmod:blockeleven#normal: 
java.lang.Exception: Could not load model definition for variant mainmod:blockeleven
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:297) ~[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:252) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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 'mainmod:blockeleven' from: 'mainmod:blockstates/blockeleven.json' in resourcepack: 'FMLFileResourcePack:ENTER MOD NAME HERE'
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:246) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 8 column 8
    at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[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:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 8 column 8
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?]
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[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:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#inventory for item "mainmod:blockeleven", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:item/blockeleven 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:340) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:160) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.io.FileNotFoundException: mainmod:models/item/blockeleven.json
    at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[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:334) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:127) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:941) ~[ModelLoader$VanillaLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#inventory for item "mainmod:blockeleven", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:blockeleven#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:348) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:160) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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:1257) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
[13:56:38] [Client thread/INFO] [FML]: Injecting itemstacks
[13:56:38] [Client thread/INFO] [FML]: Itemstack injection complete
[13:56:38] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods
[13:56:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ENTER MOD NAME HERE, FMLFileResourcePack:Instant Massive Structures Mod, FMLFileResourcePack:Pandora's Box
[13:56:40] [Client thread/INFO]: SoundSystem shutting down...
[13:56:40] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[13:56:40] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:56:40] [Thread-10/INFO]: Initializing LWJGL OpenAL
[13:56:40] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[13:56:40] [Thread-10/INFO]: OpenAL initialized.
[13:56:40] [Sound Library Loader/INFO]: Sound engine started
[13:56:42] [Client thread/INFO] [FML]: Max texture size: 16384
[13:56:42] [Client thread/WARN]: Texture mainmod:textures/items/itemseven.png with size 150x150 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.
[13:56:42] [Client thread/INFO]: Created: 1024x512 textures-atlas
[13:56:43] [Client thread/WARN]: Skipping bad option: lastServer:
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN #pandorasbox
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:   domain #pandorasbox is missing 1 texture
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     domain #pandorasbox is missing a resource manager - it is probably a side-effect of automatic texture processing
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain #pandorasbox are:
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/pbtexture.png
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain #pandorasbox
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:56:44] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[13:57:04] [Server thread/INFO]: Starting integrated minecraft server version 1.11.2
[13:57:04] [Server thread/INFO]: Generating keypair
[13:57:04] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[13:57:04] [Server thread/INFO] [FML]: Applying holder lookups
[13:57:04] [Server thread/INFO] [FML]: Holder lookups applied
[13:57:04] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/ERROR] [pandorasbox]: Didn't find pool: pool1 in loot table: chests/jungle_temple
[13:57:04] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/INFO]: Preparing start region for level 0
[13:57:05] [Server thread/INFO]: Changing view distance to 12, from 10
[13:57:06] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[13:57:06] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[13:57:06] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[13:57:06] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[13:57:06] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[13:57:06] [Server thread/INFO]: PB48[local:E:d5129737] logged in with entity id 134 at (769.1532992687871, 4.0, 550.0488986005073)
[13:57:06] [Server thread/INFO]: PB48 joined the game
[13:57:07] [Server thread/INFO]: Saving and pausing game...
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:07] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1885f489[id=0ffa26ec-c58d-3684-8c4d-80c59a849d77,name=PB48,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:79) ~[YggdrasilAuthenticationService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [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:170) [YggdrasilMinecraftSessionService.class:?]
    at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3056) [Minecraft.class:?]
    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_131]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[13:57:21] [Server thread/INFO]: Saving and pausing game...
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:22] [Server thread/INFO]: Stopping server
[13:57:22] [Server thread/INFO]: Saving players
[13:57:22] [Server thread/INFO]: PB48 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[13:57:22] [Server thread/INFO]: PB48 left the game
[13:57:22] [Server thread/INFO]: Stopping singleplayer server as player logged out
[13:57:22] [Server thread/INFO]: Saving worlds
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension 0
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension -1
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension 1
[13:57:22] [Server thread/INFO] [FML]: Applying holder lookups
[13:57:22] [Server thread/INFO] [FML]: Holder lookups applied
[13:57:23] [Client thread/INFO]: Stopping!
[13:57:23] [Client thread/INFO]: SoundSystem shutting down...
[13:57:24] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
 

Edited by BlockExpert
Posted

Always post the whole log when you have rendering issues, it will contains errors explaining the problem.

 

      "up": "mainmod:blocks/blockeleven1"
      "down": "mainmod:blocks/blockeleven1"
      "north": "mainmod:blocks/blockeleven"
      "south": "mainmod:blocks/blockeleven"
      "west": "mainmod:blocks/blockeleven"
      "east": "mainmod:blocks/blockeleven"

You have no commas between any of these, which is invalid json syntax. To avoid issues like this, use a json plugin for your IDE, or run your file through an online validator like jsonlint.

Posted (edited)
7 minutes ago, Jay Avery said:

Always post the whole log when you have rendering issues, it will contains errors explaining the problem.

 


      "up": "mainmod:blocks/blockeleven1"
      "down": "mainmod:blocks/blockeleven1"
      "north": "mainmod:blocks/blockeleven"
      "south": "mainmod:blocks/blockeleven"
      "west": "mainmod:blocks/blockeleven"
      "east": "mainmod:blocks/blockeleven"

You have no commas between any of these, which is invalid json syntax. To avoid issues like this, use a json plugin for your IDE, or run your file through an online validator like jsonlint.

Thank you I will post log. The game runs fine just the block does not show up lol.

Edited by BlockExpert
Posted
7 minutes ago, Jay Avery said:

Always post the whole log when you have rendering issues, it will contains errors explaining the problem.

 


      "up": "mainmod:blocks/blockeleven1"
      "down": "mainmod:blocks/blockeleven1"
      "north": "mainmod:blocks/blockeleven"
      "south": "mainmod:blocks/blockeleven"
      "west": "mainmod:blocks/blockeleven"
      "east": "mainmod:blocks/blockeleven"

You have no commas between any of these, which is invalid json syntax. To avoid issues like this, use a json plugin for your IDE, or run your file through an online validator like jsonlint.

2017-06-26 13:56:24,356 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:24,357 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[13:56:24] [main/INFO] [GradleStart]: username: PB48
[13:56:24] [main/INFO] [GradleStart]: Extra: []
[13:56:24] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/user/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --username, PB48, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:56:24] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2298 for Minecraft 1.11.2 loading
[13:56:24] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[13:56:24] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[13:56:24] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[13:56:24] [main/INFO] [GradleStart]: Injecting location in coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:56:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:24] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[13:56:25] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:56:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-06-26 13:56:26,170 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:26,190 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-26 13:56:26,191 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[13:56:26] [Client thread/INFO]: Setting user: PB48
[13:56:29] [Client thread/WARN]: Skipping bad option: lastServer:
[13:56:29] [Client thread/INFO]: LWJGL Version: 2.9.4
[13:56:29] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  IvToolkit (IvToolkit-1.3.3-1.10.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 6/26/17 1:56 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.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4938448864 bytes (4709 MB) / 5298978816 bytes (5053 MB) up to 5298978816 bytes (5053 MB)
    JVM Flags: 3 total; -Xincgc -Xmx5120M -Xms5120M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
IvToolkit (IvToolkit-1.3.3-1.10.jar)
  
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.165.1' Renderer: 'AMD Radeon HD 8570'
[13:56:29] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2298 Initialized
[13:56:29] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[13:56:30] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[13:56:30] [Client thread/INFO] [FML]: Searching D:\MinecraftVault\Minecraft-DoNotAlter\Forge\run\mods for mods
[13:56:30] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load
[13:56:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, mainmod, imsm, pandorasbox] at CLIENT
[13:56:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, mainmod, imsm, pandorasbox] at SERVER
[13:56:32] [Thread-6/INFO] [FML]: Using sync timing. 200 frames of Display.update took 70111064 nanos
[13:56:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ENTER MOD NAME HERE, FMLFileResourcePack:Instant Massive Structures Mod, FMLFileResourcePack:Pandora's Box
[13:56:32] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Found 445 ObjectHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:32] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:32] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[13:56:32] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[13:56:33] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.0.2366
[13:56:33] [Client thread/INFO] [FML]: Applying holder lookups
[13:56:33] [Client thread/INFO] [FML]: Holder lookups applied
[13:56:33] [Client thread/INFO] [FML]: Injecting itemstacks
[13:56:33] [Client thread/INFO] [FML]: Itemstack injection complete
[13:56:34] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:56:35] [Thread-8/INFO]: Initializing LWJGL OpenAL
[13:56:35] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[13:56:35] [Thread-8/INFO]: OpenAL initialized.
[13:56:35] [Sound Library Loader/INFO]: Sound engine started
[13:56:37] [Client thread/INFO] [FML]: Max texture size: 16384
[13:56:37] [Client thread/INFO]: Created: 16x16 textures-atlas
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#normal for blockstate "mainmod:blockeleven"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:blockeleven#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:264) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:252) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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:1257) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 21 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant mainmod:blockeleven#normal: 
java.lang.Exception: Could not load model definition for variant mainmod:blockeleven
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:297) ~[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:252) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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 'mainmod:blockeleven' from: 'mainmod:blockstates/blockeleven.json' in resourcepack: 'FMLFileResourcePack:ENTER MOD NAME HERE'
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:246) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 8 column 8
    at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[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:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 8 column 8
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?]
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[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:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:293) ~[ModelLoader.class:?]
    ... 20 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#inventory for item "mainmod:blockeleven", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:item/blockeleven 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:340) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:160) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.io.FileNotFoundException: mainmod:models/item/blockeleven.json
    at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[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:334) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:127) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:941) ~[ModelLoader$VanillaLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
[13:56:38] [Client thread/ERROR] [FML]: Exception loading model for variant mainmod:blockeleven#inventory for item "mainmod:blockeleven", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model mainmod:blockeleven#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:348) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:160) ~[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.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    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:1257) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
[13:56:38] [Client thread/INFO] [FML]: Injecting itemstacks
[13:56:38] [Client thread/INFO] [FML]: Itemstack injection complete
[13:56:38] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods
[13:56:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ENTER MOD NAME HERE, FMLFileResourcePack:Instant Massive Structures Mod, FMLFileResourcePack:Pandora's Box
[13:56:40] [Client thread/INFO]: SoundSystem shutting down...
[13:56:40] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[13:56:40] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:56:40] [Thread-10/INFO]: Initializing LWJGL OpenAL
[13:56:40] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[13:56:40] [Thread-10/INFO]: OpenAL initialized.
[13:56:40] [Sound Library Loader/INFO]: Sound engine started
[13:56:42] [Client thread/INFO] [FML]: Max texture size: 16384
[13:56:42] [Client thread/WARN]: Texture mainmod:textures/items/itemseven.png with size 150x150 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.
[13:56:42] [Client thread/INFO]: Created: 1024x512 textures-atlas
[13:56:43] [Client thread/WARN]: Skipping bad option: lastServer:
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN #pandorasbox
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:   domain #pandorasbox is missing 1 texture
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     domain #pandorasbox is missing a resource manager - it is probably a side-effect of automatic texture processing
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain #pandorasbox are:
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/pbtexture.png
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain #pandorasbox
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:56:43] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:56:44] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[13:57:04] [Server thread/INFO]: Starting integrated minecraft server version 1.11.2
[13:57:04] [Server thread/INFO]: Generating keypair
[13:57:04] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[13:57:04] [Server thread/INFO] [FML]: Applying holder lookups
[13:57:04] [Server thread/INFO] [FML]: Holder lookups applied
[13:57:04] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/ERROR] [pandorasbox]: Didn't find pool: pool1 in loot table: chests/jungle_temple
[13:57:04] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@7911ec83)
[13:57:04] [Server thread/INFO]: Preparing start region for level 0
[13:57:05] [Server thread/INFO]: Changing view distance to 12, from 10
[13:57:06] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[13:57:06] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[13:57:06] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[13:57:06] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[13:57:06] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[13:57:06] [Server thread/INFO]: PB48[local:E:d5129737] logged in with entity id 134 at (769.1532992687871, 4.0, 550.0488986005073)
[13:57:06] [Server thread/INFO]: PB48 joined the game
[13:57:07] [Server thread/INFO]: Saving and pausing game...
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:07] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:07] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1885f489[id=0ffa26ec-c58d-3684-8c4d-80c59a849d77,name=PB48,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:79) ~[YggdrasilAuthenticationService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [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:170) [YggdrasilMinecraftSessionService.class:?]
    at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3056) [Minecraft.class:?]
    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_131]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[13:57:21] [Server thread/INFO]: Saving and pausing game...
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:22] [Server thread/INFO]: Stopping server
[13:57:22] [Server thread/INFO]: Saving players
[13:57:22] [Server thread/INFO]: PB48 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[13:57:22] [Server thread/INFO]: PB48 left the game
[13:57:22] [Server thread/INFO]: Stopping singleplayer server as player logged out
[13:57:22] [Server thread/INFO]: Saving worlds
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:57:22] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension 0
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension -1
[13:57:22] [Server thread/INFO] [FML]: Unloading dimension 1
[13:57:22] [Server thread/INFO] [FML]: Applying holder lookups
[13:57:22] [Server thread/INFO] [FML]: Holder lookups applied
[13:57:23] [Client thread/INFO]: Stopping!
[13:57:23] [Client thread/INFO]: SoundSystem shutting down...
[13:57:24] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
 

Posted

SOLVED FORGOT TO PUT COMMAS!

FIXED VERSION HERE!

 

{
  "forge_marker":1,
  "defaults":{
    "transform":"forge:default-block",
    "model":"cube",
    "textures":{
      "up": "mainmod:blocks/blockeleven1",
      "down": "mainmod:blocks/blockeleven1",
      "north": "mainmod:blocks/blockeleven",
      "south": "mainmod:blocks/blockeleven",
      "west": "mainmod:blocks/blockeleven",
      "east": "mainmod:blocks/blockeleven"
    }
  },
  "variants":{
    "inventory":[{}],
    "normal":[{}]
  }
}

 

Posted
1 hour ago, BlockExpert said:

SOLVED FORGOT TO PUT COMMAS!

You also forgot to use spoiler tags.

  • Like 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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