mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
remove buildable_to
from plants
aligns with all other plant-mods
This commit is contained in:
parent
9947c41ce7
commit
c44ced1362
@ -33,7 +33,6 @@ for _, row in ipairs(plants) do
|
|||||||
groups = {snappy=1, oddly_breakable_by_hand=1, dig_immediate=3, flora=1},
|
groups = {snappy=1, oddly_breakable_by_hand=1, dig_immediate=3, flora=1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
visual_scale = size,
|
visual_scale = size,
|
||||||
buildable_to = true,
|
|
||||||
walkable = false,
|
walkable = false,
|
||||||
damage_per_second = dmg,
|
damage_per_second = dmg,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
Loading…
Reference in New Issue
Block a user