Wild tomato plants can burn
This commit is contained in:
parent
7b3e9f63d0
commit
5b31453cec
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ public class PTomato
|
||||||
CRegistry.addBlock( this.CROP = new Plant( ) , null );
|
CRegistry.addBlock( this.CROP = new Plant( ) , null );
|
||||||
this.SEEDS = PPlantsHelper.makeSeeds( "tomato" , this.CROP );
|
this.SEEDS = PPlantsHelper.makeSeeds( "tomato" , this.CROP );
|
||||||
this.FRUIT = PPlantsHelper.makeFruit( "tomato" , 2 , .15f );
|
this.FRUIT = PPlantsHelper.makeFruit( "tomato" , 2 , .15f );
|
||||||
|
Blocks.FIRE.setFireInfo( this.WILD , 60 , 100 );
|
||||||
CRegistry.addRegistrar( this );
|
CRegistry.addRegistrar( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue