Use convention tags
JieningYu opened this issue · 14 comments
Describe the Suggestion
No fabric mod except Create fabric use Forge tags so there’s a big compat issue between create and other fabric mods.
For example, if player use create’s mechanical press to press a brass ingot into a brass sheet, in receives c:ingots/brass but not c:brass_ingots which most fabric mods are using. So only create’s brass ingot can be pressed into brass sheet using mechanical press.
For another example, a player use a techreborn’s industrial grinder to grind a brass ingot into brass dust, but it only receives c:brass_ingots but not c:ingots/brass so only create’s brass ingot can’t grind.
To fix this problem is easy, just change items/blocks’ tags into which most fabric mods use and change recipes’ required tags into which most fabric mods use but not forge tags.
When this issue is fixed, the mod’s compatibility will be enhanced a lot.
Screenshots and Videos
No response
Additional Context
Just revert the changes from updating forge tags2.0.
Imo we prefer forge tags layout and convention for now we are probably going to be keeping forgetags and a legacy system might be put in place later
Or a more convenient way is add all c:brass_ingots into c:ingots/brass and add all c:ingots/brass into c:brass_ingots so we can still keep forge tags system and have compatibility with other mods.
Or a more convenient way is add all c:brass_ingots into c:ingots/brass and add all c:ingots/brass into c:brass_ingots so we can still keep forge tags system and have compatibility with other mods.
That's what I talk about when I say legacy system
I've merged this into #140.
un-merged since it's the only real thing left there. Will be handled in the 1.19 update.
um.. when will Create Fabric update to 1.19? (Create Forge has already been updated to 1.19)
Instead of commenting on a random issue, maybe ask on the discord instead next time :>
Instead of commenting on a random issue, maybe ask on the discord instead next time :>
This issue will be handled in the 1.19 update (by TropheusJ)