We Don't need clouds in this article
Yeah, they have their own article, we shouldn't put them in here, possibly we could just provide a link.
Color
What determines the color of the sky. Sometimes it's bluish, sometimes it's purple during the day. Is that determined the biome the player is in? --Flajuram 00:39, 9 April 2011 (UTC)
- Might you be confusing this with the vignette? --TheKax 16:44, 10 May 2011 (UTC)
Needs CSS image
This block needs a css image for the navigation template. --Ecksearoh 14:41, 14 September 2011 (UTC)
- No, it doesn't, really. The image would be indistinguishable from empty space. 「ディノ奴千?!」? · ☎ Dinoguy1000 03:15, 18 September 2011 (UTC)
- It already has one? Can't you see it? Oh that's right, air is invisible. –ultradude25 (T|C) at 03:19, 18 September 2011 (UTC)
What Happens?
What happens if you somehow hack an air block in without crashing the game, and then place it?
- You can't. The air block isn't so much a block of its own, as it is an absence of any other blocks. Its data value is 00 (null), so technically every empty slot in your inventory is actually an air block. 「ディノ奴千?!」? · ☎ Dinoguy1000 04:48, 29 February 2012 (UTC)
"If hacked in one's inventory, air has fire's icon, and is labeled as 'Undefined Item'." No? NightstormKitty 23:43, 9 May 2012 (UTC)
If you do manage to hack an Air block into the game, when you place it, logically the game would try to find code that isn't there, crashing Minecraft. 90.191.11.233 19:51, 13 June 2012 (UTC)
- Correction: The game tries to replace a block with the same block, replacing thr coe with th same code, which the games code cannot do. This causes the code to fight the code, causing a disruption in which thre is avery tiny breif moment where there is no code. Without the code, the game collapses and then crashes. The only way to place air without this happening and with no mods or hacks o glitches is to place air so that it takes up a diferent non-soli block lik a clou block. -TexasMike10
Since when was air a block?
Air is not, has never been and will probably never be a block. Index 0 (where air "is") in the block list is simply an empty spot - null. If any Block.java method is called on Block.blocksList[0], it will cause a NullPointerException - i.e. the game will crash because it tried to do something with nothing.
If you want proof, check the code yourself or go to Word of Notch - one of the early posts describe the mistake in making air an empty slot. (I can't link to it; I tried last time I was trying to make this section, but the anti-bot system was being stubborn with me. Also, I'm too lazy to log in.) 89.162.42.181 16:01, 6 September 2012 (UTC)