1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 16:29:25 +00:00

Don't set deprecated property on area-effect-cloud entities (#5564)

This should avoid black particles when none are set.
This commit is contained in:
chris
2025-05-28 20:51:56 +02:00
committed by GitHub
parent 7c47459609
commit a0ae4e60d0

View File

@@ -54,7 +54,6 @@ public class AreaEffectCloudEntity extends Entity {
// This disabled client side shrink of the cloud
dirtyMetadata.put(EntityDataTypes.AREA_EFFECT_CLOUD_RADIUS, 3.0f);
dirtyMetadata.put(EntityDataTypes.AREA_EFFECT_CLOUD_CHANGE_RATE, Float.MIN_VALUE);
dirtyMetadata.put(EntityDataTypes.AREA_EFFECT_CLOUD_CHANGE_ON_PICKUP, Float.MIN_VALUE);
setFlag(EntityFlag.FIRE_IMMUNE, true);