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. Risugamis mods dont work on servers
  2. or, you know use the functionality fml preovides...
  3. Not a bug thats how enchanting works, there is no "book only" enchants.
  4. Typically, if you need to access package private things, you're doing it wrong. If you absolutly MUST access package private things you should use reflection. If you ABSOLUTLY MUST access package private things repeatidly and you think that it is something other modders would like to have access to, submit a PR to get it on the official AT list in forge, or write your own coremod. But, in reality, 99% of the time when a modder thinks they need to do something stupid like that, they are wrong. Explain what you are doing and someone will probably point you in the right direction.
  5. Short answer, if you're putting ANY of your code into net.minecraft.* you're doing it wrong, as we will not support you.
  6. Because it was a artifact of when we were decompiling both the client and server, now that we no longer do that it isn't needed.
  7. You've screwed up your config somehow.
  8. Something went wrong with your install, move your mod files out, run recompile, updatemd5s, then stick your mod code back in and it should be fine.
  9. Forge Version: 6.5.0 Minecraft Version: 1.4.6 Dependencies: None Downloads: Universal (Adfly) (Direct) Source (Adfly) (Direct) Javadoc (Adfly) (Direct) Minecraft Forge 6.5.0 Changelog: ============================================================================ Updated to FML v1.4.6-4.6.12.511 Updated to Minecraft v1.4.6 New: New hooks to control map rendering per-world New cloud renderer hooks MASSIVE number of new terrain gen events to allow control over almost all aspects fo terrain gen Decompile now provides proper packages for minecraft classes FML and Forge classes are now signed, and mods can test if they are signed as well. Bug Fix: Kill install if astyle isnt found Fix ForgeDirection.ROTATION_MATRIX Creative GUI will now remember what tab page you were on Make PlaySoundAtEntityEvent fire for players as well Remove erronious double call to PlayerDestroyItemEvent Fix up block drops for skulls and cocoa This is a rather small update for the modders, the major change is that we now package the classes and removed the common folder. There are a few gotchas in the 1.4.6 update to be weary!
  10. Thats because it no longer exists, backup your work, completely delete your MCP workspace and just download Forge, it will setup EVERYTHING for you.
  11. This typically happens when you have something in there that is for the wrong version of minecraft. Remove everything including your mods and coremods folder. And start fresh.
  12. Go talk to the guy who makes MagicLauncher not us.
  13. Looks to me like you have two NEIs installed.
  14. If you've got corrupt worlds.. that cant be created from this issue... So you have something else going on. I'd go get your computer checked out.
  15. Delete your global config and let it regen it. Somewhere in there you have a line with { in it And not the format it expect "name" {
  16. Yes it works just fine -.- It even downloads those versions of MCP for you. And the logs will give you more information even if it thinks your mod isnt a valid mod, it will tell you. Unless you installed things wrong.
  17. Global config will not combine all the categories It just squashes all the files together. It shouldnt really ever be used.
  18. It would appear that somewhere in the global config you have a syntax error, AE: A line with { in it but no name.
  19. Humm my eyes must of missed that in the build log, however: Outputted net/minecraft/client/gui/achievement/GuiAchievements to reobf/minecraft as aux.class Seems you're right. So this a non-critical issue if users cant copy over aux as it's just the achievement pages. Achievements still work just you wont be able to see them in the normal page.
  20. Derped a little bit in the format of the AT so out scripts thought it was something else, fixed now.
  21. Make sure your jdk bin directory is added to your path properly, its trying to execute your eintire install directory explicity, it shouldn't
  22. Pastebin your mcp log file from the logs folder.. seems you're doing.. odd..

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.