GenericCrops: use RenderType 1

This commit is contained in:
Matthias Schiffer 2014-05-27 00:32:55 +02:00
parent 035b35d528
commit 84536ba00f

View file

@ -47,6 +47,11 @@ public abstract class GenericCrops extends BlockCrops {
}
}
@Override
public int getRenderType() {
return 1;
}
public abstract String getName();
public abstract Item itemCrops();