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. We havent changed anything, we've added it so that you have to identify yourself as modded so we can do mod negotiation. So take a look https://github.com/MinecraftForge/FML/tree/master/src/main/java/cpw/mods/fml/common/network
  2. You've messed up the quotes around your version variable. You need to use single quotes like '
  3. http://wiki.vg/Protocol
  4. This is caused by mineplex's proxy server {the one that lets you connect seamlessly to other servers} Go speak with them about it, It was fixed though.. They may of changed something and reintroduced it recently.
  5. No, we don't support bypassing of Mojang's auth servers.
  6. LexManos replied to Darcsoul's topic in Off-topic
    Only download the shit through our site: http://www.minecraftforge.net/forum/index.php?action=files The links are laid out in a table.. not sure how they can be confusing as to what is what. And if you dont know how to tell the difference between an ad and the real download then you should really go install adblock. We also provide the direct links in the same page to bypass adfly entirely. {The * next to every link}
  7. Try the umm.. 'logs' file...
  8. What are you trying to do/make? We do not support getting the editable source of Minecraft in 1.7+. However, you can still use MCP to do what you want. ... Again what do you actually want to acomplish?
  9. FML events are on the FML bus, and Forge events are on the Forge bus.
  10. It was removed in 1.6 because of the new Mojang launcher made it unnessasary.
  11. Or, alternatively to the bottom half, use the provided eclipse workspace with no need to download or install extra plugins and pre-configured run configs. But ya there are like 50 of these tutorials.
  12. Protip: Read the stack trace: Bolded the important bits, The AetherTeams's TLTransformer is throwing a error causing it to not be able to resolve the EmptyChunk class. Nothing related to forge, speak with the AetherTeam.
  13. You need to specify the argument that it is asking for. If you are running with a custom run configuration then you need to make sure to supply the proper arguments. Our built in workspace/run configs have it all setup if you want to take a look there.
  14. Bah, seems my internet has taken a shit and I'm getting 0.5Mbps. So that'd take me roughly 8 hours to download. I've got a tech coming out tomarrow to take a look. Will look at your save once that's resolved. Alright, fixed my internet myself whoot! Took a look at your world, and I have to say with 100% certainty, it's NOT a Forge issue. And you DO have Hostile mobs in your world. First thing I did was load your world in a clean Forge setup and then cycle the difficulty {Went to peaceful [which kills all hostible mobs] and then back to hard.} And immediatly got killed by a skeleton. That told me you have mobs, but they are not around you. So I made a box, and then wrote a command to teleport all monsters into that box. This is what I saw: If you notice, ALL the entities have something in there hands {and some are even wearing armor} If a Monster is holding something in there hands they will NOT despawn, this is a mechanic in vanilla to prevent you loosing your items when a monster kills you and takes them. So, basically you have hundreds of monsters running around caves clutching tightly to chicken eggs for some unknown reason. All I can say is that one of your mods added it, No clue why.. Did you install a 'Chickens are gods!' mod or something? So ya, basically, just cycle your difficulty to purge all monsters that are loaded, this does NOT kill the monsters that are NOT in the loaded chunks, but you can try running around in your world on peaceful to load all the chunks and kill them.
  15. The javadocs exist for a reason, provides a better setup then your system. We also have the wiki for tutorials and examples.
  16. Give me a copy of the world that is having issue.
  17. There are a lot more then that in there.
  18. We dont allow random attachments, there are many other sites to host text with. also, http://puu.sh/6T14y.jpg seems to be spawning just fine for me... Make sure NOTHING else is installed.
  19. From a quick read and google, it looks like the version of BasicComponents you're trying t install is not for that version of minecraft. Make sure you're using the correct version of the mod for your MC version.
  20. The problem is that you don't have write access to your gradle cache folder... Make sure you have permission for that.
  21. If it sees the project and it's greyed out, it typically tells you the reason when you click on it in the bottom screen.
  22. Yes, I know precisely what the .minecraft folder structure is, and unless you completely screw it over it's rather small. And it isn't a sub folder, it's right there at the root of the .minecraft folder not hidden in any way. You know what you don't do to people who are helping you. Bitch at them. Enjoy the ban.
  23. run with --debug --refresh-dependnencies And pastebin the gradle.log file in the .gradle folder Also how much ram does your computer have?
  24. I have no idea where you're looking, but the mods folder is created by FML just fine: It's where it has always been, in your minecraft folder, just like the logs that will be in your minecraft folder. Protip: EVERYTHING is in your minecraft folder unless you move it.
  25. This naming format is a standard used in the bulk of the real programming world. And it is the one that will be used in the future when we move from a flat folder to a artifact based mod list. So, you can change it, but you shouldn't

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.