1
0

Fixes bed item 26 and 355 being spawned, only 355 spawns now (#4290)

This commit is contained in:
Rick van Schijndel 2018-08-23 17:28:41 +02:00 committed by Alexander Harkness
parent 89017dfbbc
commit a1e52cb6d6

View File

@ -525,6 +525,7 @@ void cBlockHandler::DropBlock(cChunkInterface & a_ChunkInterface, cWorldInterfac
{ {
// Need to access the bed entity to get the color for the item damage // Need to access the bed entity to get the color for the item damage
ConvertToPickups(a_WorldInterface, Pickups, Meta, a_BlockX, a_BlockY, a_BlockZ); ConvertToPickups(a_WorldInterface, Pickups, Meta, a_BlockX, a_BlockY, a_BlockZ);
break;
} }
case E_BLOCK_ENDER_CHEST: case E_BLOCK_ENDER_CHEST:
{ {