[Suggestion] Add more blackboard color item tags
kingkuys2123 opened this issue · 5 comments
blackboard_yellow, blackboard_blue, blackboard_pink etc.
to add support for other mods that adds more dyes and/or like colored chalks
I can do that but is it needed at the moment? Right now it uses forge dye tags instead, are there items that would classify as blackboard dyes but not as normal ones? Or maybe you want to remove some
I use Fabric version of Supplementaries by the way.
I want to make this mod's colored chalks and this mod's pigments to work with blackboards through a datapack
but no rush tho, it is not needed at the moment :)
Ah I see. On 1.18 we actually accidentally made double compat for that. I hardcoded some condition to check for items named chalks while mod author tagged their blocks using forge color tags so in both case they would work together. I guess I can add specific tags for more control just wrapping around forge ones since fabric doesn't have one either or has common one. I wish they would use the same convention... Had a while argument other day about forge adopting c namespace with its existing convention