forked from mtcontrib/scifi_nodes
Allow Super and Ultra Plastic nodes to be colored (#90)
Add `"colorable": true` to Super and Ultra Plastic nodes to enable unified dyes integration
This commit is contained in:
committed by
GitHub
parent
689a17a80e
commit
2eb5841472
@ -14,12 +14,14 @@
|
|||||||
},
|
},
|
||||||
"super_white": {
|
"super_white": {
|
||||||
"description": "Super Plastic",
|
"description": "Super Plastic",
|
||||||
|
"colorable": true,
|
||||||
"light": 11,
|
"light": 11,
|
||||||
"sounds": "stone",
|
"sounds": "stone",
|
||||||
"texture_name": "white2"
|
"texture_name": "white2"
|
||||||
},
|
},
|
||||||
"ultra_white": {
|
"ultra_white": {
|
||||||
"description": "Ultra Plastic",
|
"description": "Ultra Plastic",
|
||||||
|
"colorable": true,
|
||||||
"light": 14,
|
"light": 14,
|
||||||
"sounds": "stone",
|
"sounds": "stone",
|
||||||
"texture_name": "white2"
|
"texture_name": "white2"
|
||||||
|
Reference in New Issue
Block a user