Increase digging time of creator

This commit is contained in:
Wuzzy 2017-09-02 20:09:28 +02:00
parent 8ea1b9c65f
commit 0a13482677
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ minetest.register_node("advschem:creator", {
"With a schematic node probability tool, you can set a probability for each node and enable them to overwrite all nodes when placed as schematic. This tool must be used prior to the file export.",
tiles = {"advschem_creator_top.png", "advschem_creator_bottom.png",
"advschem_creator_sides.png"},
groups = { dig_immediate = 3},
groups = { dig_immediate = 2},
paramtype2 = "facedir",
is_ground_content = false,