Closed NyakoFox closed 2 years ago
This isn't going to change. If you want compatibility with other mods you can use a KubeJS script to unify tags. Like AOF5 does
Can I ask why though?
https://github.com/FabricMC/fabric/issues/2186 issue is I don't like the current standard it's hard to navigate and clunky. My overall the goal is to get more mods to use this convention as it's just more organized and makes things easier to maintain for multi loader mods. As I said if your making a modpack I suggest you just use AOF5's unification script.
I'm not making a modpack, it's just something I noticed. Thank you for linking me to this issue, I'm in support of the convention change so it's nice to know people are actually doing something about it.
Minecraft Version
1.18.2
Fabric/Quilt Version
0.14.9
Fabric/Quilt API Version
0.58.0+1.18.2
Tinkers' Construct Version
1.18.2-3.5.1.DEV.85b8f33
Describe your issue
In Fabric, the common tag for Iron Dust is
c:iron_dusts
. However, Forge uses a system likec:dusts/iron
. This means that by default, this port does not work with modded items in recipes. It would be very helpful if the json files were adjusted to use the Fabric tags, since this is a Fabric port.I'm sure you already know about this page, but here's a list of Fabric common tags.
Crash Report
No response
Other mods
Tried reproducing with just Tinkers?
No
Performance Enchancers
Sodium
Searched for known issues?
Searched open issues, Searched closed issues