Skip to content

Commit

Permalink
Remove walnut and chestnut from the tree generation list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedelosk committed Mar 6, 2017
1 parent 84f01de commit f61f7a0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -199,7 +199,7 @@ public WorldGenerator getWorldGenerator(ITreeGenData tree) {
protected void setSpeciesProperties(IAlleleTreeSpeciesBuilder treeSpecies) {
treeSpecies.addFruitFamily(EnumFruitFamily.NUX)
.addFruitFamily(EnumFruitFamily.PRUNES)
.addFruitFamily(EnumFruitFamily.POMES).setRarity(0.0025F);
.addFruitFamily(EnumFruitFamily.POMES);
}

@Override
Expand Down Expand Up @@ -227,7 +227,7 @@ public WorldGenerator getWorldGenerator(ITreeGenData tree) {
protected void setSpeciesProperties(IAlleleTreeSpeciesBuilder treeSpecies) {
treeSpecies.addFruitFamily(EnumFruitFamily.NUX)
.addFruitFamily(EnumFruitFamily.PRUNES)
.addFruitFamily(EnumFruitFamily.POMES).setRarity(0.0025F);
.addFruitFamily(EnumFruitFamily.POMES);
}

@Override
Expand Down

0 comments on commit f61f7a0

Please sign in to comment.