mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Tune group digging time stuff a bit
This commit is contained in:
parent
b49a7c140e
commit
0b21618a05
2 changed files with 3 additions and 3 deletions
|
@ -183,8 +183,8 @@ void ServerRemotePlayer::punch(ServerActiveObject *puncher,
|
|||
|
||||
// "Material" groups of the player
|
||||
std::map<std::string, int> groups;
|
||||
groups["snappy"] = 1;
|
||||
groups["choppy"] = 2;
|
||||
groups["fleshy"] = 3;
|
||||
|
||||
IItemDefManager *idef = m_env->getGameDef()->idef();
|
||||
ItemStack punchitem = puncher->getWieldedItem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue