Closed EvanHsieh0415 closed 1 year ago
While this is an option, I think the best solution would be to make a new tag that contains both the c:obsidian and forge:obsidian tag as not have different recipes
also what mod as c:obsidian
While this is an option, I think the best solution would be to make a new tag that contains both the c:obsidian and forge:obsidian tag as not have different recipes
This is the method I use in my data pack: define a c
tag and include both c
and forge
tags.
// data/c/tags/items/obsidian.json
{
"replace": false,
"values": [
"minecraft:obsidian",
{
"value": "#forge:obsidian",
"required": false
}
]
}
also what mod as c:obsidian
Perhaps rare, but there are no Forge tags available for use in Fabric.
I I will at fixing this just going to change it a bit
also what mod as c:obsidian
I found it, the full name of c tag is convention tags, which is the tag implemented by fabric. FabricMC/fabric/fabric-convention-tags-v1
Yha I noticed that where it came from. I just removed the tag usage
#forge:obsidian
->#c:obsidian