Posted May 14, 201510 yr I want to be able to get the absolute path of the Minecraft directory. I tried Minecraft.getMinecraft().mcDataDir.getPath()); But it just returns a period. How can I get the path of Minecraft?
May 14, 201510 yr Author To save data not associated with any block/part of the map, I will have to write to a file, unless there is a way to do that. (Namely save ItemStacks not tied to a block/entity, and some custom datatypes).
May 14, 201510 yr There is the world folders you should be saving this into, not the root minecraft folder. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
May 14, 201510 yr Author Well I was going to modify the string to be MCDIR/saves/worldObj.getWorldInfo.getWorldName()/ but is there a simpler way to get the path of that?
May 14, 201510 yr Author I was looking at WorldSavedData and it seemed like it doesn't do what I want it to do exactly. It's more like is there a NBT tag associated with the map itself that I can access?
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.