Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. With no intention of offending, you should really learn how to comfortably manage files/folders on your chosen operating system (windows/mac/etc.), and then proceed to make sure you understand basic java syntax. Without these skills, you will have a lot of trouble even trying to accomplish the most basic of things (especially if you're following the tutorials you linked, they're quite out of date, and will not help you unless you know some java already). While people here are great and will offer tons of help and advice, if you repeatedly demonstrate a lack of basic java/programming knowledge, your welcome will wear out quickly. Again, no offense intended, but the above quoted post indicates that you have a bit of homework to do before you're ready to start making mods for minecraft.
  2. First, 1.7.10 is no longer supported here. Second, you got the package name on your proxy in the @SidedProxy wrong, you added "com." at the beginning, but that is not there in the actual package name.
  3. You could always try the curse client, however if you run into issues, you will have to go to the modpack creator for help, for the reason larsgerrits explained above.
  4. Show code, especially where you register all your stuff, it looks like you've got a null value somewhere you shouldn't.
  5. Just remove it to test using a backup of your game. Then, if no crash, you know it's sponge causing it, and if it does crash, you have the crashlog requested to post here
  6. https://www.google.com/search?q=how+to+disable+hiding+known+file+extensions&ie=utf-8&oe=utf-8 Tells you how to disable the hiding of file extensions, you can actually change your file names.
  7. There is also a mod on curse called qubble that adds similar functionality as techne in game as a menu item. I haven't messed with it a ton, but it seems fairly cool.
  8. Forge for 1.7.10 is no longer supported here. Upgrade to a newer version for support.
  9. you're missing the class com.clowcadia.tut.proxy.ClientProxy; you probably named it something different.
  10. If you're getting the same output as the last screenshot you shared, the problem is there is another program on your computer binding to the minecraft default port. Stop that program, or change the port your minecraft server is listening on (server.properties I believe)
  11. You won't find much help for Minecraft 1.6.4 here. I don't think earlier than 1.8.9 (and even that is probably frowned upon) is supported. Here's a link to the EAQ for reference:
  12. Just something I noticed checking out your tutorials, I believe you should not be using getItemModelMesher to register your models anymore, I think it should be using ModelLoader.setCustomModelResourceLocation. Just figured I'd mention it so you can show people the correct way of doing it.
  13. Per the EAQ ( ) Forge 1.7.10 is no longer supported here, update to receive help.
  14. Forge 1.7.10 is no longer supported here. Upgrade to receive support. (the EAQ states this as well as "read this first")
  15. A per the EAQ (that said read before posting): http://www.minecraftforge.net/forum/index.php?topic=20.0 Forge 1.7.10 is no longer supported here. You must upgrade to a newer version to get help.
  16. The EAQ (http://www.minecraftforge.net/forum/index.php?board=119.0) states forge for 1.7.10 is no longer supported, and you need to update for support here.
  17. Not sure to be honest, might be time to start looking at newer/updated mods and bite the bullet and update, there are lots of great mods for 1.10.2+.
  18. Forge 1.7.10 is no longer supported here, if you upgrade and still have issues come back for help then. (EAQ says read before posting: http://www.minecraftforge.net/forum/index.php?board=119.0)
  19. I'd give disabling the loading screen a shot, as described in the EAQ.
  20. The issues here is if you don't know what language you need to set for syntax highlighting, you really don't have any business trying to code a mod, and also, pasting your code so that it is all left-aligned, without any indentation, makes it such a pain to read, no one is going to attempt to make heads or tails of it as to where it's going wrong. Those are your 2 big mistakes, aside from whatever is actually broken in your code.
  21. Sorry, I looked at that image too lol. Perhaps it's using another IC2.ini file from somewhere? Sounds silly but really only other thing that makes sense *Edit: the highlighted line in the image is line 54, not line 63 per the error. This gives a little more credibility to the theory that it's using a different config file from somewhere doesn't it?
  22. Can you open up the IC2.ini file, find blockScaffold, and change it to scaffold? Mine is line 47 (from FTB lite) , looks like: recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold
  23. It may be possible, but you won't be able to handle many mods if it works at all would be my guess. It looks as if your PC has ~512MB ram and shared memory onboard video. If vanilla works, you might have to make do with that if you can't upgrade your computer.
  24. http://www.minecraftforge.net/forum/index.php?board=119.0 (it says to read this before posting) 1.7.10 is no longer supported by forge.
  25. http://mcforge.readthedocs.io/en/latest/gettingstarted/ This works for me Hope it helps!
×
×
  • Create New...

Important Information

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