Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Fix fox height/width (#4039)
Dieser Commit ist enthalten in:
Ursprung
7b409fd55b
Commit
176ef83ed1
@ -788,7 +788,7 @@ public final class EntityDefinitions {
|
|||||||
.build();
|
.build();
|
||||||
FOX = EntityDefinition.inherited(FoxEntity::new, ageableEntityBase)
|
FOX = EntityDefinition.inherited(FoxEntity::new, ageableEntityBase)
|
||||||
.type(EntityType.FOX)
|
.type(EntityType.FOX)
|
||||||
.height(0.5f).width(1.25f)
|
.height(0.7f).width(0.6f)
|
||||||
.addTranslator(MetadataType.INT, FoxEntity::setFoxVariant)
|
.addTranslator(MetadataType.INT, FoxEntity::setFoxVariant)
|
||||||
.addTranslator(MetadataType.BYTE, FoxEntity::setFoxFlags)
|
.addTranslator(MetadataType.BYTE, FoxEntity::setFoxFlags)
|
||||||
.addTranslator(null) // Trusted player 1
|
.addTranslator(null) // Trusted player 1
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren