Jump to content

Noppes

Forge Modder
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Noppes

  1. I guess I could use the WorldEvent.Load for it and only load it when the event.world.provider.dimensionId == 0 and not remote. That should make it load only once and before entities spawn. Thanks, hadnt seen the Load yet.
  2. Would it be possible to call the @ServerStarting before the MinecraftServer.initialWorldChunkLoad My npcs have customizable factions and other data that needs to be loaded before my npcs spawn. Currently I cant do this in a clean way, because my npcs spawn, because of the initial worldchuck that gets loaded, before the @ServerStarting is called.
  3. In v231 it's still missing
  4. if you use the forge way you have to remove all the Modloader.addOverride, because you dont need them anymore.
  5. It looks like you have used ModLoader.addOverride too much and have no free item sprites left.
  6. 2012-08-23 10:31:53 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.128.319 for Minecraft client:1.3.2, server:1.3.2 loading 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Discovering coremods 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Running coremod plugins 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Validating minecraft 2012-08-23 10:31:53 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-08-23 10:31:56 [iNFO] [sTDOUT] 27 achievements 2012-08-23 10:31:56 [iNFO] [sTDOUT] 195 recipes 2012-08-23 10:31:56 [iNFO] [sTDOUT] Setting user: Sirnoppes, -2330972249980270404 2012-08-23 10:31:57 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-08-23 10:31:58 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-08-23 10:31:58 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\bin\lwjgl.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\bin\jinput.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Karel\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Karel\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-08-23 10:31:58 [iNFO] [ForgeModLoader] Searching C:\Users\Karel\AppData\Roaming\.minecraft\mods for mods 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Found a candidate zip or jar file CustomNPCs 1.3.2 v0.5.zip 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Found a candidate zip or jar file MorePlayerModels 1.3.2 v1.zip 2012-08-23 10:31:58 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-08-23 10:31:58 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Examining file CustomNPCs 1.3.2 v0.5.zip for potential mods 2012-08-23 10:31:59 [iNFO] [ForgeModLoader] The mod container CustomNPCs 1.3.2 v0.5.zip appears to be missing an mcmod.info file 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Identified a FMLMod type mod CustomNpcs 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Examining file MorePlayerModels 1.3.2 v1.zip for potential mods 2012-08-23 10:31:59 [iNFO] [ForgeModLoader] The mod container MorePlayerModels 1.3.2 v1.zip appears to be missing an mcmod.info file 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_MorePlayerModels 2012-08-23 10:31:59 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Received a system property request '' 2012-08-23 10:31:59 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-08-23 10:31:59 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-08-23 10:31:59 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Mod sorting data: 2012-08-23 10:31:59 [FINE] [ForgeModLoader] CustomNpcs(Custom Npcs): CustomNPCs 1.3.2 v0.5.zip () 2012-08-23 10:31:59 [FINE] [ForgeModLoader] mod_MorePlayerModels(mod_MorePlayerModels): MorePlayerModels 1.3.2 v1.zip (after:*) 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Activating mod FML 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Activating mod Forge 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Enabling mod CustomNpcs 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Activating mod CustomNpcs 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Enabling mod mod_MorePlayerModels 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Activating mod mod_MorePlayerModels 2012-08-23 10:31:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc to mod FML 2012-08-23 10:31:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc delivered to mod FML 2012-08-23 10:31:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc to mod Forge 2012-08-23 10:31:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc delivered to mod Forge 2012-08-23 10:31:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc to mod CustomNpcs 2012-08-23 10:31:59 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CustomNpcs 2012-08-23 10:31:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc delivered to mod CustomNpcs 2012-08-23 10:31:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc to mod mod_MorePlayerModels 2012-08-23 10:32:00 [FINE] [ForgeModLoader] Reading existing configuration file for mod_MorePlayerModels : mod_MorePlayerModels.cfg 2012-08-23 10:32:00 [FINE] [ForgeModLoader] MLProp configuration file for mod_MorePlayerModels found but not required. Attempting to rename file to mod_MorePlayerModels.cfg.bak 2012-08-23 10:32:00 [FINE] [ForgeModLoader] Unused MLProp configuration file for mod_MorePlayerModels renamed successfully to mod_MorePlayerModels.cfg.bak 2012-08-23 10:32:00 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_MorePlayerModels 2012-08-23 10:32:00 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_MorePlayerModels 2012-08-23 10:32:00 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6613e9fc delivered to mod mod_MorePlayerModels 2012-08-23 10:32:00 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a to mod FML 2012-08-23 10:32:00 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a delivered to mod FML 2012-08-23 10:32:00 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a to mod Forge 2012-08-23 10:32:00 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a delivered to mod Forge 2012-08-23 10:32:00 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a to mod CustomNpcs 2012-08-23 10:32:00 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a delivered to mod CustomNpcs 2012-08-23 10:32:00 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a to mod mod_MorePlayerModels 2012-08-23 10:32:00 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@58ed667a delivered to mod mod_MorePlayerModels 2012-08-23 10:32:00 [iNFO] [sTDOUT] Starting up SoundSystem... 2012-08-23 10:32:01 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2012-08-23 10:32:01 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2012-08-23 10:32:01 [iNFO] [sTDOUT] OpenAL initialized. 2012-08-23 10:32:01 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 to mod FML 2012-08-23 10:32:01 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 delivered to mod FML 2012-08-23 10:32:01 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 to mod Forge 2012-08-23 10:32:01 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 delivered to mod Forge 2012-08-23 10:32:01 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 to mod CustomNpcs 2012-08-23 10:32:02 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 delivered to mod CustomNpcs 2012-08-23 10:32:02 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@680bf396 to mod mod_MorePlayerModels 2012-08-23 10:32:02 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: ModLoader.addCommand(Lp;)V 2012-08-23 10:32:02 [iNFO] [sTDERR] at mod_MorePlayerModels.load(mod_MorePlayerModels.java:140) 2012-08-23 10:32:02 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:533) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-08-23 10:32:02 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-08-23 10:32:02 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:123) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-08-23 10:32:02 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-08-23 10:32:02 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-08-23 10:32:02 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-08-23 10:32:02 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) 2012-08-23 10:32:02 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:590) 2012-08-23 10:32:02 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:158) 2012-08-23 10:32:02 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:450) 2012-08-23 10:32:02 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737) 2012-08-23 10:32:02 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722) Apparently forge doesnt support the Modloader.addCommand MorePlayerModels
×
×
  • Create New...

Important Information

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