Remove light paramtype from slab so they do not let light in from above or below.

This commit is contained in:
ancientmarinerdev 2024-06-17 19:36:49 +01:00
parent 744b47088b
commit 081e91d4fa
1 changed files with 0 additions and 1 deletions

View File

@ -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,