Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LexManos

Forge Code God
  • Joined

  • Last visited

Everything posted by LexManos

  1. Its the 26th now, heres a present for you all https://github.com/MinecraftForge/MinecraftForge/commit/53659fca065a600470734d81a168fbdde6ec631a Tonight, bars!
  2. User was banned. We do not support cracked client. Seriously 'cracked' minecraft clients are the most retarded thing on the planet.
  3. Like I said before, WE DO NOT control when modders load there configs, what are in the configs, where they store them. Or anything like that. In order for modders to support per-world configs, they simply have to do it. There is nothing needed on Forge's end, there is no 'library' needed, this is purely a modder issue.
  4. If you're a mother, you should be mature enough to follow directions. The number one being POST YOUR LOG FILE. We can not help you without this log file. There is a reason why it's in red letters at the top of each page, and it's in the EAQ listed in a thread called Read this or you will be banned -.-
  5. You're launching with java 6 one of the mods you have installed requires java 7
  6. ... That defeats the entire point and thus isn't supported.. So No...
  7. Your launcher is broken, use the default launcher. We do not control other launchers nore do we support them. This is clearly a launcher issue.
  8. Its the same process as installing on windows except you don't use the exe wrapper...
  9. What EXACT link are you clicking.
  10. So, and update. Yes, Forge Compiles. Yes, it also RUNS on 1.8. There are still 16 rendering related patches for me to go through. I REALLY hate rendering so i've put those off for list. Combined with the fact that rendering has changed a lot. Just a reminder to you all, FORGE itself is not all that I work on for the Minecraft community. There is a lot of behind the scenes work that I do every update. Which has eaten a lot of my time. But, as it sits right now I just needed to finish 16 more patches and a BETA Forge will be available. {MY God I can't stress how much this is a BETA, rewriting EVERY PATCH by hand may introduce bugs} However, it is my intention to release a REAL version of Forge for 1.8.1, whenever that actually drops. Now, here is a bit of a note for you guys. You know how in 1.7, we had .1,.2, .3 ... .10. Well Theoretically we are on 1.8.5 right now, it's just that Mojang has decided to call them pre-releases this time around. So as I stated before, I am waiting on Mojang to Stabilize 1.8 before pushing out a full Forge version. Do I also take days off working on Forge/MC related stuff? Yes! For my sanity. Seriously, this update is crazy....
  11. Those look nice, however, should note that the Minecraft image is copywritten, and i'd *like* to move away from it however, I hate graphics.
  12. This is why I think people shouldn't freaking get any access to edit anything. Why are you using a AT for something that has accessors? public ItemStack getHeldItem() { return this.equipment[0]; } public ItemStack getEquipmentInSlot(int p_71124_1_) { return this.equipment[p_71124_1_]; } public ItemStack func_130225_q(int p_130225_1_) { return this.equipment[p_130225_1_ + 1]; } public void setCurrentItemOrArmor(int p_70062_1_, ItemStack p_70062_2_) { this.equipment[p_70062_1_] = p_70062_2_; } public ItemStack[] getLastActiveItems() { return this.equipment; } As for recently hit, reflection!
  13. Already possible.
  14. You need to run the forge jar not the vanilla jar.
  15. No. These are sacred areas, where modders should not touch. As this is important information, and it typically ends with Modders spamming it with their information.
  16. Logs, Exact seeds used, And Locations. Also make sure you have NO other mod installed.
  17. 1) Forge for 1.8 isnt out yet, FML is 2) We dont officially support use of Forge with Optifine. As Optifine edits base classes you'll have to talk to him about it.
  18. Forge's Modder facing things are fine. Using ASM is not, which is what I said, and is different from what you said.
  19. Ignore what dies said, designing something with ASM hacks in mind is bad, It's only done in Minecraft as a necessary evil. Your question is simple. How do you call a function in a class, when you don't know the name of the class? How do you find all classes that have a function you want to call? These are the fundamental questions for loading a mod. Figure those out in any language you want and you're good.
  20. at com.kegare.caveworld.world.ChunkProviderCaveworld.func_73153_a(ChunkProviderCaveworld.java:373) ~[ChunkProviderCaveworld.class:?] CaveWorld is kicking off a infinite loop in world generation, speak to its author.
  21. End of discussion you don't know what you are talking about and are doing nothing but speculating based off ignorant and false information. I do not have time to teach you programming or how the JVM works. This is not the place.
  22. Ya I expected you to link that post. Without going into a argument on how the JVM works. He is right, to a point. But it's not that big of a deal as he mentions.

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.