It seems that the fluid cows will spawn on the pollution blocks from Pollution of the Realms
version: MooFluids-1.18.2-1.3.0.jar
I see in the main branch there is this line:
|
SpawnPlacements.register(Setup.MOO_FLUID.get(), SpawnPlacements.Type.ON_GROUND, Heightmap.Types.WORLD_SURFACE, MooFluidEntity::canSpawn); |
which seems correct as it should be spawning them on the ground only
but I do not see this line in the 1.17 branch and I do not see a 1.18 branch at all.
Does the 1.18 version of this mod include the SpawnPlacements registration? If not, that might be the reason this is occuring
It seems that the fluid cows will spawn on the pollution blocks from Pollution of the Realms
version: MooFluids-1.18.2-1.3.0.jar
I see in the main branch there is this line:
RandomFluidCows/src/main/java/lazy/moofluids/MooFluids.java
Line 62 in 5ffea46
which seems correct as it should be spawning them on the ground only
but I do not see this line in the 1.17 branch and I do not see a 1.18 branch at all.
Does the 1.18 version of this mod include the SpawnPlacements registration? If not, that might be the reason this is occuring