jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Thaumcraft Vis Crystals are somewhat buggy #714

Closed Rundas01 closed 5 years ago

Rundas01 commented 5 years ago

Hello, my goal is making the seeds from mystical agriculture craftable using the altars from astral sorcery. Also, different vis crystals are necessary to complete the craft. The problem is, that even tough I specified the vis crystal in the corresponding .zs file (ignis for coal seeds for example), every sort of crystal is allowed in the recipe. Look near the bottom of the zen-script to find the ones I'm referring to.

zen script: https://pastebin.com/7cMuizES latest log: https://pastebin.com/95idiBp3 crafttweaker log: https://pastebin.com/j5p4kAmy

Thanks in advance, Blackluigi

kindlich commented 5 years ago

First, Try .onlyWithTag as well as .withTag Second, since AstralSorcery adds the CrT suport on their own, this issue is in the wrong place.

Rundas01 commented 5 years ago

I also posted this issue there. .onlyWithTag made it worse, since .withTag showed the correct recipe in JEI and .onlyWithTag showed the blank vis crystal (the %'s one). So that's not the answer. I'll wait for a response from the team from Astral. But thanks anyway.