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