With map making, we need to have area effect clouds with a radius equal to 0.0F because it's the least heavy entity in this state.
This bug must be corrected but I saw in the code that Mojang want to kill area effect clouds with a radius under 0.5F ("if (f < 0.5F)" in "net/minecraft/server/EntityAreaEffectCloud.java").
If this bug is corrected, please kill it when it is strictly inferior to 0.0F.
With map making, we need to have area effect clouds with a radius equal to 0.0F because it's the least heavy entity in this state.
This bug must be corrected but I saw in the code that Mojang want to kill area effect clouds with a radius under 0.5F ("if (f < 0.5F)" in "net/minecraft/server/EntityAreaEffectCloud.java").
If this bug is corrected, please kill it when it is strictly inferior to 0.0F.