Skip to content

Commit

Permalink
Add attached_node to rope boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea committed Apr 6, 2020
1 parent f761e38 commit 5f83e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ropeboxes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f83e94

Please sign in to comment.