Jump to content

DarkDestry

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by DarkDestry

  1. Any plans to add a config to enable for kick messages to be changed? Such as when there are missing/ outdated mods, allow server owners to redirect client to the server site for more information?
  2. So heres the suggestion. Since all minecraft mods are universal, aka not having separate downloads for client and server, is it possible to have minecraft forge ask what mods the server have, and dynamically download mods into the client from the server? Its like a clean client with minecraft forge, joins a server with mods, and then it downloads whatever the mods required to join the server. This means that there would not be a need for modpacks and only the server will need to get all the mods. The downloads can be either hosted by the server or redirected to a file hosting site. This makes it that mods that are no longer available still accessible by hosting downloads locally. The issues with this suggestion is that there are mod authors that dont want this to happen. One solution will be to have the mod declare whether they allow this and have it default to no. This way, mod authors will have control over whether this feature is allowed. To enable more simplicity if not allowed, the client would bring up the mod author's minecraft forum thread on the browser and allow the user to download the mod themselves. This would allow people who wants to play with mods but lacks the knowledge to install mods have greater ease of access to the mods.
  3. Thanks. I have contacted him and hopefully he takes it into consideration.
  4. As some already know, ever since the new lighting engine emerged, the nether is a horrible place for people to go to. This is worsened by having mods with all the additional content in the nether. Thus, I am asking if anyone have a fix for that lag or are willing to write a simple mod to fix this lag issue. General Overview of the lag: The new lighting engine resulted in massive lighting checks in the nether. For every light source, the lighting is checked again. With the millions of blocks of sorce blocks in the nether and the resulting lighting checks, this has made going to the nether impossible for slower machines and especially with mods. There was once a fix for this lag. The original thread is here: http://www.minecraftforum.net/topic/1238817-nether-lag-fix-client/ Quoting from the mod author, "What causes the lag: The nether has a lot of light sources: thousands of lava blocks and many fire blocks. Lighting updates for every chunk is checked per-tick, and that causes extreme lag in the nether. How I try to fix that: I keep a list of all chunks whose lighting has been checked, and instead of processing the remaining chunks all at once, process them until 4 milliseconds have elapsed and add them to the list of checked chunks. Once this list is full, it is emptied and the cycle begins again." Sadly, this mod has fallen out of development and thus I am here asking, Would anyone care to replicate this mod in compatibility to forge and 1.6.4 of minecraft?
  5. i wanted to make a extremely dense fuel one that last longer than a lava bucket. I noticed that you didnt use the full name of the item you merely just stated the item in the itemstack Is it that if under the same file no full classification of the item is needed??? Eg full name as in darkdestry.experiment.experiment.stoneDense while you just stated stoneDense in the itemstack. Therefore if i wanted to refer to that item in another class which do i type in ? A final question is i cant figure how to make a Item Texture sheet can you teach me All tutorials on the net very vague not very informative.
  6. A few bugs to fix but overall it worked so may i ask what have you changed ?
  7. Bump. I would NEVER use bumps unless desperate so im VERY DESPERATE for a solution.
  8. Any Help here im UTTERLY stuck at this point
  9. Added to 1st post. Eclipse didnt specify errors Edit: I tested it before so i can surmise it is nothing to do with @init. This only showed up when i added my 1st Item aka the Dense Stone Shard. Edit 2: Oh Mighty Forge Code God Lex, Bless me with your Expertise!
  10. what kind of log do you want like where can i get it. This is copied off the console log and minecraft screen.
  11. if you are refering to an equivalent of the config folder it would be MCP\jars\config so when i open it only shows a file "ForgeChunkLoading.cfg" which i deleted and same error occured.
  12. By config i suppose you are referring to the conf folder in MCP directory? and what am i supposed to be looking at or deleting.
  13. I get this error when i use the test function in eclipse. I would find the error my self but i dont know where to look. The error log doesnt point exactly to any point in my code. 2012-10-28 21:24:00 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue 2012-10-28 21:24:00 [iNFO] [sTDERR] java.lang.NullPointerException 2012-10-28 21:24:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.printModStates(LoadController.java:194) 2012-10-28 21:24:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:96) 2012-10-28 21:24:00 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652) 2012-10-28 21:24:00 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197) 2012-10-28 21:24:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:465) 2012-10-28 21:24:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-10-28 21:24:00 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-10-29 18:02:54 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.2.4.420 for Minecraft 1.4.2 loading 2012-10-29 18:02:54 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-10-29 18:02:54 [FINEST] [ForgeModLoader] Discovering coremods 2012-10-29 18:02:54 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-10-29 18:02:54 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-10-29 18:02:54 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Running coremod plugins 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Validating minecraft 2012-10-29 18:02:55 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-10-29 18:03:03 [iNFO] [sTDOUT] 27 achievements 2012-10-29 18:03:04 [iNFO] [sTDOUT] 208 recipes 2012-10-29 18:03:06 [iNFO] [sTDOUT] Setting user: Player265, - 2012-10-29 18:03:06 [iNFO] [sTDERR] Client asked for parameter: server 2012-10-29 18:03:06 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-10-29 18:03:17 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-10-29 18:03:17 [iNFO] [sTDOUT] MinecraftForge v6.0.1.337 Initialized 2012-10-29 18:03:17 [iNFO] [ForgeModLoader] MinecraftForge v6.0.1.337 Initialized 2012-10-29 18:03:17 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-10-29 18:03:18 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-10-29 18:03:18 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-10-29 18:03:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\DarkDestry\Desktop\Java code 2\MCP\eclipse\Minecraft\bin, examining for mod candidates 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\bin\jinput.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\bin\lwjgl_util.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\bin\lwjgl.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\bin\minecraft.jar, examining for mod candidates 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\lib\argo-2.25.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\lib\asm-all-4.0.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\lib\guava-12.0.1.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\lib\argo-2.25.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\lib\guava-12.0.1.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\lib\asm-all-4.0.jar 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-10-29 18:03:19 [iNFO] [ForgeModLoader] Searching C:\Users\DarkDestry\Desktop\Java code 2\MCP\jars\mods for mods 2012-10-29 18:03:19 [FINE] [ForgeModLoader] Examining directory bin for potential mods 2012-10-29 18:03:19 [FINE] [ForgeModLoader] No mcmod.info file found in directory bin 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common 2012-10-29 18:03:19 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader 2012-10-29 18:03:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package darkdestry 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package darkdestry.client 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package darkdestry.common 2012-10-29 18:03:21 [FINEST] [ForgeModLoader] Recursing into package darkdestry.experiment 2012-10-29 18:03:22 [FINE] [ForgeModLoader] Identified an FMLMod type mod darkdestry.experiment.experiment 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package ibxm 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package net 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package net.minecraft 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server 2012-10-29 18:03:22 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound 2012-10-29 18:03:46 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1.bc 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.asn1.pkcs 2012-10-29 18:03:47 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.engines 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.io 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.modes 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.crypto.params 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider.config 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jcajce.provider.util 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jce 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.jce.provider 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package org.bouncycastle.util 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package paulscode 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound 2012-10-29 18:03:48 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs 2012-10-29 18:03:48 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-10-29 18:03:48 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-10-29 18:03:51 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Received a system property request '' 2012-10-29 18:03:51 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-10-29 18:03:51 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Activating mod mcp 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Activating mod FML 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Activating mod Forge 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Enabling mod DarkDestry_Experiment 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Activating mod DarkDestry_Experiment 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-10-29 18:03:51 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Mod sorting data: 2012-10-29 18:03:51 [FINE] [ForgeModLoader] DarkDestry_Experiment(Experiment:1.0.0): bin () 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod DarkDestry_Experiment 2012-10-29 18:03:51 [FINEST] [ForgeModLoader] Testing mod DarkDestry_Experiment to verify it accepts its own version in a remote connection 2012-10-29 18:03:51 [FINEST] [ForgeModLoader] The mod DarkDestry_Experiment accepts its own version (1.0.0) 2012-10-29 18:03:51 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DarkDestry_Experiment 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod DarkDestry_Experiment 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge 2012-10-29 18:03:51 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod DarkDestry_Experiment 2012-10-29 18:03:51 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod DarkDestry_Experiment 2012-10-29 18:03:53 [iNFO] [sTDOUT] Starting up SoundSystem... 2012-10-29 18:03:53 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2012-10-29 18:03:53 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2012-10-29 18:03:54 [iNFO] [sTDOUT] OpenAL initialized. 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod DarkDestry_Experiment 2012-10-29 18:03:55 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod DarkDestry_Experiment 2012-10-29 18:03:55 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue 2012-10-29 18:03:55 [iNFO] [sTDERR] java.lang.NullPointerException 2012-10-29 18:03:55 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.printModStates(LoadController.java:194) 2012-10-29 18:03:55 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:96) 2012-10-29 18:03:55 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652) 2012-10-29 18:03:55 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197) 2012-10-29 18:03:55 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:465) 2012-10-29 18:03:55 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-10-29 18:03:55 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-10-29 18:13:18 [iNFO] [sTDERR] Someone is closing me! Main File package darkdestry.experiment; import net.minecraft.src.Block; import net.minecraft.src.Item; import net.minecraft.src.ItemStack; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.Init; import cpw.mods.fml.common.SidedProxy; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.network.NetworkMod; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.common.registry.LanguageRegistry; import darkdestry.common.CommonProxydarkdestry; @Mod(modid = "DarkDestry_Experiment", name = "Experiment", version = "1.0.0") @NetworkMod(clientSideRequired = true, serverSideRequired = false) public class experiment { public static Block DenseStone; public static Block DenseCobblestone; public static Item DenseStoneShard; public static Item AntiMatter; //Block Texture render @SidedProxy(clientSide = "darkdestry.client.ClientProxydarkdestry", serverSide = "darkdestry.common.CommonProxydarkdestry") public static CommonProxydarkdestry proxy; //Main Chunk @Init public void load(FMLInitializationEvent event) { GameRegistry.addRecipe(new ItemStack(darkdestry.experiment.experiment.DenseCobblestone), new Object[] { "YYY", "YXY", "YYY", 'X', Block.stone, 'Y', Item.bucketLava }); GameRegistry.addRecipe(new ItemStack(darkdestry.experiment.experiment.DenseStone), new Object[] { "XXX", "XXX", "XXX", 'X', darkdestry.experiment.experiment.DenseStoneShard }); GameRegistry.addSmelting(darkdestry.experiment.experiment.DenseCobblestone.blockID, new ItemStack(darkdestry.experiment.experiment.DenseStoneShard), 0.2F); GameRegistry.addSmelting(darkdestry.experiment.experiment.DenseStone.blockID, new ItemStack(darkdestry.experiment.experiment.AntiMatter), 0.5F); DenseStoneShard = new ItemStoneShardDense(1400).setItemName("DenseStoneShard").setIconIndex(1); AntiMatter = new ItemNonMatter(1401).setItemName("AntiMatter").setIconIndex(2); DenseStone = new BlockStoneDense(1500,0).setBlockName("DenseStone").setStepSound(Block.soundStoneFootstep).setHardness(7F).setResistance(10F); DenseCobblestone = new BlockDenseCobble(1501,1).setBlockName("DenseCobblestone").setStepSound(Block.soundStoneFootstep).setHardness(9F).setResistance(10F); GameRegistry.registerBlock(DenseStone); GameRegistry.registerBlock(DenseCobblestone); LanguageRegistry.addName(DenseStoneShard, "Dense Stoneshard"); LanguageRegistry.addName(DenseCobblestone, "Dense Cobblestone"); LanguageRegistry.addName(DenseStone, "Dense Stone"); } }
  14. Thanks Lex, im attempting the install again. ok it works Thanks
  15. the first one would be not applicable i guess since the first one i downloaded a wrong version of forge and it detected a modified jar file due to it not matching versions i just deleted the forge folder and got the correct one instead
  16. all log file i replicated the error so i might as well post them here if you really need the log files ill post it just say which ones. I should add that this is the furthest i have came to the process normally it would stop at "copying sources" of server decompile. And everytime its a different java file
  17. Ive tried to install MC forge following the instructions to the letter on the MC forge wiki. I have tried to make the folder not read only, granting full permissions to the entire folder under the security tab etc... I constantly receive an error related to a random .class.tnp file in the minecraft server's source folder. Error log will be coming up when i wasted my time till the point they starts to create the error.
×
×
  • Create New...

Important Information

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