mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-02 16:07:06 +00:00
Simplified
This commit is contained in:
parent
54f14392d9
commit
6ac5ad880d
@ -84,7 +84,7 @@ public class IrisDepositModifier extends EngineAssignedModifier<BlockData> {
|
||||
int af = (int) Math.floor(clump.getW() / 2D);
|
||||
int bf = (int) Math.floor(16D - (clump.getW() / 2D));
|
||||
|
||||
if (af > bf || af < 0 || bf > 15 || af > 15 || bf < 0) {
|
||||
if (af > bf || af < 0 || bf > 15) {
|
||||
af = 6;
|
||||
bf = 9;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user