udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Rendering with -R 1 creates a transparent image #209

Closed Sworddragon closed 12 years ago

Sworddragon commented 12 years ago

With this command the rendered chunk is always transparent:

/usr/local/bin/c10t -o /tmp/world.png -w /srv/minecraft/world -R 1

Rendering with -R 2 shows me all 9 cunks correctly:

/usr/local/bin/c10t -o /tmp/world.png -w /srv/minecraft/world -R 2

uap-universe commented 12 years ago

This is confirmed, I will fix this.

EDIT: I have fixed this :) The fix will be included in my next commit.