summaryrefslogtreecommitdiff
path: root/mcmap/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'mcmap/block.go')
-rw-r--r--mcmap/block.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcmap/block.go b/mcmap/block.go
index 91dc374..449e25f 100644
--- a/mcmap/block.go
+++ b/mcmap/block.go
@@ -10,7 +10,7 @@ type Block struct {
ID BlockID
Data byte // Actually only a half-byte.
BlockLight, SkyLight byte // Also, only half-bytes.
- TileEntity nbt.TagCompound // The x, y and z values in here can be ignored, will automatically be fixed on saving.
+ TileEntity nbt.TagCompound // The x, y and z values in here can be ignored, will automatically be fixed on saving. Will be nil, if no TileEntity is available.
Tick *TileTick // If nil, no TileTick info is available for this block
}