Minor tidyup
This commit is contained in:
parent
17178619fe
commit
126020371f
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
package biomesoplenty.common.block;
|
package biomesoplenty.common.block;
|
||||||
|
|
||||||
import biomesoplenty.api.block.BOPBlock;
|
import biomesoplenty.api.block.BOPBlock;
|
||||||
import biomesoplenty.common.util.inventory.CreativeTabBOP;
|
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.block.material.Material;
|
import net.minecraft.block.material.Material;
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ public class BlockFruit extends BOPPlant
|
||||||
super(Material.plants);
|
super(Material.plants);
|
||||||
this.setStepSound(soundTypeGrass);
|
this.setStepSound(soundTypeGrass);
|
||||||
this.setBlockBounds(0.25F, 0.25F, 0.25F, 0.75F, 1.0F, 0.75F);
|
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
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue