1
0
Fork 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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)