Shadows under blocks in minimap
This commit is contained in:
@@ -357,7 +357,6 @@ public class Generators{
|
||||
|
||||
region.path.delete();
|
||||
|
||||
//
|
||||
save(out, region.name);
|
||||
}
|
||||
|
||||
@@ -411,7 +410,7 @@ public class Generators{
|
||||
|
||||
average.mul(1f / asum);
|
||||
|
||||
if(block instanceof Floor){
|
||||
if(block instanceof Floor && !((Floor)block).wallOre){
|
||||
average.mul(0.77f);
|
||||
}else{
|
||||
average.mul(1.1f);
|
||||
|
||||
Reference in New Issue
Block a user