Skip to content

Result Extension | MythicMobs

WolfyScript edited this page Mar 2, 2022 · 1 revision

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.

| Home

  • Editions
  • Installation

| General

  • Performance
  • Terminology

| Recipes

Types

  • From 1.6.5.x
  • From 1.6.4.0
  • From 1.6.3.0 or older

| Special Workstations

  • Custom Recipe Book
  • Vanilla Recipe Book
Clone this wiki locally