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. You can't, they are not for you to edit they are internal Forge files.
  2. We do not support 1.6.4 anymore, it's a year old -.- You're on your own, read your logs.
  3. There are no 1.6.4a/b And No Mods do not work between MC versions. As for multiple directories, that's what the game dir option in the profile config is for -.-
  4. 2014-06-05 16:59:10 [sEVERE] [ForgeModLoader] The mod ExtraDecor (Extrapolated Decor) requires mods [Minestrappolation] to be available ie. Check your dependencies.
  5. We Do not support 1.6.4 anymore, update.
  6. Its an error message informing you that one of your mods is not dealing with its network packets correctly, in this case, InfernalMobs, report it to the author.
  7. Use the normal Minecraft launcher.
  8. http://cauldron.minecraftforge.net/ Go to MCPC's {not called Cauldron} site or support with that.
  9. Because you arnt overriding the right function -.- You have to match the name AND the arguments. You probably imported the wrong class for Entity.
  10. jsut.amm.TickHandler.onTickInGame(TickHandler.java:37) You'll have to ask the creator of that mod. It's not our code that's erroring.
  11. Do not run any java file from a folder ending in !
  12. We need your log files.
  13. [22:31:25] [Client thread/INFO] [FML]: MinecraftForge v10.12.1.1060 Initialized No you're not. If you were you'd get a more descriptive error then cant serialize packet.
  14. Define seperate folder? Your 'Project' folder should contain all of your code, resources, and gradle scripts.
  15. Yes, Why? There are hundreds of solutions in place, use one of them or use our installer.
  16. Update Forge, and post the full logs in a place that is accessible to the rest of the world -.-
  17. I hear your bitching and eagerly await your PRs.
  18. Define 'Updated Forge' Provide logs, if you mean updated from 1.6 then it may be that the mods you have installed have screwed up there registration {Apparently Buildcraft breaks the registry} and updating worlds doesn't work. It may not be possible due to the mods either not registering themselves correctly in 1.6, or them breaking the registry in 1.7, to update worlds between the two. There isn't much we can do about that as it's Mods breaking things not us.
  19. Run from the command line {tutorial in my signature} and give us the logs.
  20. You dont, they are fillers to prevent your from conflicting with vanilla item ids. If you did, you'd screw a lot of things up. Beyond that, IDs no longer exist, in 1.7+ So you should update.
  21. Poked our web admin about it, should work fine. But he will look into it when he gets some time.
  22. No That is not what SideOnly does, modders should NEVER use SideOnly thats PURELY for vanilla code. And no, what you think SideOnly does is not what it does. What you NEED to do is properly implement this or this {Depending on the level of control you want} However, by default it should be setup where a mod is client only: https://github.com/MinecraftForge/FML/commit/1d41aa978d41267e4040ec449e10f49a20edd4fa Should be the last peice to make it so that you get a 'green check' when you have client only mods installed and the server doesnt have them.
  23. MAke sure you update to 965 as there should not be a reason not to. Sadly, I can't say to much on what would cause this, no modder should be editing the network stack as there has been a proper way to do this exposed for several versions now. I would suggest moving your things over to a test server {or just backing things up} and going through your mods one by one and testing. There is nothing in the logs that give any indication as the culprit.
  24. Just a note you may run into some other issues as well with that low amount of ram, You typically want to keep a few hunder megs for your OS, and ~128MB for your video card {which since this is java isnt included in the heap space} So if you have 1GB of RAM, I would only advise allocating ~768MB to Minecraft, or well getting more ram
  25. Thanks, I will test out some of the development builds. However, as the agreement you agree to when downloading early access states, shit may break The official releases of Java8 all work fine with Forge/LauncherWrapper.

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.