mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-25 09:49:25 +00:00
fix black particles around invisible area effect cloud entities
This commit is contained in:
@@ -176,6 +176,7 @@ public class Entity implements GeyserEntity {
|
||||
setFlag(EntityFlag.HAS_COLLISION, true);
|
||||
setFlag(EntityFlag.CAN_SHOW_NAME, true);
|
||||
setFlag(EntityFlag.CAN_CLIMB, true);
|
||||
setFlag(EntityFlag.HIDDEN_WHEN_INVISIBLE, true);
|
||||
// Let the Java server (or us) supply all sounds for an entity
|
||||
setClientSideSilent();
|
||||
}
|
||||
|
||||
@@ -53,7 +53,6 @@ public class CreakingEntity extends MonsterEntity {
|
||||
@Override
|
||||
protected void initializeMetadata() {
|
||||
super.initializeMetadata();
|
||||
setFlag(EntityFlag.HIDDEN_WHEN_INVISIBLE, true);
|
||||
setFlag(EntityFlag.FIRE_IMMUNE, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user