Removed Flower and Still water from the creative menu (You can use buckets now)

This commit is contained in:
Adubbz 2013-05-25 14:10:33 +10:00
parent e2a0160088
commit 76c6aa27ec
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ public class BlockSpringWaterFlowing extends BlockFlowing
this.blockHardness = 100F;
this.setLightOpacity(0);
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
}
@Override

View File

@ -22,7 +22,6 @@ public class BlockSpringWaterStill extends BlockStationary
this.blockHardness = 100F;
this.setLightOpacity(0);
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
this.disableStats();
}