Skip to content

Commit

Permalink
Merge pull request #1536 from alekthefirst/Easy-villagers-traderblock…
Browse files Browse the repository at this point in the history
…-tooltip

Add tooltips to easy villagers trader and auto trader
  • Loading branch information
whatthedrunk authored Dec 26, 2024
2 parents 85dbe8b + b07a23b commit d79a8a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubejs/client_scripts/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
])

})


Expand Down

0 comments on commit d79a8a7

Please sign in to comment.