mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +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{
|
public function getStateBitmask() : int{
|
||||||
return 0b1;
|
return 0b1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getNonPersistentStateBitmask() : int{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user