mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Cleanup sources
This commit is contained in:
@@ -110,7 +110,7 @@ public class IrisCarveModifier extends EngineAssignedModifier<BlockData> {
|
||||
} else if(c.isLava()) {
|
||||
output.set(rx, yy, rz, LAVA);
|
||||
} else {
|
||||
if(getEngine().getDimension().getCaveLavaHeight() > yy){
|
||||
if(getEngine().getDimension().getCaveLavaHeight() > yy) {
|
||||
output.set(rx, yy, rz, LAVA);
|
||||
} else {
|
||||
output.set(rx, yy, rz, AIR);
|
||||
|
||||
Reference in New Issue
Block a user