Skip to content

Commit

Permalink
In Flower Forest biome a Poppy should spawn instead of Blue Orchid Cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed May 14, 2014
1 parent 3d9b5b1 commit 5e6c346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
+ }
+ }
}
Expand Down

0 comments on commit 5e6c346

Please sign in to comment.