1
0

Bonemeal cannot be used on cactus and sugar cane

This commit is contained in:
Mat
2020-03-21 19:46:57 +02:00
committed by GitHub
parent 4f60eaabca
commit c4fc6a5343

View File

@@ -167,8 +167,6 @@ public:
case E_BLOCK_TALL_GRASS:
case E_BLOCK_COCOA_POD:
case E_BLOCK_SUGARCANE:
case E_BLOCK_CACTUS:
{
// Always try to grow 1 stage:
if (a_World.GrowPlantAt(a_BlockPos, 1) <= 0)