mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fluid bodies disable for now
This commit is contained in:
parent
0a4b57ea01
commit
abba2e969b
@ -49,17 +49,18 @@ public class IrisFluidBodies {
|
||||
|
||||
@BlockCoordinates
|
||||
public void generate(MantleWriter writer, RNG rng, Engine engine, int x, int y, int z) {
|
||||
if (rivers.isNotEmpty()) {
|
||||
for (IrisRiver i : rivers) {
|
||||
i.generate(writer, rng, engine, x, y, z);
|
||||
}
|
||||
}
|
||||
|
||||
if (lakes.isNotEmpty()) {
|
||||
for (IrisLake i : lakes) {
|
||||
i.generate(writer, rng, engine, x, y, z);
|
||||
}
|
||||
}
|
||||
//TODO: Impl
|
||||
// if (rivers.isNotEmpty()) {
|
||||
// for (IrisRiver i : rivers) {
|
||||
// i.generate(writer, rng, engine, x, y, z);
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// if (lakes.isNotEmpty()) {
|
||||
// for (IrisLake i : lakes) {
|
||||
// i.generate(writer, rng, engine, x, y, z);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
public int getMaxRange(IrisData data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user