Jump to content

Jester

Members
  • Posts

    9
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Jester's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.