I'm following the recipe that the dev states at the mod webpage but its not working
KubeJs does not recognize the type in the script
I also looked at the gibhub but can't seem to find what I need.
https://modrinth.com/mod/create-mechanical-spawner
https://github.com/oierbravo/create-mechanical-spawner
ServerEvents.recipes(event => {
event.custom({
type:"create_mechanical_spawner:spawner",
mob: "minecraft:ghast",
fluid: {
fluid: "kubejs:spawn_fluid_ghast",
amount: 100,
},
processingTime: 200
});
})
