base mod created
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.minecraft.block;
|
||||
|
||||
public class BlockRedFlower extends BlockFlower
|
||||
{
|
||||
/**
|
||||
* Get the Type of this flower (Yellow/Red)
|
||||
*/
|
||||
public BlockFlower.EnumFlowerColor getBlockType()
|
||||
{
|
||||
return BlockFlower.EnumFlowerColor.RED;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user