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

Infuse type tag error #1

Open
WildKarrade opened this issue Jan 4, 2021 · 1 comment
Open

Infuse type tag error #1

WildKarrade opened this issue Jan 4, 2021 · 1 comment

Comments

@WildKarrade
Copy link

Upon making a recipe for the metallurgic infuser based on the example on the curseforge page I get this error

Error creating recipe mekanism:kubejs_generated_1_mekanism_enriched_iron[mekanism:metallurgic_infusing]: {"type":"mekanism:metallurgic_infusing","output":{"item":"mekanism:enriched_iron","count":1},"itemInput":{"ingredient":{"item":"minecraft:iron_ingot"}},"infusionInput":{"tag":"minecraft:coal","amount":1}}: com.google.gson.JsonSyntaxException: Unknown infuse type tag 'minecraft:coal'

Here is the recipe.

event.recipes.mekanism.metallurgic_infusing('emendatusenigmatica:steel_ingot', 'mekanism:enriched_iron', "minecraft:coal", 1),

@Demsli
Copy link

Demsli commented Apr 19, 2022

The last entry should be not a minecraft item, but a mekanism infuse type. For your case it is mekanism:carbon. The post is 4 months old, maybe you figured it out yourself)

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