Recipes
Individual Parts
Recipe Type
create_mechanical_spawner:spawner
Input
{"input": { "type": "fluid_stack", "amount": 100, "fluid": "create_mechanical_spawner:spawn_fluid_bat" },},
Output
"output": "minecraft:bat",
Processing time
"processingTime": 2000
.processingTime(2000)
Custom Loot (for loot collectors)
"customLoot": [ { "id": "minecraft:nether_star" }, { "count": 16, "id": "create:experience_nugget" }, { "chance": 0.5, "count": 8, "id": "create:experience_nugget" } ],
.customLoot([ Item.of("minecraft:nether_star"), Output.of("16x create:experience_nugget"), Output.of("8x create:experience_nugget",0.5) ])