From 5f83e9427fe751484b6944f6830866e6ebf67291 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 6 Apr 2020 15:43:38 -0700 Subject: [PATCH] Add attached_node to rope boxes. --- ropeboxes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ropeboxes.lua b/ropeboxes.lua index 2c82d29..35be787 100644 --- a/ropeboxes.lua +++ b/ropeboxes.lua @@ -132,7 +132,7 @@ local function register_rope_block(multiple, max_multiple, name_prefix, node_pre }, selection_box = {type="regular"}, collision_box = {type="regular"}, - groups = {choppy=2, oddly_breakable_by_hand=1, rope_block = 1}, + groups = {attached_node = 1, choppy=2, oddly_breakable_by_hand=1, rope_block = 1}, on_place = function(itemstack, placer, pointed_thing) if pointed_thing.type == "node" then