forked from mtcontrib/scifi_nodes
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
689a17a80e |
@ -122,7 +122,8 @@
|
|||||||
"description": "transparent metal floormesh",
|
"description": "transparent metal floormesh",
|
||||||
"texture_name": "mesh",
|
"texture_name": "mesh",
|
||||||
"texture_modifier": "^[contrast:10:-50^[makealpha:0,0,0",
|
"texture_modifier": "^[contrast:10:-50^[makealpha:0,0,0",
|
||||||
"drawtype": "glasslike"
|
"drawtype": "glasslike",
|
||||||
|
"sunlight_propagates": true
|
||||||
},
|
},
|
||||||
"pipe": {
|
"pipe": {
|
||||||
"description": "wall pipe"
|
"description": "wall pipe"
|
||||||
|
@ -520,6 +520,7 @@ for name, def in pairs(nodes) do
|
|||||||
local node_def = {
|
local node_def = {
|
||||||
description = def.description,
|
description = def.description,
|
||||||
drawtype = def.drawtype or "normal",
|
drawtype = def.drawtype or "normal",
|
||||||
|
sunlight_propagates = def.sunlight_propagates,
|
||||||
tiles = tiles,
|
tiles = tiles,
|
||||||
groups = {cracky=1, dig_generic = 3},
|
groups = {cracky=1, dig_generic = 3},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
Reference in New Issue
Block a user