Make the creative mod hand dig 'dig_immediate' nodes fast

Engine change now makes this possible.
master^2
Paramat 2019-08-03 20:51:58 +01:00 committed by GitHub
parent a2254bd0af
commit 2063fcd075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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},
}