mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix fox height/width (#4039)
This commit is contained in:
parent
7b409fd55b
commit
176ef83ed1
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ public final class EntityDefinitions {
|
|||
.build();
|
||||
FOX = EntityDefinition.inherited(FoxEntity::new, ageableEntityBase)
|
||||
.type(EntityType.FOX)
|
||||
.height(0.5f).width(1.25f)
|
||||
.height(0.7f).width(0.6f)
|
||||
.addTranslator(MetadataType.INT, FoxEntity::setFoxVariant)
|
||||
.addTranslator(MetadataType.BYTE, FoxEntity::setFoxFlags)
|
||||
.addTranslator(null) // Trusted player 1
|
||||
|
|
Loading…
Reference in a new issue