Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. There is a function in TileEntity called canUpdate, set that to false.
  2. http://lexmanos.no-ip.org:8080/job/Forge/119/
  3. there is a function in Minecraft something along the lines of getDataDir() or something like that. Look into that and see how it determines the path, I know it uses a field. What you need to do is make your launcher set that field. Then anything that uses getDataDir will get your new path. Also, we do not support illegally distrabuting the mods/jars, which you just described. And, DO NOT BUMP YOUR POSTS. It may result in a ban next time.
  4. Something in there is screwing up your rz.class file, Figure out what mod touches that. Its not forge.
  5. You didnt reobf your mod. It's still in the net.minecraft.src. namespace.
  6. Yes, I haven't looked at it yet. I haven't gone to bed yet, running on like 27 hours now. I'll look into it tomarrow.
  7. Alright, so english isn't your first language, so I am gunna try and ignore some of the failure to comunicate. Anyways, there is a field inside of Minecraft that holds the root folder that Minecraft uses for all folders, you can use your Launcher to change that field. I dont know which field it is off the top of my head, but its fairly straight forward if you take 10 mins to go research how the directory is obtained. If you are writing a launcher, you should have the skills to read the code and figure it out.
  8. umm... what?
  9. I'll have to look into this, Been a while seince I've looked at ModLoader itself, I've left it all to cpw to do all the FML stuff. And we're trying to get it as compatible as we can. So its good to get these discrepancy reports.
  10. Mind posting up a small example mod to showcase this difference. I haven't loaded up eclipse to look into it, but last I recall all of ML's ticks are called in world.doTick which doesn't exist in the main menu.
  11. Minecrafts lighting engine doesnt support dynamic lights like this without quite a bit of a re-write.
  12. Pretty sure that is the same way ModLoader does its ticking. ModLoader doesn't do any running outside the world.
  13. https://github.com/MinecraftForge/MinecraftForge/commit/3b523d57a9ceef4684442b45a787a4441df612ed You now are rivaling RP for hooks, 26 base edits for just you. Go! Make many good tutorials on how to use this. Make mods take advantage of this. Make RedPower take advantage of this! Make it worth my while!
  14. We specifically don't add those 1 line helper functions because they are stupid. If you use them, move to the proper way of doing things. But ya the bulk of the stuff in your first post looks fine.
  15. Well you would need to transmit the textures tot he client. Even if you specify the url. If you really want to do something like this, just make your mod download the texture.
  16. We dont support MCPatcher.
  17. Posting a full log from setup would help.
  18. anything that is above 1.6_31, 31 has a bug that causes this issue.
  19. Humm, woke up to your pull request, Will need to look into it and see whats whats, but, you also forgot the server side But, only a bit of a issue there, I would move those tree-lists to just plain Block methods. And make them all world/location {and therefor TileEntity/Metadata} sensitive.
  20. As long as you are doing things properly, as Minecraft does them, None of this should be an issue. If you're having issues when converting, its MLMP, or your fault. Not ours. Go look into how clicks are sent to the server for normal MC stuff, figure out why its not working for your GUI.
  21. Optifine is a jars mod.
  22. FML hash basic HD texture support, however it does not support the fancy stuff for lava/water/etc.. that things like Optifine does. So just install OptiFine after Forge and you should be good. I just got this email from sp614x: So, it should be fine.
  23. You have to open the gui in whatever form that allows you to put items in. And you need to do whatever you need to do to make sure the client sends the click events to the server. Just like you've always had to, for any gui.
  24. If anyone had bothered to be in the IRC we had a discussion on this ysterday. It may, or may not, be added for FML/Forge, so quit harping on it. Its not like we don't know about it.
×
×
  • Create New...

Important Information

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