CraftTweaker

CraftTweaker

151M Downloads

Error when Creating Custom Recipe: An ingredient entry needs either a tag or an item

Jurklein opened this issue ยท 3 comments

commented

Issue description

I'm trying to create a generic recipe for the fabric mod "farmer's delight", just for testing purposes; it could be any other mod.

When trying to add the recipe, I get the error "An ingredient entry needs either a tag or an item".

Steps to reproduce

No response

Script used

https://gist.github.com/Jurklein/f38eb44c34aa6f11b9b64d12c485c27e

The crafttweaker.log file

https://gist.github.com/Jurklein/ffc4fc7a5fd9c0f2f0f7ed85c683c889

Minecraft version

1.18

Modloader

Fabric

Modloader version

0.14.8

CraftTweaker version

9.1.177

Other relevant information

No response

The latest.log file

https://gist.github.com/Jurklein/8c688c84efd727535a7f908be2d3593b

commented
commented

You are looking at the forge version, not the fabric version, this recipe from the fabric version does what you want I believe:
https://github.com/newhoryzon/farmers-delight-fabric/blob/master/src/main/resources/data/farmersdelight/recipes/cutting/acacia_door.json#L8-L11

commented

Yes, that solved it. Thanks!