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

[Question] Custom recipe using more than 1 item per slot #1876

Open
KEJWII opened this issue Feb 14, 2025 · 0 comments
Open

[Question] Custom recipe using more than 1 item per slot #1876

KEJWII opened this issue Feb 14, 2025 · 0 comments

Comments

@KEJWII
Copy link

KEJWII commented Feb 14, 2025

I mean
I know how to add my own recipes (and I have added them *for example:
{
"type": "draconicevolution:fusion_crafting",
"catalyst": {
"item": "mekanism:electric_pump"
},
"ingredients": [
{
"item": "mekanism:upgrade_speed"
},
{
"item": "mekanism:ultimate_control_circuit"
},
{
"item": "mekanism:upgrade_energy"
}
],
"result": {
"item": "ad_astra:water_pump"
},
"tier": "WYVERN",
"total_energy": 10000000
}
*for this script i use kubejs data folder

but I don't know how to add a recipe that requires *example: 64 wither skeleton skull per slot to craft nether stars

can i ask how to do it?

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

1 participant