Farmer's Delight

Farmer's Delight

77M Downloads

[Question] Crafttweaker compatibility

BodhiSmith13 opened this issue ยท 0 comments

commented

I don't know where else to put this, as Twitch has locked me out of my Curseforge account. I apologize if this is the wrong place to leave this question.

Currently, I am trying to use Crafttweaker to remove recipes provided by Farmer's Tea. If you didn't know, Farmer's Tea adds recipes from Simply Tea to the Farmer's Delight cooking pot. The only problem is that for some reason, Crafttweaker does not appear to work with Farmer's Delight recipes. It recognizes the cooking pot crafting station, but does recognize the output of the recipe. This applies for recipes provided by Farmer's Tea and default recipes from Farmer's Delight.

In case you need this, this is the script I am trying to use to remove Farmer's Delight Dog Food:

recipetype:farmersdelight:cooking.removeByName("farmersdelight:dog_food");

And this is the error message I receive in MC chat:

[Warning] No recipe with type "farmersdelight:cooking" and name "farmersdelight:dog_food."

Thank you for any help you give me!