Jump 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. IBonemealHandler.
  2. -.- Your mods arnt configured peoperly. You're conflicting blocks.
  3. Stack trace or ban, read the stickie.
  4. not a FML error, a user error. Configure your mods correctly.
  5. Check the supers of the NetworkManager I KNOW you can get the player from the information you're given. Which is one of the reasons why i dont pass the player in. And duplicate villagers... Assuimg you're referring to your millinaire villagers. Thats your code, you're the one spawning them. Either way, it shouldn't create them if they are loaded from the disc.
  6. You are supplied with the NetworkManager, you can use that to get the player's entity. Which in turn can give you there username.
  7. LexManos replied to Cakejoke's topic in Suggestions
    Forge will not add any in-game content. Forge already has great things in place for ore use. It is up to the modders to not be stupid with there ores. End of discussion.
  8. We dont discuss it because im tired of discussing it. Everyone comes along with there 'super special unique ideas' which are the same ideas i've delt with a few hundred times. There are reasons I have not done it yet. Not all of these reasons I can legally say publically. It is a feature that I really wanna do. It is NOT something I will re-write the entirety of minecraft to do. It is NOT something I want to do 1/2 assed or bandaide fixed.
  9. It seems that you are running out of memory, how much memory are you allocating to minecraft? It cant load all of ther world that it needs to load.
  10. Use the C series of Optifine
  11. This error is inside ABP not forge, take it up with them.
  12. There is no special way in forge no. But all things you can do with basic java.
  13. Update your jdk
  14. That isnt the obfuscated name, that's the Searge name. You want the Notch name.
  15. Don't double post, edit your posts -.- Also, get the block id, check if it's the water block.. how difficult is that?
  16. By using MCPBot on espernet. EXA: Or, looking at the maping files inside the conf folder, those are fairly self explanatory.
  17. The reobf does not reobf strings. How could it? You have to take that into account.
  18. 1) Your names are horrible, use better naming scheme. 2) How the hell do you expect the item to use your code if you never tell it to use your code?
  19. LexManos replied to Cakejoke's topic in Suggestions
    No, Forge will not provide any in-game content. This has been suggested a few hundred times, the answer has been and always will be no. The Ore Dictionary provides a powerful enough System that it allows for clean use of any ore registered in it. No more is needed then that.
  20. Learn to use code tags -.- Also, the fuck you have 3 different 4096 fixes installed for? Also, no this isn't from forge. Looking at the mods you have installed NOTHING should be in your jar aside from forge.
  21. http://stackoverflow.com/questions/10287438/java-math-logic-error
  22. Thats actually quite similar to how El does it. Except instead of creating a new ItemStack like a berp, she just edits the ItemStack instance. stack.damage++; stack.stackSize++; Done. As for this line: if(j.getItem() != null && j.getItem() == this.pickSapphire) the PROPER line should be: if(j != null && j.getItem() == this.pickSapphire)
  23. This isn't anything related to forge, this is all related to ChickenBones and his code, you will have to speak with him. All these issues seem to extend out based on some assumptions that ChickenBones does.
  24. number all your blocks in hex, you'll see a pattern. It's quite easy.
  25. Protip, use hex.

Important Information

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

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.