mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-13 21:05:30 +01:00
optimize pngs, add is_ground_content to everything
This commit is contained in:
@@ -15,6 +15,7 @@ local register_sweet_pod = function(number)
|
||||
inventory_image = "dfcaverns_sweet_pod_"..tostring(number)..".png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
buildable_to = true,
|
||||
floodable = true,
|
||||
groups = {snappy = 3, flammable = 2, plant = 1, not_in_creative_inventory = 1, attached_node = 1, light_sensitive_fungus = 11},
|
||||
|
||||
Reference in New Issue
Block a user