From e73b048682604b74107fb6ac3a03efd521a3ee80 Mon Sep 17 00:00:00 2001 From: Ynfuien Date: Mon, 29 Apr 2024 17:10:25 +0200 Subject: [PATCH] Added info about click and insertion event support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e76bda8..135806d 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Minecraft bot written in Javascript using [NodeJs](https://nodejs.org) and [Mine - Auto rejoin function with custom timeout - Online panel with - vanilla look - - chat - supporting hover messages [1] + - chat - supporting hover [1], click and insertion events - commands - with tab completions and history (arrow up) - tab list - scoreboard (sidebar) - action bar - - map viewer (filled map) + - map viewer (filled map item) - and without mobile (phone) support 1. Full support for `show_text` action, but partial support for `show_entity` and `show_item` actions.