CraftBook Extra Wiki
Advertisement
MCU200
File:UISO.png
IC Title MOB
Type UISO
Inputs 0 and 1
Outputs 1
Restricted Yes
Added CBX v13.3


A Mob spawner that can spawn Mobs just like [MCX200]. This IC can also spawn mobs at a set rate when activated. Such as spawning 2 Pigs every 500 ticks.

When using a interval rate, the first set of Mobs will not spawn until the rate has been reached.

Sign Settings[]

Quick Reference[]

line 1 amount:rate
line 2 [MCU200]
line 3 Mob:color
line 4 Rider:color
green text = OPTIONAL
everything else = REQUIRED


Spawn Mob List (quick ref)
Friendly/Neutral
Chicken Cow MushroomCow Ozelot
Pig Sheep SnowMan Squid
Villager VillagerGolem Wolf
Hostile
Blaze CaveSpider Creeper Enderman
Ghast Giant LavaSlime Monster
PigZombie Silverfish Skeleton Slime
Spider Zombie


Details[]

  • Line 1:
    amount:rate is an optional amount and rate of the Mob to spawn.
    • amount is the amount of the specified Mob to spawn
      • The amount must be a number from 1 to 9, or 0 which is 10.
    • rate is the optional interval to spawn the Mobs
      • The rate is in server ticks.
      • The rate must be a number from 5 to 999.


  • Line 3:
    Mob:color is the Mob to spawn with optional color (if available).
    • Mob names must be spelled exactly the same (including upper and lower case).
    • The color value should be a number.


  • Line 4:
    Rider:color is an optional Mob to spawn as a rider (ex: creating a Spider Jockey).
    • The color value is also optional and should only be added to Mobs that support color.

Inputs[]

File:IC input1.png

1 input

A / 1: Spawn
When the input is toggled on, it will spawn the specified Mob and Rider (if any).
If a interval rate is used, the Mob and Rider will not spawn until the rate has been reached.


Outputs[]

File:IC output.png

zero output

none



Optional Modes[]

none

Examples[]

Spawn a Pig[]

1
2 [MCU200]
3 Pig
4


Spawn a Pig every 500 ticks[]

1 1:500
2 [MCU200]
3 Pig
4


Spawn a Red Sheep riding a Pig every 500 ticks[]

1 1:500
2 [MCU200]
3 Pig
4 Sheep:14


Spawn 6 Pigs every 500 ticks[]

1 6:500
2 [MCU200]
3 Pig
4


Gallery[]

Bugs[]

See Also[]

Advertisement