mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
Make the creative mod hand dig 'dig_immediate' nodes fast
Engine change now makes this possible.
This commit is contained in:
parent
c32b8adaa3
commit
d5aa458d06
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ if creative_mode_cache then
|
|||
snappy = caps,
|
||||
choppy = caps,
|
||||
oddly_breakable_by_hand = caps,
|
||||
-- dig_immediate group doesn't use value 1. Value 3 is instant dig
|
||||
dig_immediate =
|
||||
{times = {[2] = digtime, [3] = 0}, uses = 0, maxlevel = 256},
|
||||
},
|
||||
damage_groups = {fleshy = 10},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue