Skip to content
Snippets Groups Projects
Unverified Commit 2063fcd0 authored by Paramat's avatar Paramat Committed by GitHub
Browse files

Make the creative mod hand dig 'dig_immediate' nodes fast

Engine change now makes this possible.
parent a2254bd0
No related branches found
No related tags found
No related merge requests found
......@@ -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},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment