AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
GNU Lesser General Public License v3.0
50 stars 9 forks source link

[1.19] tag delegates #40

Closed rlnt closed 1 year ago

rlnt commented 1 year ago

The logic itself is working right now but there is still one culprit.

We simulate that all holders of a sub-tag are part of the ownership tag now which results in correctly unifying recipes and hiding duplicates. However, since the holders of the sub tags are not actually part of the ownership tag, the recipes don't accept the items.

This needs to be solved by adding the sub-tag items to the ownership tag. They can keep their original tag so no other logic breaks that may rely on their original tags.

Kanzaji commented 1 year ago

This needs to be solved by adding the sub-tag items to the ownership tag. They can keep their original tag so no other logic breaks that may rely on their original tags.

So is this going to be handled by the AU, or The End User has to manually add the items from one tag to another?

rlnt commented 1 year ago

It's going to be automatic by making use of dynamic tags.