Open fenhl opened 8 years ago
For convenience, it should be possible to create an NBTFile using nbt.nbt.NBTFile(path), where path is a pathlib.Path object.
NBTFile
nbt.nbt.NBTFile(path)
path
pathlib.Path
For convenience, it should be possible to create an
NBTFile
usingnbt.nbt.NBTFile(path)
, wherepath
is apathlib.Path
object.