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

How do I change the number of energizing input items and the number of output items in powah? #3

Open
tangzixiang-hash opened this issue Jan 24, 2024 · 0 comments

Comments

@tangzixiang-hash
Copy link

Excuse me, how to modify the number of energizing input items and the number of output items in powah, I have learned how to modify the type, but how to modify the number of output, I still don't understand very well, please ask me how to do it.
For example, I want to die by typing 7ae2:certus_quartz_crystal and outputting 7X ae2:charged_certus_quartz_crystal. How do I write the code, I tried to change it a few times and it didn't work.

ServerEvents.recipes(event => {
//注册一个充能台事件
// .energizing([inputs, ...], output, energy)
event.recipes.powah.energizing(["64x ae2:certus_quartz_crystal"], "64x ae2:charged_certus_quartz_crystal", 64000)

})

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