From f3965045a7b971ba5ec3a8e857f83c791f2784d3 Mon Sep 17 00:00:00 2001 From: MikiP98 <79966387+MikiP98@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:48:44 +0100 Subject: [PATCH] Update blocks.glsl --- shaders/lib/blocks.glsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shaders/lib/blocks.glsl b/shaders/lib/blocks.glsl index 062e78c..f60ef4b 100644 --- a/shaders/lib/blocks.glsl +++ b/shaders/lib/blocks.glsl @@ -166,6 +166,8 @@ #define BLOCK_SOUL_LANTERN 245 #define BLOCK_SOUL_TORCH 246 #define BLOCK_TORCH 247 +#define BLOCK_248 248 +#define BLOCK_249 249 #define BLOCK_LAMP_LIT_BLACK 250 #define BLOCK_LAMP_LIT_BLUE 251 #define BLOCK_LAMP_LIT_BROWN 252