NBT icon indicating copy to clipboard operation
NBT copied to clipboard

Unable to use this package

Open alex4200 opened this issue 6 years ago • 1 comments

I tried to use this package in the following way:

import nbt
nbtfile = nbt.NBTFile("r.1.1.mca",'rb')

but got an error

AttributeError: module 'nbt' has no attribute 'NBTFile'

Maybe I need to install this package? If so, how?

alex4200 avatar Aug 01 '19 07:08 alex4200

It's now nbt.nbt.NBTFile

matcool avatar Aug 04 '19 00:08 matcool