From 32b5b435c53aa063e391c207da57adbc545d8128 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Mon, 30 Jan 2023 17:09:50 +0000 Subject: [PATCH] Make weeping vines and twisting vines break instantly Partial revert of previous commit, they should break instantly --- mods/ITEMS/mcl_crimson/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_crimson/init.lua b/mods/ITEMS/mcl_crimson/init.lua index 73008192a..7e45b914a 100644 --- a/mods/ITEMS/mcl_crimson/init.lua +++ b/mods/ITEMS/mcl_crimson/init.lua @@ -113,7 +113,7 @@ minetest.register_node("mcl_crimson:twisting_vines", { walkable = false, climbable = true, buildable_to = true, - groups = {handy=1, axey=1, shearsy=1, swordy=1, vines=1, + groups = {dig_immediate=3, handy=1, axey=1, shearsy=1, swordy=1, vines=1, dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1, deco_block=1}, sounds = mcl_sounds.node_sound_leaves_defaults(), selection_box = { @@ -192,7 +192,7 @@ minetest.register_node("mcl_crimson:weeping_vines", { walkable = false, climbable = true, buildable_to = true, - groups = {handy=1, axey=1, shearsy=1, swordy=1, vines=1, dig_by_water=1, + groups = {dig_immediate=3, handy=1, axey=1, shearsy=1, swordy=1, vines=1, dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1, deco_block=1}, sounds = mcl_sounds.node_sound_leaves_defaults(), selection_box = {