Bamboos - Increased sapling drop chance

Since bamboos still don't work like actual bamboos and don't have many
leaves, it's hard to get saplings from them
This commit is contained in:
Emmanuel BENOîT 2016-07-23 10:13:41 +02:00
parent a38702357e
commit d4250f6486

View file

@ -32,6 +32,7 @@ public class MTrees
.setLogBoundingBox( UMaths.makeBlockAABB( 4 , 0 , 4 , 12 , 16 , 12 ) ) //
.setGrowthStages( 8 ) //
.setGrowthChance( .8f ) //
.setSaplingDropChance( 10 ) //
.offsetSapling( ) //
.setTreeGenerator( WTBamboo.createSaplingGen( false ) ) //
.setBigTreeGenerator( WTBamboo.createSaplingGen( true ) , .15f ) //