Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. Macs do not auto-extract zip files when you download them, you're doing something wrong. Either way this isn;t a issue on our end, download the file properly/use a proper archive tool and it'll work.
  2. both users were banned for being mineshafter users, buy the fucking game.
  3. There really isnt anything we can do beyond tell you to install things correctly. If you cant not figure it out, use one of the plethora of launcher that are available.
  4. qx.getCurrentPlayerStrVsBlock(Lamq;I)F Simple issue you've installed something on top of Forge that is not compatible with forge, this is not my issue.
  5. Longs are just two ints.
  6. I have not dissected the Joypad mod to see exactly what it does, however as it is a base class editing mod, the burden of support is on there end. We do not support mods that edit base classes. All the tools are available for them to become base clean but its up to them.
  7. Seems to me that your computer just cant handle running both the client and server in your current configuration. Not a forge issue.
  8. It should as long as you save the file with the byte order marker. We can't really do anything to automatically detect unicode, there are reasons why the BOM exists.
  9. Profiling snapshots or locking. Forge does not add any extraordinary stress onto minecraft.
  10. Use any of the hundreds of minecraft launchers out there.
  11. We dont do anything weird, the issue is a simple thing he can do on his end. Speak with them.
  12. I plan on tossing a config flag to revert these specific things. And then completely dumping ISidedInventroy from forge.
  13. One or more mods you're using is screwing up its entity registration, track it down and bitch at the modder.
  14. You're 20 versions out of date, update.
  15. The mod ValvePipe (Valve Pipe) requires mods [buildCraft|Transport, BuildCraft|Silicon, BuildCraft|Energy] to be available
  16. 1) We dont help with ekkit 2) There are plenty of place to get Fernflower 3) You should update.
  17. Its a rather simple issue, you do not have the forge_at.cfg file installed where forge can see it. Theres not much we can do to hold your hand if you can't figure out the simple install process, use a launcher.
  18. The color on ground was a old bug that we squashed quite some time ago. As for it happening in your inventory with another mod... go talk to the other mod -.-
  19. There are many ways you can do it, you have all the imputs a coputer has access to at your fingertips. You just have to trigger it, not a forge thing.
  20. No, Modding should be for modders, not point and click idiots. If you're not willing to learn the BASICS of java, then you shouldn't be making mods.
  21. If you'd actually look into what you're doing you'll understand why the 2nd is wrong. OFC it wont use your NEW instance -.- You have to add it to the one you're looking for. Also If you look at the construtor for WeightedRandomChestContent: new WeightedRandomChestContent(new ItemStack(TelicraftMain.megaAdamant), 55, 1, 3) public WeightedRandomChestContent(ItemStack par1ItemStack, int par2, int par3, int par4) { super(par4); this.theItemId = par1ItemStack; this.theMinimumChanceToGenerateItem = par2; this.theMaximumChanceToGenerateItem = par3; } Essentially you're saying you want the minimum amount to be 55, the max amount to be 1 ..... Thats kinda retarded.... Check your arguments.
  22. We dont support the snapshot branches as it a severly bugged and there soley to ive mod devs a glimpse of whats to come.
  23. Its a issue with a Mod, not forge.
  24. No, he just has a really stupid folder name: E:\Minecraft great servers\The Flans Return (Den angivne fil blev ikke fundet) Most likely he has a ! in there somewhere.
×
×
  • Create New...

Important Information

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