Jump to content

drok0920

Forge Modder
  • Posts

    443
  • Joined

  • Last visited

Everything posted by drok0920

  1. I just tried calling the OBJLoader method in both my client proxy and my model registry event. Neither fixes it. The Item in the inventory uses the correct model bu the block doesnt.
  2. OH ok i see my problem i called the method to load obj models in the wrong event. Woops
  3. Hello, I would like to load an obj model and use it as the model for a block. I have managed to get it to work for the item in the players inventory but i jst get a normal block with no texture when i place it in the world. Log: 2017-10-29 12:06:16,670 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-29 12:06:16,672 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [12:06:16] [main/INFO] [GradleStart]: Extra: [] [12:06:16] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Drok Sheepman/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [12:06:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [12:06:16] [main/INFO] [FML]: Forge Mod Loader version 14.23.0.2491 for Minecraft 1.12.2 loading [12:06:16] [main/INFO] [FML]: 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 (x86)\Java\jdk [12:06:16] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [12:06:16] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [12:06:16] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [12:06:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [12:06:16] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [12:06:16] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [12:06:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:06:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 2017-10-29 12:06:17,183 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-29 12:06:17,414 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-10-29 12:06:17,415 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [12:06:18] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [12:06:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:06:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:06:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [12:06:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [12:06:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [12:06:18] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [12:06:19] [main/INFO]: Setting user: Player147 [12:06:22] [main/WARN]: Skipping bad option: lastServer: [12:06:22] [main/INFO]: LWJGL Version: 2.9.4 [12:06:23] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.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: 534541568 bytes (509 MB) / 888668160 bytes (847 MB) up to 3808428032 bytes (3632 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.49' Renderer: 'GeForce GTX 970/PCIe/SSE2' [12:06:23] [main/INFO] [FML]: MinecraftForge v14.23.0.2491 Initialized [12:06:23] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [12:06:23] [main/INFO] [FML]: Replaced 1036 ore ingredients [12:06:23] [main/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [12:06:23] [main/INFO] [FML]: Searching C:\Users\Drok Sheepman\Desktop\Modding\MinecraftForge\ProgressiveOverhaul\run\mods for mods [12:06:24] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [12:06:25] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, poverhaul] at CLIENT [12:06:25] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, poverhaul] at SERVER [12:06:25] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod [12:06:25] [main/INFO] [FML]: Processing ObjectHolder annotations [12:06:25] [main/INFO] [FML]: Found 1168 ObjectHolder annotations [12:06:25] [main/INFO] [FML]: Identifying ItemStackHolder annotations [12:06:25] [main/INFO] [FML]: Found 0 ItemStackHolder annotations [12:06:25] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [12:06:25] [main/INFO] [poverhaul]: Starting Pre-Initialization... [12:06:25] [main/INFO] [poverhaul]: Finished Pre-Initialization... [12:06:25] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [12:06:25] [main/INFO] [FML]: Applying holder lookups [12:06:25] [main/INFO] [FML]: Holder lookups applied [12:06:25] [main/INFO] [FML]: Applying holder lookups [12:06:25] [main/INFO] [FML]: Holder lookups applied [12:06:25] [main/INFO] [FML]: Applying holder lookups [12:06:25] [main/INFO] [FML]: Holder lookups applied [12:06:25] [main/INFO] [FML]: OBJLoader: Domain poverhaul has been added. [12:06:25] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: UP_TO_DATE Target: null [12:06:25] [main/INFO] [FML]: Applying holder lookups [12:06:25] [main/INFO] [FML]: Holder lookups applied [12:06:25] [main/INFO] [FML]: Injecting itemstacks [12:06:25] [main/INFO] [FML]: Itemstack injection complete [12:06:25] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 61748172 nanos [12:06:27] [Sound Library Loader/INFO]: Starting up SoundSystem... [12:06:27] [Thread-5/INFO]: Initializing LWJGL OpenAL [12:06:27] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [12:06:27] [Thread-5/INFO]: OpenAL initialized. [12:06:28] [Sound Library Loader/INFO]: Sound engine started [12:06:31] [main/ERROR] [FML]: Could not load vanilla model parent 'poverhaul:block/camp_fire' for 'net.minecraft.client.renderer.block.model.ModelBlock@48409124 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model poverhaul:block/camp_fire with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:461) [ModelLoader$VanillaModelWrapper.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:297) [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:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:554) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:416) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [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/:?] Caused by: java.io.FileNotFoundException: poverhaul:models/block/camp_fire.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:126) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:933) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 23 more [12:06:31] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'poverhaul:models/block/camp_fire.mtl') is not currently supported, skipping [12:06:31] [main/INFO] [FML]: OBJModel: A color has already been defined for material 'hay' in 'poverhaul:models/block/camp_fire.mtl'. The color defined by key 'Ks' will not be applied! [12:06:31] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'poverhaul:models/block/camp_fire.mtl') is not currently supported, skipping [12:06:31] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'poverhaul:models/block/camp_fire.mtl') is not currently supported, skipping [12:06:31] [main/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'poverhaul:models/block/camp_fire.mtl') is not currently supported, skipping [12:06:31] [main/INFO] [FML]: OBJModel: A color has already been defined for material 'log' in 'poverhaul:models/block/camp_fire.mtl'. The color defined by key 'Ks' will not be applied! [12:06:31] [main/INFO] [FML]: OBJModel: A color has already been defined for material 'stone' in 'poverhaul:models/block/camp_fire.mtl'. The color defined by key 'Ks' will not be applied! [12:06:31] [main/INFO] [FML]: OBJLoader.Parser: command 's' (model: 'poverhaul:models/block/camp_fire.obj') is not currently supported, skipping. Line: 604 's off' [12:06:31] [main/INFO] [FML]: Max texture size: 16384 [12:06:31] [main/INFO]: Created: 512x512 textures-atlas [12:06:32] [main/INFO] [FML]: Applying holder lookups [12:06:32] [main/INFO] [FML]: Holder lookups applied [12:06:32] [main/INFO] [poverhaul]: Starting Initialization... [12:06:32] [main/INFO] [poverhaul]: Registering OreDictionary... [12:06:32] [main/INFO] [poverhaul]: Registering Item Predicates... [12:06:32] [main/INFO] [poverhaul]: Finished Initialization... [12:06:32] [main/INFO] [FML]: Injecting itemstacks [12:06:32] [main/INFO] [FML]: Itemstack injection complete [12:06:32] [main/INFO] [poverhaul]: Starting Post-Initialization... [12:06:32] [main/INFO] [poverhaul]: Finished Post-Initialization... [12:06:32] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [12:06:32] [main/WARN]: Skipping bad option: lastServer: [12:06:32] [main/INFO]: Narrator library for x64 successfully loaded [12:06:33] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [12:06:40] [Server thread/INFO]: Starting integrated minecraft server version 1.12.2 [12:06:40] [Server thread/INFO]: Generating keypair [12:06:40] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance [12:06:40] [Server thread/INFO] [FML]: Applying holder lookups [12:06:40] [Server thread/INFO] [FML]: Holder lookups applied [12:06:41] [Server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@4176e64b) [12:06:41] [Server thread/INFO]: Loaded 493 advancements [12:06:41] [Server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@4176e64b) [12:06:41] [Server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@4176e64b) [12:06:41] [Server thread/INFO]: Preparing start region for level 0 [12:06:42] [Server thread/INFO]: Preparing spawn area: 82% [12:06:42] [Server thread/WARN]: Keeping entity minecraft:horse that already exists with UUID 6cfd6b70-5ba3-4e3a-9901-9dcb15daf61c [12:06:42] [Server thread/INFO]: Changing view distance to 12, from 10 [12:06:43] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [12:06:43] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [12:06:43] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,forge@14.23.0.2491,poverhaul@1.12-0.0.1.0,mcp@9.42 [12:06:43] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [12:06:43] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [12:06:43] [Server thread/INFO]: Player147[local:E:b5c50ba2] logged in with entity id 270 at (-129.01262810739513, 66.0, -63.17866238598389) [12:06:43] [Server thread/INFO]: Player147 joined the game [12:06:43] [Server thread/INFO]: Player147 has made the advancement [First Axe] [12:06:43] [Server thread/INFO]: Player147 has made the advancement [poverhaul.achievement.stone_age.logger] [12:06:43] [Server thread/INFO]: Player147 has made the advancement [The Grind I] [12:06:43] [Server thread/INFO]: Player147 has made the advancement [Stone Age] [12:06:44] [Server thread/INFO]: Saving and pausing game... [12:06:44] [main/INFO]: [CHAT] Player147 has made the advancement [First Axe] [12:06:44] [main/INFO]: [CHAT] Player147 has made the advancement [poverhaul.achievement.stone_age.logger] [12:06:44] [Server thread/INFO]: Saving chunks for level 'Test'/overworld [12:06:45] [Server thread/INFO]: Saving chunks for level 'Test'/the_nether [12:06:45] [Server thread/INFO]: Saving chunks for level 'Test'/the_end [12:06:45] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1bc276bd[id=2dc91382-bdf7-3364-b2ee-09532f57b948,name=Player147,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3172) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_121] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_121] at java.lang.Thread.run(Unknown Source) [?:1.8.0_121] [12:06:45] [main/INFO]: [CHAT] Player147 has made the advancement [The Grind I] [12:06:45] [main/INFO]: [CHAT] Player147 has made the advancement [Stone Age] [12:06:45] [main/INFO]: Loaded 7 advancements [12:06:47] [Server thread/INFO]: Saving and pausing game... [12:06:47] [Server thread/INFO]: Saving chunks for level 'Test'/overworld [12:06:48] [Server thread/INFO]: Saving chunks for level 'Test'/the_nether [12:06:48] [Server thread/INFO]: Saving chunks for level 'Test'/the_end Block State: { "forge_marker": 1, "defaults": { "model": "poverhaul:camp_fire.obj", "textures": { "#log": "blocks/log_oak", "#stone": "blocks/cobblestone", "#hay": "blocks/hay_block_top" } }, "variants": { "normal": [{}], "inventory": [{ "transform": "forge:default-block" }] } } If you need me to attach any other files just tell me.
  4. Hello again, I would like to know how to load a certain number of chunks around an entity/block. I need to be able to do this for an entity so that it can continue to do its work even if a player is not near by. I would also like to know if the amount of loaded chunks will effect the client or just the server.
  5. Yeah i didnt explain that well. I remove all vanilla recipes so i know what tabs i have to remove. My question is can i test if a tab has recipes and if it doesnt remove it.
  6. Yes i do. I remove all vanilla recipes. I was just hoping that if i add one of my items and its in a tab i wont have to change the code to account for that.
  7. Ok i have gotten access to the list of tabs but now what? I know i have to remove the ones that have no recipes but is there a way to check if it has recipes? or do i just have to manually remove the ones that are not being used?
  8. This is the error. java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_121] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_121] at net.minecraft.util.Util.runTask(Util.java:54) [Util.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1161) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:436) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [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/:?] Caused by: java.lang.NullPointerException at net.minecraft.client.gui.recipebook.GuiButtonRecipeTab.func_193919_e(GuiButtonRecipeTab.java:146) ~[GuiButtonRecipeTab.class:?] at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193949_f(GuiRecipeBook.java:210) ~[GuiRecipeBook.class:?] at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193014_a(GuiRecipeBook.java:97) ~[GuiRecipeBook.class:?] at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_194303_a(GuiRecipeBook.java:73) ~[GuiRecipeBook.class:?] at net.minecraft.client.gui.inventory.GuiCrafting.initGui(GuiCrafting.java:47) ~[GuiCrafting.class:?] at net.minecraft.client.gui.GuiScreen.setWorldAndResolution(GuiScreen.java:543) ~[GuiScreen.class:?] at net.minecraft.client.Minecraft.displayGuiScreen(Minecraft.java:1081) ~[Minecraft.class:?] at net.minecraft.client.entity.EntityPlayerSP.displayGui(EntityPlayerSP.java:856) ~[EntityPlayerSP.class:?] at net.minecraft.client.network.NetHandlerPlayClient.handleOpenWindow(NetHandlerPlayClient.java:1214) ~[NetHandlerPlayClient.class:?] at net.minecraft.network.play.server.SPacketOpenWindow.processPacket(SPacketOpenWindow.java:47) ~[SPacketOpenWindow.class:?] at net.minecraft.network.play.server.SPacketOpenWindow.processPacket(SPacketOpenWindow.java:11) ~[SPacketOpenWindow.class:?] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21) ~[PacketThreadUtil$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_121] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_121] at net.minecraft.util.Util.runTask(Util.java:53) ~[Util.class:?] ... 15 more
  9. Hello, I seem to be having problems when ever i override all recipes in a tab. When i do this and i open the recipe book i get a null pointer exception. It seems to be be caused by the removal of the Lists of RecipeLists in RecipeBookClient.class. My question is is there a way i can fix this mayself or should i request a change some where? If i should request a change where would i do that.
  10. Any ideas? Im really stumped on this.
  11. Although i struggled to get the breakpoint to work or to view the variable i believe it is null because there are no recipes for some tabs. Do you have any idea why this is a problem or if it is even the actual problem.
  12. I have tried the method that Choonster stated but i am getting a null pointer exception when i use the following code. @SubscribeEvent(priority = EventPriority.LOWEST) public static void removeRecipes(final RegistryEvent.Register<IRecipe> event) { if(ModConfig.overrides.recipes) { int recipesRemoved = 0; final IForgeRegistry<IRecipe> registry = ForgeRegistries.RECIPES; final List<IRecipe> toRemove = new ArrayList<>(); for(IRecipe recipe : registry) { if(recipe.getRegistryName().getResourceDomain().equals("minecraft")) { toRemove.add(recipe); recipesRemoved++; } } POverhaul.logInfo("Overriding " + recipesRemoved + " recipes with dummy recipes, " + "please ignore the following \"Dangerous alternative prefix\" warnings."); for(IRecipe recipe : toRemove) { final IRecipe replacement = new DummyRecipe().setRegistryName(recipe.getRegistryName()); registry.register(replacement); } } } and the error is: [18:06:36] [main/FATAL]: Reported exception thrown! net.minecraft.util.ReportedException: Updating screen events at net.minecraft.client.Minecraft.runTick(Minecraft.java:1879) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1171) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:436) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [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/:?] Caused by: java.lang.NullPointerException at net.minecraft.client.gui.recipebook.GuiButtonRecipeTab.func_193919_e(GuiButtonRecipeTab.java:146) ~[GuiButtonRecipeTab.class:?] at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193949_f(GuiRecipeBook.java:210) ~[GuiRecipeBook.class:?] at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193014_a(GuiRecipeBook.java:97) ~[GuiRecipeBook.class:?] at net.minecraft.client.gui.inventory.GuiCrafting.actionPerformed(GuiCrafting.java:142) ~[GuiCrafting.class:?] at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:494) ~[GuiScreen.class:?] at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:361) ~[GuiContainer.class:?] at net.minecraft.client.gui.inventory.GuiCrafting.mouseClicked(GuiCrafting.java:124) ~[GuiCrafting.class:?] at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611) ~[GuiScreen.class:?] at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:576) ~[GuiScreen.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1866) ~[Minecraft.class:?] ... 15 more [18:06:36] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:630]: ---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 10/7/17 6:06 PM Description: Updating screen events java.lang.NullPointerException: Updating screen events at net.minecraft.client.gui.recipebook.GuiButtonRecipeTab.func_193919_e(GuiButtonRecipeTab.java:146) at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193949_f(GuiRecipeBook.java:210) at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193014_a(GuiRecipeBook.java:97) at net.minecraft.client.gui.inventory.GuiCrafting.actionPerformed(GuiCrafting.java:142) at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:494) at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:361) at net.minecraft.client.gui.inventory.GuiCrafting.mouseClicked(GuiCrafting.java:124) at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611) at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:576) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1866) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1171) at net.minecraft.client.Minecraft.run(Minecraft.java:436) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.client.gui.recipebook.GuiButtonRecipeTab.func_193919_e(GuiButtonRecipeTab.java:146) at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193949_f(GuiRecipeBook.java:210) at net.minecraft.client.gui.recipebook.GuiRecipeBook.func_193014_a(GuiRecipeBook.java:97) at net.minecraft.client.gui.inventory.GuiCrafting.actionPerformed(GuiCrafting.java:142) at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:494) at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:361) at net.minecraft.client.gui.inventory.GuiCrafting.mouseClicked(GuiCrafting.java:124) at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611) at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:576) -- Affected screen -- Details: Screen name: net.minecraft.client.gui.inventory.GuiCrafting -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Player776'/264, l='MpServer', x=-139.87, y=66.00, z=-63.51]] Chunk stats: MultiplayerChunkCache: 625, 625 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-124,64,88), Chunk: (at 4,4,8 in -8,5; contains blocks -128,0,80 to -113,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 82920 game time, 6000 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 93 total; [EntityPig['Pig'/138, l='MpServer', x=-161.27, y=66.00, z=-111.39], EntityCreeper['Creeper'/139, l='MpServer', x=-145.73, y=18.00, z=-8.60], EntityZombieVillager['Zombie Villager'/140, l='MpServer', x=-145.50, y=18.00, z=-5.50], EntityPig['Pig'/272, l='MpServer', x=-114.24, y=66.00, z=-119.72], EntityPig['Pig'/273, l='MpServer', x=-141.61, y=67.00, z=-121.47], EntityChicken['Chicken'/275, l='MpServer', x=-147.61, y=67.00, z=-115.17], EntityItem['item.item.egg'/276, l='MpServer', x=-147.03, y=67.00, z=-116.00], EntityChicken['Chicken'/149, l='MpServer', x=-131.67, y=67.00, z=-108.17], EntityCreeper['Creeper'/151, l='MpServer', x=-132.60, y=18.00, z=-41.18], EntitySkeleton['Skeleton'/152, l='MpServer', x=-143.50, y=37.00, z=-29.50], EntityEnderman['Enderman'/153, l='MpServer', x=-127.61, y=36.00, z=-26.49], EntityCreeper['Creeper'/281, l='MpServer', x=-212.50, y=25.00, z=-126.50], EntityCreeper['Creeper'/154, l='MpServer', x=-143.53, y=18.00, z=-5.19], EntityZombie['Zombie'/155, l='MpServer', x=-141.50, y=18.00, z=-6.50], EntityZombie['Zombie'/156, l='MpServer', x=-142.50, y=18.00, z=-6.50], EntityBat['Bat'/157, l='MpServer', x=-152.41, y=18.39, z=-5.39], EntityBat['Bat'/33, l='MpServer', x=-218.86, y=33.10, z=10.76], EntityZombieVillager['Zombie Villager'/167, l='MpServer', x=-119.56, y=17.00, z=-37.75], EntityHorse['Horse'/168, l='MpServer', x=-115.61, y=66.00, z=-6.32], EntityCreeper['Creeper'/298, l='MpServer', x=-79.50, y=21.00, z=-127.50], EntitySkeleton['Skeleton'/299, l='MpServer', x=-70.54, y=15.00, z=-134.74], EntityBat['Bat'/300, l='MpServer', x=-64.65, y=13.87, z=-138.51], EntitySkeleton['Skeleton'/304, l='MpServer', x=-66.50, y=34.00, z=-129.50], EntityPig['Pig'/177, l='MpServer', x=-108.61, y=71.00, z=-98.19], EntityPig['Pig'/305, l='MpServer', x=-70.55, y=76.00, z=-132.55], EntityWolf['Wolf'/178, l='MpServer', x=-98.39, y=71.00, z=-93.27], EntityItem['item.item.egg'/434, l='MpServer', x=-160.62, y=42.00, z=-24.79], EntityBat['Bat'/179, l='MpServer', x=-108.36, y=27.20, z=-44.00], EntityHorse['Horse'/180, l='MpServer', x=-100.85, y=67.00, z=-22.07], EntityCreeper['Creeper'/308, l='MpServer', x=-89.56, y=21.00, z=-122.80], EntityHorse['Horse'/181, l='MpServer', x=-97.86, y=68.00, z=-10.11], EntitySheep['Sheep'/309, l='MpServer', x=-87.58, y=73.00, z=-139.11], EntityItem['item.item.egg'/437, l='MpServer', x=-162.15, y=66.24, z=-93.58], EntityWolf['Wolf'/183, l='MpServer', x=-82.51, y=73.00, z=-76.43], EntitySkeleton['Skeleton'/55, l='MpServer', x=-216.50, y=47.00, z=-65.50], EntityHorse['Horse'/184, l='MpServer', x=-91.71, y=69.00, z=-68.43], EntityHorse['Horse'/185, l='MpServer', x=-80.62, y=69.00, z=-36.02], EntityCreeper['Creeper'/57, l='MpServer', x=-214.50, y=47.00, z=-62.50], EntityHorse['Horse'/186, l='MpServer', x=-81.92, y=69.00, z=-23.96], EntitySkeleton['Skeleton'/58, l='MpServer', x=-215.50, y=45.00, z=-55.19], EntityWolf['Wolf'/314, l='MpServer', x=-101.73, y=64.00, z=-117.37], EntityHorse['Horse'/187, l='MpServer', x=-80.19, y=68.00, z=-15.08], EntityZombie['Zombie'/59, l='MpServer', x=-219.50, y=48.00, z=-61.50], EntityCreeper['Creeper'/60, l='MpServer', x=-208.50, y=48.00, z=-35.50], EntityChicken['Chicken'/61, l='MpServer', x=-215.78, y=74.00, z=-38.49], EntityWolf['Wolf'/190, l='MpServer', x=-68.44, y=81.00, z=-102.64], EntityWolf['Wolf'/191, l='MpServer', x=-60.48, y=79.00, z=-108.41], EntityCreeper['Creeper'/63, l='MpServer', x=-209.00, y=25.00, z=-27.50], EntityHorse['Horse'/192, l='MpServer', x=-72.06, y=70.00, z=-57.97], EntityBat['Bat'/193, l='MpServer', x=-70.42, y=41.20, z=3.92], EntityLlama['Llama'/66, l='MpServer', x=-218.91, y=86.00, z=16.36], EntitySkeleton['Skeleton'/202, l='MpServer', x=-61.50, y=58.00, z=-4.50], EntityChicken['Chicken'/75, l='MpServer', x=-207.64, y=67.00, z=-94.90], EntityPlayerSP['Player776'/264, l='MpServer', x=-139.87, y=66.00, z=-63.51], EntityChicken['Chicken'/77, l='MpServer', x=-192.49, y=65.00, z=-78.92], EntityChicken['Chicken'/78, l='MpServer', x=-206.54, y=64.00, z=-52.86], EntityZombie['Zombie'/80, l='MpServer', x=-208.49, y=26.00, z=-32.01], EntityLlama['Llama'/81, l='MpServer', x=-193.11, y=93.00, z=15.49], EntityChicken['Chicken'/86, l='MpServer', x=-171.71, y=64.00, z=-84.14], EntityChicken['Chicken'/87, l='MpServer', x=-185.12, y=64.00, z=-69.39], EntityItem['item.item.egg'/88, l='MpServer', x=-191.96, y=65.00, z=-79.80], EntitySkeleton['Skeleton'/89, l='MpServer', x=-190.50, y=12.00, z=-52.09], EntityCreeper['Creeper'/90, l='MpServer', x=-190.50, y=12.00, z=-52.70], EntityCreeper['Creeper'/91, l='MpServer', x=-190.50, y=12.00, z=-51.50], EntityHorse['Horse'/92, l='MpServer', x=-183.12, y=64.00, z=-48.56], EntityBat['Bat'/93, l='MpServer', x=-187.22, y=29.34, z=-30.49], EntityChicken['Chicken'/94, l='MpServer', x=-181.07, y=70.00, z=-34.42], EntityItem['item.item.egg'/95, l='MpServer', x=-180.43, y=70.00, z=-34.13], EntitySkeleton['Skeleton'/96, l='MpServer', x=-189.36, y=22.00, z=-23.74], EntityCreeper['Creeper'/97, l='MpServer', x=-186.50, y=17.00, z=-24.50], EntityChicken['Chicken'/98, l='MpServer', x=-181.51, y=73.00, z=-31.80], EntityItem['item.item.egg'/99, l='MpServer', x=-181.37, y=73.00, z=-31.86], EntityLlama['Llama'/100, l='MpServer', x=-184.49, y=90.00, z=-8.51], EntityLlama['Llama'/101, l='MpServer', x=-193.51, y=86.00, z=9.30], EntityChicken['Chicken'/108, l='MpServer', x=-162.50, y=66.00, z=-94.13], EntityChicken['Chicken'/109, l='MpServer', x=-162.84, y=65.00, z=-90.24], EntityItem['item.item.egg'/110, l='MpServer', x=-165.63, y=65.00, z=-92.36], EntityZombie['Zombie'/111, l='MpServer', x=-160.70, y=36.00, z=-37.49], EntityBat['Bat'/112, l='MpServer', x=-174.58, y=31.43, z=-35.56], EntityCreeper['Creeper'/113, l='MpServer', x=-167.50, y=15.00, z=-21.50], EntityZombie['Zombie'/114, l='MpServer', x=-165.50, y=13.00, z=-29.20], EntityCreeper['Creeper'/115, l='MpServer', x=-166.50, y=14.00, z=-20.50], EntityCreeper['Creeper'/116, l='MpServer', x=-175.18, y=18.00, z=-27.51], EntityChicken['Chicken'/117, l='MpServer', x=-160.87, y=42.00, z=-24.50], EntityChicken['Chicken'/118, l='MpServer', x=-168.59, y=41.00, z=-26.24], EntityItem['item.item.egg'/119, l='MpServer', x=-168.97, y=41.00, z=-26.61], EntityCreeper['Creeper'/120, l='MpServer', x=-165.50, y=20.00, z=-15.50], EntitySkeleton['Skeleton'/121, l='MpServer', x=-160.50, y=18.00, z=-12.50], EntityCreeper['Creeper'/122, l='MpServer', x=-171.50, y=72.00, z=-11.50], EntityZombie['Zombie'/123, l='MpServer', x=-171.50, y=72.00, z=-17.30], EntityCreeper['Creeper'/124, l='MpServer', x=-171.50, y=17.00, z=1.50], EntityLlama['Llama'/125, l='MpServer', x=-165.52, y=95.00, z=4.34], EntityLlama['Llama'/126, l='MpServer', x=-166.50, y=101.00, z=13.09]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:456) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2879) at net.minecraft.client.Minecraft.run(Minecraft.java:457) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) -- System Details -- Details: Minecraft Version: 1.12.1 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: 970590368 bytes (925 MB) / 1674575872 bytes (1597 MB) up to 3808428032 bytes (3632 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.41 Powered by Forge 14.22.1.2478 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:--------- |:--------- |:------------ |:-------------------------------- |:--------- | | UCHIJAAAA | minecraft | 1.12.1 | minecraft.jar | None | | UCHIJAAAA | mcp | 9.19 | minecraft.jar | None | | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.1-14.22.1.2478.jar | None | | UCHIJAAAA | forge | 14.22.1.2478 | forgeSrc-1.12.1-14.22.1.2478.jar | None | | UCHIJAAAA | poverhaul | 1.12-0.0.1.0 | bin | None | Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.49' Renderer: 'GeForce GTX 970/PCIe/SSE2' Launched Version: 1.12.1 LWJGL: 2.9.4 OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 378.49, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz [18:06:36] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:630]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Drok Sheepman\Desktop\Modding\MinecraftForge\ProgressiveOverhaul\run\.\crash-reports\crash-2017-10-07_18.06.36-client.txt [18:06:36] [main/INFO] [FML]: Waiting for the server to terminate/save. [18:06:36] [Server thread/INFO] [FML]: Applying holder lookups [18:06:36] [Server thread/INFO] [FML]: Holder lookups applied [18:06:36] [main/INFO] [FML]: Server terminated. AL lib: (EE) alc_cleanup: 1 device not closed Edit: Is it deleting every recipe and that is why it is null? If so how do i only remove the vanilla recipes and not my own. Is there a specific way that i need to register my recipes so that they are not removed.
  13. Ok then my final question is does that cause a performance difference? The errors that is.
  14. Can i at least turn off the error notifications for it?
  15. Is there a way to prevent this other than manually overriding each recipe.
  16. Can you explain what this Register(IRecipe) method is? And advancements aren't and issue as i have removed them too.
  17. Hello, I have a need to remove vanilla recipes as i am changing the progression of the game. I have tried to just remove them from RecipeManager.REGISTRY but there doesnt seem to be a way to remove item from it. How can i remove them and in what event should i remove them. I am currently doing it onWorldLoad and only on the server is this correct?
  18. My code for what? Do you mean my advancement json? and if so which one.
  19. I didnt know i had to specify a background texture. Where would i put that? And as for the error my console is backed up with other info so i rarely am able to see errors in the console.
  20. Hello, I have am having some trouble with my new advancement tab. It works well but the background is the purple and black checkerboard pattern. What is causing this?
  21. Do i use setInteger or setShort? By what im reading on the wiki its a value 1-63 so i would assume its a short because an integer would hold way to many values.
  22. Ok I have managed to get it to work, but how do i hide the blue text of the items? And I have gotten it to work the other way so i dont think i should change it now
  23. Hello again, I have a custom tool that has an nbt tag on it. I would like to map this nbt tag's value to damage and swing speed. I know how to map my value i just dont know where i can set the damage and speed. I thought i could use getItemAttributeModifiers but im not aware of a way to get the nbt data in that method. I hope this makes sense. Please point me to a method that can do what i need.
  24. Thank you I already have an IRecipe implementation I just didn't know how to change the output which I believe I have found in the example mod.
×
×
  • Create New...

Important Information

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