From f534a760869532bcefad9c1c1bc6ffcfd15467f1 Mon Sep 17 00:00:00 2001 From: Andrey Kozlovskiy Date: Fri, 11 Jul 2025 16:10:41 +0300 Subject: [PATCH] Allow Super and Ultra Plastic nodes to be colored Add `"colorable": true` to Super and Ultra Plastic nodes to enable unified dyes integration --- nodes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes.json b/nodes.json index b9075ec..7b95333 100644 --- a/nodes.json +++ b/nodes.json @@ -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" } -} \ No newline at end of file +}