Skip to content

Commit

Permalink
Remove Gooseberry from world gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedelosk committed Apr 10, 2017
1 parent 6d54f6a commit 7964e56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1745,8 +1745,6 @@ protected void setSpeciesProperties(IAlleleTreeSpeciesBuilder species) {
species.addFruitFamily(AlleleManager.alleleRegistry.getFruitFamily("forestry.prunes"));
species.addFruitFamily(AlleleManager.alleleRegistry.getFruitFamily("forestry.nuts"));
species.addFruitFamily(ETFruitFamily.Berry);
species.setRarity(0.0025F);
species.setGrowthProvider(new ClimateGrowthProvider(EnumTemperature.NORMAL, EnumTolerance.BOTH_1, EnumHumidity.NORMAL, EnumTolerance.NONE));
}
},
GoldenRaspberry("rubus", "occidentalis", EnumLeafType.DECIDUOUS, new Color(0x83B96E), new Color(0x83B96E), EnumSaplingType.Shrub, EnumShrubLog.INSTANCE, new Color(0xFFFFFF)) {
Expand Down

0 comments on commit 7964e56

Please sign in to comment.