Jump to content

Asip

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by Asip

  1. Alright so currently my console is being spammed to hell with one message, I'm guessing it has to do with two blocks conflicting but I'm not sure. I know I need a full log, but the log mainly is this message. 2013-11-28 02:03:28 [WARNING] [iC2]EnergyNet.addTileEntity:com.advGenetics.TileEntity.TileEntityDNAAnalyser@183d2cd3 (com.advGenetics.TileEntity.TileEntityDNAAnalyser@183d2cd3) is conflicting with com.advGenetics.TileEntity.TileEntityDNAAnalyser@183d2cd3 using the same position (already added, prev. te not removed, overlapping), aborting
  2. https://gist.github.com/anonymous/3105b3c1b68e00f32f3f
  3. Alright so I got everything for the most part working but this is my error: cpw.mods.fml.common.MissingModsException at cpw.mods.fml.common.Loader.sortModList(Loader.java:244) at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) What's it mean?
  4. Hello, I'm working on a mod for a friend of mine's server and he wants it too add drugs so I need a bit of help, I'm not sure exactly how to add a potion effect to a food. I got the food working and it's edible. Heres my code: Main File: https://gist.github.com/anonymous/7554077 cocaine.java file: https://gist.github.com/anonymous/7554085 Also if someone could on the side tell me how to make it edible even when food is full, I'd be grateful. Thanks, Asip
  5. If you need anything else, just tell me I'm willing to help.
  6. Hello I'm trying to install a couple mods to play singleplayer with out of boredom and I've been configuring them, and now what I've got when I thought to have got them working is this: http://paste.minecraftforge.net/view/ddeb2599 I believe the error is this: java.lang.ArrayIndexOutOfBoundsException: 4275 but I don't know
  7. OH http://paste.minecraftforge.net/view/795e63ee
  8. Is none, this is the crash error: 2013-07-31 16:30:03 [sTDERR] at Asip.topaz.TopaznMore.load(TopaznMore.java:385)
  9. Could you help me with another problem, when starting it up it does load but then crashes, heres the error it says, the only error about my mod: 2013-07-31 16:30:03 [iNFO] [sTDERR] at Asip.topaz.TopaznMore.load(TopaznMore.java:385) Heres my TopaznMore thing: http://paste.minecraftforge.net/view/615da84f
  10. Hello I need some help, I was going to test my mod after adding the textures into the texture folder in the jar and using the Run Client button in Eclipse, but this is what I get in console: Error: Could not find or load main class Start and the error is: Description Resource Path Location Type The project was not built due to "Could not delete '/Minecraft/bin/net'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent Minecraft Unknown Java Problem What could be the problem?
  11. oh and theres no error messages.
  12. Hello, I recently added to my mod a Ruby Ore and whenever someone breaks it instead of it returning Ruby it returns Topaz, even though in the code it says to return ruby. Main Code file: http://paste.minecraftforge.net/view/9c74c452 RubyOre file: http://paste.minecraftforge.net/view/3122eff8 World Gen File: http://paste.minecraftforge.net/view/3dd62f7f If you need any more of my files tell me.
  13. Thanks, and yes I know I don't know Java I am trying to learn still I just need help with learning this stuff.
  14. Not really, but using common sense I'm guessing it stands for initiate or initiative.
  15. okay I wanna start with, thank you for showing me that error, second with the first line of code u paste I don't understand what you mean
  16. Will it auto register my blocks then???
  17. thing is I didn't though. In the code if you read it there different items/blocks.
  18. Could I get some more help, when adding blocks/items to my config file, I get errors: Heres my code: http://paste.minecraftforge.net/view/0be0996d The errors have to do with the randomItemID and randomBlockID if anyone could tell me the problem I'd be grateful.
×
×
  • Create New...

Important Information

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