Deathblooms no longer count as a Forestry flower
This commit is contained in:
parent
19f719d599
commit
83e413d3fe
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ public class ForestryIntegration
|
|||
private static void addFlowers()
|
||||
{
|
||||
for (int i = 0; i < 10; ++i) {
|
||||
FlowerManager.plainFlowers.add(new ItemStack(Blocks.flowers.get(), 1, i));
|
||||
if (i != 2)
|
||||
FlowerManager.plainFlowers.add(new ItemStack(Blocks.flowers.get(), 1, i));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue