In Flower Forest biome a Poppy should spawn instead of Blue Orchid Closes #1078

This commit is contained in:
Lex Manos 2014-05-14 12:20:04 -07:00
parent 3d9b5b1472
commit 5e6c346c7c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
+ this.flowers.clear();
+ for (int x = 0; x < BlockFlower.field_149859_a.length; x++)
+ {
+ this.addFlower(Blocks.field_150328_O, x, 10);
+ this.addFlower(Blocks.field_150328_O, x == 1 ? 0 : x, 10);
+ }
+ }
}