Fixed No Blue Orchids spawn in swamp when using bone meal Closes #1072

This commit is contained in:
Lex Manos 2014-05-12 12:36:36 -07:00
parent 711e92a59f
commit f95ca18707
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
this.field_76759_H = 14745518;
this.field_76761_J.add(new BiomeGenBase.SpawnListEntry(EntitySlime.class, 1, 1, 1));
+ this.flowers.clear();
+ this.addFlower(Blocks.field_150419_aX, 0, 10);
+ this.addFlower(Blocks.field_150328_O, 1, 10);
}
public WorldGenAbstractTree func_150567_a(Random p_150567_1_)