Fix seagrass floor passing light ()

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4997
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
This commit is contained in:
kno10 2025-03-09 18:03:28 +01:00 committed by the-real-herowl
parent fd6e7d3d30
commit 9f0e100baf

View file

@ -110,7 +110,7 @@ for s=1, #surfaces do
_doc_items_create_entry = doc_create,
_doc_items_image = doc_img,
drawtype = "plantlike_rooted",
paramtype = "light",
paramtype = "none",
paramtype2 = "meshoptions",
param2 = 3,
tiles = def.tiles,