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": { "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"
@ -323,4 +325,4 @@
"description": "Black plate", "description": "Black plate",
"paramtype2": "none" "paramtype2": "none"
} }
} }