
Cross compat with spelunkery salt?
Darkmega18 opened this issue · 7 comments
For example ability to use their ground salt the same as your salt if it exists?
Probably should consider making a tag and using that tag for any and all your recipes also. cause I'd bet harvestcraft has it's own salt too, so that all the salts can be cross used. Since yours so far is the only one with dynamic food salting I think.
Salt already uses a forge:salts
tag for recipes.
The only thing, I can think of, that's incompatible (or not configurable) right now is growing salt crystals - you can't change what block will grow.
chuck "spelunkery:salt" in there then also. theirs isn't tagged.
your own salt recipes also don't seem to actually take "any forge:salts" also.
the food takes "any salt:can_be_salted" but the salt only takes itself. :V
just trying to save others some time. so I don't have to edit all your recipes for your own tagged salt. :V
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"tag": "forge:salts"
},
{
"tag": "forge:salts"
},
{
"tag": "minecraft:coals"
}
],
"result": {
"count": 2,
"item": "minecraft:gunpowder"
}
}
Gunpowder recipe uses tag.
I will consider changing other recipes.