mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2024-12-21 05:15:47 +01:00
Merge pull request #23 from SwissalpS/is_ground_content
cannons aren't ground content
This commit is contained in:
commit
cdb3b89b56
@ -132,6 +132,7 @@ local register_spacecannon = function(def)
|
|||||||
description = def.name .. " (" .. def.desc .. ")",
|
description = def.name .. " (" .. def.desc .. ")",
|
||||||
tiles = textures,
|
tiles = textures,
|
||||||
groups = def.is_th and groups_base or groups_rail,
|
groups = def.is_th and groups_base or groups_rail,
|
||||||
|
is_ground_content = false,
|
||||||
drop = "spacecannon:cannon_" .. def.color,
|
drop = "spacecannon:cannon_" .. def.color,
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
Loading…
Reference in New Issue
Block a user