mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-13 12:55:30 +01:00
plant enhancements, floor fungus footsteps
This commit is contained in:
@@ -12,7 +12,8 @@ local register_sweet_pod = function(number)
|
||||
inventory_image = "dfcaverns_sweet_pod_"..tostring(number)..".png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
groups = {flammable=4, oddly_breakable_by_hand=1, light_sensitive_fungus = 11},
|
||||
buildable_to = true,
|
||||
groups = {snappy = 3, flammable = 2, plant = 1, not_in_creative_inventory = 1, attached_node = 1, light_sensitive_fungus = 11},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
|
||||
drop = {
|
||||
|
||||
Reference in New Issue
Block a user