lootbeams

lootbeams

296k Downloads

[Suggestion] Add configurable coloured beams

xanthian opened this issue ยท 0 comments

commented

I've added 2 mods that add similar features (item borders and coloured tooltips)
https://www.curseforge.com/minecraft/mc-mods/legendary-tooltips-fabric
https://www.curseforge.com/minecraft/mc-mods/item-borders-fabric

It would be great to tie in the loot beams to match the amended colours.
The config of the above 2 mods allow you to specify colours based on a variety of identifiers

/* Entry types:
     Item name - Use item name for vanilla items or include mod name for modded items.  Examples: "minecraft:stick", "iron_ore"
     Tag - $ followed by tag name.  Examples: "$minecraft:stone" or "$planks"
     Mod name - @ followed by mod identifier.  Examples: "@spoiledeggs"
     Rarity - ! followed by item's rarity.  This is ONLY vanilla rarities.  Examples: "!common", "!uncommon", "!rare", "!epic"
     Item name color - # followed by color hex code, the hex code must match exactly.  Examples: "#23F632"
     Display name - % followed by any text.  Will match any item with this text in its tooltip display name.  Examples: "%[Uncommon]"
     Tooltip text - ^ followed by any text.  Will match any item with this text anywhere in the tooltip text (besides the name).  Examples: "^Legendary"

I imagine the dev for the above 2 mods could be interested in colab if that would be fruitful.