Fix translucent tiles being dropped (water edges), improve biome workaround

This commit is contained in:
Mike Primm 2011-09-27 01:27:51 -05:00
parent 6348fbe789
commit 7d79301293
3 changed files with 22 additions and 8 deletions

View file

@ -31,7 +31,7 @@ public class TexturePackHDShader implements HDShader {
@Override
public boolean isBiomeDataNeeded() {
return true;
return swamp_shaded;
}
@Override