MekaJS

MekaJS

390k Downloads

Custom infuse type addition doesn't work

Rozen-Hartmann opened this issue ยท 3 comments

commented

I copied the code from the project page but it does not appear to work, I get no new infusion types

`onEvent('infuser_type.registry', event => {

 event.create("vanadium_inf").color(16711688)

})`

Though adding a custom gas works perfectly

commented

I checked the GitHub code, it's "infuse_type" not "infuser_type". Had the same problem, just a documentation typo

commented

ah shit, will fix the example on curseforge.
Thanks for finding that.

commented

Thanks, will try that