From e5060976f80a7e4cf0bcb6b3451fc6ab29f5e786 Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Sat, 11 May 2019 02:45:20 +0800 Subject: [PATCH] Fix composite glass and observation glass still absorbing light level. [ZCM/CA] --- mods/zcm-ca/blocks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/zcm-ca/blocks.json b/mods/zcm-ca/blocks.json index cd67f69..689d8de 100644 --- a/mods/zcm-ca/blocks.json +++ b/mods/zcm-ca/blocks.json @@ -12,7 +12,7 @@ "hardness": 5, "resistance": 30, "opacity": 0, - "isFullCube": true, + "isFullCube": false, "isOpaqueCube": false, "renderLayer": "translucent" }, @@ -24,7 +24,7 @@ "hardness": 5, "resistance": 30, "opacity": 0, - "isFullCube": true, + "isFullCube": false, "isOpaqueCube": false, "renderLayer": "translucent", "subtypes": [0, 1, 2, 3, 4, 5, 6],