Result Extension | MythicMobs - WolfyScript/CustomCrafting GitHub Wiki

Spawn Mobs from MythicMobs on completetion of the craft.

{
    "key" : "customcrafting:mythicmobs/mob_spawn",
    "outer_radius" : [ 0.0, 0.0, 0.0 ],
    "inner_radius" : [ 0.0, 0.0, 0.0 ],
    "mobName" : "MobName",
    "mobLevel" : 10,
    "offset" : [ 0.5, 1.0, 0.5 ]
}

outer/inner_radius: Configure the range in which the mob can spawn (Position is randomly chosen).
mobName: The name of the mob in MythicMobs.
mobLevel: The level of the Mob.
offset: The offset added to the postition.