Fix Poppy to Dandelion ratio

This commit is contained in:
LexManos 2017-02-23 15:50:01 -08:00
parent 1df8d5f8e5
commit 7cdbe5d518
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
+ public void addDefaultFlowers()
+ {
+ addFlower(Blocks.field_150327_N.func_176223_P().func_177226_a(Blocks.field_150327_N.func_176494_l(), BlockFlower.EnumFlowerType.DANDELION), 20);
+ addFlower(Blocks.field_150328_O.func_176223_P().func_177226_a(Blocks.field_150328_O.func_176494_l(), BlockFlower.EnumFlowerType.POPPY), 20);
+ addFlower(Blocks.field_150328_O.func_176223_P().func_177226_a(Blocks.field_150328_O.func_176494_l(), BlockFlower.EnumFlowerType.POPPY), 10);
+ }
+
+ /** Register a new plant to be planted when bonemeal is used on grass.