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.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. I posted this in general discussion, as I do not really need help, but I just noticed something interesting/strange and figured I'd bring it up for discussion . I have seen it said many times to make sure your ModelRegistryEvent handler is in a client-only class, or it will crash a dedicated server as client classes do not exist there. I just noticed that a mod I was tinkering with has the ModelRegistryEvent handler in the same class (annotated as an EventBusSubscriber) as the item and block registration events. I have run this myself on a server and client (separate machines), and had the block in hand without any crashes or anything. Just figured I'd throw this out there for comment/informational purposes. Whether this is intended behavior, or a glitch that will eventually go away, I honestly have no idea.
  2. You should make a modpack for a newer version of Minecraft, 1.7.10 is so ancient it is no longer supported.
  3. Yes, you would need to install Minecraft. Make sure you check which edition you need from the article you read, most mods (including forge) are for the Java edition, which comes from minecraft.net, NOT the windows store. Even if you wanted the windows 10 edition, buy the Java edition from minecraft.net and you get a free copy of the Windows 10/Bedrock edition.
  4. - It's being advised to stop using 1.8.x versions and to update to something more modern. - Post the complete logs/fml-client-latest.log from your minecraft profile directory in spoiler tags
  5. Minecraft 1.7.10 is really really old and no longer supported here, you will need to update to a more modern version to get support.
  6. Make sure you are using Java 8 and not Java 9. java -version at the command prompt will tell you which version you have.
  7. I would see if I could find the code for the op and deop commands and find out if I can call similar routines from my own code.
  8. If you remove autodab mod does it still crash?
  9. 1.7.10 is no longer supported on these forums, you will need to update to receive support. When a moderator sees this thread, it will most likely be locked. Aside from that, I would guess that your world is corrupt, and you would need to restore from a recent backup.
  10. 1.7.10 is no longer supported, you will need to update for support.
  11. I believe making your own launcher is discouraged/prohibited. Even the Twitch launcher still runs the official Minecraft launcher to run the game.
  12. Upload your code to a github repository and just post the link here.
  13. Try this, see if it helps:
  14. You need Java 8 to do MC modding
  15. Just for S&Gs, what if you make the constructor in your BiomeConfigurator class public? Does that change anything?
  16. You should post your code to a github repository, and then link to it here so we can see all potentially relevant code.
  17. try ./gradlew setupDecompWorkspace eclipse from the commandline, while in the directory you put the forge files in.
  18. If it's only happening to you, I'd say it's something on your client side. Post your logs/fml-client-latest.log file (in spoiler tags), and perhaps your computer specs (cpu, ram, graphics card), they might give some clues as to what's going on.
  19. The only problem with this, is when people come here trying to make a mod with little to no java experience, to the point of not understanding classes, methods, properties, inheritance, overrides, etc, it all goes back to "learn java". I do agree that the amount of "java training" needed will vary from person to person, but unless they do not plan on coming here to ask questions and instead seeking the answers themselves, they should probably learn a decent amount of java first before attempting to mod.
  20. You should upload your code to a git repository on github, and show what you have tried. Look through vanilla code, look at other mods that have source published on github (there are tons), and give it a try.
  21. I would urge you to update, preferably to 1.12.2 1.7.10 is very old, and no longer supported on these forums.
  22. 1.7.10 is very old, and no longer supported on these forums. I urge you to update to the latest version of MC/Forge.

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.