Jump to content

Item Models not rendering :/


jacrispys

Recommended Posts

I usually code on eclipse for my mods but recently switched to intellij and was trying to rewrite a mod I had into a different version. While doing this I was just testing mod loading and my first item and for whatever reason I just can get the models to render... I'll attach my json/folders and add the error report. (ob is my MODID btw) Any help is greatly appreciated as I have scoured almost every forums post related to this on multiple platforms. :)

 

[17:09:17] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.134s
[17:09:17] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ob
[17:09:17] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ob
[17:09:17] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.Jacrispys.Obamium.Main$ObjectRegistryHandler for mod ob
[17:09:17] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.Jacrispys.Obamium.Main$ObjectRegistryHandler
[17:09:17] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for me.Jacrispys.Obamium.util.Handlers.RegistryHandler for mod ob
[17:09:17] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class me.Jacrispys.Obamium.util.Handlers.RegistryHandler
[17:09:17] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into ob for type INSTANCE
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Construction - Obamium took 0.047s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Finished: Construction took 0.634s
[17:09:17] [Client thread/DEBUG] [FML]: Mod signature data
[17:09:17] [Client thread/DEBUG] [FML]:  	Valid Signatures:
[17:09:17] [Client thread/DEBUG] [FML]:  	Missing Signatures:
[17:09:17] [Client thread/DEBUG] [FML]: 		minecraft	(Minecraft	1.12.2)	minecraft.jar
[17:09:17] [Client thread/DEBUG] [FML]: 		mcp	(Minecraft Coder Pack	9.42)	minecraft.jar
[17:09:17] [Client thread/DEBUG] [FML]: 		FML	(Forge Mod Loader	8.0.99.99)	forge-1.12.2-14.23.5.2854_mapped_stable_39-1.12-recomp.jar
[17:09:17] [Client thread/DEBUG] [FML]: 		forge	(Minecraft Forge	14.23.5.2854)	forge-1.12.2-14.23.5.2854_mapped_stable_39-1.12-recomp.jar
[17:09:17] [Client thread/DEBUG] [FML]: 		ob	(Obamium	1.0)	main
[17:09:17] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Obamium
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.005s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.004s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.004s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Obamium took 0.001s
[17:09:17] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 67940900 nanos
[17:09:17] [Client thread/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.067s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.068s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resources took 0.081s
[17:09:17] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[17:09:17] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[17:09:17] [Client thread/DEBUG] [FML]: Mod Obamium is missing a pack.mcmeta file, substituting a dummy one
[17:09:17] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[17:09:17] [Client thread/INFO] [FML]: Found 1168 ObjectHolder annotations
[17:09:17] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[17:09:17] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s
[17:09:17] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.085s
[17:09:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[17:09:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Obamium took 0.000s
[17:09:17] [Client thread/DEBUG] [FML]: Bar Finished: PreInitialization took 0.086s
[17:09:17] [Client thread/INFO] [FML]: Applying holder lookups
[17:09:17] [Client thread/INFO] [FML]: Holder lookups applied
[17:09:17] [Client thread/INFO] [FML]: Applying holder lookups
[17:09:17] [Client thread/INFO] [FML]: Holder lookups applied
[17:09:17] [Client thread/INFO] [FML]: Applying holder lookups
[17:09:17] [Client thread/INFO] [FML]: Holder lookups applied
[17:09:17] [Client thread/INFO] [FML]: Applying holder lookups
[17:09:17] [Client thread/INFO] [FML]: Holder lookups applied
[17:09:17] [Client thread/INFO] [FML]: Injecting itemstacks
[17:09:17] [Client thread/INFO] [FML]: Itemstack injection complete
[17:09:17] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - TextureManager took 0.000s
[17:09:17] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data:
{
  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
  "promos": {
    "1.1-latest": "1.3.2.6",
    "1.10-latest": "12.18.0.2000",
    "1.10.2-latest": "12.18.3.2511",
    "1.10.2-recommended": "12.18.3.2185",
    "1.11-latest": "13.19.1.2199",
    "1.11-recommended": "13.19.1.2189",
    "1.11.2-latest": "13.20.1.2588",
    "1.11.2-recommended": "13.20.1.2386",
    "1.12-latest": "14.21.1.2443",
    "1.12-recommended": "14.21.1.2387",
    "1.12.1-latest": "14.22.1.2485",
    "1.12.1-recommended": "14.22.1.2478",
    "1.12.2-latest": "14.23.5.2854",
    "1.12.2-recommended": "14.23.5.2854",
    "1.13.2-latest": "25.0.219",
    "1.14.2-latest": "26.0.63",
    "1.14.3-latest": "27.0.60",
    "1.14.4-latest": "28.2.23",
    "1.14.4-recommended": "28.2.0",
    "1.15-latest": "29.0.4",
    "1.15.1-latest": "30.0.51",
    "1.15.2-latest": "31.2.46",
    "1.15.2-recommended": "31.2.0",
    "1.16.1-latest": "32.0.108",
    "1.16.2-latest": "33.0.61",
    "1.16.3-latest": "34.1.42",
    "1.16.3-recommended": "34.1.0",
    "1.16.4-latest": "35.1.4",
    "1.16.4-recommended": "35.1.0",
    "1.5.2-latest": "7.8.1.738",
    "1.5.2-recommended": "7.8.1.737",
    "1.6.1-latest": "8.9.0.775",
    "1.6.2-latest": "9.10.1.871",
    "1.6.2-recommended": "9.10.1.871",
    "1.6.3-latest": "9.11.0.878",
    "1.6.4-latest": "9.11.1.1345",
    "1.6.4-recommended": "9.11.1.1345",
    "1.7.10-latest": "10.13.4.1614",
    "1.7.10-latest-1.7.10": "10.13.2.1343",
    "1.7.10-recommended": "10.13.4.1558",
    "1.7.2-latest": "10.12.2.1147",
    "1.7.2-recommended": "10.12.2.1121",
    "1.8-latest": "11.14.4.1577",
    "1.8-recommended": "11.14.4.1563",
    "1.8.8-latest": "11.15.0.1655",
    "1.8.9-latest": "11.15.1.2318",
    "1.8.9-recommended": "11.15.1.1722",
    "1.9-latest": "12.16.0.1942",
    "1.9-recommended": "12.16.1.1887",
    "1.9.4-latest": "12.17.0.2051",
    "1.9.4-recommended": "12.17.0.1976",
    "latest-1.7.10": "10.13.2.1343"
  }
}
[17:09:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading sounds took 2.715s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SoundHandler took 2.734s
[17:09:20] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.005s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.004s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.011s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.008s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - GL Setup took 0.001s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Texture Map took 0.006s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - B3DLoader took 0.000s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - OBJLoader took 0.000s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s
[17:09:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s
[17:09:20] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[17:09:20] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[17:09:20] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[17:09:20] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[17:09:25] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 5.459s
[17:09:29] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: items took 3.663s
[17:09:29] [Client thread/INFO] [FML]: Max texture size: 16384
[17:09:33] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 4.283s
[17:09:33] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 0.015s
[17:09:33] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[17:09:33] [Client thread/DEBUG] [FML]: Bar Finished: Texture creation took 0.017s
[17:09:33] [Client thread/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.014s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 0.296s
[17:09:34] [Client thread/ERROR] [FML]: Exception loading model for variant ob:obamium#inventory for item "ob:obamium", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ob:item/obamium with loader VanillaLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[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:151) ~[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:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:513) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_261]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_261]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_261]
	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_261]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_261]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_261]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_261]
	at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23]
	at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23]
Caused by: java.io.FileNotFoundException: ob:models/item/obamium.json
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
	... 20 more
[17:09:34] [Client thread/ERROR] [FML]: Exception loading model for variant ob:obamium#inventory for item "ob:obamium", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ob:obamium#inventory with loader VariantLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[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:151) ~[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:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:513) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_261]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_261]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_261]
	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_261]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_261]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_261]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_261]
	at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23]
	at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
	at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?]
	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
	... 20 more
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelManager took 13.898s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Model Manager took 13.943s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - RenderItem took 0.013s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Item Renderer took 0.330s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - EntityRenderer took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - RenderGlobal took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SearchTreeManager took 0.067s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.336s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Rendering Setup took 14.617s
[17:09:34] [Client thread/INFO] [FML]: Applying holder lookups
[17:09:34] [Client thread/INFO] [FML]: Holder lookups applied
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Obamium took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: Initialization took 0.001s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.004s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Obamium took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.004s
[17:09:34] [Client thread/INFO] [FML]: Injecting itemstacks
[17:09:34] [Client thread/INFO] [FML]: Itemstack injection complete
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.008s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Obamium took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: PostInitialization took 0.009s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Forge RecipeSorter Baking:
[17:09:34] [Client thread/DEBUG] [FML]:   16: RecipeEntry("Before", UNKNOWN, )
[17:09:34] [Client thread/DEBUG] [FML]:   15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[17:09:34] [Client thread/DEBUG] [FML]:   13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[17:09:34] [Client thread/DEBUG] [FML]:   12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[17:09:34] [Client thread/DEBUG] [FML]:   11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[17:09:34] [Client thread/DEBUG] [FML]:   1: RecipeEntry("After", UNKNOWN, )
[17:09:34] [Client thread/DEBUG] [FML]: Sorting recipes
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.007s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Obamium took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: LoadComplete took 0.007s
[17:09:34] [Client thread/DEBUG] [FML]: Freezing registries
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.059s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Obamium took 0.000s
[17:09:34] [Client thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.060s
[17:09:34] [Client thread/DEBUG] [FML]: All registries frozen
[17:09:34] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[17:09:35] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[17:09:35] [Client thread/DEBUG] [FML]: Bar Finished: Loading took 19.700s

 

image.png.df808931cca3d1ff4509f760024bb3cc.png

Link to comment
Share on other sites

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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