
[ QUESTION ] Recipe Compatibility
Closed this issue ยท 1 comments
Hello, I'm a DEV of Every Compat (Stone Zone). I've managed to add your mod to the said mod. It's working properly but I ran into a completely new problem. well it's the first time.
What is StoneType? Stone, Sandstone, end_stone, and new Stone set added by other mods are all StoneTypes.
The question is what can we do about this are:
Optional 1) You could create an alternative recipe where one don't use #minecraft:stone_bricks
because most StoneType are included in the tags. You could create a new tag only for "stone" and its children, "bricks", "chiseled", so on.
Optional 2) You don't create/use a tag for the recipe to craft stone_brick_waystone
. Just use stone_bricks as the item.
EDITED: Optional 3) I could create a new recipe to override the existing recipe for stone_brick_waystone
to use stone_bricks
as an item/ingredient. and that could fix the issue. I've looked into this. it should be possible.
Let me know which do you want to use?