forked from mtcontrib/markers
Merge pull request #3 from crazyginger72/master
fixed client crash on both button dig
This commit is contained in:
commit
4c7910849d
2
init.lua
2
init.lua
|
@ -577,7 +577,7 @@ minetest.register_node("markers:mark", {
|
|||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy=2,choppy=2,dig_immediate=3},
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=1}, --fixed on both buttons dig client crash
|
||||
light_source = 1,
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
|
|
Loading…
Reference in New Issue
Block a user