Inventory Tabs (updated)

Inventory Tabs (updated)

196k Downloads

Config Blacklist does not accept Tagged item

ardissaps opened this issue ยท 10 comments

commented

I use tag it does not work, I can confirm by the tooltip that my KubeJS Tag Event setting added the tag to the item correctly.

image
image

(your mod Stacker item does accept tag with procedure like above, and it works, just wish could do the same with Inventory Tabs)

Additional Information : it works if individually added like "platform:ramp", but wish can be simplified with tag because it can filled to many lines in config for mods like Create which all the item need to be blacklisted currently.

commented

No problem! The reason I used block tags is because I analyze the registry for block entities.

Or another alternative allow editing the file directly in game so we can use text software alongside with minecraft windows looking at their item id.

I'm not sure if I will be able to allow players to edit the actual config JSON without restarting the game, but I will look into it. For now, you can enable the debug option to print every single block ID that has a tab associated with it. Should help identifying IDs you'd like to remove

commented

Yes, it worked now, thank you very much!

commented

I haven't used KubeJS before, but I believe the blacklist tag for InventoryTabs should be #inventorytabs:mod_compat_blacklist

commented

Or another alternative allow editing the file directly in game so we can use text software alongside with minecraft windows looking at their item id.

Currently if we use text editor while opening the game, it does not apply to current setting.
image

#inventorytabs:mod_compat_blacklist

i will try this.

commented

I haven't used KubeJS before, but I believe the blacklist tag for InventoryTabs should be #inventorytabs:mod_compat_blacklist

I added #inventorytabs:mod_compat_blacklist tag on item but the tab still displayed.

commented

What mod and item is it? I can try and take a look

commented

Farmer Delight Stove
2022-07-22_10 08 13
image
image

commented

It is same for all mods, the setting just ignore #tag.

commented

I think I see your problem, the tags are supposed to be block tags, not item tags

commented

I think I see your problem, the tags are supposed to be block tags, not item tags

I see, thank you for the information! I will try again and ask if I found problem.