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. Small bug with some of the new code signing functions, has been fixed.
  2. User was banned for this post. Read the damn EAQs and don't be obnoxious when asking for help.
  3. http://www.oracle.com/technetwork/java/javase/install-windows-189425.html
  4. The download is not labeled 6.6 6.6 doesn't exist, so whatever you're downloading, its not forge. You can get 6.5 from the plethora of different download links -.-
  5. Oh my god, so many hard references to client side only classes its ridiculousness. Also, you seriously need to fix your instalation process, death on your config folder not being there, my god those 15 errors were so fucking annoying to fix 1 by one. Anyways shit like this creates a hard reference: ModLoader.openGUI(entityPlayer, new GuiInteractionVillagerAdult(this, entityPlayer)); Hard reference to GuiScreen if (hearts > 100 && !Minecraft.getMinecraft().statFileWriter.hasAchievementUnlocked(MCA.instance.achievementCharmer)) Hard reference to Minecraft {yes even when sourrounded by 'getEffectiveSide' checks {which, again, is stupid and waistful. Minecraft.getMinecraft().thePlayer.triggerAchievement(MCA.instance.achievementCharmer) Not only hard reference to Minecraft, but also to EntityClientPlayerMP as thts what 'thePlayer' is. Its ridiculousness trying to track down all the hard references. Here is a tip, go to forge/mcp/src/minecraft and re-name 'client' to '______' And then fix all the errors that are in your package.
  6. Ugh, getting tired of asking for your complete code as I said SOMEWHERE you're referring to EntityClient Zip your entire code and post it. The more code you post shows the more classes that you're not posting. See: public FamilyTree familyTree = new FamilyTree(this); public ChoreCombat combatChore = new ChoreCombat(this); public ChoreFarming farmingChore = new ChoreFarming(this); public ChoreFishing fishingChore = new ChoreFishing(this); public ChoreWoodcutting woodcuttingChore = new ChoreWoodcutting(this); public ChoreMining miningChore = new ChoreMining(this); public Inventory inventory = new Inventory(this);
  7. And the rest of your code? AE: All the classes related to your Entity. Your issue is SOMEWHERE in your creation of your entity you're referencing a client class.
  8. Just a warning for people, Forge does not add any extra stress on the game. Well, minimalistic extra functionality needed to run out hooks. However, profile data or i'm closing the thread. If you don't know how to profile it, go search google its a really simple procress. Next person to post without profile data gets banned.
  9. 1) if (FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER) is bad, and expensive. Use World.isRemote 2) Why did you pastebin partial classes? The error clearly states the it's on line 105 but your class only has 103
  10. acp.a isnt a fucking class its a god damn field that gets it's access level transformed by forge at load. If you install forge properly IT WILL BE TRANSFORMED. Do not make a fucking new post, just install forge properly and as I said if you're to retarded to drag and drop from one zip to another, get a launcher to do it for you.
  11. Simple, mods need to be aware that a users actions in a inventroy can cease at anytime. And they should not require the clean closure to function properly.
  12. Somehow you're fucking up putting the forge_at.cfg file into your minecraft.jar, seriously, how difficult is it to copy files to the jar? Simple solution, install forge properly. If you can't do it yourself, use a launcher that does it for you.
  13. I wonder how any mod.. tells the server... what to do... on the server... Simple, just put your damn mod on the server..
  14. [sTDERR] java.lang.IllegalAccessError: tried to access field acp.a from class You didn't install forge all the way, simple as that.
  15. Tell the server about your enchantment simple as that. If the server doesn't think you've mined fast enough to break the block then you dont break the block.
  16. Think about that.. why would we ship something just to have you delete it?
  17. Nothing realted to world gen is bugged this is a simple map chunk decoding issue on the client side that has been fixed, just update your forge.
  18. You cant these things need to be within the byte range.
  19. Somehow, you've got a corrupt chunk loader data file, go in and delete forcedchunks.dat
  20. There is no server side ModLoader Any mod made for ModLoader inherently doesn't work on dedicated servers.
  21. IDs

    LexManos replied to Lartsch's topic in Support & Bug Reports
    You're asking if a BLOCK can be ID 5065 when minecraft only supports 4096... stop being stupid.
  22. Not a forge issue, you've fucked up your RP config.
  23. IDs

    LexManos replied to Lartsch's topic in Support & Bug Reports
    For TERRAIN gen, yes. For ores and other things added after terrain, no. There is a difference.
  24. You're not installing forge correctly, as long as you don't screw up the install, it'll be able to access that field.
  25. One of your mods has a invalid mcmod.info file. Also, the real error is that you havent installed PlayerAPI

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.