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:
parent
a38702357e
commit
d4250f6486
1 changed files with 1 additions and 0 deletions
|
@ -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 ) //
|
||||
|
|
Reference in a new issue