diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
commit | a6a7f2c65c68303dbc13ae4d48607936b02e4bba (patch) | |
tree | 80bfe8b4dd2f790117ac6ef6eaa991429cfcd014 /mcmap/block.go | |
parent | 4c579bd2bb0588c9014dfa22676592088eac2639 (diff) | |
download | gomcmap-master.tar.gz gomcmap-master.tar.bz2 gomcmap-master.zip |
Diffstat (limited to 'mcmap/block.go')
-rw-r--r-- | mcmap/block.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcmap/block.go b/mcmap/block.go index 72dc9ed..e37597f 100644 --- a/mcmap/block.go +++ b/mcmap/block.go @@ -1,7 +1,7 @@ package mcmap import ( - "github.com/kch42/gonbt/nbt" + "github.com/silvasur/gonbt/nbt" ) type BlockID uint16 |