#Trying to add Recipe for Create Mechanical Spawner

1 messages · Page 1 of 1 (latest)

mossy bolt
#

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
});
})

GitHub

Create Addon: Mechanical Spawner. Contribute to oierbravo/create-mechanical-spawner development by creating an account on GitHub.

vale dewBOT
#

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

mossy bolt
#

Okay I found it my self lol ablobbongocat

#

ServerEvents.recipes(event => {
event.custom({
type:"create_mechanical_spawner:spawner",
mob: "minecraft:ghast",
fluid: {
fluid: "kubejs:spawn_fluid_ghast",
amount: 100,
},
processingTime: 200
})
})

This works