drop bug fixed

This commit is contained in:
Joachim Stolberg 2018-07-04 19:25:27 +02:00
parent 72f07275f2
commit 0eefb2a11b

@ -84,7 +84,6 @@ minetest.register_node("sl_controller:server", {
sunlight_propagates = true,
paramtype2 = "facedir",
groups = {choppy=1, cracky=1, crumbly=1},
drop = "",
is_ground_content = false,
sounds = default.node_sound_stone_defaults(),
})