More work on kelp

This commit is contained in:
Matt Caughey 2013-05-23 11:20:06 -04:00
parent 79628f1ecd
commit d02ea93141
6 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ public class BlockReferences {
giantFlowerRed (Blocks.petals, 0), giantFlowerRed (Blocks.petals, 0),
giantFlowerYellow (Blocks.petals, 1), giantFlowerYellow (Blocks.petals, 1),
seaweed (Blocks.coral, 0), kelp (Blocks.coral, 0),
toadstool (Blocks.mushrooms, 0), toadstool (Blocks.mushrooms, 0),
portobello (Blocks.mushrooms, 1), portobello (Blocks.mushrooms, 1),

View File

@ -24,7 +24,7 @@ import cpw.mods.fml.relauncher.SideOnly;
public class BlockBOPCoral extends BlockFlower public class BlockBOPCoral extends BlockFlower
{ {
private static final String[] coral = new String[] {"seaweed"}; private static final String[] coral = new String[] {"kelp"};
private Icon[] textures; private Icon[] textures;
protected BlockBOPCoral(int blockID, Material material) protected BlockBOPCoral(int blockID, Material material)

View File

@ -325,7 +325,7 @@ public class BOPBlocks {
LanguageRegistry.addName(new ItemStack(Blocks.mushrooms.get(),1,2), "Blue Milk Cap"); LanguageRegistry.addName(new ItemStack(Blocks.mushrooms.get(),1,2), "Blue Milk Cap");
LanguageRegistry.addName(new ItemStack(Blocks.mushrooms.get(),1,3), "Glowshroom"); LanguageRegistry.addName(new ItemStack(Blocks.mushrooms.get(),1,3), "Glowshroom");
LanguageRegistry.addName(new ItemStack(Blocks.coral.get(),1,0), "Seaweed"); LanguageRegistry.addName(new ItemStack(Blocks.coral.get(),1,0), "Kelp");
LanguageRegistry.addName(new ItemStack(Blocks.saplings.get(),1,6), "Fir Sapling"); LanguageRegistry.addName(new ItemStack(Blocks.saplings.get(),1,6), "Fir Sapling");
LanguageRegistry.addName(new ItemStack(Blocks.colorizedSaplings.get(),1,3), "Redwood Sapling"); LanguageRegistry.addName(new ItemStack(Blocks.colorizedSaplings.get(),1,3), "Redwood Sapling");

View File

@ -18,7 +18,7 @@ import net.minecraft.world.World;
public class ItemBOPCoral extends ItemBlock public class ItemBOPCoral extends ItemBlock
{ {
private static final String[] coral = new String[] {"coral"}; private static final String[] coral = new String[] {"kelp"};
@SideOnly(Side.CLIENT) @SideOnly(Side.CLIENT)
private Icon[] textures; private Icon[] textures;

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B