Jump to content

Recommended Posts

Posted

Hi,

I'm trying to learn how to mod Minecraft and I've followed the Wiki for setting up Forge with the Minecraft Coder Pack.

I get it to install correctly and all that, but when I try and run the game from Eclipse it just shows an error.

 

Here is the ForgeModLoader Log;

2012-08-16 19:41:27 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.67.285 for Minecraft client:1.3.2, server:1.3.2 loading
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Discovering coremods
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Running coremod plugins
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Validating minecraft
2012-08-16 19:41:27 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-08-16 19:41:30 [iNFO] [sTDOUT] 27 achievements
2012-08-16 19:41:30 [iNFO] [sTDOUT] 195 recipes
2012-08-16 19:41:30 [iNFO] [sTDOUT] Setting user: Player439, -
2012-08-16 19:41:30 [iNFO] [sTDERR] Client asked for parameter: server
2012-08-16 19:41:30 [iNFO] [sTDOUT] LWJGL Version: 2.4.2
2012-08-16 19:41:32 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-08-16 19:41:32 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\eclipse\Minecraft\bin, examining for mod candidates
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\bin\jinput.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\bin\lwjgl_util.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\bin\lwjgl.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\bin\minecraft.jar, examining for mod candidates
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\lib\argo-2.25.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\lib\asm-all-4.0.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\lib\guava-12.0.1.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\lib\argo-2.25.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\lib\guava-12.0.1.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\lib\asm-all-4.0.jar
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2012-08-16 19:41:32 [iNFO] [ForgeModLoader] Searching C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\jars\mods for mods
2012-08-16 19:41:32 [FINE] [ForgeModLoader] Examining directory bin for potential mods
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package ibxm
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package net
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package net.minecraft
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server
2012-08-16 19:41:32 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1.bc
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1.pkcs
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.engines
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.io
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.modes
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.params
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider.config
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider.util
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jce
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jce.provider
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.util
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package paulscode
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound
2012-08-16 19:41:36 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2012-08-16 19:41:36 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Received a system property request ''
2012-08-16 19:41:36 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-08-16 19:41:36 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-08-16 19:41:36 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Mod sorting data:
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Activating mod FML
2012-08-16 19:41:36 [FINE] [ForgeModLoader] Activating mod Forge
2012-08-16 19:41:36 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3f557d5e to mod FML
2012-08-16 19:41:36 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3f557d5e delivered to mod FML
2012-08-16 19:41:36 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3f557d5e to mod Forge
2012-08-16 19:41:36 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3f557d5e delivered to mod Forge
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] There is a severe problem with FML - it appears not to have constructed correctly
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] There is a severe problem with Forge - it appears not to have constructed correctly
2012-08-16 19:41:36 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@70d30bd6 to mod FML
2012-08-16 19:41:36 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@70d30bd6 delivered to mod FML
2012-08-16 19:41:36 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@70d30bd6 to mod Forge
2012-08-16 19:41:36 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@70d30bd6 delivered to mod Forge
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] 
Forge Mod Loader (coremods) Unloaded->Constructed->Errored
Minecraft Forge (coremods) Unloaded->Constructed->Errored
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] Caught exception from FML
2012-08-16 19:41:36 [sEVERE] [ForgeModLoader] Caught exception from Forge
2012-08-16 19:41:46 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.RuntimeException
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.transition(LoadController.java:106)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:423)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.startGame(Minecraft.java:402)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.run(Minecraft.java:734)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.lang.Thread.run(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.buildModObjectList(LoadController.java:155)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:120)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:85)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:422)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	... 4 more
2012-08-16 19:41:46 [iNFO] [sTDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.Component.getGraphics(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.awt.RepaintArea.paint(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.Component.dispatchEventImpl(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.Component.dispatchEvent(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue.access$000(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue$3.run(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue$3.run(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue$4.run(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue$4.run(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2012-08-16 19:41:46 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.run(Unknown Source)

And here is the Crash Report

---- Minecraft Crash Report ----
// Why is it breaking 

Time: 16/08/12 19:41
Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.RuntimeException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:106)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:423)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:402)
at net.minecraft.client.Minecraft.run(Minecraft.java:734)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException
at cpw.mods.fml.common.LoadController.buildModObjectList(LoadController.java:155)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:120)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:85)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:422)
... 4 more

Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 969990960 bytes (925 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
- JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
- LWJGL: 2.4.2
- OpenGL: GeForce 210/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)

EDIT: I Didn't realize Minecraft was updated to 1.3.2 today. That's why I got this error, I was using builds for 1.3.1

Posted

Ok, new problem :') I switched to the Build #171, and well I re-made all of the folders and now when I run the "install" It says this

=================================== Minecraft Forge Setup Start ================
=================
ERROR:root:FATAL ERROR
Traceback (most recent call last):
  File "C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\run
time\cleanup.py", line 28, in cleanup
    commands = Commands(conffile)
  File "C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\run
time\commands.py", line 174, in __init__
    self.readconf()
  File "C:\Users\Kyle\Desktop\Minecraft Modding 1.3\Minecraft Coder Pack 1.3\run
time\commands.py", line 415, in readconf
    self.csvnewids = os.path.normpath(config.get('CSV', 'NewIds'))
  File "ConfigParser.pyc", line 610, in get
NoOptionError: No option 'newids' in section: 'CSV'
Press any key to continue . . .

EDIT: Ignore this.. I think I'm right in saying build #171 is for Minecraft 1.2.5 not 3.1 :') Well that's what I think is the problem

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • My game crashes whenever I open the curios menu in game.  https://pastebin.com/pxveDTPL
    • As the title says, idk why but i'm trying a lot of things to re render the gui but nothing works, please watch the video to understand:    
    • This is my crash report for whenever I open the Curios menu in game.   ---- Minecraft Crash Report ---- // My bad. Time: 2024-12-27 20:29:43 Description: Rendering item java.lang.ClassCastException: class com.anthonyhilyard.iceberg.renderer.VertexCollector$1 cannot be cast to class me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter (com.anthonyhilyard.iceberg.renderer.VertexCollector$1 is in module [email protected] of loader 'TRANSFORMER' @483f286e; me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter is in module [email protected] of loader 'TRANSFORMER' @483f286e)     at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) ~[rubidium-0.6.5.jar%23310!/:?] {re:mixin,re:classloading}     at net.minecraft.client.renderer.entity.ItemRenderer.m_115189_(ItemRenderer.java:542) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:features.item.MixinItemRenderer,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:465) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:306) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:610) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:349) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:149) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:626) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.m_183452_(ItemModelComponent.java:121) ~[LegendaryTooltips-1.20.1-forge-1.4.5.jar%23288!/:1.4.5] {re:classloading}     at net.minecraft.client.gui.GuiGraphics.m_280497_(GuiGraphics.java:625) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280677_(GuiGraphics.java:558) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280153_(GuiGraphics.java:546) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_280072_(CuriosScreenV2.java:251) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_88315_(CuriosScreenV2.java:235) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at net.minecraft.client.gui.screens.Screen.m_280264_(Screen.java:109) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nerb-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:422) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading}     at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:415) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading}     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:965) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-46.0.14.jar:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:28) ~[fmlloader-1.20-46.0.14.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) ~[rubidium-0.6.5.jar%23310!/:?] {re:mixin,re:classloading}     at net.minecraft.client.renderer.entity.ItemRenderer.m_115189_(ItemRenderer.java:542) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:features.item.MixinItemRenderer,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:465) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:306) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:610) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:349) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:149) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:626) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.m_183452_(ItemModelComponent.java:121) ~[LegendaryTooltips-1.20.1-forge-1.4.5.jar%23288!/:1.4.5] {re:classloading}     at net.minecraft.client.gui.GuiGraphics.m_280497_(GuiGraphics.java:625) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280677_(GuiGraphics.java:558) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280153_(GuiGraphics.java:546) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_280072_(CuriosScreenV2.java:251) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_88315_(CuriosScreenV2.java:235) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at net.minecraft.client.gui.screens.Screen.m_280264_(Screen.java:109) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nerb-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:422) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading}     at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:415) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading} -- Item being rendered -- Details:     Item Type: flint_and_steel     Registry Name: minecraft:flint_and_steel     Item Damage: 12     Item NBT: {Damage:12}     Item Foil: false Stacktrace:     at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:626) ~[Iceberg-1.20.1-forge-1.1.18.jar%23277!/:1.1.18] {re:classloading}     at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.m_183452_(ItemModelComponent.java:121) ~[LegendaryTooltips-1.20.1-forge-1.4.5.jar%23288!/:1.4.5] {re:classloading}     at net.minecraft.client.gui.GuiGraphics.m_280497_(GuiGraphics.java:625) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280677_(GuiGraphics.java:558) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.gui.GuiGraphics.m_280153_(GuiGraphics.java:546) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_280072_(CuriosScreenV2.java:251) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at top.theillusivec4.curios.client.gui.CuriosScreenV2.m_88315_(CuriosScreenV2.java:235) ~[curios-forge-5.11.0+1.20.1.jar%23266!/:5.11.0+1.20.1] {re:classloading}     at net.minecraft.client.gui.screens.Screen.m_280264_(Screen.java:109) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nerb-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:422) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading}     at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:415) ~[forge-1.20-46.0.14-universal.jar%23343!/:?] {re:mixin,re:classloading}     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:965) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-46.0.14.jar:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:28) ~[fmlloader-1.20-46.0.14.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Screen render details -- Details:     Screen name: top.theillusivec4.curios.client.gui.CuriosScreenV2     Mouse location: Scaled: (284, 193). Absolute: (1138.000000, 773.000000)     Screen size: Scaled: (480, 270). Absolute: (1920, 1080). Scale factor of 4.000000 Stacktrace:     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:965) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-46.0.14.jar:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:28) ~[fmlloader-1.20-46.0.14.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Affected level -- Details:     All players: 1 total; [LocalPlayer['PhrogChamp'/114, l='ClientLevel', x=-345.79, y=-41.00, z=25.06]]     Chunk stats: 1024, 609     Level dimension: minecraft:overworld     Level spawn location: World: (-16,73,16), Section: (at 0,9,0 in -1,4,1; chunk contains blocks -16,-64,16 to -1,319,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)     Level time: 15434 game time, 15434 day time     Server brand: forge     Server type: Integrated singleplayer server Stacktrace:     at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:735) ~[client-1.20-20230608.053357-srg.jar%23338!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:monolib.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-46.0.14.jar:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:28) ~[fmlloader-1.20-46.0.14.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details:     Reload number: 1     Reload reason: initial     Finished: Yes     Packs: vanilla, mod_resources -- System Details -- Details:     Minecraft Version: 1.20     Minecraft Version ID: 1.20     Operating System: Windows 11 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1222417728 bytes (1165 MiB) / 3456106496 bytes (3296 MiB) up to 12884901888 bytes (12288 MiB)     CPUs: 16     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 7 5800X3D 8-Core Processor                Identifier: AuthenticAMD Family 25 Model 33 Stepping 2     Microarchitecture: Zen 3     Frequency (GHz): 3.40     Number of physical packages: 1     Number of physical CPUs: 8     Number of logical CPUs: 16     Graphics card #0 name: Meta Virtual Monitor     Graphics card #0 vendor: Meta Inc.     Graphics card #0 VRAM (MB): 0.00     Graphics card #0 deviceId: unknown     Graphics card #0 versionInfo: DriverVersion=17.12.55.198     Graphics card #1 name: NVIDIA GeForce RTX 3060 Ti     Graphics card #1 vendor: NVIDIA (0x10de)     Graphics card #1 VRAM (MB): 4095.00     Graphics card #1 deviceId: 0x2489     Graphics card #1 versionInfo: DriverVersion=32.0.15.6603     Memory slot #0 capacity (MB): 8192.00     Memory slot #0 clockSpeed (GHz): 3.20     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 8192.00     Memory slot #1 clockSpeed (GHz): 3.20     Memory slot #1 type: DDR4     Memory slot #2 capacity (MB): 8192.00     Memory slot #2 clockSpeed (GHz): 3.20     Memory slot #2 type: DDR4     Memory slot #3 capacity (MB): 8192.00     Memory slot #3 clockSpeed (GHz): 3.20     Memory slot #3 type: DDR4     Virtual memory max (MB): 37513.14     Virtual memory used (MB): 19985.46     Swap memory total (MB): 4864.00     Swap memory used (MB): 0.00     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Loaded Shaderpack: Bliss_v2.0.4_(Chocapic13_Shaders_edit).zip         Profile: Custom (+0 options changed by user)     NEC status: No NEC detected     Launched Version: forge-46.0.14     Backend library: LWJGL version 3.3.1 build 7     Backend API: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 566.03, NVIDIA Corporation     Window size: 1920x1080     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages:      Using VBOs: Yes     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Type: Integrated Server (map_client.txt)     Graphics mode: fancy     Resource Packs: vanilla, mod_resources     Current Language: en_us     CPU: 16x AMD Ryzen 7 5800X3D 8-Core Processor      Server Running: true     Player Count: 1 / 8; [ServerPlayer['PhrogChamp'/114, l='ServerLevel[Need a break...]', x=-345.79, y=-41.00, z=25.06]]     Data Packs: vanilla, mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:betterwitchhuts, mod:advancements_tracker, mod:betteroceanmonuments, mod:mr_invis_itemframe (incompatible), mod:nerb (incompatible), mod:rubidium, mod:gpumemleakfix (incompatible), mod:noautojump, mod:insanelib, mod:sound_physics_remastered, mod:jrftl (incompatible), mod:prism (incompatible), mod:yungsapi, mod:hiddenrecipebook, mod:mixinextras (incompatible), mod:bookshelf, mod:ipo (incompatible), mod:buildguide, mod:balm, mod:shulkerbox, mod:betterthanmending (incompatible), mod:betterfortresses, mod:trenzalore (incompatible), mod:ironbows (incompatible), mod:durabilitytooltip (incompatible), mod:advancementplaques (incompatible), mod:lapisreserve (incompatible), mod:customizableelytra (incompatible), mod:rapid_leaf_decay, mod:chunky (incompatible), mod:supermartijn642corelib, mod:yungsbridges, mod:spark (incompatible), mod:portablemobs (incompatible), mod:trimeffects (incompatible), mod:curios (incompatible), mod:oculus, mod:collective, mod:advancednetherite, mod:simplehats (incompatible), mod:yungsextras, mod:goldenfoods (incompatible), mod:betterstrongholds, mod:architectury (incompatible), mod:cupboard (incompatible), mod:betterendisland, mod:monolib (incompatible), mod:chunkloaders, mod:tramplestopper (incompatible), mod:quad (incompatible), mod:infinitetrading, mod:bettermineshafts, mod:betterjungletemples, mod:betteradvancements (incompatible), mod:notes, mod:doubledoors, mod:betterharvesting (incompatible), mod:additionallanterns (incompatible), mod:jei (incompatible), mod:configapi (incompatible), mod:stonesmelting (incompatible), mod:expcounter (incompatible), mod:clumps (incompatible), mod:naturescompass, mod:badpackets (incompatible), mod:netheritehorsearmor (incompatible), mod:itemborders (incompatible), mod:betterdeserttemples, mod:forge, mod:lolmbv (incompatible), mod:travelerstitles, mod:bouncierbeds, mod:tntbreaksbedrock, mod:lolmcv (incompatible), mod:lolmct (incompatible), mod:trade_cycling, mod:enchdesc (incompatible), mod:mousetweaks, mod:mlib (incompatible), mod:enchsort (incompatible), mod:spectrelib (incompatible), mod:betterfpsdist (incompatible), mod:notenoughanimations, mod:iceberg (incompatible), mod:legendarytooltips (incompatible), mod:more_beautiful_torches (incompatible), mod:polymorph (incompatible), mod:smeltingsand (incompatible), mod:inventoryhud (incompatible), mod:ferritecore (incompatible), mod:majruszsenchantments (incompatible), mod:responsiveshields (incompatible), mod:trimmable_tools     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     ModLauncher: 10.0.8+10.0.8+main.0ef7e830     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.3.jar eventbus PLUGINSERVICE          fmlloader-1.20-46.0.14.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20-46.0.14.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20-46.0.14.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20-46.0.14.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20-46.0.14.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         lowcodefml@null         javafml@null     Mod List:          YungsBetterDungeons-1.20-Forge-4.0.4.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         supermartijn642configlib-1.1.8-forge-mc1.20.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE         YungsBetterWitchHuts-1.20-Forge-3.0.3.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         advancements_tracker_1.20-6.0.0.jar               |Advancements Tracker          |advancements_tracker          |6.0.0               |DONE      |Manifest: NOSIGNATURE         YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar    |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.20-Forge-3.0.4    |DONE      |Manifest: NOSIGNATURE         invis-item-frame-1.jar                            |Invis item frame              |mr_invis_itemframe            |1                   |DONE      |Manifest: NOSIGNATURE         nerb-1.20.1-0.3-FORGE.jar                         |Not Enough Recipe Book        |nerb                          |0.3                 |DONE      |Manifest: NOSIGNATURE         rubidium-0.6.5.jar                                |Rubidium                      |rubidium                      |0.6.5               |DONE      |Manifest: NOSIGNATURE         gpumemleakfix-1.20.1-1.8.jar                      |Gpu memory leak fix           |gpumemleakfix                 |1.20.1-1.8          |DONE      |Manifest: NOSIGNATURE         NoAutoJump-1.20-1.0.jar                           |No Auto Jump                  |noautojump                    |1.20-1.0            |DONE      |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20         InsaneLib-1.10.1-mc1.20.jar                       |InsaneLib                     |insanelib                     |1.10.1              |DONE      |Manifest: NOSIGNATURE         soundphysics-forge-1.20-1.1.1.jar                 |Sound Physics Remastered      |sound_physics_remastered      |1.20-1.1.1          |DONE      |Manifest: NOSIGNATURE         JRFTL-1.20.1-1.6.0.jar                            |JRFTL                         |jrftl                         |1.6.0               |DONE      |Manifest: NOSIGNATURE         Prism-1.20.1-forge-1.0.5.jar                      |Prism                         |prism                         |1.0.5               |DONE      |Manifest: NOSIGNATURE         YungsApi-1.20-Forge-4.0.6.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.6    |DONE      |Manifest: NOSIGNATURE         hiddenrecipebook-1.20.0-4.0.jar                   |Hidden Recipe Book            |hiddenrecipebook              |4.0                 |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.3.5.jar                       |MixinExtras                   |mixinextras                   |0.3.5               |DONE      |Manifest: NOSIGNATURE         Bookshelf-Forge-1.20-19.0.17.jar                  |Bookshelf                     |bookshelf                     |19.0.17             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         ImprovedPillagerOutpost-v3.jar                    |Improved Pillager Outpost     |ipo                           |3                   |DONE      |Manifest: NOSIGNATURE         BuildGuide-1.20-0.4.3.jar                         |Build Guide                   |buildguide                    |0.4.3               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.20-7.1.1.jar                         |Balm                          |balm                          |7.1.1               |DONE      |Manifest: NOSIGNATURE         shulkerbox-1.20-1.0.0.jar                         |Advanced Shulkerboxes         |shulkerbox                    |1.20-1.0.0          |DONE      |Manifest: NOSIGNATURE         BetterThanMending-1.7.2.jar                       |BetterThanMending             |betterthanmending             |1.7.2               |DONE      |Manifest: NOSIGNATURE         YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar  |YUNG's Better Nether Fortresse|betterfortresses              |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         Trenzalore-Forge-2.3.0+mc1.20.jar                 |Trenzalore                    |trenzalore                    |2.3.0               |DONE      |Manifest: NOSIGNATURE         ironbows-1.20-FORGE-1.8.jar                       |Iron Bows (Forge)             |ironbows                      |1.20-FORGE-1.8      |DONE      |Manifest: NOSIGNATURE         durabilitytooltip-1.1.5-forge-mc1.20.jar          |Durability Tooltip            |durabilitytooltip             |1.1.5               |DONE      |Manifest: NOSIGNATURE         AdvancementPlaques-1.20.1-forge-1.5.1.jar         |Advancement Plaques           |advancementplaques            |1.5.1               |DONE      |Manifest: NOSIGNATURE         lapisreserve-1.0.8F.jar                           |lapisreserve                  |lapisreserve                  |1.0.8F              |DONE      |Manifest: NOSIGNATURE         customizableelytra-forge-2.1.2+1.20.jar           |Customizable Elytra           |customizableelytra            |2.1.2+1.20          |DONE      |Manifest: NOSIGNATURE         RapidLeafDecay-1.20-2.0.2.jar                     |Rapid Leaf Decay              |rapid_leaf_decay              |2.0.2               |DONE      |Manifest: NOSIGNATURE         Chunky-1.3.146.jar                                |Chunky                        |chunky                        |1.3.146             |DONE      |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17+a            |DONE      |Manifest: NOSIGNATURE         YungsBridges-1.20-Forge-4.0.3.jar                 |YUNG's Bridges                |yungsbridges                  |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |DONE      |Manifest: NOSIGNATURE         portablemobs-1.2.0-forge-mc1.20.jar               |Portable Mobs                 |portablemobs                  |1.2.0               |DONE      |Manifest: NOSIGNATURE         trimeffects-forge-1.20.X-1.3.5.jar                |TrimsEffects                  |trimeffects                   |1.3.5               |DONE      |Manifest: NOSIGNATURE         curios-forge-5.11.0+1.20.1.jar                    |Curios API                    |curios                        |5.11.0+1.20.1       |DONE      |Manifest: NOSIGNATURE         oculus-mc1.20-1.6.4.jar                           |Oculus                        |oculus                        |1.6.4               |DONE      |Manifest: NOSIGNATURE         collective-1.20.0-6.57.jar                        |Collective                    |collective                    |6.57                |DONE      |Manifest: NOSIGNATURE         advancednetherite-forge-2.0.2-1.20.jar            |Advanced Netherite            |advancednetherite             |2.0.2               |DONE      |Manifest: NOSIGNATURE         simplehats-forge-1.20-0.2.0.jar                   |SimpleHats                    |simplehats                    |1.20-0.2.0          |DONE      |Manifest: NOSIGNATURE         YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         goldenfoods-merged-1.20-2.3.0.jar                 |GoldenFoods                   |goldenfoods                   |2.3.0               |DONE      |Manifest: NOSIGNATURE         YungsBetterStrongholds-1.20-Forge-4.0.3.jar       |YUNG's Better Strongholds     |betterstrongholds             |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         cupboard-1.20.1-2.3.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.3          |DONE      |Manifest: NOSIGNATURE         YungsBetterEndIsland-1.20-Forge-2.0.6.jar         |YUNG's Better End Island      |betterendisland               |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         monolib-forge-1.20.1-1.4.1.jar                    |MonoLib                       |monolib                       |1.4.1               |DONE      |Manifest: NOSIGNATURE         chunkloaders-1.2.8a-forge-mc1.20.1.jar            |Chunk Loaders                 |chunkloaders                  |1.2.8a              |DONE      |Manifest: NOSIGNATURE         TrampleStopper-Forge-4.0.2+mc1.20.jar             |Trample Stopper               |tramplestopper                |4.0.2+mc1.20        |DONE      |Manifest: NOSIGNATURE         Quad-1.2.9+1.20.4-Forge.jar                       |Quad                          |quad                          |1.2.9               |DONE      |Manifest: NOSIGNATURE         infinitetrading-1.20.0-4.0.jar                    |Infinite Trading              |infinitetrading               |4.0                 |DONE      |Manifest: NOSIGNATURE         YungsBetterMineshafts-1.20-Forge-4.0.4.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         YungsBetterJungleTemples-1.20-Forge-2.0.5.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.5    |DONE      |Manifest: NOSIGNATURE         BetterAdvancements-1.20-0.3.2.159.jar             |Better Advancements           |betteradvancements            |0.3.2.159           |DONE      |Manifest: NOSIGNATURE         Notes-1.20-1.3.0-forge.jar                        |Notes                         |notes                         |1.20-1.3.0-forge    |DONE      |Manifest: NOSIGNATURE         doubledoors-1.20.0-4.5.jar                        |Double Doors                  |doubledoors                   |4.5                 |DONE      |Manifest: NOSIGNATURE         betterharvesting-1.20-forge-0.0.2.jar             |Better Harvesting             |betterharvesting              |0.0.2               |DONE      |Manifest: NOSIGNATURE         additionallanterns-1.1.1a-forge-mc1.20.jar        |Additional Lanterns           |additionallanterns            |1.1.1a              |DONE      |Manifest: NOSIGNATURE         jei-1.20-forge-14.0.0.11.jar                      |Just Enough Items             |jei                           |14.0.0.11           |DONE      |Manifest: NOSIGNATURE         ConfigAPI-CJ-forge-mc-1.20-2.3.2.jar              |Config API                    |configapi                     |1.20-2.3.2          |DONE      |Manifest: NOSIGNATURE         stonesmelting-1.20-0-forge.jar                    |StoneSmelting                 |stonesmelting                 |1.20-0-forge        |DONE      |Manifest: NOSIGNATURE         expcounter-1.20-2-forge.jar                       |EXP Counter                   |expcounter                    |1.20-2-forge        |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.20-11.0.0.2.jar                    |Clumps                        |clumps                        |11.0.0.2            |DONE      |Manifest: NOSIGNATURE         NaturesCompass-1.20-1.11.1-forge.jar              |Nature's Compass              |naturescompass                |1.0.0               |DONE      |Manifest: NOSIGNATURE         badpackets-forge-0.4.3.jar                        |Bad Packets                   |badpackets                    |0.4.3               |DONE      |Manifest: NOSIGNATURE         NetheriteHorseArmor-CJ-forge-mc-1.20-1.5.0.jar    |Netherite Horse Armor         |netheritehorsearmor           |1.20-1.5.0          |DONE      |Manifest: NOSIGNATURE         ItemBorders-1.20.1-forge-1.2.0.jar                |Item Borders                  |itemborders                   |1.2.0               |DONE      |Manifest: NOSIGNATURE         YungsBetterDesertTemples-1.20-Forge-3.0.3.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         forge-1.20-46.0.14-universal.jar                  |Forge                         |forge                         |46.0.14             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         MoreBookshelfVariants-1.0.4+1.20.4-Forge.jar      |More Bookshelf Variants       |lolmbv                        |1.0.4               |DONE      |Manifest: NOSIGNATURE         TravelersTitles-1.20-Forge-4.0.2.jar              |Traveler's Titles             |travelerstitles               |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE         bouncierbeds-1.20.0-2.1.jar                       |Bouncier Beds                 |bouncierbeds                  |2.1                 |DONE      |Manifest: NOSIGNATURE         tntbreaksbedrock-1.20.0-3.0.jar                   |TNT Breaks Bedrock            |tntbreaksbedrock              |3.0                 |DONE      |Manifest: NOSIGNATURE         client-1.20-20230608.053357-srg.jar               |Minecraft                     |minecraft                     |1.20                |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         MoreChestVariants-1.5.6+1.20.2-Forge.jar          |More Chest Variants           |lolmcv                        |1.5.6               |DONE      |Manifest: NOSIGNATURE         MoreCraftingTables-1.2.7+1.20.4-Forge.jar         |More Crafting Tables          |lolmct                        |1.2.7               |DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.20-1.0.5.jar                |Trade Cycling                 |trade_cycling                 |1.20-1.0.5          |DONE      |Manifest: NOSIGNATURE         EnchantmentDescriptions-Forge-1.20-16.0.1.jar     |EnchantmentDescriptions       |enchdesc                      |16.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         MouseTweaks-forge-mc1.20-2.25.jar                 |Mouse Tweaks                  |mousetweaks                   |2.25                |DONE      |Manifest: NOSIGNATURE         majrusz-library-1.20-4.3.2.jar                    |Majrusz Library               |mlib                          |4.3.2               |DONE      |Manifest: NOSIGNATURE         EnchSort 1.2.1 [mc1.20+].jar                      |Enchantment Sort              |enchsort                      |1.2.1               |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.13.17+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.17+1.20.1      |DONE      |Manifest: NOSIGNATURE         betterfpsdist-1.20.1-4.1.jar                      |betterfpsdist mod             |betterfpsdist                 |1.20.1-4.1          |DONE      |Manifest: NOSIGNATURE         notenoughanimations-forge-1.6.4-mc1.20.jar        |NotEnoughAnimations Mod       |notenoughanimations           |1.6.4               |DONE      |Manifest: NOSIGNATURE         Iceberg-1.20.1-forge-1.1.18.jar                   |Iceberg                       |iceberg                       |1.1.18              |DONE      |Manifest: NOSIGNATURE         LegendaryTooltips-1.20.1-forge-1.4.5.jar          |Legendary Tooltips            |legendarytooltips             |1.4.5               |DONE      |Manifest: NOSIGNATURE         more_beautiful_torches-merged-1.20-3.0.0.jar      |More Beautiful Torches!       |more_beautiful_torches        |3.0.0               |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.49.8+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.8+1.20.1       |DONE      |Manifest: NOSIGNATURE         smeltingsand-1.20-11-forge.jar                    |SmeltingSand                  |smeltingsand                  |1.20-11-forge       |DONE      |Manifest: NOSIGNATURE         inventoryhud.forge.1.20.1-3.4.26.jar              |Inventory HUD+                |inventoryhud                  |3.4.26              |DONE      |Manifest: NOSIGNATURE         ferritecore-6.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |6.0.1               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         majruszs-enchantments-1.20-1.9.0.jar              |Majrusz's Enchantments        |majruszsenchantments          |1.9.0               |DONE      |Manifest: NOSIGNATURE         responsiveshields-2.3-mc1.18-19-20.x.jar          |Responsive Shields            |responsiveshields             |2.3                 |DONE      |Manifest: NOSIGNATURE         trimmable-tools-mc1.20-v1.0.4.jar                 |Trimmable Tools               |trimmable_tools               |1.0.4               |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: 81e85a7d-b9c1-4cc0-bf81-1e0170e0b511     FML: 46.0     Forge: net.minecraftforge:46.0.14
    • I need some help im when using kubejs My game crashes when I click the create new world button. here is the latest log after crash:  https://paste.ee/e/7k8n1/0
    • Hello friends of Forge. When exploring my modded world (around 85 mods) the game regularly crashes for some reason. I've researched and tried to fix but couldn't find a solution for my situation.    crash report: https://pastejustit.com/f2fir9pzr0
  • Topics

×
×
  • Create New...

Important Information

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