Andrew6rant / InventoryTabs

Adds tabs to access nearby blocks
https://www.curseforge.com/minecraft/mc-mods/inventory-tabs-updated
MIT License
40 stars 18 forks source link

MCA Villager Trade Tabs Support #40

Open ardissaps opened 2 years ago

ardissaps commented 2 years ago

I am using villager from MCA. As MCA villager by default is not automatically open trade screen when right clicked, instead a dialog message then click trade button. Currently Their Spawn Egg displayed on Tabs and when clicked does nothing. image image

Another option if it is not possible : how do we disable spesific entity tabs? I tested typing modid:entityid but their tab still appeared (can be temporary solution).

Andrew6rant commented 2 years ago

You currently cannot disable entity tabs, I've listed it in the 0.9.0-beta changelog (it is why the release is marked as beta)

I won't have much time to work on modding for a while, but I will look into implementing config functionality in the future.

ardissaps commented 2 years ago

I see, no need to hurry, I migh have missed some changelog, sorry! :)

CDAGaming commented 2 years ago

@ardissaps We've technically resolved this on our end, since sneak-right-clicking with an empty hand will open the trade menu without any further interaction.

ardissaps commented 2 years ago

thank you very much! ^^

@ardissaps We've technically resolved this on our end, since sneak-right-clicking with an empty hand will open the trade menu without any further interaction.