make well water glow

This commit is contained in:
TenPlus1 2018-04-10 16:50:11 +01:00
parent 91de0c2651
commit c479a23f80

@ -169,6 +169,7 @@ lucky_block:add_schematics({
minetest.register_node("lucky_block:well_block", {
description = "Well Block",
tiles = {"default_glass.png"},
light_source = 5,
groups = {not_in_creative_inventory = 1},
})