This commit is contained in:
Dylan K. Taylor
2024-12-07 14:47:10 +00:00
parent b76db739fd
commit b5a69c829d
2 changed files with 0 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ use pocketmine\event\block\CampfireCookEvent;
use pocketmine\event\entity\EntityDamageByBlockEvent;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\inventory\Inventory;
use pocketmine\inventory\SimpleInventory;
use pocketmine\item\Durable;
use pocketmine\item\enchantment\VanillaEnchantments;
use pocketmine\item\Item;

View File

@@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block\tile;
use pocketmine\block\Campfire as BlockCampfire;
use pocketmine\inventory\Inventory;
use pocketmine\inventory\SimpleInventory;
use pocketmine\item\Item;