Add shader option to disable biome shading, disable biome shading on non-normal worlds

This commit is contained in:
Mike Primm 2011-07-24 17:14:45 -05:00
parent 62b42aa302
commit 78f571a68b
7 changed files with 40 additions and 10 deletions

View file

@ -541,4 +541,7 @@ public class LegacyMapChunkCache implements MapChunkCache {
return false;
return true;
}
public World getWorld() {
return w;
}
}