#CoE script not working?

4 messages · Page 1 of 1 (latest)

shut mauve
#

I have the following script to add osmium

ServerEvents.recipes(event => {
    event.recipes.createoreexcavation.vein('{"text": "Raw Osmium Vein"}', 'mekanism:raw_osmium')
    .placement(1024, 128, 7281941)
    .alwaysInfinite()
    .biomeWhitelist('forge:is_overworld')
    .id("kubejs:osmium_vein")

    event.recipes.createoreexcavation.drilling('mekanism_raw_osmium', 'kubejs:osmium_vein', 150)
        //.drill('createoreexcavation:drill')
        .stress(512)
        .id("kubejs:osmium")
})

The mod does see it, displays the thing, but nothing comes out of the drill. Logs are fine as far as I see

trim rapidsBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

shut mauve
#

in the readme