From 0a33970a7ad4e3389dcc2a25a97edd4c7eef9550 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 17 Nov 2024 05:19:39 +0300 Subject: [PATCH] fix base:glass visibility --- res/content/base/blocks/glass.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/content/base/blocks/glass.json b/res/content/base/blocks/glass.json index 902a2cf1..9bd4f021 100644 --- a/res/content/base/blocks/glass.json +++ b/res/content/base/blocks/glass.json @@ -3,5 +3,6 @@ "material": "base:glass", "draw-group": 2, "light-passing": true, - "sky-light-passing": true + "sky-light-passing": true, + "translucent": true }