Skip to content

Commit

Permalink
Make the creative mod hand dig 'dig_immediate' nodes fast
Browse files Browse the repository at this point in the history
Engine change now makes this possible.
  • Loading branch information
paramat committed Aug 3, 2019
1 parent a2254bd commit 2063fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mods/creative/init.lua
Expand Up @@ -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},
}
Expand Down

0 comments on commit 2063fcd

Please sign in to comment.