From b07a23ba005a301ecfd1d21ec068629ff68bc316 Mon Sep 17 00:00:00 2001 From: alekthefirst Date: Wed, 25 Dec 2024 15:55:34 +0100 Subject: [PATCH] Add tooltips to easy villagers trader and auto trader requests by user. --- kubejs/client_scripts/tooltips.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index c4e7a0ac..cd11a9dc 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -161,6 +161,11 @@ ItemEvents.modifyTooltips(allthemods => { Text.of("§7Check your Keybinds for \"Open Belt Slot Inventory\"") ]) + //Easy Villagers + allthemods.add(['easy_villagers:trader', 'easy_villagers:auto_trader'], [ + Text.of("§aRight click with job site block to put it inside and allow trade restocking") + ]) + })