1
0
Fork 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
1 changed files with 1 additions and 0 deletions

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
ConvertToPickups(a_WorldInterface, Pickups, Meta, a_BlockX, a_BlockY, a_BlockZ);
break;
}
case E_BLOCK_ENDER_CHEST:
{