Skip to content

Commit

Permalink
Merge pull request #18 from orbea/attached
Browse files Browse the repository at this point in the history
Add attached_node to rope boxes.
  • Loading branch information
FaceDeer authored Oct 31, 2020
2 parents bdf7332 + 5f83e94 commit 4eb2596
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 4eb2596

Please sign in to comment.