update to 1.18.2 & fix bug in snbt encoding
This commit is contained in:
@ -39,7 +39,7 @@ func main() {
|
||||
|
||||
func readBlockStates(states *[]State) {
|
||||
// open block_states data file
|
||||
f, err := os.Open("testdata/blocks.nbt")
|
||||
f, err := os.Open("blocks.nbt")
|
||||
if err != nil {
|
||||
log.Panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user