Skip to content
Snippets Groups Projects
Commit 537344bc authored by user's avatar user
Browse files

Make rails selectable.

Rails weren't selectable, and couldn't be removed from a map asides from
using worldedit (or maybe sand)
parent 274f280e
No related branches found
No related tags found
No related merge requests found
......@@ -939,7 +939,8 @@ minetest.register_node("default:rail", {
walkable = false,
selection_box = {
type = "fixed",
--fixed = <default>
-- but how to specify the dimensions for curved and sideways rails?
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
},
groups = {bendy=2,snappy=1,dig_immediate=2},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment