Added Koru fern

This commit is contained in:
Matt Caughey 2013-10-20 12:42:31 -04:00
parent f9200f6c94
commit de32e46f60
4 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ import cpw.mods.fml.relauncher.SideOnly;
public class BlockBOPFoliage extends BlockFlower implements IShearable
{
private static final String[] foliageTypes = new String[] {"algae", "shortgrass", "mediumgrass", "highgrassbottom", "bush", "sprout", "highgrasstop", "poisonivy", "berrybush", "shrub", "wheatgrass", "dampgrass"};
private static final String[] foliageTypes = new String[] {"algae", "shortgrass", "mediumgrass", "highgrassbottom", "bush", "sprout", "highgrasstop", "poisonivy", "berrybush", "shrub", "wheatgrass", "dampgrass", "koru"};
private Icon[] textures;
public Icon shrubBranch;

View File

@ -17,7 +17,7 @@ import cpw.mods.fml.relauncher.SideOnly;
public class ItemBlockFoliage extends ItemColored
{
private static final String[] foliageTypes = new String[] {"algae", "shortgrass", "mediumgrass", "highgrassbottom", "bush", "sprout", "highgrasstop", "poisonivy", "berrybush", "shrub", "wheatgrass", "dampgrass"};
private static final String[] foliageTypes = new String[] {"algae", "shortgrass", "mediumgrass", "highgrassbottom", "bush", "sprout", "highgrasstop", "poisonivy", "berrybush", "shrub", "wheatgrass", "dampgrass", "koru"};
@SideOnly(Side.CLIENT)
private Icon[] textures;
private static final int GRASSTOP = 6;

View File

@ -70,6 +70,7 @@ tile.bop.foliage.berrybush.name=Berry Bush
tile.bop.foliage.shrub.name=Shrub
tile.bop.foliage.wheatgrass.name=Wheat Grass
tile.bop.foliage.dampgrass.name=Damp Grass
tile.bop.foliage.koru.name=Koru
tile.bop.petals.bigflowerred.name=Giant Red Flower
tile.bop.petals.bigfloweryellow.name=Giant Yellow Flower

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B