Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • 1.11.2 Basic Item texture [SOLVED]
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 1
MinecraftWero

1.11.2 Basic Item texture [SOLVED]

By MinecraftWero, May 23, 2017 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

MinecraftWero    1

MinecraftWero

MinecraftWero    1

  • Tree Puncher
  • MinecraftWero
  • Forge Modder
  • 1
  • 43 posts
Posted May 23, 2017 (edited)

I am having this error in the console:

 

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
[12:35:57] [main/INFO] [GradleStart]: Extra: []
[12:35:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/isaactobalina/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[12:35:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:35:58] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2304 for Minecraft 1.11.2 loading
[12:35:58] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Mac OS X:x86_64:10.12.3, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
[12:35:58] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[12:35:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[12:35:58] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[12:35:58] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[12:35:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:35:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:35:58] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[12:36:01] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:36:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:36:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:36:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[12:36:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:36:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:36:02] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:36:14] [Client thread/INFO]: Setting user: Player720
[12:36:23] [Client thread/WARN]: Skipping bad option: lastServer:
[12:36:23] [Client thread/INFO]: LWJGL Version: 2.9.2
[12:36:25] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2304 Initialized
[12:36:25] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[12:36:25] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[12:36:25] [Client thread/INFO] [FML]: Searching /Users/isaactobalina/Documents/Bacon1.11.2/run/mods for mods
[12:36:29] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[12:36:29] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, bmod] at CLIENT
[12:36:29] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, bmod] at SERVER
[12:36:30] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Bacon Mod
[12:36:31] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:36:31] [Client thread/INFO] [FML]: Found 445 ObjectHolder annotations
[12:36:31] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:36:31] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:36:31] [Client thread/INFO] [FML]: Applying holder lookups
[12:36:31] [Client thread/INFO] [FML]: Holder lookups applied
[12:36:31] [Client thread/INFO] [FML]: Applying holder lookups
[12:36:31] [Client thread/INFO] [FML]: Holder lookups applied
[12:36:31] [Client thread/INFO] [FML]: Applying holder lookups
[12:36:31] [Client thread/INFO] [FML]: Holder lookups applied
[12:36:31] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:36:31] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[12:36:31] [Client thread/INFO] [bmod]: Registered Item: raw_bacon
[12:36:31] [Client thread/INFO] [bmod]: Registered render for raw_bacon
[12:36:31] [Client thread/INFO] [FML]: Applying holder lookups
[12:36:31] [Client thread/INFO] [FML]: Holder lookups applied
[12:36:31] [Client thread/INFO] [FML]: Injecting itemstacks
[12:36:31] [Client thread/INFO] [FML]: Itemstack injection complete
[12:36:32] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: AHEAD Target: null
[12:36:38] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:36:39] [Thread-6/INFO]: Initializing LWJGL OpenAL
[12:36:39] [Thread-6/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:36:40] [Thread-6/INFO]: OpenAL initialized.
[12:36:40] [Sound Library Loader/INFO]: Sound engine started
[12:36:44] [Client thread/INFO] [FML]: Max texture size: 8192
[12:36:44] [Client thread/INFO]: Created: 16x16 textures-atlas
[12:36:44] [Client thread/ERROR] [FML]: Exception loading model for variant bmod:raw_bacon#inventory for item "bmod:raw_bacon", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bmod:item/raw_bacon 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(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?: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(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?: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: bmod:models/item/raw_bacon.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
[12:36:44] [Client thread/ERROR] [FML]: Exception loading model for variant bmod:raw_bacon#inventory for item "bmod:raw_bacon", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bmod:raw_bacon#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(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?: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(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?: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
[12:36:45] [Client thread/INFO] [FML]: Injecting itemstacks
[12:36:45] [Client thread/INFO] [FML]: Itemstack injection complete
[12:36:46] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[12:36:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Bacon Mod
[12:36:48] [Client thread/INFO]: SoundSystem shutting down...
[12:36:48] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[12:36:48] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:36:48] [Thread-8/INFO]: Initializing LWJGL OpenAL
[12:36:48] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:36:48] [Thread-8/INFO]: OpenAL initialized.
[12:36:48] [Sound Library Loader/INFO]: Sound engine started
[12:36:51] [Client thread/INFO] [FML]: Max texture size: 8192
[12:36:51] [Client thread/INFO]: Created: 512x512 textures-atlas
[12:36:54] [Client thread/WARN]: Skipping bad option: lastServer:
[12:36:54] [Client thread/ERROR]: ########## GL ERROR ##########
[12:36:54] [Client thread/ERROR]: @ Post startup
[12:36:54] [Client thread/ERROR]: 1281: Invalid value
[12:36:56] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

 

The game loads, but of course the textures are not applying.

Edited May 23, 2017 by MinecraftWero
  • Quote

Share this post


Link to post
Share on other sites

Jay Avery    112

Jay Avery

Jay Avery    112

  • Dragon Slayer
  • Jay Avery
  • Members
  • 112
  • 884 posts
Posted May 23, 2017
3 minutes ago, MinecraftWero said:

Caused by: java.io.FileNotFoundException: bmod:models/item/raw_bacon.json

Do you have a file at this location?

  • Like 1
  • Quote

Share this post


Link to post
Share on other sites

MinecraftWero    1

MinecraftWero

MinecraftWero    1

  • Tree Puncher
  • MinecraftWero
  • Forge Modder
  • 1
  • 43 posts
Posted May 23, 2017
3 minutes ago, Jay Avery said:

Do you have a file at this location?

You know what i am just dumb, i thought it was named correctly i was missing an "s".

 

Feeling really stupid now :S thanks!

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • diesieben07
      Memory Heap Thingy!

      By diesieben07 · Posted 1 hour ago

      That's not what this thread is about... Make your own thread and post logs.
    • gudie73
      Memory Heap Thingy!

      By gudie73 · Posted 1 hour ago

      It gets stuck on that part and doesn’t change
    • gudie73
      Memory Heap Thingy!

      By gudie73 · Posted 1 hour ago

      Wym  
    • RaphGamingz
      ScreenGui does nothing

      By RaphGamingz · Posted 2 hours ago

      any errors?
    • RaphGamingz
      Game crashing when the block is activated

      By RaphGamingz · Posted 2 hours ago

      then you    your not assigning a value to the tileEntity try in the constructor tileEntity = world.getTileEntity(pos);
  • Topics

    • Mizinov
      7
      Memory Heap Thingy!

      By Mizinov
      Started August 24

    • Jaffaaaaa
      2
      ScreenGui does nothing

      By Jaffaaaaa
      Started Wednesday at 07:03 PM

    • jun2040
      5
      Game crashing when the block is activated

      By jun2040
      Started 18 hours ago

    • Merthew
      5
      [1.12.2] Multiple Structure Generation

      By Merthew
      Started November 7, 2018

    • Professional Derp
      16
      Server frequently crashes

      By Professional Derp
      Started 11 hours ago

  • Who's Online (See full list)

    • diesieben07
    • bismuth210
    • FormSans
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • 1.11.2 Basic Item texture [SOLVED]
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community