1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-21 17:20:35 +02:00

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:
Andrey Kozlovskiy
2025-07-21 10:55:38 +03:00
committed by GitHub
parent 689a17a80e
commit 2eb5841472

View File

@ -14,12 +14,14 @@
},
"super_white": {
"description": "Super Plastic",
"colorable": true,
"light": 11,
"sounds": "stone",
"texture_name": "white2"
},
"ultra_white": {
"description": "Ultra Plastic",
"colorable": true,
"light": 14,
"sounds": "stone",
"texture_name": "white2"
@ -323,4 +325,4 @@
"description": "Black plate",
"paramtype2": "none"
}
}
}