FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
18 stars 1 forks source link

[Feature Request]: FTB Quests - Image text label improvements, similar to the task icon settings, support for NBT data #966

Open luoxiawuchen opened 9 months ago

luoxiawuchen commented 9 months ago

Mod

FTB Quests

Description

This is the description provided by the current ftbquest ye picture insertion tag. {image:#FFFFFF width:100000 height:100 align:1}

In the armourers_workshop mod, you can display different fashion materials through NBT modifications, is there a way to specify its NBT data to achieve the effect of matching the display armourers_workshop materials

According to the test results, mission icons support this, and items can be selected directly from the player's inventory as icons

image

Summary:

  1. Enhance the image tag so that it can define the item tag like the icon setting to show more details.

  2. Support quickly selecting items as pictures in the inventory, not just selecting the path of the material pack as the picture.

Thank you for your patience in reading!

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

desht commented 9 months ago

So you'd like to able to display an itemstack instead of an image there? With support for item NBT, etc. and an item tooltip?

This could be done, although I think it would need a new tag, i.e. {item: ... }. And a separate GUI for selecting the item (that GUI already exists in FTB Library and is used by FTB Quests to select items for item tasks).

That could be a useful feature, I agree. I will consider it.

luoxiawuchen commented 9 months ago

So you'd like to able to display an itemstack instead of an image there? With support for item NBT, etc. and an item tooltip?

This could be done, although I think it would need a new tag, i.e. {item: ... }. And a separate GUI for selecting the item (that GUI already exists in FTB Library and is used by FTB Quests to select items for item tasks).

That could be a useful feature, I agree. I will consider it.

Thank you for your patience.