Orange autumn saplings now produce dark wood trees
This commit is contained in:
parent
4637c01a3a
commit
f663aecb87
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class BlockBOPSapling extends BlockBOPDecoration implements IGrowable {
|
|||
case YELLOW_AUTUMN:
|
||||
return new GeneratorBasicTree.Builder().log(BlockPlanks.EnumType.BIRCH).leaves(BOPTrees.YELLOW_AUTUMN).minHeight(5).maxHeight(8).create();
|
||||
case ORANGE_AUTUMN:
|
||||
return new GeneratorBasicTree.Builder().log(BlockPlanks.EnumType.BIRCH).leaves(BOPTrees.ORANGE_AUTUMN).minHeight(5).maxHeight(8).create();
|
||||
return new GeneratorBasicTree.Builder().log(BlockPlanks.EnumType.DARK_OAK).leaves(BOPTrees.ORANGE_AUTUMN).minHeight(5).maxHeight(8).create();
|
||||
case BAMBOO:
|
||||
return new GeneratorBulbTree.Builder().minHeight(6).maxHeight(18).log(BOPBlocks.bamboo.getDefaultState()).leaves(BOPTrees.BAMBOO).create();
|
||||
case MAGIC:
|
||||
|
|
Loading…
Reference in a new issue