From 081e91d4fa2c66d4b6dabef6c64f81ffcc5dce2f Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Mon, 17 Jun 2024 19:36:49 +0100 Subject: [PATCH] Remove light paramtype from slab so they do not let light in from above or below. --- mods/ITEMS/mcl_stairs/api.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ITEMS/mcl_stairs/api.lua b/mods/ITEMS/mcl_stairs/api.lua index bebe7ba99..1e784c639 100644 --- a/mods/ITEMS/mcl_stairs/api.lua +++ b/mods/ITEMS/mcl_stairs/api.lua @@ -227,7 +227,6 @@ function mcl_stairs.register_slab(subname, recipeitem, groups, images, descripti _doc_items_longdesc = longdesc, drawtype = "nodebox", tiles = images, - paramtype = "light", -- Facedir intentionally left out (see below) is_ground_content = false, groups = groups,