Fix translucent tiles being dropped (water edges), improve biome workaround
This commit is contained in:
parent
6348fbe789
commit
7d79301293
3 changed files with 22 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ public class TexturePackHDShader implements HDShader {
|
|||
|
||||
@Override
|
||||
public boolean isBiomeDataNeeded() {
|
||||
return true;
|
||||
return swamp_shaded;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue