Skip to content

Commit 2063fcd

Browse files
authoredAug 3, 2019
Make the creative mod hand dig 'dig_immediate' nodes fast
Engine change now makes this possible.
1 parent a2254bd commit 2063fcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎mods/creative/init.lua

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ if creative_mode_cache then
5454
snappy = caps,
5555
choppy = caps,
5656
oddly_breakable_by_hand = caps,
57+
-- dig_immediate group doesn't use value 1. Value 3 is instant dig
58+
dig_immediate =
59+
{times = {[2] = digtime, [3] = 0}, uses = 0, maxlevel = 256},
5760
},
5861
damage_groups = {fleshy = 10},
5962
}

0 commit comments

Comments
 (0)
Please sign in to comment.