PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Fix loading of worlds other than the overworld #58

Open thelampgod opened 2 years ago

thelampgod commented 2 years ago

MinecraftSave.world() for ids other than 0 has never worked as the regions are stored 1 folder deeper, in the region directory in every dimension. this fixes that