From d4c02449d7f9f5aad9e88e1fe537eee86d535e2b Mon Sep 17 00:00:00 2001 From: entuland Date: Tue, 5 Jun 2018 22:13:29 +0200 Subject: [PATCH] Slowed down digging of canvases and generated nodes --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a1eeae9..178622b 100644 --- a/init.lua +++ b/init.lua @@ -46,7 +46,7 @@ function wesh._register_canvas_nodes() on_rightclick = wesh.canvas_interaction, description = "Woolen Mesh Canvas - Size " .. size, walkable = true, - groups = { dig_immediate = 3 }, + groups = { snappy = 2, choppy = 2, oddly_breakable_by_hand = 3 }, }) end @@ -413,7 +413,7 @@ function wesh._load_mesh(obj_filename) description = description .. " (" .. variant .. ")", tiles = { tile }, walkable = true, - groups = { dig_immediate = 3 }, + groups = { snappy = 2, choppy = 2, oddly_breakable_by_hand = 3 }, } for prop, value in pairs(data) do if prop ~= "variants" and prop ~= "description" then