Wild tomato plants can burn

This commit is contained in:
Emmanuel BENOîT 2016-07-21 13:59:23 +02:00
parent 7b3e9f63d0
commit 5b31453cec

View file

@ -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 );
} }