Fixes bed item 26 and 355 being spawned, only 355 spawns now (#4290)
This commit is contained in:
parent
89017dfbbc
commit
a1e52cb6d6
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user