Change raddish render type
This commit is contained in:
parent
3989b6b622
commit
0581f1c7b3
1 changed files with 0 additions and 5 deletions
|
@ -138,11 +138,6 @@ public class Test {
|
|||
public Item itemSeeds() {
|
||||
return raddish;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getRenderType() {
|
||||
return 1;
|
||||
}
|
||||
};
|
||||
public static final Item raddish = new ItemSeedFood(4, 0.4f, raddishField, Blocks.farmland).setTextureName(MODID + ":raddish").setUnlocalizedName(
|
||||
"raddish");
|
||||
|
|
Reference in a new issue