Skip to content

Commit

Permalink
Make flowers enabled by default (#22)
Browse files Browse the repository at this point in the history
PR like #21 but for flowers. This will helpful to players, who using this fork of botania outside of any modpacks. This will not affect GTNH modpack(and other modpacks) because they are alredy have Botania.cfg. Also in config descripton sayed that this option should be 2 by default: "The quantity of Botania flower patches to generate in the world, defaults to 2, the lower the number the less patches generate.".
  • Loading branch information
AlexCatze authored Jan 3, 2023
1 parent 3caf895 commit 8a5fa6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public final class ConfigHandler {
public static int harvestLevelWeight = 2;
public static int harvestLevelBore = 3;

public static int flowerQuantity = 0;
public static int flowerQuantity = 2;
public static int flowerDensity = 2;
public static int flowerPatchSize = 6;
public static int flowerPatchChance = 16;
Expand Down

0 comments on commit 8a5fa6c

Please sign in to comment.