Let's switch back to the vanilla group count
This commit is contained in:
parent
dc858a3186
commit
81894a391e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class WorldGenBOPFlora extends WorldGeneratorBOP
|
|||
{
|
||||
private Block flora;
|
||||
private int floraMeta;
|
||||
private int groupCount = 14;
|
||||
private int groupCount = 64;
|
||||
|
||||
public WorldGenBOPFlora(Block flora, int floraMeta)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue