Jump to content

Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]


WellPlacedEggplant

Recommended Posts

Hi there,

I've tried for a few hours googling for solutions, trying them out, re-googling, etc and nothing has worked.

Minecraft outputs this:

Spoiler

[15:34:41] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[15:34:41] [Client thread/ERROR]: The following texture errors were found.
[15:34:42] [Client thread/ERROR]: ==================================================
[15:34:42] [Client thread/ERROR]:   DOMAIN neurocameramod
[15:34:42] [Client thread/ERROR]: --------------------------------------------------
[15:34:42] [Client thread/ERROR]:   domain neurocameramod is missing 1 texture
[15:34:42] [Client thread/ERROR]:     domain neurocameramod has 1 location:
[15:34:42] [Client thread/ERROR]:       unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:neurocameramod
[15:34:42] [Client thread/ERROR]: -------------------------
[15:34:42] [Client thread/ERROR]:     The missing resources for domain neurocameramod are:
[15:34:42] [Client thread/ERROR]:       textures/blocks/test.png
[15:34:42] [Client thread/ERROR]: -------------------------
[15:34:42] [Client thread/ERROR]:     No other errors exist for domain neurocameramod
[15:34:42] [Client thread/ERROR]: ==================================================
[15:34:42] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Here's the code I've tried:

1st try

58a5310f7f416_solution1.PNG.571cead3de67dd9723c25eed3eb6d077.PNG

2nd try

58a5311021111_solution2.PNG.e94f54bf13d706d51455c202819619aa.PNG

 

Here's where the texture file and jsons are located:

58a531cb70820_blockmodel.PNG.69a701cc74948ec8208c63d30cc054d0.PNGblockstate.PNG.62abf1f09dfb4b5c75aefa1ee0469ed7.PNG58a531cca6df3_itemmodel.PNG.15ab89f17a6884d5abec65e0e8c4be80.PNGtexture.PNG.ad1e0a1571c823c244580a440cd6fb41.PNG

As you can see, the texture file is in the exact spot that minecraft/forge is looking, so what gives?

 

The blockstate json:

{
    "variants": {
        "normal": { "model": "neurocameramod:test" }
    }
}

 

The block model json:

{
    "parent": "block/cube_all",
    "textures": {
        "all": "neurocameramod:blocks/test"
    }
}

 

The item model json:

{
    "parent":"neurocameramod:block/test"
}

 

And this is what I see in-game. I have no idea what is going wrong and I created this account just to ask, to show my desperation.

2017-02-16_16_04_08.png.6a9eef71ef7e06254e223a2a2c3ac7ca.png

 

Any help would be greatly appreciated.

Thank you.

 

Edited by WellPlacedEggplant
Link to comment
Share on other sites

Don't use ModelMesher.  Use ModelLoader.setCustomModelResourceLocation during preInit instead.

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.

Link to comment
Share on other sites

It's the same as the section I posted at the top but here it is again:

Spoiler

2017-02-16 16:29:32,236 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:29:32] [main/INFO]: Extra: []
[16:29:32] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Neuro/.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]
[16:29:32] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:29:32] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:29:32] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:29:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[16:29:32] [main/INFO]: Forge Mod Loader version 13.20.0.2228 for Minecraft 1.11.2 loading
[16:29:32] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[16:29:32] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:29:32] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:29:32] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[16:29:32] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[16:29:32] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:29:32] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:29:32] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:29:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:29:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:29:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:29:32] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[16:29:33] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
[16:29:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:29:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:29:34] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:29:34] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:29:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:29:34] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-02-16 16:29:34,440 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-02-16 16:29:34,460 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:29:34] [Client thread/INFO]: Setting user: Player94
[16:29:37] [Client thread/WARN]: Skipping bad option: lastServer:
[16:29:37] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:29:38] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----
// Don't do that.

Time: 2/16/17 4:29 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_121, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 821271960 bytes (783 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13464 Compatibility Profile Context 21.19.411.0' Renderer: 'Radeon (TM) RX 480 Graphics'
[16:29:38] [Client thread/INFO]: MinecraftForge v13.20.0.2228 Initialized
[16:29:38] [Client thread/INFO]: Replaced 232 ore recipes
[16:29:38] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[16:29:38] [Client thread/INFO]: Searching C:\Users\Neuro\Desktop\Projects\Forge Modding 1.11.2\run\mods for mods
[16:29:38] [Client thread/INFO]: Mod neurocameramod is missing the required element 'name'. Substituting neurocameramod
[16:29:39] [Client thread/INFO]: Forge Mod Loader has identified 5 mods to load
[16:29:40] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, neurocameramod] at CLIENT
[16:29:40] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, neurocameramod] at SERVER
[16:29:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:neurocameramod
[16:29:40] [Client thread/INFO]: Processing ObjectHolder annotations
[16:29:40] [Client thread/INFO]: Found 444 ObjectHolder annotations
[16:29:40] [Client thread/INFO]: Identifying ItemStackHolder annotations
[16:29:40] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[16:29:40] [Client thread/INFO]: Applying holder lookups
[16:29:40] [Client thread/INFO]: Holder lookups applied
[16:29:40] [Client thread/INFO]: Applying holder lookups
[16:29:40] [Client thread/INFO]: Holder lookups applied
[16:29:40] [Client thread/INFO]: Applying holder lookups
[16:29:40] [Client thread/INFO]: Holder lookups applied
[16:29:40] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[16:29:40] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[16:29:40] [Client thread/INFO]: Applying holder lookups
[16:29:40] [Client thread/INFO]: Holder lookups applied
[16:29:40] [Client thread/INFO]: Injecting itemstacks
[16:29:40] [Client thread/INFO]: Itemstack injection complete
[16:29:41] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Target: null
[16:29:42] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SourceFile:82) [SoundHandler.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:447) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:352) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
    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_121]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
[16:29:42] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:29:42] [Thread-8/INFO]: Initializing LWJGL OpenAL
[16:29:42] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:29:42] [Thread-8/INFO]: OpenAL initialized.
[16:29:43] [Sound Library Loader/INFO]: Sound engine started
[16:29:45] [Client thread/INFO]: Max texture size: 16384
[16:29:45] [Client thread/INFO]: Created: 16x16 textures-atlas
[16:29:46] [Client thread/INFO]: Injecting itemstacks
[16:29:46] [Client thread/INFO]: Itemstack injection complete
[16:29:46] [Client thread/INFO]: Forge Mod Loader has successfully loaded 5 mods
[16:29:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:neurocameramod
[16:29:47] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SourceFile:82) [SoundHandler.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:756) [Minecraft.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:359) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:521) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:352) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
    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_121]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
[16:29:47] [Client thread/INFO]: SoundSystem shutting down...
[16:29:48] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[16:29:48] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:29:48] [Thread-10/INFO]: Initializing LWJGL OpenAL
[16:29:48] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:29:48] [Thread-10/INFO]: OpenAL initialized.
[16:29:48] [Sound Library Loader/INFO]: Sound engine started
[16:29:50] [Client thread/INFO]: Max texture size: 16384
[16:29:50] [Client thread/INFO]: Created: 512x512 textures-atlas
[16:29:51] [Client thread/WARN]: Skipping bad option: lastServer:
[16:29:51] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[16:29:51] [Client thread/ERROR]: The following texture errors were found.
[16:29:51] [Client thread/ERROR]: ==================================================
[16:29:51] [Client thread/ERROR]:   DOMAIN neurocameramod
[16:29:51] [Client thread/ERROR]: --------------------------------------------------
[16:29:51] [Client thread/ERROR]:   domain neurocameramod is missing 1 texture
[16:29:51] [Client thread/ERROR]:     domain neurocameramod has 1 location:
[16:29:51] [Client thread/ERROR]:       unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:neurocameramod
[16:29:51] [Client thread/ERROR]: -------------------------
[16:29:51] [Client thread/ERROR]:     The missing resources for domain neurocameramod are:
[16:29:51] [Client thread/ERROR]:       textures/blocks/test.png
[16:29:51] [Client thread/ERROR]: -------------------------
[16:29:51] [Client thread/ERROR]:     No other errors exist for domain neurocameramod
[16:29:51] [Client thread/ERROR]: ==================================================
[16:29:51] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[16:29:52] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
 

 

Edited by WellPlacedEggplant
mistake
Link to comment
Share on other sites

Try fixing your Invalid sounds.json

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.

Link to comment
Share on other sites

It was just an empty sounds.json

 

I also removed that a few mins ago completely on the chance that it was somehow interfering with all the other jsons, but no luck, still the same error. Here's the log from that:

Spoiler

2017-02-16 16:54:06,145 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:54:06] [main/INFO]: Extra: []
[16:54:06] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Neuro/.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]
[16:54:06] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:54:06] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:54:06] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:54:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[16:54:06] [main/INFO]: Forge Mod Loader version 13.20.0.2228 for Minecraft 1.11.2 loading
[16:54:06] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[16:54:06] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:54:06] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:54:06] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[16:54:06] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[16:54:06] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:54:06] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:54:06] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:54:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:54:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:54:06] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:54:06] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[16:54:07] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
[16:54:07] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:54:07] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:54:07] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:54:07] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:54:07] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:54:08] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-02-16 16:54:08,398 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-02-16 16:54:08,419 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:54:08] [Client thread/INFO]: Setting user: Player53
[16:54:11] [Client thread/WARN]: Skipping bad option: lastServer:
[16:54:11] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:54:12] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 2/16/17 4:54 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_121, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 730657088 bytes (696 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13464 Compatibility Profile Context 21.19.411.0' Renderer: 'Radeon (TM) RX 480 Graphics'
[16:54:12] [Client thread/INFO]: MinecraftForge v13.20.0.2228 Initialized
[16:54:12] [Client thread/INFO]: Replaced 232 ore recipes
[16:54:12] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[16:54:12] [Client thread/INFO]: Searching C:\Users\Neuro\Desktop\Projects\Forge Modding 1.11.2\run\mods for mods
[16:54:12] [Client thread/INFO]: Mod neurocameramod is missing the required element 'name'. Substituting neurocameramod
[16:54:13] [Client thread/INFO]: Forge Mod Loader has identified 5 mods to load
[16:54:13] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, neurocameramod] at CLIENT
[16:54:13] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, neurocameramod] at SERVER
[16:54:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:neurocameramod
[16:54:14] [Client thread/INFO]: Processing ObjectHolder annotations
[16:54:14] [Client thread/INFO]: Found 444 ObjectHolder annotations
[16:54:14] [Client thread/INFO]: Identifying ItemStackHolder annotations
[16:54:14] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[16:54:14] [Client thread/INFO]: Applying holder lookups
[16:54:14] [Client thread/INFO]: Holder lookups applied
[16:54:14] [Client thread/INFO]: Applying holder lookups
[16:54:14] [Client thread/INFO]: Holder lookups applied
[16:54:14] [Client thread/INFO]: Applying holder lookups
[16:54:14] [Client thread/INFO]: Holder lookups applied
[16:54:14] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[16:54:14] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[16:54:14] [Client thread/INFO]: Applying holder lookups
[16:54:14] [Client thread/INFO]: Holder lookups applied
[16:54:14] [Client thread/INFO]: Injecting itemstacks
[16:54:14] [Client thread/INFO]: Itemstack injection complete
[16:54:14] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Target: null
[16:54:16] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:54:16] [Thread-8/INFO]: Initializing LWJGL OpenAL
[16:54:16] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:54:16] [Thread-8/INFO]: OpenAL initialized.
[16:54:16] [Sound Library Loader/INFO]: Sound engine started
[16:54:19] [Client thread/INFO]: Max texture size: 16384
[16:54:19] [Client thread/INFO]: Created: 16x16 textures-atlas
[16:54:19] [Client thread/INFO]: Injecting itemstacks
[16:54:19] [Client thread/INFO]: Itemstack injection complete
[16:54:19] [Client thread/INFO]: Forge Mod Loader has successfully loaded 5 mods
[16:54:19] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:neurocameramod
[16:54:21] [Client thread/INFO]: SoundSystem shutting down...
[16:54:21] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[16:54:21] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:54:21] [Thread-10/INFO]: Initializing LWJGL OpenAL
[16:54:21] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:54:21] [Thread-10/INFO]: OpenAL initialized.
[16:54:22] [Sound Library Loader/INFO]: Sound engine started
[16:54:24] [Client thread/INFO]: Max texture size: 16384
[16:54:24] [Client thread/INFO]: Created: 512x512 textures-atlas
[16:54:25] [Client thread/WARN]: Skipping bad option: lastServer:
[16:54:25] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[16:54:25] [Client thread/ERROR]: The following texture errors were found.
[16:54:25] [Client thread/ERROR]: ==================================================
[16:54:25] [Client thread/ERROR]:   DOMAIN neurocameramod
[16:54:25] [Client thread/ERROR]: --------------------------------------------------
[16:54:25] [Client thread/ERROR]:   domain neurocameramod is missing 1 texture
[16:54:25] [Client thread/ERROR]:     domain neurocameramod has 1 location:
[16:54:25] [Client thread/ERROR]:       unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:neurocameramod
[16:54:25] [Client thread/ERROR]: -------------------------
[16:54:25] [Client thread/ERROR]:     The missing resources for domain neurocameramod are:
[16:54:25] [Client thread/ERROR]:       textures/blocks/test.png
[16:54:25] [Client thread/ERROR]: -------------------------
[16:54:25] [Client thread/ERROR]:     No other errors exist for domain neurocameramod
[16:54:25] [Client thread/ERROR]: ==================================================
[16:54:25] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[16:54:26] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[16:54:27] [Client thread/INFO]: Stopping!
[16:54:27] [Client thread/INFO]: SoundSystem shutting down...
[16:54:27] [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 WellPlacedEggplant
posted log
Link to comment
Share on other sites

What is ItemBlocks?

NVM that was a stupid question because it doesn't have anything to do with the block in the world. Could you show how you registered the Block itself including it's registry name.

Edited by Animefan8888

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Inside ItemBlocks

	private static Map<Block, ItemBlock> itemBlocks = new HashMap<Block, ItemBlock>();
	
	public static ItemBlock add(Block block)
	{
		ItemBlock ib;
		itemBlocks.putIfAbsent(block, ib = new ItemBlock(block));
		return ib;
	}
	
	public static ItemBlock get(Block block)
	{
		return itemBlocks.get(block);
	}

Call to "add"

	public static final Block test = new Block(Material.CACTUS, MapColor.EMERALD)
			.setCreativeTab(CreativeTabs.DECORATIONS);
	
	public static void registerAllBlocks()
	{
		register(test, "test");
	}
	
	private static Block register(Block newBlock, String name)
	{
		newBlock.setRegistryName(CameraCore.MODID, name);
		newBlock.setUnlocalizedName(name);
		GameRegistry.register(newBlock);
		
		ItemBlock ib = ItemBlocks.add(newBlock);
		ib.setRegistryName(name);
		GameRegistry.register(ib);
		
		return newBlock;
	}

And, registerAllBlocks is called in the common proxy preInit, and is guaranteed to be before the renderer is registered.

 

EDIT: Ok, well this shows that too.

Edited by WellPlacedEggplant
Link to comment
Share on other sites

What size is test.png?

Edited by Animefan8888
Incorrect usage of file size.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
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.
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.