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

Ingredients in Mixing recipe not being registered correctly? #2

Open
AncientShotgun opened this issue Apr 15, 2021 · 1 comment
Open

Comments

@AncientShotgun
Copy link

AncientShotgun commented Apr 15, 2021

KubeJS Version: 1605.3.6 build 179 Forge
KubeJS Create Version: 1604.1.0.4
Forge Version: 35.1.37

Relevant server.txt logfile: https://pastebin.com/jndtPWjj

Description: I am currently in the middle of coding compatibility between Create and BetterEnd Forge, and KubeJS reports the following warning to me on world load (excerpt from above listed logfile):

[21:30:04] [WARN] Error creating recipe create:kjs_dtf8ned7n1nuxcgrvdomfe71g[create:mixing]: {"processingTime":100,"heatRequirement":"heated","type":"create:mixing","ingredients":[{"ingredient":{"item":"betterendforge:thallasium_ingot"},"count":2},{"item":"betterendforge:ender_dust"}],"results":[{"item":"betterendforge:terminite_ingot","count":2}]}: com.google.gson.JsonParseException: An ingredient entry needs either a tag or an item

An unrelated question: is it possible for me to customize the processing time of a recipe in its definition?

@Sylis-V
Copy link

Sylis-V commented Apr 7, 2023

"ingredients":[ {"item":"betterendforge:thallasium_ingot"},"count":2}, {"item":"betterendforge:ender_dust"} ]

After the "ingredients" tag, you don't put another "ingredient" tag. You only need to start with {"item":...}.

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