mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 01:33:46 +01:00
Set rail to have dig_immediate=2
This commit is contained in:
parent
e80bc6ef58
commit
15da308c2a
@ -1261,7 +1261,7 @@ minetest.register_node("default:rail", {
|
||||
type = "fixed",
|
||||
--fixed = <default>
|
||||
},
|
||||
groups = {bendy=2,snappy=1},
|
||||
groups = {bendy=2,snappy=1,dig_immediate=2},
|
||||
})
|
||||
|
||||
minetest.register_node("default:ladder", {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user