Difference between revisions of "MobSpawner"
m |
Oddworld111 (Talk | contribs) (→Common) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 27: | Line 27: | ||
|data8 = | |data8 = | ||
}} | }} | ||
− | <div style="position: fixed; top: | + | <div style="position: fixed; top:450px; right:12px;"> |
{{Infobox | {{Infobox | ||
|headerstyle = background:rgba(210,230,255,1); | |headerstyle = background:rgba(210,230,255,1); | ||
Line 46: | Line 46: | ||
[[MobSpawner]]s can be found within any world inside of '''Dungeon'''s, [[Stronghold]]s, '''Nether Fortresses''' etc. | [[MobSpawner]]s can be found within any world inside of '''Dungeon'''s, [[Stronghold]]s, '''Nether Fortresses''' etc. | ||
− | * [[MobSpawner]]s, additionally, have a | + | * [[MobSpawner]]s, additionally, have a 5% chance to replace a generated [[Red Spawner]] within [[Deepvale]] or [[Greycliff]] structures. '''Red Spawners''' cannot be picked up. |
+ | |||
+ | === Spawner Rules === | ||
+ | Mob spawners will ATTEMPT to spawn a mob based on a list of chances. The default rule is it will attempt to spawn once between 500 and 1500 ticks. | ||
+ | At 20tps, this means that by default it will do one spawn cycle between every 25 and 75 seconds. This only applies to spawners with no spawns. | ||
+ | If there is spawns on it,the code takes a calculation of the total spawns it has made, and divides it by 20, adding this as a tick delay. This is for basic spawners. There are different delays for: | ||
+ | Ghasts, | ||
+ | Slimes, | ||
+ | Shadow swets, | ||
+ | Giants, | ||
+ | Wolves, | ||
+ | Chickens, | ||
+ | Moas, | ||
+ | Birds, | ||
+ | Villagers. | ||
+ | If a spawner tries to spawn in an area with a mob, it will fail. Same goes if it attempts to spawn in a block, or the mobcap is hit. Normal mob spawn rules still apply, such as light level etc. | ||
+ | Here is a graph on expected spawn times with the amount of spawns on the spawner. | ||
+ | <gallery> | ||
+ | File:Image 2021-09-04 005803.png|Mob Spawns | ||
+ | </gallery> | ||
+ | |||
+ | |||
==== Other Information ==== | ==== Other Information ==== | ||
Line 53: | Line 74: | ||
* Some [[MobSpawner]]'s will only spawn their mob if the conditions are valid for the mob that is being spawned. | * Some [[MobSpawner]]'s will only spawn their mob if the conditions are valid for the mob that is being spawned. | ||
* [[MobSpawner]]s get weaker the more entities they spawn. Use a <item n="Essence of Undeath"/> on the [[MobSpawner]] to negate the total entities spawned by '''1,000'''. | * [[MobSpawner]]s get weaker the more entities they spawn. Use a <item n="Essence of Undeath"/> on the [[MobSpawner]] to negate the total entities spawned by '''1,000'''. | ||
+ | ** The spawn delay for [[MobSpawner]]s is calculated using the following algorithm: '''{{H:title|This is different with every EntityType. The default for this is 500-1500 ticks.|spawnDelay}} + ({{H:title|This is the total amount of spawns that have occured from that Mob Spawner. You can view this by hovering over the Mob Spawner in your Inventory or whilst it's placed.|totalSpawns}}/20)'''. | ||
* [[MobSpawner]]s '''can be privated like a Chest or Door.''' | * [[MobSpawner]]s '''can be privated like a Chest or Door.''' | ||
Line 58: | Line 80: | ||
=== <div style="color: rgb(0,200,50);">Common</div> === | === <div style="color: rgb(0,200,50);">Common</div> === | ||
* <mcitem name="MobSpawner Pig" size=32>'''Cave Spider Spawner'''</mcitem> ''(Hostile Entity)'' | * <mcitem name="MobSpawner Pig" size=32>'''Cave Spider Spawner'''</mcitem> ''(Hostile Entity)'' | ||
− | ** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/> | + | ** '''Mob Drops:''' <item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/> |
− | ** '''Conditions: ''' Enough Space and Darkness. | + | ** '''Conditions:''' Enough Space and Darkness. |
− | ** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Mine Shafts''. | + | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). |
+ | ** '''How to Obtain:''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Mine Shafts''. | ||
* <mcitem name="MobSpawner Pig" size=32>'''Spider Spawner'''</mcitem> ''(Hostile Entity)'' | * <mcitem name="MobSpawner Pig" size=32>'''Spider Spawner'''</mcitem> ''(Hostile Entity)'' | ||
** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/> | ** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/> | ||
** '''Conditions: ''' Enough Space and Darkness. | ** '''Conditions: ''' Enough Space and Darkness. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ||
Line 70: | Line 94: | ||
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Iron Ingot"/>, <item n="Carrot"/>, <item n="Potato"/> and <item n="Zombie Head"/> | ** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Iron Ingot"/>, <item n="Carrot"/>, <item n="Potato"/> and <item n="Zombie Head"/> | ||
** '''Conditions: ''' Enough Space and Darkness. | ** '''Conditions: ''' Enough Space and Darkness. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ||
Line 75: | Line 100: | ||
** '''Mob Drops: '''<item n="Arrow"/>, <item n="Bone"/>, <item n="Bow"/> and <item n="Skeleton Skull"/> | ** '''Mob Drops: '''<item n="Arrow"/>, <item n="Bone"/>, <item n="Bow"/> and <item n="Skeleton Skull"/> | ||
** '''Conditions: ''' Enough Space and Darkness. | ** '''Conditions: ''' Enough Space and Darkness. | ||
− | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn '''Wither Skeleton'''s if placed in the [[Nether]].</div> | + | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn'''Wither Skeleton'''s by % chance if placed in the [[Nether]].</div> |
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''. | ||
Line 82: | Line 108: | ||
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Gold Nugget"/>, <item n="Gold Ingot"/> and <item n="Golden Sword"/> | ** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Gold Nugget"/>, <item n="Gold Ingot"/> and <item n="Golden Sword"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' <item n="Supply Crate"/>s, [[Deepvale]] generation, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ** '''How to Obtain: ''' <item n="Supply Crate"/>s, [[Deepvale]] generation, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ||
Line 87: | Line 114: | ||
** '''Mob Drops: '''<item n="Ghast Tear"/> and <item n="Gunpowder"/> | ** '''Mob Drops: '''<item n="Ghast Tear"/> and <item n="Gunpowder"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 100-500 + (totalSpawns/100). | ||
** '''How to Obtain: ''' <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''800 Credits'' (4,000,000 Coins). | ** '''How to Obtain: ''' <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''800 Credits'' (4,000,000 Coins). | ||
Line 92: | Line 120: | ||
** '''Mob Drops: '''<item n="Gunpowder"/> | ** '''Mob Drops: '''<item n="Gunpowder"/> | ||
** '''Conditions: ''' Enough Space and Darkness. | ** '''Conditions: ''' Enough Space and Darkness. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, [[Achievements]] (Kill 100 level 10 creepers), purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, [[Achievements]] (Kill 100 level 10 creepers), purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ||
Line 98: | Line 127: | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Slime Spawners work better within a '''Slime Chunk'''.</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Slime Spawners work better within a '''Slime Chunk'''.</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 35-535 + (totalSpawns/100). | ||
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ||
Line 103: | Line 133: | ||
** '''Mob Drops: '''<item n="Blaze Rod"/> | ** '''Mob Drops: '''<item n="Blaze Rod"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s and ''Nether Fortresses''. | ** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s and ''Nether Fortresses''. | ||
Line 109: | Line 140: | ||
** '''Mob Drops: '''<item n="Raw Chicken/> (<item n="Cooked Chicken"/> when using '''Flame/Fire Aspect'''), <item n="Egg"/> and <item n="Feather"/> | ** '''Mob Drops: '''<item n="Raw Chicken/> (<item n="Cooked Chicken"/> when using '''Flame/Fire Aspect'''), <item n="Egg"/> and <item n="Feather"/> | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 250-950 + (totalSpawns/100). | ||
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''500 Credits'' (2,500,000 Coins). | ** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''500 Credits'' (2,500,000 Coins). | ||
Line 114: | Line 146: | ||
** '''Mob Drops: '''<item n="Ink Sac"/> | ** '''Mob Drops: '''<item n="Ink Sac"/> | ||
** '''Conditions: ''' Water. | ** '''Conditions: ''' Water. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''800 Credits'' (4,000,000 Coins). | ** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''800 Credits'' (4,000,000 Coins). | ||
Line 120: | Line 153: | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''[[Silverfish]] can move into a block of <item n="Stone"/>, <item n="Cobblestone"/>, <item n="Stone Bricks"/> etc. and turn it into a '''Monster Egg'''.</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''[[Silverfish]] can move into a block of <item n="Stone"/>, <item n="Cobblestone"/>, <item n="Stone Bricks"/> etc. and turn it into a '''Monster Egg'''.</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Stronghold]]s. | ** '''How to Obtain: ''' [[Stronghold]]s. | ||
Line 126: | Line 160: | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Phyg]]s if placed in the [[Aether]].</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Phyg]]s if placed in the [[Aether]].</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Achievements]] (Kill 50,000 mobs total). | ** '''How to Obtain: ''' [[Achievements]] (Kill 50,000 mobs total). | ||
Line 132: | Line 167: | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Sheepuff]]s if placed in the [[Aether]].</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Sheepuff]]s if placed in the [[Aether]].</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' <item n="Supply Crate"/>s and are purchasable from the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ** '''How to Obtain: ''' <item n="Supply Crate"/>s and are purchasable from the ''Server Store'' for ''650 Credits'' (3,250,000 Coins). | ||
Line 137: | Line 173: | ||
** '''Mob Drops: '''<item n="Raw Porkchop"/> (<item n="Cooked Porkchop"/> when using '''Flame/Fire Aspect''') and <item n="Feather"/> | ** '''Mob Drops: '''<item n="Raw Porkchop"/> (<item n="Cooked Porkchop"/> when using '''Flame/Fire Aspect''') and <item n="Feather"/> | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: ''' [[Arena]] and <item n="Supply Crate"/>s. | ** '''How to Obtain: ''' [[Arena]] and <item n="Supply Crate"/>s. | ||
Line 142: | Line 179: | ||
** '''Mob Drops: '''<item n="String"/> | ** '''Mob Drops: '''<item n="String"/> | ||
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' [[Elysian Dungeon]] and <item n="Supply Crate"/>s. | ** '''How to Obtain:''' [[Elysian Dungeon]] and <item n="Supply Crate"/>s. | ||
Line 149: | Line 187: | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Villagers can be traded with and do not despawn.</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Villagers can be traded with and do not despawn.</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 700-1000 + (totalSpawns/100). | ||
** '''How to Obtain:''' [[Arena]] and <item n="Supply Crate"/>s. | ** '''How to Obtain:''' [[Arena]] and <item n="Supply Crate"/>s. | ||
Line 155: | Line 194: | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''When a [[Panda]] is killed the player is struck by Lightning.</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''When a [[Panda]] is killed the player is struck by Lightning.</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain: '''Purchasable from the ''Server Store'' for ''1,000 Credits'' (5,000,000 Coins). | ** '''How to Obtain: '''Purchasable from the ''Server Store'' for ''1,000 Credits'' (5,000,000 Coins). | ||
Line 160: | Line 200: | ||
** '''Mob Drops: '''<item n="Blue Moa Egg"/> (Dependant on the colour of the [[Moa]]) and <item n="Feather"/> | ** '''Mob Drops: '''<item n="Blue Moa Egg"/> (Dependant on the colour of the [[Moa]]) and <item n="Feather"/> | ||
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 600-2100 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 165: | Line 206: | ||
** '''Mob Drops: '''<item n="String"/> | ** '''Mob Drops: '''<item n="String"/> | ||
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 170: | Line 212: | ||
** '''Mob Drops: '''<item n="Swet Orb"/> and <item n="Glowstone"/> | ** '''Mob Drops: '''<item n="Swet Orb"/> and <item n="Glowstone"/> | ||
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 175: | Line 218: | ||
** '''Mob Drops: '''<item n="Iron Ingot"/> and <item n="Poppy"/> | ** '''Mob Drops: '''<item n="Iron Ingot"/> and <item n="Poppy"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 180: | Line 224: | ||
** '''Mob Drops: '''<item n="Purple Glowstone"/> and <item n="Blue Glowstone"/> | ** '''Mob Drops: '''<item n="Purple Glowstone"/> and <item n="Blue Glowstone"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 190-890 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 186: | Line 231: | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Flying Cow]]s if placed in the [[Aether]].</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Flying Cow]]s if placed in the [[Aether]].</div> | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 191: | Line 237: | ||
** '''Mob Drops: '''<item n="Raw Beef"/> (<item n="Steak"/> when using '''Flame/Fire Aspect''') | ** '''Mob Drops: '''<item n="Raw Beef"/> (<item n="Steak"/> when using '''Flame/Fire Aspect''') | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' <item n="Supply Crate"/>s. | ** '''How to Obtain:''' <item n="Supply Crate"/>s. | ||
Line 196: | Line 243: | ||
** '''Mob Drops: '''None. | ** '''Mob Drops: '''None. | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
− | ** '''How to Obtain:''' | + | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 300-1200 + (totalSpawns/100). |
+ | ** '''How to Obtain:''' '''Year of the Dog''' NPC for 64x <item n="Wolf Head"/> and a previous ''Special Offer''. | ||
* <mcitem name="MobSpawner Pig" size=32>'''Pirate Spawner'''</mcitem> ''(Hostile Entity)'' | * <mcitem name="MobSpawner Pig" size=32>'''Pirate Spawner'''</mcitem> ''(Hostile Entity)'' | ||
** '''Mob Drops: '''<item n="Raw Fish"/>, <item id="360"/>, <item n="String"/>, <item n="Gold Nugget"/>, <item n="Seeds"/>, <item n="Feather"/>, <item n="Diamond"/>, <item n="Emerald"/>, <item n="Bomb"/> and '''A lot of coins''' | ** '''Mob Drops: '''<item n="Raw Fish"/>, <item id="360"/>, <item n="String"/>, <item n="Gold Nugget"/>, <item n="Seeds"/>, <item n="Feather"/>, <item n="Diamond"/>, <item n="Emerald"/>, <item n="Bomb"/> and '''A lot of coins''' | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' [[Deepvale]] generation and a previous ''Special Offer''. | ** '''How to Obtain:''' [[Deepvale]] generation and a previous ''Special Offer''. | ||
=== <div style="color: rgb(200,150,255);">Super Rare</div> === | === <div style="color: rgb(200,150,255);">Super Rare</div> === | ||
* <mcitem name="MobSpawner Pig" size=32>'''Witch Spawner'''</mcitem> ''(Hostile Entity)'' | * <mcitem name="MobSpawner Pig" size=32>'''Witch Spawner'''</mcitem> ''(Hostile Entity)'' | ||
− | ** '''Mob Drops: '''<item n="Glass Bottle"/>, <item n="Redstone"/>, <item n="Gunpowder"/>, <item n="Sugar"/>, <item n="Glowstone Dust"/>, <item n="Stick"/> | + | ** '''Mob Drops: '''<item n="Glass Bottle"/>, <item n="Redstone"/>, <item n="Gunpowder"/>, <item n="Sugar"/>, <item n="Glowstone Dust"/>, <item n="Stick"/> and <item n="Spider Eye"/> |
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
+ | ** '''How to Obtain:''' A previous ''Special Offer'', <item n="Supply Crate"/>s and [[Christmas Cracker]]s. | ||
+ | |||
+ | * <mcitem name="MobSpawner Pig" size=32>'''Snow Golem Spawner'''</mcitem> ''(Passive Entity)'' | ||
+ | ** '''Mob Drops: '''<item n="Snowball"/> | ||
+ | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer''. | ** '''How to Obtain:''' A previous ''Special Offer''. | ||
Line 212: | Line 268: | ||
** '''Mob Drops: '''<item n="Bone"/>, <item n="Coal"/> and <item n="Wither Skeleton Skull"/> | ** '''Mob Drops: '''<item n="Bone"/>, <item n="Coal"/> and <item n="Wither Skeleton Skull"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer''. | ** '''How to Obtain:''' A previous ''Special Offer''. | ||
Line 217: | Line 274: | ||
** '''Mob Drops: '''None. | ** '''Mob Drops: '''None. | ||
** '''Conditions: ''' Enough Space and Light. | ** '''Conditions: ''' Enough Space and Light. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 250-700 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer'', at ''/warp ticket shop'' for ''5 <item n="Staff Event Ticket"/> (Blue)'' and are purchasable from the ''Server Store'' for ''540 Credits'' (2,700,000 Coins). | ** '''How to Obtain:''' A previous ''Special Offer'', at ''/warp ticket shop'' for ''5 <item n="Staff Event Ticket"/> (Blue)'' and are purchasable from the ''Server Store'' for ''540 Credits'' (2,700,000 Coins). | ||
Line 222: | Line 280: | ||
** '''Mob Drops: '''None. | ** '''Mob Drops: '''None. | ||
** '''Conditions: ''' Enough Space and Light. | ** '''Conditions: ''' Enough Space and Light. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' [[Arena]] and is purchasable from the ''Server Store'' for ''630 Credits'' (3,150,000 Coins). | ** '''How to Obtain:''' [[Arena]] and is purchasable from the ''Server Store'' for ''630 Credits'' (3,150,000 Coins). | ||
Line 227: | Line 286: | ||
** '''Mob Drops: '''<item n="Blizz Rod"/> | ** '''Mob Drops: '''<item n="Blizz Rod"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer''. | ** '''How to Obtain:''' A previous ''Special Offer''. | ||
Line 232: | Line 292: | ||
** '''Mob Drops: '''<item n="Feather"/> | ** '''Mob Drops: '''<item n="Feather"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer''. | ** '''How to Obtain:''' A previous ''Special Offer''. | ||
Line 237: | Line 298: | ||
** '''Mob Drops: '''<item n="Raw Fish"/> | ** '''Mob Drops: '''<item n="Raw Fish"/> | ||
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer''. | ** '''How to Obtain:''' A previous ''Special Offer''. | ||
Line 244: | Line 306: | ||
** '''Mob Drops: '''<item n="Cold Aercloud"/> | ** '''Mob Drops: '''<item n="Cold Aercloud"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.'' | ** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.'' | ||
Line 249: | Line 312: | ||
** '''Mob Drops: '''<item n="Victory Medal"/> | ** '''Mob Drops: '''<item n="Victory Medal"/> | ||
** '''Conditions: ''' Enough Space. | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100). | ||
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.'' | ** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.'' | ||
Line 256: | Line 320: | ||
** '''Conditions: ''' ??? | ** '''Conditions: ''' ??? | ||
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Requires items to be fed to it in order to spawn a boss.</div> | ** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Requires items to be fed to it in order to spawn a boss.</div> | ||
+ | ** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode''' | ||
+ | |||
+ | * <mcitem name="MobSpawner Pig" size=32>'''Giant Spawner'''</mcitem> ''(Hostile Entity)'' | ||
+ | ** '''Conditions: ''' Enough Space. | ||
+ | ** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 600-2100 + (totalSpawns/100). | ||
** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode''' | ** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode''' | ||
[[category: Block]] | [[category: Block]] |
Latest revision as of 21:20, 12 November 2024
Block ID: | 52 |
---|---|
Sub IDs: | Based on Mob Type |
Item Type: | Block |
Max Stack: | 1 |
Unique Function: | |
Infinitely spawn the mob specified based on Sub ID. |
Spawner Rarities | |
---|---|
About
A MobSpawner is a block that can be placed and will spawn its specified entity indefinitely. This block is from the original game but has a few tweaks to it within Craftland. Each mobspawner has its own unique value, rarity and uses. Some spawners are more useful than others and some are incredibly rare with some being common. All MobSpawners share the same texture excluding for the entity, that is being spawned, rotating inside of the MobSpawner. Any player can pick up a MobSpawner as long as it isn't Red and the player is using a Pickaxe.
MobSpawners can be found within any world inside of Dungeons, Strongholds, Nether Fortresses etc.
- MobSpawners, additionally, have a 5% chance to replace a generated Red Spawner within Deepvale or Greycliff structures. Red Spawners cannot be picked up.
Spawner Rules
Mob spawners will ATTEMPT to spawn a mob based on a list of chances. The default rule is it will attempt to spawn once between 500 and 1500 ticks. At 20tps, this means that by default it will do one spawn cycle between every 25 and 75 seconds. This only applies to spawners with no spawns. If there is spawns on it,the code takes a calculation of the total spawns it has made, and divides it by 20, adding this as a tick delay. This is for basic spawners. There are different delays for: Ghasts, Slimes, Shadow swets, Giants, Wolves, Chickens, Moas, Birds, Villagers. If a spawner tries to spawn in an area with a mob, it will fail. Same goes if it attempts to spawn in a block, or the mobcap is hit. Normal mob spawn rules still apply, such as light level etc. Here is a graph on expected spawn times with the amount of spawns on the spawner.
Other Information
- MobSpawner's can only be placed once every 10 blocks causing the best MobSpawner grinder for one user to be using a maximum of 64 spawners.
- MobSpawner's will only spawn their entity if a player is within 24 blocks.
- Some MobSpawner's will only spawn their mob if the conditions are valid for the mob that is being spawned.
- MobSpawners get weaker the more entities they spawn. Use a Essence Of Undeath on the MobSpawner to negate the total entities spawned by 1,000.
- The spawn delay for MobSpawners is calculated using the following algorithm: spawnDelay + (totalSpawns/20).
- MobSpawners can be privated like a Chest or Door.
Spawner Types
Common
- Cave Spider Spawner (Hostile Entity)
- Mob Drops: Spider Eye, Cobweb and String
- Conditions: Enough Space and Darkness.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates and Mine Shafts.
- Spider Spawner (Hostile Entity)
- Mob Drops: Spider Eye, Cobweb and String
- Conditions: Enough Space and Darkness.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates and Dungeons.
- Zombie Spawner (Hostile Entity)
- Mob Drops: Rotten Flesh, Iron Ingot, Carrot, Potato and Zombie Head
- Conditions: Enough Space and Darkness.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates and Dungeons.
- Skeleton Spawner (Hostile Entity)
- Mob Drops: Arrow, Bone, Bow and Skeleton Skull
- Conditions: Enough Space and Darkness.
- Special Interaction: Will spawnWither Skeletons by % chance if placed in the Nether.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates and Dungeons.
Slightly Uncommon
- Zombie Pigman Spawner (Neutral Entity)
- Mob Drops: Rotten Flesh, Gold Nugget, Gold Ingot and Golden Sword
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates, Deepvale generation, purchasable from /voteshop for 150 Vote Points and the Server Store for 650 Credits (3,250,000 Coins).
- Ghast Spawner (Hostile Entity)
- Mob Drops: Ghast Tear and Gunpowder
- Conditions: Enough Space.
- Spawn Speed (ticks): 100-500 + (totalSpawns/100).
- How to Obtain: Supply Crates, purchasable from /voteshop for 200 Vote Points and the Server Store for 800 Credits (4,000,000 Coins).
- Creeper Spawner (Hostile Entity)
- Mob Drops: Gunpowder
- Conditions: Enough Space and Darkness.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates, Achievements (Kill 100 level 10 creepers), purchasable from /voteshop for 200 Vote Points and the Server Store for 650 Credits (3,250,000 Coins).
- Slime Spawner (Hostile Entity)
- Mob Drops: Slimeball
- Conditions: Enough Space.
- Special Interaction: Slime Spawners work better within a Slime Chunk.
- Spawn Speed (ticks): 35-535 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates, purchasable from /voteshop for 150 Vote Points and the Server Store for 650 Credits (3,250,000 Coins).
- Blaze Spawner (Hostile Entity)
- Mob Drops: Blaze Rod
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Deepvale generation, Supply Crates and Nether Fortresses.
Uncommon
- Chicken Spawner (Passive Entity)
- Mob Drops: Cannot parse input (Cooked Chicken when using Flame/Fire Aspect), Egg and Feather
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 250-950 + (totalSpawns/100).
- How to Obtain: Purchasable from the Server Store for 500 Credits (2,500,000 Coins).
- Squid Spawner (Passive Entity)
- Mob Drops: Ink Sac
- Conditions: Water.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Purchasable from the Server Store for 800 Credits (4,000,000 Coins).
- Silverfish Spawner (Hostile Entity)
- Mob Drops: None.
- Conditions: Enough Space.
- Special Interaction: Silverfish can move into a block of Stone, Cobblestone, Stone Bricks etc. and turn it into a Monster Egg.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Strongholds.
- Pig Spawner (Passive Entity)
- Mob Drops: Raw Porkchop (Cooked Porkchop when using Flame/Fire Aspect)
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Achievements (Kill 50,000 mobs total).
- Sheep Spawner (Passive Entity)
- Mob Drops: Raw Mutton (Cooked Mutton when using Flame/Fire Aspect) and Wool (Dependant on the colour of the Sheep)
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates and are purchasable from the Server Store for 650 Credits (3,250,000 Coins).
- Phyg Spawner (Passive Entity)
- Mob Drops: Raw Porkchop (Cooked Porkchop when using Flame/Fire Aspect) and Feather
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Arena and Supply Crates.
- Shadow Aerbunny Spawner (Passive Entity)
- Mob Drops: String
- Conditions: Enough Space, Light and Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Elysian Dungeon and Supply Crates.
Rare
- Villager Spawner (Passive Entity)
- Mob Drops: None.
- Conditions: Enough Space.
- Special Interaction: Villagers can be traded with and do not despawn.
- Spawn Speed (ticks): 700-1000 + (totalSpawns/100).
- How to Obtain: Arena and Supply Crates.
- Panda Spawner (Passive Entity)
- Mob Drops: Raw Beef (Steak when using Flame/Fire Aspect)
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Special Interaction: When a Panda is killed the player is struck by Lightning.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Purchasable from the Server Store for 1,000 Credits (5,000,000 Coins).
- Moa Spawner (Passive Entity)
- Mob Drops: Blue Moa Egg (Dependant on the colour of the Moa) and Feather
- Conditions: Enough Space, Light and Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 600-2100 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Aerbunny Spawner (Passive Entity)
- Mob Drops: String
- Conditions: Enough Space, Light and Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Swet Spawner (Hostile Entity)
- Mob Drops: Swet Orb and Glowstone
- Conditions: Enough Space, Light and Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Iron Golem Spawner (Neutral Entity)
- Mob Drops: Iron Ingot and Poppy
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Neonic Swet Spawner (Hostile Entity)
- Mob Drops: Purple Glowstone and Blue Glowstone
- Conditions: Enough Space.
- Spawn Speed (ticks): 190-890 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Cow Spawner (Passive Entity)
- Mob Drops: Raw Beef (Steak when using Flame/Fire Aspect)
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Special Interaction: Will spawn Flying Cows if placed in the Aether.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Shadow Mooshroom Spawner (Passive Entity)
- Mob Drops: Raw Beef (Steak when using Flame/Fire Aspect)
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Supply Crates.
- Wolf Spawner (Neutral Entity)
- Mob Drops: None.
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 300-1200 + (totalSpawns/100).
- How to Obtain: Year of the Dog NPC for 64x Wolf Head and a previous Special Offer.
- Pirate Spawner (Hostile Entity)
Super Rare
- Witch Spawner (Hostile Entity)
- Mob Drops: Glass Bottle, Redstone, Gunpowder, Sugar, Glowstone Dust, Stick and Spider Eye
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer, Supply Crates and Christmas Crackers.
- Snow Golem Spawner (Passive Entity)
- Mob Drops: Snowball
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer.
- Wither Skeleton Spawner (Hostile Entity)
- Mob Drops: Bone, Coal and Wither Skeleton Skull
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer.
- Tiny Bird Spawner (Passive Entity)
- Mob Drops: None.
- Conditions: Enough Space and Light.
- Spawn Speed (ticks): 250-700 + (totalSpawns/100).
- How to Obtain: A previous Special Offer, at /warp ticket shop for 5 Staff Event Ticket (Blue) and are purchasable from the Server Store for 540 Credits (2,700,000 Coins).
- Raven Spawner (Passive Entity)
- Mob Drops: None.
- Conditions: Enough Space and Light.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: Arena and is purchasable from the Server Store for 630 Credits (3,150,000 Coins).
- Blizz Spawner (Hostile Entity)
- Mob Drops: Blizz Rod
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer.
- Shadow Cockatrice Spawner (Hostile Entity)
- Mob Drops: Feather
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer.
- Ocelot Spawner (Passive Entity)
- Mob Drops: Raw Fish
- Conditions: Enough Space, Light and Grass Blocks/Aether Grass/Shadow Grass.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer.
Ultra Rare
- Zephyr Spawner (Hostile Entity)
- Mob Drops: Cold Aercloud
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer and from a realm that no longer exists.
- Valkyrie Spawner (Neutral Entity)
- Mob Drops: Victory Medal
- Conditions: Enough Space.
- Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
- How to Obtain: A previous Special Offer and from a realm that no longer exists.
Unobtainable
- Boss Spawner (Bosses)
- Mob Drops: Bosses and Boss Loot
- Conditions: ???
- Special Interaction: Requires items to be fed to it in order to spawn a boss.
- How to Obtain: Admin command/Extended Creative Mode
- Giant Spawner (Hostile Entity)
- Conditions: Enough Space.
- Spawn Speed (ticks): 600-2100 + (totalSpawns/100).
- How to Obtain: Admin command/Extended Creative Mode