• 0

    posted a message on Please help me find out what song this is

    https://clyp.it/gzmgkr41


    What song is this?

    Posted in: General Off Topic
  • 0

    posted a message on Need help with structure blocks

    So I'm trying to load a jungle temple but when I look through the 1.10 jar file and go truth structures, there's only igloo and fossils. Where can I find out how to load a jungle temple?

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Item Render Issue
    Quote from UpcraftLP»

    You misspelled your MODID in the Reference class.


    Where? Can you quote?
    Posted in: Modification Development
  • 0

    posted a message on Item Render Issue

    Hello there!

    So I've been working on a mod for 1.9, after the first item I have got an error.

    All of the code in the mod is right on GitHub: https://github.com/HXGamer/src




    Crash Log:



    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
    [07:57:13] [main/INFO] [GradleStart]: Extra: []
    [07:57:13] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/jayriva-cambrin/.gradle/caches/minecraft/assets, --assetIndex, 1.9, --accessToken{REDACTED}, --version, 1.9, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
    [07:57:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
    [07:57:14] [main/INFO] [FML]: Forge Mod Loader version 12.16.1.1906 for Minecraft 1.9 loading
    [07:57:14] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_74, running on Mac OS X:x86_64:10.10.5, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home/jre
    [07:57:14] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
    [07:57:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
    [07:57:14] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
    [07:57:14] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
    [07:57:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [07:57:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [07:57:14] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
    [07:57:16] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
    [07:57:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [07:57:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [07:57:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [07:57:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
    [07:57:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
    [07:57:17] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    [07:57:18] [Client thread/INFO]: Setting user: Player401
    [07:57:22] [Client thread/INFO]: LWJGL Version: 2.9.2
    [07:57:23] [Client thread/INFO] [FML]: MinecraftForge v12.16.1.1906 Initialized
    [07:57:23] [Client thread/INFO] [FML]: Replaced 231 ore recipes
    [07:57:24] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [07:57:24] [Client thread/INFO] [FML]: Searching /Users/jayriva-cambrin/Desktop/Expended/run/mods for mods
    [07:57:25] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
    [07:57:26] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, expeneded] at CLIENT
    [07:57:26] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, expeneded] at SERVER
    [07:57:26] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Expended
    [07:57:26] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [07:57:26] [Client thread/INFO] [FML]: Found 418 ObjectHolder annotations
    [07:57:26] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [07:57:26] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [07:57:26] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [07:57:26] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [07:57:26] [Client thread/INFO] [FML]: Applying holder lookups
    [07:57:26] [Client thread/INFO] [FML]: Holder lookups applied
    [07:57:26] [Client thread/INFO] [FML]: Injecting itemstacks
    [07:57:26] [Client thread/INFO] [FML]: Itemstack injection complete
    [07:57:27] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: OUTDATED Target: 12.16.1.1907
    [07:57:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [07:57:29] [Thread-6/INFO]: Initializing LWJGL OpenAL
    [07:57:29] [Thread-6/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
    [07:57:29] [Thread-6/INFO]: OpenAL initialized.
    [07:57:29] [Sound Library Loader/INFO]: Sound engine started
    [07:57:31] [Client thread/INFO] [FML]: Max texture size: 16384
    [07:57:31] [Client thread/INFO]: Created: 16x16 textures-atlas
    [07:57:32] [Client thread/ERROR] [FML]: Exception loading model for variant expeneded:ra_battery#inventory for item "expeneded:ra_battery", normal location exception: 
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model expeneded:item/ra_battery with loader VanillaLoader.INSTANCE, skipping
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:134) ~[ModelLoaderRegistry.class:?]
    	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:298) ~[ModelLoader.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:169) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:128) ~[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:120) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.Minecraft.startGame(Minecraft.java:535) [Minecraft.class:?]
    	at net.minecraft.client.Minecraft.run(Minecraft.java:381) [Minecraft.class:?]
    	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    	at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.io.FileNotFoundException: expeneded:models/item/ra_battery.json
    	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:68) ~[SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:310) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:99) ~[ModelLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:844) ~[ModelLoader$VanillaLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:130) ~[ModelLoaderRegistry.class:?]
    	... 20 more
    [07:57:32] [Client thread/ERROR] [FML]: Exception loading model for variant expeneded:ra_battery#inventory for item "expeneded:ra_battery", blockstate location exception: 
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model expeneded:ra_battery#inventory with loader VariantLoader.INSTANCE, skipping
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:134) ~[ModelLoaderRegistry.class:?]
    	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:306) ~[ModelLoader.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:169) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:128) ~[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:120) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.Minecraft.startGame(Minecraft.java:535) [Minecraft.class:?]
    	at net.minecraft.client.Minecraft.run(Minecraft.java:381) [Minecraft.class:?]
    	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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:75) ~[ModelBlockDefinition.class:?]
    	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1159) ~[ModelLoader$VariantLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:130) ~[ModelLoaderRegistry.class:?]
    	... 20 more
    [07:57:33] [Client thread/INFO] [FML]: Injecting itemstacks
    [07:57:33] [Client thread/INFO] [FML]: Itemstack injection complete
    [07:57:33] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
    [07:57:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Expended
    [07:57:34] [Client thread/INFO]: SoundSystem shutting down...
    [07:57:34] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
    [07:57:34] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [07:57:34] [Thread-8/INFO]: Initializing LWJGL OpenAL
    [07:57:34] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
    [07:57:34] [Thread-8/INFO]: OpenAL initialized.
    [07:57:35] [Sound Library Loader/INFO]: Sound engine started
    [07:57:36] [Client thread/INFO] [FML]: Max texture size: 16384
    [07:57:36] [Client thread/INFO]: Created: 1024x512 textures-atlas
    [07:57:37] [Client thread/ERROR] [FML]: Exception loading model for variant expeneded:ra_battery#inventory for item "expeneded:ra_battery", normal location exception: 
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model expeneded:item/ra_battery with loader VanillaLoader.INSTANCE, skipping
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:134) ~[ModelLoaderRegistry.class:?]
    	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:298) ~[ModelLoader.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:169) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:128) ~[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:130) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:792) [Minecraft.class:?]
    	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:332) [FMLClientHandler.class:?]
    	at net.minecraft.client.Minecraft.startGame(Minecraft.java:554) [Minecraft.class:?]
    	at net.minecraft.client.Minecraft.run(Minecraft.java:381) [Minecraft.class:?]
    	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    	at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.io.FileNotFoundException: expeneded:models/item/ra_battery.json
    	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:68) ~[SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:310) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:99) ~[ModelLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:844) ~[ModelLoader$VanillaLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:130) ~[ModelLoaderRegistry.class:?]
    	... 23 more
    [07:57:37] [Client thread/ERROR] [FML]: Exception loading model for variant expeneded:ra_battery#inventory for item "expeneded:ra_battery", blockstate location exception: 
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model expeneded:ra_battery#inventory with loader VariantLoader.INSTANCE, skipping
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:134) ~[ModelLoaderRegistry.class:?]
    	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:306) ~[ModelLoader.class:?]
    	at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:169) ~[ModelBakery.class:?]
    	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:128) ~[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:130) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
    	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:792) [Minecraft.class:?]
    	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:332) [FMLClientHandler.class:?]
    	at net.minecraft.client.Minecraft.startGame(Minecraft.java:554) [Minecraft.class:?]
    	at net.minecraft.client.Minecraft.run(Minecraft.java:381) [Minecraft.class:?]
    	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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_74]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74]
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
    	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:75) ~[ModelBlockDefinition.class:?]
    	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1159) ~[ModelLoader$VariantLoader.class:?]
    	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:130) ~[ModelLoaderRegistry.class:?]
    	... 23 more
    [07:57:38] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
    [07:57:43] [Client thread/INFO]: Stopping!
    [07:57:43] [Client thread/INFO]: SoundSystem shutting down...
    [07:57:43] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com



    Please respond as soon as possible :)


    Thanks!

    Posted in: Modification Development
  • 0

    posted a message on [Port Forwarding] Cannot Port Forward

    Hello, someone please help me?

    Also, I have an update. I contacted my ISP, I have uPnP on for sure.

    Posted in: Server Support and Administration
  • 0

    posted a message on [Port Forwarding] Cannot Port Forward

    Router: Cisco DPC3848V

    Provider: Shaw

    Problem: Port-Forwarding


    • UPnP is enabled

    • TCP and UDP enabled


    I hit 'Save Settings'. I start up my server. It's on perfectly, I just can't connect to it. I need something to help me with this, please :).


    I have tried:

    - Changing port to 25566

    - Restarting modem after entering port

    Posted in: Server Support and Administration
  • 0

    posted a message on Into the Void-A Minecraft RP-DEAD

    "What's your name?"

    Posted in: Forum Roleplaying
  • 0

    posted a message on EnderQuest I - Rise of the Nether Lord [NOT STARTED]

    EnderQuest
    The Enderidium
    A long time ago, the Enderidium was the core of the end, the Nether Lord, wanted this for the Nether Effect. What is that? The creation and process of the Nether Reactor. It was not powerful enough, at this time Year 1097*, Minecraft Date, the fall of the grand overlord of evil, Herobrine had fallen. Three years later, during the godmodder origins, The Nether Lord took action, before though, Endermen and forces of evil were hypnotized into combatting against their will. Right before the Nether Lord attacked, the Ender Dragon sensed something, yet he knew not what it was. He gave a few soldiers part of the core and sent them to investigate. As soon as they set off, the Enderidium was stolen, in the process the Nether Lord was killed, during portal transport, his bones fell down in a big pit in the end. Along with the mysterious hero that was helping the end. And their awoke the Wither, the nether reactor was constructed, but the soldiers were free from it's control. Now they must stop two menaces, as well as one mystery, the Dragon was slain, and one of the soldiers will be chosen to take his place. Their powers from the core, as they soon found out, were morphing, teleportation, phasing. But there is still the godmodder, at his very weakest. Now it has been a lot of years though, the first part of the book was written in old. Endermen do not die of age.
    Book II
    Year 1500
    This is short, I cannot explain much at current times. I do not foresee things. You are- near the desert temple. One of the core elements is there.
    More story will be added as role play goes on.


    App:
    Name:
    Personality (make decent length):
    Backstory (decent length):

    Other (optional):

    Secret (optional):


    Name: Jeff

    Personality: I am nice (in reality make longer than this)

    Backstory: At first I took part in a combat training school and ever since have been a good fighter.

    Secret: I don't have one.


    *before godmodder


    Note: THIS IS NOT ABOUT GODMODDER! JUST A REFERENCE.

    Posted in: Forum Roleplaying
  • 0

    posted a message on Life as a Mob (Minecraft RP) [Always Accepting]

    "Hello I'm James, that's my human language name. This is Nate and the chicken is Sam.

    Posted in: Forum Roleplaying
  • 0

    posted a message on Life as a Mob (Minecraft RP) [Always Accepting]

    "Who's the chicken?"

    Posted in: Forum Roleplaying
  • 0

    posted a message on Into the Void-A Minecraft RP-DEAD

    "Hey, wait up!" I yelled, I had no intention of being rude, but I was kind of annoyed.

    Posted in: Forum Roleplaying
  • 0

    posted a message on Life as a Mob (Minecraft RP) [Always Accepting]

    "Hello" I said, barging in. "I saw you on the airplane" I neverously laughed

    Posted in: Forum Roleplaying
  • 0

    posted a message on Life as a Mob (Minecraft RP) [Always Accepting]

    I continue to walk along

    Posted in: Forum Roleplaying
  • 0

    posted a message on Outpost Defenders III: Digital Warfare

    I punch an armed civilian and take his gun

    Posted in: Forum Games
  • 0

    posted a message on Life as a Mob (Minecraft RP) [Always Accepting]

    I go after Nate and see Jerry and Sam.

    Posted in: Forum Roleplaying
  • To post a comment, please .