mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Sponge: fixed wet/dry state not persisting in inventory
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user