Implemented Barrels, closes #3672

This commit is contained in:
Aericio
2020-11-16 17:26:07 +00:00
committed by Dylan K. Taylor
parent 1cf3a500f8
commit b2765f32e9
10 changed files with 315 additions and 3 deletions

View File

@ -1,5 +1,10 @@
parameters:
ignoreErrors:
-
message: "#^Property pocketmine\\\\block\\\\tile\\\\Barrel\\:\\:\\$inventory \\(pocketmine\\\\block\\\\inventory\\\\BarrelInventory\\) does not accept null\\.$#"
count: 1
path: ../../../src/block/tile/Barrel.php
-
message: "#^Property pocketmine\\\\block\\\\tile\\\\BrewingStand\\:\\:\\$inventory \\(pocketmine\\\\block\\\\inventory\\\\BrewingStandInventory\\) does not accept null\\.$#"
count: 1