1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

stone shovel now needs cobble, not stone.

This commit is contained in:
Perttu Ahola 2011-04-06 22:28:51 +03:00
parent 00dd5cbb2e
commit 2dba606e12
2 changed files with 4 additions and 1 deletions

View file

@ -3140,7 +3140,7 @@ void Server::SendInventory(u16 peer_id)
if(!found)
{
ItemSpec specs[9];
specs[1] = ItemSpec(ITEM_MATERIAL, CONTENT_STONE);
specs[1] = ItemSpec(ITEM_MATERIAL, CONTENT_COBBLE);
specs[4] = ItemSpec(ITEM_CRAFT, "Stick");
specs[7] = ItemSpec(ITEM_CRAFT, "Stick");
if(checkItemCombination(items, specs))