From 2eb584147218f59262fdb035f6af5810dda675bb Mon Sep 17 00:00:00 2001 From: Andrey Kozlovskiy Date: Mon, 21 Jul 2025 10:55:38 +0300 Subject: [PATCH] Allow Super and Ultra Plastic nodes to be colored (#90) 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 +}