1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 12:46:02 +02:00

Replace Minetest mentions with Luanti (#3169)

This commit is contained in:
Wuzzy
2024-12-04 18:01:28 +01:00
committed by GitHub
parent c7be7c165f
commit 312a67b40c
51 changed files with 59 additions and 61 deletions

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code
----------------------
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
Various Minetest Game developers and contributors (LGPLv2.1+)
Authors of media (textures, sounds, models and schematics)
----------------------------------------------------------

View File

@ -1,4 +1,4 @@
-- Minetest mod: keys
-- Minetest Game mod: keys
local keys_path = minetest.get_modpath("keys")
dofile(keys_path.."/craftitems.lua")

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2018 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011-2018 Various Minetest developers and contributors
Copyright (C) 2011-2018 Various Minetest Game developers and contributors
This program is free software; you can redistribute it and/or modify it under the terms
of the GNU Lesser General Public License as published by the Free Software Foundation;