From cce5bd59b411e395baabf767c75bcbd234c3f97b Mon Sep 17 00:00:00 2001 From: Onran <100285264+Onran0@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:21:02 +0900 Subject: [PATCH] glass sky light passing fix --- res/content/base/blocks/glass.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/content/base/blocks/glass.json b/res/content/base/blocks/glass.json index c782c0c8..c56bdd55 100644 --- a/res/content/base/blocks/glass.json +++ b/res/content/base/blocks/glass.json @@ -1,5 +1,6 @@ { "texture": "glass", "draw-group": 2, - "light-passing": true -} \ No newline at end of file + "light-passing": true, + "sky-light-passing": true +}