Minor tidyup

This commit is contained in:
Cheeserolls 2015-03-27 17:57:48 +00:00
parent 17178619fe
commit 126020371f
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
package biomesoplenty.common.block;
import biomesoplenty.api.block.BOPBlock;
import biomesoplenty.common.util.inventory.CreativeTabBOP;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;

View File

@ -36,7 +36,7 @@ public class BlockFruit extends BOPPlant
super(Material.plants);
this.setStepSound(soundTypeGrass);
this.setBlockBounds(0.25F, 0.25F, 0.25F, 0.75F, 1.0F, 0.75F);
//this.setCreativeTab(null);
// TODO: once the mechanism for farming fruit is established: this.setCreativeTab(null);
}
@Override