
GigaNova
Members-
Posts
47 -
Joined
-
Last visited
Everything posted by GigaNova
-
I'm having a minor problem I can't solve and I've got no matches on google so far. I'm having a block that spreads, consisting out of this code in my Block.class: public void updateTick(World par1World, int par2, int par3, int par4, Random par5Random) { if (par1World.getBlockLightValue(par2, par3 + 1, par4) < 4 && Block.lightOpacity[par1World.getBlockId(par2, par3 + 1, par4)] > 2) { par1World.setBlockWithNotify(par2, par3, par4, Mod.ModBlock..blockID); } else if (par1World.getBlockLightValue(par2, par3 + 1, par4) >= 1) { for (int var6 = 0; var6 < 46; ++var6) { int var7 = par2 + par5Random.nextInt(10) - 1; int var8 = par3 + par5Random.nextInt(10) - 3; int var9 = par4 + par5Random.nextInt(10) - 1; int var10 = par1World.getBlockId(var7, var8 + 1, var9); if (par1World.getBlockId(var7, var8, var9) == Mod.ModBlock.blockID) { par1World.setBlockWithNotify(var7, var8, var9,mod_Mod.ModBlock.blockID); } else if (par1World.getBlockId(var7, var8, var9) == Mod.ModBlock.blockID) { par1World.setBlockWithNotify(var7, var8, var9,mod_Mod.ModBlock.blockID); } } } } } Its spreads all the ways except up, wich is what I need. Is there a possible way of doing this?
-
I've removed it, It wasn't needed and the world still looks the same, so thats fixed. But now it gives THIS error. [sEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: vk.i()F at ChunkProviderDeathWorld.initializeNoiseField(ChunkProviderDeathWorld.java:247) at ChunkProviderDeathWorld.generateTerrain(ChunkProviderDeathWorld.java:65) at ChunkProviderDeathWorld.d(ChunkProviderDeathWorld.java:213) at gq.c(ChunkProviderServer.java:106) at gp.<init>(SourceFile:26) at go.a(SourceFile:171) at go.a(SourceFile:202) at et.a(ServerConfigurationManager.java:128) at et.c(ServerConfigurationManager.java:177) at et.a(ServerConfigurationManager.java:89) at gx.completeConnection(NetLoginHandler.java:164) at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:149) at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:109) at gx.d(NetLoginHandler.java:149) at gx.c(NetLoginHandler.java:51) at fy.a(ServerListenThread.java:50) at fx.b(SourceFile:29) at ft.q(DedicatedServer.java:256) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at ep.run(SourceFile:539) I don't know what to do, I don't recognize these errors! I'm like literally begging you, when this is fixed I'll never have to ask anything again, cause its done then! private double[] initializeNoiseField(double ad[], int i, int j, int k, int l, int i1, int j1) { if (ad == null) { ad = new double[l * i1 * j1]; } double d = 684.41200000000003D; double d1 = 684.41200000000003D; float f1 = worldObj.getWorldChunkManager().getBiomeGenAt(i, k).getFloatRainfall(); noise4 = noiseGen6.generateNoiseOctaves(noise4, i, k, l, j1, 1.121D, 1.121D, 0.5D); noise5 = noiseGen7.generateNoiseOctaves(noise5, i, k, l, j1, 200D, 200D, 0.5D); d *= 2D; noise1 = noiseGen3.generateNoiseOctaves(noise1, i, j, k, l, i1, j1, d / 80D, d1 / 160D, d / 80D); noise2 = noiseGen1.generateNoiseOctaves(noise2, i, j, k, l, i1, j1, d, d1, d); noise3 = noiseGen2.generateNoiseOctaves(noise3, i, j, k, l, i1, j1, d, d1, d); int k1 = 0; int l1 = 0; int i2 = 16 / l; for (int j2 = 0; j2 < l; j2++) { int k2 = j2 * i2 + i2 / 2; for (int l2 = 0; l2 < j1; l2++) { int i3 = l2 * i2 + i2 / 2; float f3 = f1; double d2 = 1.0D - (double)f3; d2 *= d2; d2 *= d2; d2 = 1.0D - d2; double d3 = (noise4[l1] + 256D) / 512D; d3 *= d2; if (d3 > 1.0D) { d3 = 1.0D; } double d4 = noise5[l1] / 8000D; if (d4 < 0.0D) { d4 = -d4 * 0.29999999999999999D; } d4 = d4 * 3D - 2D; if (d4 > 1.0D) { d4 = 1.0D; } d4 /= 8D; d4 = 0.0D; if (d3 < 0.0D) { d3 = 0.0D; } d3 += 0.5D; d4 = (d4 * (double)i1) / 16D; l1++; double d5 = (double)i1 / 2D; for (int j3 = 0; j3 < i1; j3++) { double d6 = 0.0D; double d7 = (((double)j3 - d5) * 8D) / d3; if (d7 < 0.0D) { d7 *= -1D; } double d8 = noise2[k1] / 512D; double d9 = noise3[k1] / 512D; double d10 = (noise1[k1] / 10D + 1.0D) / 2D; if (d10 < 0.0D) { d6 = d8; } else if (d10 > 1.0D) { d6 = d9; } else { d6 = d8 + (d9 - d8) * d10; } d6 -= 8D; int k3 = 32; if (j3 > i1 - k3) { double d11 = (float)(j3 - (i1 - k3)) / ((float)k3 - 1.0F); d6 = d6 * (1.0D - d11) + -30D * d11; } k3 = 8; if (j3 < k3) { double d12 = (float)(k3 - j3) / ((float)k3 - 1.0F); d6 = d6 * (1.0D - d12) + -30D * d12; } ad[k1] = d6; k1++; } } } return ad; } This is my initializeNoiseField in my ChunkProvider.
-
Is there a replacement for this?
-
Hey all! I've finished my mod and its working perfectly in single player. I went to test it in multiplayer, and its working great there too! Until I go into my custom dimension, then my client + server crash and give this error. 2012-10-01 20:07:39 [sEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: vp.a(FI)F at ChunkProviderDeathWorld.initializeNoiseField(ChunkProviderDeathWorld.java:247) at ChunkProviderDeathWorld.generateTerrain(ChunkProviderDeathWorld.java:65) at ChunkProviderDeathWorld.d(ChunkProviderDeathWorld.java:213) at gq.c(ChunkProviderServer.java:106) at gp.<init>(SourceFile:26) at go.a(SourceFile:171) at go.a(SourceFile:202) at et.a(ServerConfigurationManager.java:127) at et.c(ServerConfigurationManager.java:176) at et.a(ServerConfigurationManager.java:88) at gx.completeConnection(NetLoginHandler.java:164) at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:149) at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:109) at gx.d(NetLoginHandler.java:149) at gx.c(NetLoginHandler.java:51) at fy.a(ServerListenThread.java:50) at fx.b(SourceFile:29) at ft.q(DedicatedServer.java:256) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at ep.run(SourceFile:539) Its seem to be an error with the landscape generation, I'm using Dimension API 1.6.1 and Forge 4.1.1.297. Why does it work in SP and not in MP when I installed both the same way. Help, I really need this! EDIT: This initializeNoiseField Seems to be the problem in the server, I dont know why.
-
How do I achieve that? I really have no Idea, I can't lose my mod!
-
I apologize for the double post, sorry. But I can't remember updating MD5's, is there a way to fix this?
-
PLEASE, I really need help wth this!
-
Ok, all went well until I tried to reobfuscate my mod. It starts reobfuscating, but when it hits "extracting modified classes" This happens: I never even heared of that file, nor did I edit it! Please, I need this very badly, I tried replacing it but still it says its modified! Help, I cannot release my mod this way!
-
Wow, that was easy, it worked! Thanks Ebilkill.
-
Hello there, I've made an Item wich spawns an entity but this is what happens: [1] Chat message appears twice [2] Entity is spawned twice [3] One of the two can move and be hit, the other one just stands there and can't be damaged or anything. this is the spawner code: Please help, I really need this! I don't understand why Its doing it twice all the time, I've followed countless tutorials. EntityUltima
-
Yes, but Its my own mod I'm trying to decompile (long story) All Tutorials on google give these instructions: 1. Put mod in jar. 2. add all needed stuff. 3. decompile. Well, that obviously does not work, so I don't know these "certain" things.
-
When I try to decompile my Jar, It always gives me the "ClassNotFound net/minecraftforge/common/Configuration" Whats up with that, its in the folder.
-
It looks like the console spams this message when equipping armor: This is weird, because, I didn't touch the code in any way and this worked before. EDIT: Here is the code wich calls the 6. mod_NihiliumArmor
-
Here is my problem. Before I updated my Forge [4.0.0] to [4.1.1] my armor worked just fine, now suddenly, it went invisible. When equipping it, the armor is invisible and strangely, the item held go's invisible in third person too (?!) This is very strange because I haven't touched the code. NihiliumItemArmor Help?
-
When reobfuscating, my human mobs have a white texture, while other then human (biped) mobs i made do have textures. While in eclipse, they have a texture. I put the textures that are in the eclipse jar in my normal jar, but they still are white?
-
Thanks alot! Its working now!
-
Thank you, but there is no .addarmor in GameRegistery. This is my code. package net.minecraft.src; import java.util.Random; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.src.ItemArmor; import net.minecraftforge.client.MinecraftForgeClient; public class mod_UraniacArmour extends BaseMod { //First number: data value //Second number: durability/strength of UraniacArmour //Third number: skin (what the UraniacArmour looks like when you're wearing it) //Fourth number: type of amour (0 = Helm, 1 = UraniacBody, 2 = UraniacLegs, 3 = UraniacBoots) public static final Item UraniacHelmet = new UraniacItemArmor(4007, EnumArmorMaterial.URANIAC, ModLoader.addArmor("UraniacHelmet"), 0).setItemName("Uraniac Helmet").setIconIndex(15); public static final Item UraniacBody = new UraniacItemArmor(4008, EnumArmorMaterial.URANIAC, ModLoader.addArmor("UraniacBody"), 1).setItemName("Uraniac Chestplate").setIconIndex(14); public static final Item UraniacLegs = new UraniacItemArmor(4009, EnumArmorMaterial.URANIAC, ModLoader.addArmor("UraniacLegs"), 2).setItemName("Uraniac Legs").setIconIndex(12); public static final Item UraniacBoots = new UraniacItemArmor(4010, EnumArmorMaterial.URANIAC, ModLoader.addArmor("UraniacBoots"), 3).setItemName("Uraniac Boots").setIconIndex(13); public mod_UraniacArmour() { //This adds the item textures, which is what the UraniacArmour looks like when you're holding it //This sets the recipes for each piece of UraniacArmour. //Note: I made it so the recipes are the same as regular UraniacArmour recipes, // except they're made completely out of dirt //The next four lines add the in-game names to each piece of UraniacArmour. ModLoader.addName(UraniacHelmet, "Uraniac Helmet"); ModLoader.addName(UraniacBody, "Uraniac Chest Plate"); ModLoader.addName(UraniacLegs, "Uraniac Greaves"); ModLoader.addName(UraniacBoots, "Uraniac Boots"); } //This function tells ModLoader what "version" your mod is (don't worry about it, I put in pi for you) public String getVersion(){ return "1.3.2"; } public void load() { ModLoader.addRecipe(new ItemStack(UraniacHelmet, 1), new Object[] { "***", "* *", Character.valueOf('*'), mod_UraniacBar.UraniacBar }); ModLoader.addRecipe(new ItemStack(UraniacBody, 1), new Object[] { "* *", "***", "***", Character.valueOf('*'), mod_UraniacBar.UraniacBar }); ModLoader.addRecipe(new ItemStack(UraniacLegs, 1), new Object[] { "***", "* *", "* *", Character.valueOf('*'), mod_UraniacBar.UraniacBar }); ModLoader.addRecipe(new ItemStack(UraniacBoots, 1), new Object[] { "* *", "* *", Character.valueOf('*'), mod_UraniacBar.UraniacBar }); { MinecraftForgeClient.preloadTexture("/DPIndex.png"); } } } The Server gives the error: NoSuchMethod modloader.addarmor.
-
Ok, I'm currently working on a SMP mod wich worked great until i added armors. modloader.addArmor crashes the server. Is there way to replace this or....?
-
Ah, it seems my Minecraft had an outdated version of Forge (wich is strange, because i downloaded 4.0.0). Fixed.
-
Also, a block of mine has a smelting recipe. When smelting the block, it puts out the ingot but nameless, this indicates the missing file. The forge log from my minecraft. 2012-08-26 14:11:46 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.71.289 for Minecraft client:1.3.2, server:1.3.2 loading 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Discovering coremods 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Running coremod plugins 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Validating minecraft 2012-08-26 14:11:46 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-08-26 14:11:48 [iNFO] [sTDOUT] 27 achievements 2012-08-26 14:11:48 [iNFO] [sTDOUT] 195 recipes 2012-08-26 14:11:48 [iNFO] [sTDOUT] Setting user: GigaNova, -5603483004500117840 2012-08-26 14:11:48 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-08-26 14:11:49 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-08-26 14:11:49 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\bin\lwjgl.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\bin\jinput.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Gerard\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Gerard\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-08-26 14:11:50 [iNFO] [ForgeModLoader] Searching C:\Users\Gerard\AppData\Roaming\.minecraft\mods for mods 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Ignoring unknown file minecraft.rar in mods directory 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_Blazium 2012-08-26 14:11:50 [WARNING] [ForgeModLoader] Zip file minecraft.jar failed to read properly, it will be ignored 2012-08-26 14:11:50 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Received a system property request '' 2012-08-26 14:11:50 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-08-26 14:11:50 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-08-26 14:11:50 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Mod sorting data: 2012-08-26 14:11:50 [FINE] [ForgeModLoader] mod_Blazium(mod_Blazium): minecraft.jar () 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Activating mod FML 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Activating mod Forge 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Enabling mod mod_Blazium 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Activating mod mod_Blazium 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f to mod FML 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f delivered to mod FML 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f to mod Forge 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f delivered to mod Forge 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f to mod mod_Blazium 2012-08-26 14:11:50 [FINE] [ForgeModLoader] No MLProp configuration for mod_Blazium found or required. No file written 2012-08-26 14:11:50 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_Blazium 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1a0784f delivered to mod mod_Blazium 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 to mod FML 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 delivered to mod FML 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 to mod Forge 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 delivered to mod Forge 2012-08-26 14:11:50 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 to mod mod_Blazium 2012-08-26 14:11:50 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@14e1b66 delivered to mod mod_Blazium 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf delivered to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf delivered to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf to mod mod_Blazium 2012-08-26 14:11:51 [iNFO] [ForgeModLoader] MinecraftForge v4.0.0.200 Initialized 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1732bcf delivered to mod mod_Blazium 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c delivered to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c delivered to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c to mod mod_Blazium 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@16dfe7c delivered to mod mod_Blazium 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 delivered to mod FML 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 delivered to mod Forge 2012-08-26 14:11:51 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 to mod mod_Blazium 2012-08-26 14:11:51 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@11965c7 delivered to mod mod_Blazium 2012-08-26 14:11:51 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 to mod FML 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 delivered to mod FML 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 to mod Forge 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 delivered to mod Forge 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 to mod mod_Blazium 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1864014 delivered to mod mod_Blazium 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd to mod FML 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd delivered to mod FML 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd to mod Forge 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd delivered to mod Forge 2012-08-26 14:11:59 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd to mod mod_Blazium 2012-08-26 14:11:59 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@c465cd delivered to mod mod_Blazium 2012-08-26 14:12:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 to mod FML 2012-08-26 14:12:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 delivered to mod FML 2012-08-26 14:12:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 to mod Forge 2012-08-26 14:12:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 delivered to mod Forge 2012-08-26 14:12:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 to mod mod_Blazium 2012-08-26 14:12:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@923822 delivered to mod mod_Blazium 2012-08-26 14:12:48 [iNFO] [sTDOUT] MinecraftForge v4.0.0.200 Initialized Stopping!
-
I've followed on how to output a mod, but when i output it, only 1 mod loads in the normal minecraft. But in eclipse, it loads all 3. It reobfuscates all 3 tough. What could be the problem?
-
Ok, I have the latest MCP and Forge installed and its completly working, i've already made an ore. But when i made 2 items, this is what happend: My custom texture is being loaded on the sides of the pumpkin for no apparent reason. I have not edited the pumpkin files by any means. Mod_BlaziumBar package net.minecraft.src; public class mod_BlaziumBar extends BaseMod { public static final Item BlaziumBar = new BlaziumBar(5000).setItemName("anyNameHere"); public void load() { BlaziumBar.iconIndex = ModLoader.addOverride("/gui/items.png", "/DPMod/blazegot.png"); ModLoader.addName(BlaziumBar, "BlaziumBar"); ModLoader.addRecipe(new ItemStack(BlaziumBar, 1), new Object [] {"#", Character.valueOf('#'), Block.dirt}); } public String getVersion() { return "1.3.2"; } } mod_BlaziumBar2 package net.minecraft.src; public class mod_BlaziumBar2 extends BaseMod { public static final Item BlaziumBar2 = new BlaziumBar2(5001).setItemName("anyNameHere"); public void load() { BlaziumBar2.iconIndex = ModLoader.addOverride("/gui/items.png", "/DPMod/blazegot2.png"); ModLoader.addName(BlaziumBar2, "BlaziumBar2"); ModLoader.addRecipe(new ItemStack(BlaziumBar2, 1), new Object [] {"#", Character.valueOf('#'), Block.dirt}); } public String getVersion() { return "1.3.2"; } } I need desperate help, please! I tried chaning ID's and everything, names, files, PLEASE! P.S: I created the BlaziumBar2 AFTER I saw the glitch on the pumpkin, so its not its fault.