mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Don't allow these blocks to be washed out, we're only inheriting properties
This commit is contained in:
parent
c6cf3458de
commit
9195375af4
@ -19,10 +19,11 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
|
|
||||||
class UnknownBlock extends Flowable{
|
class UnknownBlock extends Flowable{
|
||||||
|
|
||||||
|
public function canBeFlowedInto(){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user