Posted May 10, 201510 yr So I would like to be able to save some custom binary files in the Minecraft folder and I was wondering if there is a function I can call to get the game folder regardless of operating system.
May 10, 201510 yr 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.
May 10, 201510 yr 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 I need to know! (dammit my brainz) 1.7.10 is no longer supported by forge, you are on your own.
May 10, 201510 yr Author 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. Oh well, I guess that's just a little extra incentive for people to help me out!
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.