Make light blocks not walkable

This commit is contained in:
AFCMS 2022-12-06 20:46:51 +01:00 committed by Gitea
parent cd70dd5b88
commit 7c20896d5e
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ for i = 0, 14 do --minetest.LIGHT_MAX
_doc_items_usagehelp = S("When you hold a light in hand, you reveal all placed lights in a short distance around you."),
drawtype = "airlike",
paramtype = "light",
walkable = false,
light_source = i,
drop = "",
inventory_image = "mcl_core_light_" .. i .. ".png",