mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-08-23 01:00:26 +02:00
add transparent vent and mesh
This commit is contained in:
12
nodes.json
12
nodes.json
@ -50,6 +50,12 @@
|
||||
"vent2": {
|
||||
"description": "vent"
|
||||
},
|
||||
"vent3": {
|
||||
"description": "transparent vent",
|
||||
"texture_name": "vent2",
|
||||
"texture_modifier": "^[makealpha:33,33,33",
|
||||
"drawtype": "glasslike"
|
||||
},
|
||||
"stripes": {
|
||||
"description": "hazard stripes",
|
||||
"slat": true
|
||||
@ -94,6 +100,12 @@
|
||||
"mesh2": {
|
||||
"description": "metal floormesh"
|
||||
},
|
||||
"mesh3": {
|
||||
"description": "transparent metal floormesh",
|
||||
"texture_name": "mesh2",
|
||||
"texture_modifier": "^[makealpha:19,19,19",
|
||||
"drawtype": "glasslike"
|
||||
},
|
||||
"pipe": {
|
||||
"description": "wall pipe"
|
||||
},
|
||||
|
Reference in New Issue
Block a user