Astral Sorcery

Astral Sorcery

63M Downloads

Block Transmutation CT Support Does Not Work

puncrafter opened this issue ยท 0 comments

commented

Forge Version: 36.2.33
AS Version: 1.16.5-1.14.1
CT Version: 1.16.5-7.1.2.511

I copied the example script from the docs to try to add a block transmutation recipe of my own, and it doesn't work. This is what the recipe looks like in JEI:

image

And here's the example script from the CT docs: <recipetype:astralsorcery:block_transmutation>.addRecipe("transmutation_test", <blockstate:minecraft:diamond_block>, <blockstate:minecraft:dirt>, true, 200, <resource:astralsorcery:horologium>);

I also tried crafting it in the world despite what JEI told me, and it still didn't work, while the recipes that worked in JEI worked fine in-game.