Implemented new AI behavior patterns #1

Open
ScarletRedMan wants to merge 17 commits from feat/ai into master
Showing only changes of commit 0e5a82d02f - Show all commits

View File

@ -50,6 +50,7 @@ public class PuppeteerSubcommand extends Command {
if (isNotCreated(sender)) return;
entity.remove();
entity = null;
sender.sendMessage(Component.text("Entity removed!"));
}