master #15

Merged
NO11 merged 241 commits from VoxeLibre/VoxeLibre:master into master 2022-03-12 23:42:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9cc088c940 - Show all commits

View File

@ -5,7 +5,7 @@ mcl_lanterns.register_lantern("lantern", {
longdesc = S("Lanterns are light sources which can be placed on the top or the bottom of most blocks."),
texture = "mcl_lanterns_lantern.png",
texture_inv = "mcl_lanterns_lantern_inv.png",
light_level = 15,
light_level = 14,
})
mcl_lanterns.register_lantern("soul_lantern", {