im trying to create a compacting recipe but it keeps giving me this error
server_scripts:script.js:75: Failed to create recipe for type 'create:compacting': dev.latvian.mods.rhino.NativeJavaObject@46bc4700 is not a valid result!
! [11:15:33] [ERR] Error occurred while handling event 'ServerEvents.recipes': java.lang.NullPointerException: Cannot invoke "dev.latvian.mods.kubejs.recipe.RecipeTypeJS.getId()" because "this.type" is null
[11:15:33] [ERR ] java.lang.NullPointerException: Cannot invoke "dev.latvian.mods.kubejs.recipe.RecipeTypeJS.getId()" because "this.type" is null
heres the portion of code its having trouble with i think
event.recipes.createCompacting(Fluid.of('createindustry:crude_oil_fluid', 100), ['minecraft:bone_block']).superheated()
event.recipes.createCompacting('minecraft:bedrock', [
'minecraft:stone', 'minecraft:stone', 'minecraft:stone', 'minecraft:stone', 'minecraft:nether_star']).superheated()
event.recipes.createFilling('createindustry:oil_deposit', [
'minecraft:bedrock',
Fluid.of('createindustry:crude_oil_fluid', 500)
])