Included recipes
Bat
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_bat"},"output": "minecraft:bat","processingTime": 1000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:bat", Fluid.of('create_mechanical_spawner:spawn_fluid_bat', 100) ) .processingTime(1000);
Bee
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_bee"},"output": "minecraft:bee","processingTime": 2000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:bee", Fluid.of('create_mechanical_spawner:spawn_fluid_bee', 100) ) .processingTime(2000);
Blaze
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_blaze"},"output": "minecraft:blaze","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:blaze", Fluid.of('create_mechanical_spawner:spawn_fluid_blaze', 100) ) .processingTime(5000);
Chicken
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_chicken"},"output": "minecraft:chicken","processingTime": 1000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:chicken", Fluid.of('create_mechanical_spawner:spawn_fluid_chicken', 100) ) .processingTime(1000);
Cow
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_cow"},"output": "minecraft:cow","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:cow", Fluid.of('create_mechanical_spawner:spawn_fluid_cow', 100) ) .processingTime(2500);
Creeper
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_creeper"},"output": "minecraft:creeper","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:creeper", Fluid.of('create_mechanical_spawner:spawn_fluid_creeper', 100) ) .processingTime(2500);
Drowned
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_drowned"},"output": "minecraft:drowned","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:drowned", Fluid.of('create_mechanical_spawner:spawn_fluid_drowned', 100) ) .processingTime(2500);
Enderman
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_enderman"},"output": "minecraft:enderman","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:enderman", Fluid.of('create_mechanical_spawner:spawn_fluid_enderman', 100) ) .processingTime(5000);
Evoker
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 500, "fluid": "create_mechanical_spawner:spawn_fluid_evoker"},"output": "minecraft:evoker","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:evoker", Fluid.of('create_mechanical_spawner:spawn_fluid_evoker', 100) ) .processingTime(5000);
Fox
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_fox"},"output": "minecraft:fox","processingTime": 3000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:fox", Fluid.of('create_mechanical_spawner:spawn_fluid_fox', 100) ) .processingTime(3000);
Ghast
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_ghast"},"output": "minecraft:ghast","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:ghast", Fluid.of('create_mechanical_spawner:spawn_fluid_ghast', 100) ) .processingTime(5000);
horse
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_horse"},"output": "minecraft:horse","processingTime": 2000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:horse", Fluid.of('create_mechanical_spawner:spawn_fluid_horse', 100) ) .processingTime(2000);
Magma cube
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_magma_cube"},"output": "minecraft:magma_cube","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:magma_cube", Fluid.of('create_mechanical_spawner:spawn_fluid_magma_cube', 100) ) .processingTime(2500);
Panda
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_panda"},"output": "minecraft:panda","processingTime": 4000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:panda", Fluid.of('create_mechanical_spawner:spawn_fluid_panda', 100) ) .processingTime(4000);
Parrot
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_parrot"},"output": "minecraft:parrot","processingTime": 1500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:parrot", Fluid.of('create_mechanical_spawner:spawn_fluid_parrot', 100) ) .processingTime(1500);
Pig
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_pig"},"output": "minecraft:pig","processingTime": 1500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:pig", Fluid.of('create_mechanical_spawner:spawn_fluid_pig', 100) ) .processingTime(1500);
Pigling
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_pigling"},"output": "minecraft:pigling","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:pigling", Fluid.of('create_mechanical_spawner:spawn_fluid_pigling', 100) ) .processingTime(2500);
Rabbit
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_rabbit"},"output": "minecraft:rabbit","processingTime": 1000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:rabbit", Fluid.of('create_mechanical_spawner:spawn_fluid_rabbit', 100) ) .processingTime(1000);
Random
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_random"},"processingTime": 1500}
event.recipes.create_mechanical_spawner.spawner( null, Fluid.of('create_mechanical_spawner:spawn_fluid_random', 100) ) .processingTime(1500);
Skeleton
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_skeleton"},"output": "minecraft:skeleton","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:skeleton", Fluid.of('create_mechanical_spawner:spawn_fluid_skeleton', 100) ) .processingTime(2500);
Slime
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_slime"},"output": "minecraft:slime","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:slime", Fluid.of('create_mechanical_spawner:spawn_fluid_slime', 100) ) .processingTime(2500);
Spider
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_spider"},"output": "minecraft:spider","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:spider", Fluid.of('create_mechanical_spawner:spawn_fluid_spider', 100) ) .processingTime(2500);
Villager
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_villager"},"output": "minecraft:villager","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:villager", Fluid.of('create_mechanical_spawner:spawn_fluid_villager', 100) ) .processingTime(5000);
Witch
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_witch"},"output": "minecraft:witch","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:witch", Fluid.of('create_mechanical_spawner:spawn_fluid_witch', 100) ) .processingTime(2500);
Wither
{"type": "create_mechanical_spawner:spawner","customLoot": [ { "id": "minecraft:nether_star" }, { "count": 16, "id": "create:experience_nugget" }, { "chance": 0.5, "count": 8, "id": "create:experience_nugget" }],"input": { "type": "fluid_stack", "amount": 300, "fluid": "create_mechanical_spawner:spawn_fluid_wither"},"output": "minecraft:wither","processingTime": 5000}
event.recipes.create_mechanical_spawner.spawner( "minecraft:wither", Fluid.of('create_mechanical_spawner:spawn_fluid_wither', 300) ) .processingTime(5000) .customLoot([ Output.of("minecraft:netherstar"), Output.of("16xcreate:experience_nugget"), Output.of("8xcreate:experience_nugget",0.5) ])
Wither skeleton
{ "type": "create_mechanical_spawner:spawner", "input": { "type": "fluid_stack", "amount": 200, "fluid": "create_mechanical_spawner:spawn_fluid_wither_skeleton" }, "output": "minecraft:wither_skeleton", "processingTime": 5000 }
event.recipes.create_mechanical_spawner.spawner( "minecraft:wither_skeleton", Fluid.of('create_mechanical_spawner:spawn_fluid_wither_skeleton', 200) ) .processingTime(5000);
Wolf
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_wolf"},"output": "minecraft:wolf","processingTime": 1500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:wolf", Fluid.of('create_mechanical_spawner:spawn_fluid_wolf', 1000) ) .processingTime(1500);
Zombie
{"type": "create_mechanical_spawner:spawner","input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_zombie"},"output": "minecraft:zombie","processingTime": 2500}
event.recipes.create_mechanical_spawner.spawner( "minecraft:zombie", Fluid.of('create_mechanical_spawner:spawn_fluid_zombie', 2500) ) .processingTime(2500);