Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magician Table's CraftTweaker integration unable to match ItemStacks with NBT? #36

Open
Matryoshika opened this issue Mar 16, 2018 · 0 comments

Comments

@Matryoshika
Copy link

Matryoshika commented Mar 16, 2018

I'm trying to use the Magician Table's CraftTweaker integration, and change the [Research Book T1 -> Research Book T2] recipe. However, this get's logged in the CraftTweaker log.

INITIALIZATION][CLIENT][WARNING] No recipe for [essentialcraft:research_book.withTag({tier: 1})]

I have tried using both
mods.essentialcraft.MagicianTable.removeRecipe([<essentialcraft:research_book>.withTag({tier: 1})]); and
mods.essentialcraft.MagicianTable.removeRecipe([<essentialcraft:research_book>.withTag({tier: 1})], <essentialcraft:research_book>.withTag({tier: 2}));

----Edit: Forgot to mention
EssentialCraft-4.9.112.3
Forge-14.23.2.2621
Minecraft-1.12.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants