mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Pufferfish puff is indeed fixed
This commit is contained in:
parent
ef0503ede0
commit
01ca2d3dcb
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ public class PufferFishEntity extends AbstractFishEntity {
|
|||
@Override
|
||||
public void updateBedrockMetadata(EntityMetadata entityMetadata, GeyserSession session) {
|
||||
if (entityMetadata.getId() == 17) {
|
||||
// Transfers correctly but doesn't apply on the client
|
||||
//TODO check - probably because we didn't set PUFFERFISH_SIZE as a byte
|
||||
int puffsize = (int) entityMetadata.getValue();
|
||||
metadata.put(EntityData.PUFFERFISH_SIZE, (byte) puffsize);
|
||||
metadata.put(EntityData.VARIANT, puffsize);
|
||||
|
|
Loading…
Reference in a new issue