Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c6f09e30a5 - Show all commits

View File

@ -1,4 +1,4 @@
local S = minetest.get_translator(mcl_lanterns)
local S = minetest.get_translator(minetest.get_current_modname())
mcl_lanterns.register_lantern("lantern", {
description = S("Lantern"),