Jump to content

[1.8] Getting system save folder for Minecraft


HeXHaX

Recommended Posts

From my utils:

public static File getMcDir()
{
	if (MinecraftServer.getServer() != null && MinecraftServer.getServer().isDedicatedServer())
	{
		return new File(".");
	}
	return Minecraft.getMinecraft().mcDataDir;
}

 

For client it will give you the .minecraft directory (the main folder), for server it will return location in which you ran your server.jar

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Hey m8, I have totally random question for you.

 

You cound say I am kinda over-observant, but noticed that everytime you do "thank you" (on post), there are "2 members gave you thank you!"

One is you, second is " ".

 

Do you have 2 accs, someone else is thanking (strange), or there is a bug, or whetever else?

 

Just, weird :D I need to know! (dammit my brainz)

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Honestly, I have no idea why it does that because I only have one account.  It has done that since I started on this forum.  :P  Oh well, I guess that's just a little extra incentive for people to help me out!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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