mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Sponge: fixed wet/dry state not persisting in inventory
This commit is contained in:
parent
309d23acfb
commit
fc1084d65c
@ -43,4 +43,8 @@ class Sponge extends Opaque{
|
||||
public function getStateBitmask() : int{
|
||||
return 0b1;
|
||||
}
|
||||
|
||||
public function getNonPersistentStateBitmask() : int{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user