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.

Jester

Members
  • Joined

  • Last visited

  1. I fixed this. @SubscribeEvent public void onQuit(ClientDisconnectionFromServerEvent event) { } @SubscribeEvent public void onQuit(ClientDisconnectionFromServerEvent event) { }
  2. My mod Main class initialization MinecraftForge.EVENT_BUS.register(new Quit()); Quit.class @SubscribeEvent public void onQuit(PlayerLoggedOutEvent event) { System.out.println("LoggedOut"); PlayerInfo.resetServer(); } This event is only called at SinglePlayer Logout, btw i need both (SP & MP Disconnect)
  3. I need force the player to update, and in 1.7.10 doesn't have updateJSON parameter
  4. I know the basic to download a file and output him bytes, but how i get my mod file? i tried using ClassLoader but i can't identify my mod by name, because the user can rename it. Any ideas?
  5. That solved! Thank you <3
  6. I did like everyone, but "Minecraft is missing" when i try open it, don't comes with "java/src" or "java/resources" http://prntscr.com/e7z5ug i just open eclipse and selected "%forgeDirectory%/eclipse", the project is right there but i can't open it.
  7. Every time that I run "gradlew setupDecompWorkspace eclipse" download everything perfectly, but I can't use the eclipse workspace (it's BUILD SUCCESSFUL) Finnaly, the problem is that the project is not created correctly. Here is eclipse project explorer > http://prntscr.com/e7yxr2 MDK Folder > http://prntscr.com/e7yxzb How to solve this?
  8. Because don't exist a mcp forum. You are soo kind. http://prntscr.com/e13j5z
  9. I created a mod using MCP for 1.8 (mcp910) (i can't use forge, need be mcp910) But, whenever I try launch the minecraft version (1.8 - Modded) Minecraft cancel's the launch and install a new jar for 1.8 Someone know this? I'm putting the "reobf" files at "1.8 - Modded.jar" it's that right?

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.