mirror of
https://github.com/joe7575/techpack.git
synced 2024-12-26 15:37:30 +01:00
drop bug fixed
This commit is contained in:
parent
72f07275f2
commit
0eefb2a11b
@ -84,7 +84,6 @@ minetest.register_node("sl_controller:server", {
|
|||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {choppy=1, cracky=1, crumbly=1},
|
groups = {choppy=1, cracky=1, crumbly=1},
|
||||||
drop = "",
|
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user