Crafter ignoring Thaumcraft Vis Crystal NBT
Rodg88 opened this issue ยท 2 comments
Issue description:
Using a RFTools Crafter to try to craft salis mundus from Thaumcraft, which uses 3 different types of vis crystal, doesn't work when you place more than 1 set of materials in the crafter. It seems like it's ignoring the aspects tag on the crystals in the recipe and just trying to use the first three crystals it can, which being stacked, are all the same type, so can't be used to craft the salis mundus.
Steps to reproduce:
In that screenshot, it's not crafting anything, but if I set it up like this:
It crafts fine:
Versions:
- Minecraft: 1.12.2
- Forge: 14.23.4.2751
- McJtyLib: 1.12-3.0.5
- RFTools: 1.12-7.56
In Enigmatica 2 Expert Skyblock pack
I'm afraid it is very hard to solve this. There is no general way for me to recognize that those are really meant to be different ingredients. I recommend avoiding handling those with the same crafter
I'm playing Enigmatica 2 (RFTools 1.12-7.72), and I'm running into a similar problem using the Storage Control Screen Module. I tried to set up a screen to manage my inventory of the different crystal types. They show up with different names and colors on the screen, but they all show the same collective counter, and retrieving a stack of any of them indiscriminately gives me the first 64 crystals available.
I haven't done any mod development myself, so take this with a grain of salt, but it feels like a solvable problem. For example, some mods provide an NBT matching option for their item filters (like XNet), similar to the "Ore Dict matching" option already in this module.
Alternatively, you could consider explicit support for Vis Crystals, since they seem to be implemented in an atypical way, but I understand that's an unattractive option.