package blocks; import math.Color4f; public class FirLeafBlock extends Block{ public FirLeafBlock() { super(new Color4f(0.0f,0.4f,0f)); } }