codetaylor / pyrotech-1.12

An early game mod with new primitive devices, combustion machines, smelting mechanics, storage options, tools, torches, advancements, and absolutely zero GUIs -- with exception to the substantially complete, mostly illustrated, and charred guidebook.
https://pyrotech.readthedocs.io/en/latest/
Other
52 stars 19 forks source link

ObsidianAnvil CraftTweaker integration broken #408

Closed Gliese-832-c closed 1 year ago

Gliese-832-c commented 1 year ago

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: image

What You Expect to Happen

It should successfully import ObsidianAnvil.

Script

import mods.pyrotech.ObsidianAnvil;
ObsidianAnvil.removeAllRecipes();

Affected Versions

Gliese-832-c commented 1 year ago

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.

codetaylor commented 1 year ago

That's a different issue.