mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 23:25:15 +02:00
Fix seagrass floor passing light (#4997)
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:
parent
fd6e7d3d30
commit
9f0e100baf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue