Difference between revisions of "Blaze"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

(Probably you're playing on creative mode.)
 
(22 intermediate revisions by 10 users not shown)
Line 3: Line 3:
 
|name=Blaze
 
|name=Blaze
 
|type=Hostile
 
|type=Hostile
|drops=[[Blaze rod]]s
+
|drops= 0-1 [[Blaze rod]]s, 0-3 [[Glowstone dust]] and 0-2 [[Charcoal]].
 +
|id=blaze
 
}}
 
}}
  
A blaze ismob from the [[Nether]] which spawn in caves, naturally when Blaze find the player, he flies closer into player and then he start shooting fire balls to him.
+
The {{I|BlazeHead}} [[blaze]] is a hostile levitating creature that appears in the [[nether]] dimension.
  
==Trivia==
+
This mob has {{Health|20}} health and will drop {{I|blaze rod}} [[blaze rod]] when killed.
 +
 
 +
== Spawning ==
 +
The blaze can spawn anywhere in the nether, on {{I|netherrack}} [[netherrack]].
 +
 
 +
=== Commands ===
 +
A Blaze can be spawned in another way besides its respective [[spawn egg]], with the command <code>/summon blaze</code> you can spawn it.
 +
 
 +
In addition to that you can add [[data tags]] to customize the blaze. examples:
 +
 
 +
*<code>/summon blaze 1 ~ ~ {name:"blaze powder", defaultDrops:0, drops:[{item:{id:"blaze_powder"}, quantity:3, onFire:1}]}</code>
 +
 
 +
*<code>/summon blaze 1 ~ ~ {name:"blaze quantum", health:60, defaultDrops:false, drops:[{item:{id:"ender_pearl"}, quantity:1}]}</code>
 +
 
 +
== Drops ==
 +
The blaze drops {{I|Experience_orb_2}} [[experience]] points when it dies.
 +
 
 +
When a blaze dies, it will drop 0-1 {{I|blaze_rod}}[[blaze rod]]s, 0-3 {{I|glowstone_dust}} [[glowstone dust]] and 0-2 {{I|charcoal}} [[charcoal]].
 +
 
 +
=== Crafting ===
 +
Crafting with the blaze drop:
 +
 
 +
{| class="wikitable"
 +
|-
 +
| {{CraftBig
 +
| B2 = Blaze Rod
 +
| output = Blaze Powder
 +
| output-amount = 2
 +
}}
 +
| {{CraftBig
 +
| B2 = Blaze Rod
 +
| C1 = Cobblestone
 +
| C2 = Cobblestone
 +
| C3 = Cobblestone
 +
| output = Brewing Stand
 +
}}
 +
| {{CraftBig
 +
| B2 = Glowstone Dust
 +
| B3 = Glowstone Dust
 +
| C2 = Glowstone Dust
 +
| C3 = Glowstone Dust
 +
| output = Glowstone
 +
}}
 +
| {{CraftBig
 +
| B2 = Charcoal
 +
| C2 = Stick
 +
| output = Torch
 +
| output-amount = 4
 +
}}
 +
|}
 +
 
 +
== Behavior ==
 +
Blazes can fly and randomly float around, aimlessly, giving off smoke particles. However, when they come into proximity of {{I|Player_head}} [[the player]], their head will catch on {{I|Fire}} [[fire]], and they will start shooting {{I|Fire_ball}} [[fireball]]s at the player, which causing small explosions that do no damage to blocks, only entities (fireballs deal {{Health|7}} damage). They also have a melee attack, dealing half {{Health|2}} heart of damage a second.
 +
 
 +
== Tasks ==
 +
{{Tasks|20=}}
 +
 
 +
== History ==
 +
{{HistoryTable
 +
| [[Version History#1.23|1.23]]
 +
| Oct 31, 2012
 +
|
 +
* Added the blaze.
 +
** Drop blaze rods.
 +
*** Blaze powder.
 +
| [[Version History#1.27|1.27]]
 +
| Nov 13, 2015
 +
|
 +
* Blazes now drop charcoal instead of bedrock.
 +
* Blaze fireballs no longer hurt the blaze that shot it.
 +
| [[Version History#1.28|1.28]]
 +
| Oct 8, 2016
 +
|* Fixed blaze fireballs
 +
| [[Version History#1.30.3b|1.30.3b]]
 +
|  Nov 21, 2021
 +
|* Fixed blazes now drop glowstone dust instead of bedrock
 +
}}
 +
 
 +
== Bugs ==
 +
* 1.30: Blaze can drop [[Bedrock]] upon death, but cannot be picked up by the player.
 +
 
 +
== Trivia ==
 
*The rods you get from killing a blaze are the rods that fly around it.
 
*The rods you get from killing a blaze are the rods that fly around it.
 +
*The closer a blaze fires at you, the more damage the fireballs will do.
 +
 +
== Gallery ==
 +
<gallery>
 +
File:PictureBlaze.png| A blaze shooting at a player.
 +
</gallery>
  
==See Also==
+
== See Also ==
*[[Blaze Rod]]
+
*[[Mobs]]
 +
*[[Blaze rod]]
 
*[[Nether]]
 
*[[Nether]]
  
[[Category:Mobs]]
+
[[category:Hostile mobs]][[Category:Nether mobs]]
[[category:Hostiles]]
 
[[Category:Unfinished]]
 

Latest revision as of 18:38, 26 January 2024





Blaze
Blaze.png
Type:Hostile
Drops:0-1 Blaze rods, 0-3 Glowstone dust and 0-2 Charcoal.
Identifier:blaze

The BlazeHead blaze is a hostile levitating creature that appears in the nether dimension.

This mob has 20 (♥ × 10) health and will drop blaze rod blaze rod when killed.

Spawning

The blaze can spawn anywhere in the nether, on netherrack netherrack.

Commands

A Blaze can be spawned in another way besides its respective spawn egg, with the command /summon blaze you can spawn it.

In addition to that you can add data tags to customize the blaze. examples:

  • /summon blaze 1 ~ ~ {name:"blaze powder", defaultDrops:0, drops:[{item:{id:"blaze_powder"}, quantity:3, onFire:1}]}
  • /summon blaze 1 ~ ~ {name:"blaze quantum", health:60, defaultDrops:false, drops:[{item:{id:"ender_pearl"}, quantity:1}]}

Drops

The blaze drops Experience_orb_2 experience points when it dies.

When a blaze dies, it will drop 0-1 blaze_rodblaze rods, 0-3 glowstone_dust glowstone dust and 0-2 charcoal charcoal.

Crafting

Crafting with the blaze drop:

Invisible-sprite Invisible-sprite Invisible-sprite Invisible-sprite Blaze Rod Invisible-sprite Invisible-sprite Invisible-sprite Invisible-sprite Blaze Powder2

Invisible-sprite Invisible-sprite Invisible-sprite Invisible-sprite Blaze Rod Invisible-sprite Cobblestone Cobblestone Cobblestone Brewing Stand

Invisible-sprite Invisible-sprite Invisible-sprite Invisible-sprite Glowstone Dust Glowstone Dust Invisible-sprite Glowstone Dust Glowstone Dust Glowstone

Invisible-sprite Invisible-sprite Invisible-sprite Invisible-sprite Charcoal Invisible-sprite Invisible-sprite Stick Invisible-sprite Torch4

Behavior

Blazes can fly and randomly float around, aimlessly, giving off smoke particles. However, when they come into proximity of Player_head the player, their head will catch on Fire fire, and they will start shooting Fire_ball fireballs at the player, which causing small explosions that do no damage to blocks, only entities (fireballs deal 7 (♥♥♥♥) damage). They also have a melee attack, dealing half 2 (♥) heart of damage a second.

Tasks

Number Icon[ng] Name Newgrounds name Description [ng] Objective Points[ng] Requirements
20 Slay a blaze Kill a Blaze They will shoot fireballs at you like crazy! Kill a blaze 5

History

Version Date Changes
1.23 Oct 31, 2012
  • Added the blaze.
    • Drop blaze rods.
      • Blaze powder.
1.27 Nov 13, 2015
  • Blazes now drop charcoal instead of bedrock.
  • Blaze fireballs no longer hurt the blaze that shot it.
1.28 Oct 8, 2016
  • Fixed blaze fireballs
1.30.3b Nov 21, 2021
  • Fixed blazes now drop glowstone dust instead of bedrock

Bugs

  • 1.30: Blaze can drop Bedrock upon death, but cannot be picked up by the player.

Trivia

  • The rods you get from killing a blaze are the rods that fly around it.
  • The closer a blaze fires at you, the more damage the fireballs will do.

Gallery

See Also