ObsidianAnvil CraftTweaker integration broken
Gliese-832-c opened this issue ยท 2 comments
Issue Description
When attempting to do import ObsidianAnvil and remove its recipes, it errors saying that there is no such member: ObsidianAnvil
What Happens
When attempting to do import ObsidianAnvil and remove its recipes, it gives me the following error:
What You Expect to Happen
It should successfully import ObsidianAnvil.
Script
import mods.pyrotech.ObsidianAnvil;
ObsidianAnvil.removeAllRecipes();
Affected Versions
- Minecraft: 1.12.2
- Forge: 14.23.5.2860
- CraftTweaker: 1.12-4.1.20.680
- Dropt: 1.12.2-1.19.3
- Pyrotech: 1.12.2-1.6.5
- Athenaeum: 1.12.2-1.19.5
Addendum: If you add a recipe to the granite/iron anvil with inheritance set to true, it does not get inherited to the obsidian anvil.