Restore biome data loading for non-normal (Bukkit is fixed), fix trap
This commit is contained in:
parent
abf909e047
commit
b5fed110ec
2 changed files with 10 additions and 10 deletions
|
|
@ -94,7 +94,7 @@ public class TexturePackHDShader implements HDShader {
|
|||
c = new Color();
|
||||
scaledtp = tp.resampleTexturePack(map.getPerspective().getModelScale());
|
||||
/* Biome raw data only works on normal worlds at this point */
|
||||
do_biome_shading = biome_shaded && (cache.getWorld().getEnvironment() == Environment.NORMAL);
|
||||
do_biome_shading = biome_shaded; // && (cache.getWorld().getEnvironment() == Environment.NORMAL);
|
||||
do_swamp_shading = do_biome_shading && swamp_shaded;
|
||||
do_water_shading = do_biome_shading && waterbiomeshaded;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue