GenericCrops: use RenderType 1
This commit is contained in:
parent
035b35d528
commit
84536ba00f
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ public abstract class GenericCrops extends BlockCrops {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getRenderType() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public abstract String getName();
|
||||
|
||||
public abstract Item itemCrops();
|
||||
|
|
Reference in a new issue