mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-02-09 22:20:25 +01:00
disable facedir
param2type on weird looking nodes
This commit is contained in:
parent
d531ad4eda
commit
373f06cd7c
12
nodes.json
12
nodes.json
@ -95,7 +95,8 @@
|
||||
"description": "black tile"
|
||||
},
|
||||
"blacktile2": {
|
||||
"description": "black tile 2"
|
||||
"description": "black tile 2",
|
||||
"paramtype2": "none"
|
||||
},
|
||||
"blackvent": {
|
||||
"description": "black vent"
|
||||
@ -151,7 +152,8 @@
|
||||
"description": "red metal block"
|
||||
},
|
||||
"grey_square": {
|
||||
"description": "grey metal block"
|
||||
"description": "grey metal block",
|
||||
"paramtype2": "none"
|
||||
},
|
||||
"blue_square": {
|
||||
"description": "blue metal block"
|
||||
@ -244,7 +246,8 @@
|
||||
},
|
||||
"blackdmg": {
|
||||
"description": "Damaged black wall",
|
||||
"slat": true
|
||||
"slat": true,
|
||||
"paramtype2": "none"
|
||||
},
|
||||
"blackdmgstripe": {
|
||||
"description": "Damaged black wall(stripes)"
|
||||
@ -316,6 +319,7 @@
|
||||
"description": "Black vent"
|
||||
},
|
||||
"blackplate": {
|
||||
"description": "Black plate"
|
||||
"description": "Black plate",
|
||||
"paramtype2": "none"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user