diff --git a/src/TeamBixby/CustomCraft/CustomCraft.php b/src/TeamBixby/CustomCraft/CustomCraft.php index c63ed95..5cee7a9 100644 --- a/src/TeamBixby/CustomCraft/CustomCraft.php +++ b/src/TeamBixby/CustomCraft/CustomCraft.php @@ -204,6 +204,7 @@ public function sendAddFurnaceMenu(Player $player) : void{ return; } $this->registerFurnaceRecipe($input, $output); + $player->sendMessage("Success"); }); $border = ItemFactory::get(ItemIds::IRON_BARS); $border->setNamedTagEntry(new ByteTag("border", (int) true));