owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
197 stars 37 forks source link

Allow world names with a `.` in the file path #6

Closed mdornseif closed 4 years ago

mdornseif commented 4 years ago

Something like minecraft/saves/zombie survival ep.1/ results in a failure eithin coords_from_region(). Parsing from the end of the filename should fix that.