mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-11 20:05:29 +01:00
optimize pngs, add is_ground_content to everything
This commit is contained in:
@@ -17,6 +17,7 @@ local register_pig_tail = function(number)
|
||||
inventory_image = "dfcaverns_pig_tail_"..tostring(number)..".png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
floodable = true,
|
||||
buildable_to = 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