Removed puddles from the creative menu

This commit is contained in:
Adubbz 2013-07-04 08:29:55 +10:00
parent 065f7f496e
commit fcd8d600cf
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public class BlockPuddle extends Block
this.setTickRandomly(true);
this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 0.8135F, 1.0F);
this.setLightOpacity(0);
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
}
@Override