Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. This stuff is fairly simple, and we have examples in Forge.... Not sure why people are getting so confused.
  2. The log file will give you more information. Most likely you are having issues decompressing the libraries because you don't have enough ram. You can fix this by reading the EAQs on how to add extra ram. Or you could go to maven central and download/install the scala libraries manually.
  3. Run the installer jar file as described in the eaq, or the video in my signature and post the logs from the console window. If you cant figure that our youll want to go reinstall java and then run the jarfix in the eaqs.
  4. Yes, the resoure location should be your mod id : some internal name you want
  5. That is horrible... that should not be the case. Show the rest of your class.
  6. No, istorgae is for the default implementation of serialization. If youre attaching to another entitiy that is not your own and you want tonstore data, your icapapbilityprovider must implement inbtserializeable.
  7. If only your te had a way for people to edit the integer... perhaps a method that when given an integer assigns it to the internal value.. setting it if you will....
  8. It does this by attempting to download the file but saying to there server "this is the one i have dont send me anything if its the same as yours" Which is really specific to how their host is setup and considering most othere hosts arnt configured for that they just send the file... mojang really needs to switch over to normal maven .sha1/.md5 structure u.u Anyways yes, it just looks like its downloading forge but we just give them a 404.
  9. Not for installing the client.
  10. Logs, this was a issue a few builds back with Tema's IItemHandler but it's been fixed since.
  11. Potentially yes, bust most of those cases are done in a different step known as the decorator which is actually done in a more.. culled/managed way to prevents extra loadings like this. It's a pain to wrap your head around, but the modder is doing it wrong.
  12. It would cause one or the other depending on where it goes. World generation SHOULD NEVER cause other chunks to load/regen.
  13. No, the issue is in com.rikmuld.camping.world, whatever mod that is. It's causing runaway world generation. They need to fix their mod.
  14. If the config is already created, then it will still load the loading screen he has to go an disable it in the config.
  15. Its possible, but no we are not going to do it. This is for technical legacy and just logic reasons. If you want to have mods that are not part of the normal folder structure we allow the passing of json list to the game to load extra mods from the classpath.
  16. Show me the full log from your launcher.
  17. I know, I told you to update. There is no reason for you to be on 1.8. Update to 1.8.9
  18. There is no error, so either you're clicking the screen and causing the 'not responding' popup, in which case just let the game load it'll be fine. Or the loading screen is not working for you which means you should edit the splash.properties file to disable the screen.
  19. Update your forge and tell us if it happens again with a new log.
  20. It doesnt attempt to download them because they exist. However your launcher is saying they do not exist. Either you are using a weird launcher that isn't behaving correctly. Of your appdata folder is in some quantem state where files both exist and don't exist... Give us a directly listing of your .minecraft folder.
  21. http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json Its provided for reference only. As ads are how we pay for everything manual downloads are appreciated.
  22. We'll look into it when time permits. 90% certian its one of the mods you have installed screwing up our registry because we've tested these exact actions. For now, stop swapping out mods....
  23. Give me your old world and your old/new mod packs. 9 times out fo 10 its because you have a mod that is fucking with our registry stuff and screwing it up.
  24. http://lmgtfy.com/?q=RDVehicleTools And don't bump your post 3 times -.-
×
×
  • Create New...

Important Information

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