Solid bush block

This commit is contained in:
Anuken
2019-04-16 00:49:14 -04:00
parent ab67b67e4c
commit 5b8084e1fa
24 changed files with 2201 additions and 2108 deletions

View File

@@ -121,6 +121,11 @@ public class Generators{
}
}
average.mul(1f / (image.width() * image.height()));
if(block instanceof Floor){
average.mul(0.8f);
}else{
average.mul(1.1f);
}
average.a = 1f;
colors.draw(block.id, 0, average);
}catch(IllegalArgumentException e){