Minecraft Wiki
m (Majr moved page Talk:Snow Block to Talk:Snow over redirect: Move to in-game name now that image conflict is cleared up)
(→‎Explosion: new section)
Line 25: Line 25:
 
It has been proposed that this article be merged with [[Snow (cover)|snow]]. Please discuss this proposal at [[Talk:Snow#In-game name]]. —[[User:Munin295|Munin295]] · [[File:Grid_Book_and_Quill.png|16 px|link=User_talk:Munin295]] [[File:Grid_Stone_Pickaxe.png|16 px|link=Special:Contributions/Munin295]] · 15:27, 22 December 2012 (UTC)
 
It has been proposed that this article be merged with [[Snow (cover)|snow]]. Please discuss this proposal at [[Talk:Snow#In-game name]]. —[[User:Munin295|Munin295]] · [[File:Grid_Book_and_Quill.png|16 px|link=User_talk:Munin295]] [[File:Grid_Stone_Pickaxe.png|16 px|link=Special:Contributions/Munin295]] · 15:27, 22 December 2012 (UTC)
 
:Proposal closed due to lack of interest. —[[User:Munin295|Munin295]] · [[File:Grid_Book_and_Quill.png|16 px|link=User_talk:Munin295]] [[File:Grid_Stone_Pickaxe.png|16 px|link=Special:Contributions/Munin295]] · 18:57, 7 January 2013 (UTC)
 
:Proposal closed due to lack of interest. —[[User:Munin295|Munin295]] · [[File:Grid_Book_and_Quill.png|16 px|link=User_talk:Munin295]] [[File:Grid_Stone_Pickaxe.png|16 px|link=Special:Contributions/Munin295]] · 18:57, 7 January 2013 (UTC)
  +
  +
== Explosion ==
  +
  +
Snow dampens explosions. If someone wants to put that into the article: https://bugs.mojang.com/browse/MC-145 [[User:Fabian42|Fabian42]] ([[User talk:Fabian42|talk]]) 22:07, 4 April 2018 (UTC)

Revision as of 22:07, 4 April 2018

I think we should have a picture of a snow castle or igloo here. The page is too short. PurpleKiwi 22:51, 26 October 2010 (CDT)


Is it possible to put ladders onto snow? [ShadowScorn 18:47 October 1 2011]

Yes, they are solid blocks. LB(T|C) 23:07, 12 July 2012 (UTC)


Why don't snow blocks melt?

Regular snow melts when put next to torches, glowstone, etc., but snow blocks do not. The code for both blocks contains this method, exactly identical in each:

   public void updateTick(World par1World, int par2, int par3, int par4, Random par5Random)
   {
       if (par1World.getSavedLightValue(EnumSkyBlock.Block, par2, par3, par4) > 11)
       {
           dropBlockAsItem(par1World, par2, par3, par4, par1World.getBlockMetadata(par2, par3, par4), 0);
           par1World.setBlockWithNotify(par2, par3, par4, 0);
       }
   }

–Preceding unsigned comment was added by Sostratus (Talk|Contribs) 23:02, 12 July 2012. Please sign your posts with ~~~~

In-game name

It has been proposed that this article be merged with snow. Please discuss this proposal at Talk:Snow#In-game name. —Munin295 · Grid Book and Quill Grid Stone Pickaxe · 15:27, 22 December 2012 (UTC)

Proposal closed due to lack of interest. —Munin295 · Grid Book and Quill Grid Stone Pickaxe · 18:57, 7 January 2013 (UTC)

Explosion

Snow dampens explosions. If someone wants to put that into the article: https://bugs.mojang.com/browse/MC-145 Fabian42 (talk) 22:07, 4 April 2018 (UTC)