Skip to content
New issue

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 recipes doesn't work #3

Open
BearInBag opened this issue May 18, 2022 · 1 comment
Open

Example recipes doesn't work #3

BearInBag opened this issue May 18, 2022 · 1 comment

Comments

@BearInBag
Copy link

Example recipe from curseforge pages doesn't work
Recycle consume dirt, but doesn't produce seeds
2022-05-18_19 08 40

{ "type": "recycler:recycler",
"ingredient": { "item": "minecraft:dirt" },
"results": [ { "item": "minecraft:wheat_seeds", "count": 3 },
{ "item": "minecraft:stone" } ],
"time": 60 }

@banjifanhua
Copy link

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~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants