We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example recipe from curseforge pages doesn't work Recycle consume dirt, but doesn't produce seeds
{ "type": "recycler:recycler", "ingredient": { "item": "minecraft:dirt" }, "results": [ { "item": "minecraft:wheat_seeds", "count": 3 }, { "item": "minecraft:stone" } ], "time": 60 }
The text was updated successfully, but these errors were encountered:
Hey, I know what went wrong. Just remove's' from "results" Just like this: { "type": "recycler:recycler", "ingredient": { "item": "minecraft:dirt" }, "result": [ { "item": "minecraft:diamond", "count": 3 }, { "item": "minecraft:stone" } ], "time": 20 }
Just for example,don't care~
Sorry, something went wrong.
No branches or pull requests
Example recipe from curseforge pages doesn't work
Recycle consume dirt, but doesn't produce seeds
{ "type": "recycler:recycler",
"ingredient": { "item": "minecraft:dirt" },
"results": [ { "item": "minecraft:wheat_seeds", "count": 3 },
{ "item": "minecraft:stone" } ],
"time": 60 }
The text was updated successfully, but these errors were encountered: