
Custom infuse type addition doesn't work
Rozen-Hartmann opened this issue ยท 3 comments
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
I checked the GitHub code, it's "infuse_type" not "infuser_type". Had the same problem, just a documentation typo