Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Added success message
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin0319 committed Dec 25, 2020
1 parent a6684b2 commit 60a9977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TeamBixby/CustomCraft/CustomCraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 60a9977

Please sign in to comment.