Make light blocks not walkable

This commit is contained in:
AFCMS 2022-12-06 20:46:51 +01:00
parent 58749cb593
commit f6e4a54ca9
Signed by untrusted user: AFCMS
GPG Key ID: 8720389A25B652E3
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",