From 312a67b40c77395a6c1a791c1f9efaa803635925 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 4 Dec 2024 18:01:28 +0100 Subject: [PATCH] Replace Minetest mentions with Luanti (#3169) --- README.md | 8 ++++---- game.conf | 3 +-- game_api.txt | 6 +++--- mods/beds/README.txt | 4 ++-- mods/beds/license.txt | 2 +- mods/boats/README.txt | 2 +- mods/boats/license.txt | 2 +- mods/bones/README.txt | 2 +- mods/bones/init.lua | 2 +- mods/bones/license.txt | 2 +- mods/bucket/README.txt | 2 +- mods/bucket/init.lua | 2 +- mods/bucket/license.txt | 2 +- mods/carts/license.txt | 2 +- mods/default/README.txt | 2 +- mods/default/init.lua | 2 +- mods/default/license.txt | 2 +- mods/doors/README.txt | 2 +- mods/doors/license.txt | 2 +- mods/dye/README.txt | 2 +- mods/dye/license.txt | 2 +- mods/farming/README.txt | 2 +- mods/farming/license.txt | 2 +- mods/fire/README.txt | 2 +- mods/fire/license.txt | 2 +- mods/flowers/README.txt | 2 +- mods/flowers/init.lua | 2 +- mods/flowers/license.txt | 2 +- mods/give_initial_stuff/README.txt | 2 +- mods/give_initial_stuff/license.txt | 2 +- mods/keys/README.txt | 2 +- mods/keys/init.lua | 2 +- mods/keys/license.txt | 2 +- mods/player_api/README.txt | 2 +- mods/player_api/license.txt | 2 +- mods/screwdriver/README.txt | 2 +- mods/screwdriver/license.txt | 2 +- mods/sfinv/README.txt | 4 ++-- mods/stairs/README.txt | 2 +- mods/stairs/init.lua | 2 +- mods/stairs/license.txt | 2 +- mods/tnt/README.txt | 5 ++--- mods/tnt/license.txt | 2 +- mods/vessels/README.txt | 2 +- mods/vessels/init.lua | 2 +- mods/vessels/license.txt | 2 +- mods/wool/README.txt | 2 +- mods/wool/license.txt | 2 +- mods/xpanes/README.txt | 2 +- mods/xpanes/license.txt | 2 +- schematic_tables.txt | 2 +- 51 files changed, 59 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index f12f1471e..5ecaec9f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Minetest Game -[![ContentDB](https://content.minetest.net/packages/Minetest/minetest_game/shields/title/)](https://content.minetest.net/packages/Minetest/minetest_game/) +[![ContentDB](https://content.luanti.org/packages/Minetest/minetest_game/shields/title/)](https://content.luanti.org/packages/Minetest/minetest_game/) Minetest Game (abbreviated MTG) is a simple and peaceful sandbox game, with no real goals or built-in enemy mobs. @@ -17,7 +17,7 @@ gameplay features or anything else that breaks compatibility (see ### ContentDB * Content > Browse Online Content -* Search for "[Minetest Game](https://content.minetest.net/packages/Minetest/minetest_game/)" +* Search for "[Minetest Game](https://content.luanti.org/packages/Minetest/minetest_game/)" * Click Install ### Manually @@ -27,9 +27,9 @@ place it in `.../minetest/games/` - GNU/Linux: If you use a system-wide installation place it in `~/.minetest/games/`. -The Minetest engine can be found at [GitHub](https://github.com/minetest/minetest). +The Luanti engine can be found at [GitHub](https://github.com/minetest/minetest). -For further information or help, see: [Installing Mods](https://wiki.minetest.net/Installing_Mods). +For further information or help, see: [Installing Mods](https://wiki.luanti.org/Installing_Mods). ## Compatibility diff --git a/game.conf b/game.conf index 52a773a68..e9c3f85f5 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,3 @@ title = Minetest Game -author = Minetest -description = A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Minetest Engine core developers. +description = A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Luanti core developers. min_minetest_version = 5.8 diff --git a/game_api.txt b/game_api.txt index 3e2830781..9c5769474 100644 --- a/game_api.txt +++ b/game_api.txt @@ -6,12 +6,12 @@ GitHub Repo: https://github.com/minetest/minetest_game Introduction ------------ -The Minetest Game game offers multiple new possibilities in addition to the Minetest engine's built-in API, +The Minetest Game game offers multiple new possibilities in addition to the Luanti engine's built-in API, allowing you to add new plants to farming mod, buckets for new liquids, new stairs and custom panes. -For information on the Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt +For information on the Luanti API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt Please note: - * [XYZ] refers to a section the Minetest API + * [XYZ] refers to a section the Luanti API * [#ABC] refers to a section in this document * [pos] refers to a position table `{x = -5, y = 0, z = 200}` diff --git a/mods/beds/README.txt b/mods/beds/README.txt index 7b35e1416..5c452da89 100644 --- a/mods/beds/README.txt +++ b/mods/beds/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by BlockMen (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- @@ -15,7 +15,7 @@ BlockMen (CC BY-SA 3.0) TumeniNodes (CC BY-SA 3.0) beds_bed_under.png -This mod adds a bed to Minetest which allows players to skip the night. +This mod adds a bed which allows players to skip the night. To sleep, right click on the bed. If playing in singleplayer mode the night gets skipped immediately. If playing multiplayer you get shown how many other players are in bed too, if all players are sleeping the night gets skipped. The night skip can be forced if more diff --git a/mods/beds/license.txt b/mods/beds/license.txt index f3c517f9a..383047d15 100644 --- a/mods/beds/license.txt +++ b/mods/beds/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2014-2016 BlockMen -Copyright (C) 2014-2016 Various Minetest developers and contributors +Copyright (C) 2014-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/boats/README.txt b/mods/boats/README.txt index a2ccb485a..26b1b6f8e 100644 --- a/mods/boats/README.txt +++ b/mods/boats/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by PilzAdam (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures and model) ------------------------------------- diff --git a/mods/boats/license.txt b/mods/boats/license.txt index d4afe75f1..d816be54f 100644 --- a/mods/boats/license.txt +++ b/mods/boats/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 PilzAdam -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/bones/README.txt b/mods/bones/README.txt index 91bcd109f..219cc30da 100644 --- a/mods/bones/README.txt +++ b/mods/bones/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by PilzAdam (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/bones/init.lua b/mods/bones/init.lua index 85cb480ff..797224c85 100644 --- a/mods/bones/init.lua +++ b/mods/bones/init.lua @@ -1,6 +1,6 @@ -- bones/init.lua --- Minetest 0.4 mod: bones +-- Minetest Game mod: bones -- See README.txt for licensing and other information. -- Load support for MT game translation. diff --git a/mods/bones/license.txt b/mods/bones/license.txt index fe525841e..5c20a9c93 100644 --- a/mods/bones/license.txt +++ b/mods/bones/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 PilzAdam -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/bucket/README.txt b/mods/bucket/README.txt index 58997b269..d19f87321 100644 --- a/mods/bucket/README.txt +++ b/mods/bucket/README.txt @@ -6,7 +6,7 @@ Authors of source code ---------------------- Kahrl (LGPLv2.1+) celeron55, Perttu Ahola (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) Authors of media (textures) --------------------------- diff --git a/mods/bucket/init.lua b/mods/bucket/init.lua index d3d3151b5..b026ee071 100644 --- a/mods/bucket/init.lua +++ b/mods/bucket/init.lua @@ -1,4 +1,4 @@ --- Minetest 0.4 mod: bucket +-- Minetest Game mod: bucket -- See README.txt for licensing and other information. -- Load support for MT game translation. diff --git a/mods/bucket/license.txt b/mods/bucket/license.txt index a5156ae69..6245d6467 100644 --- a/mods/bucket/license.txt +++ b/mods/bucket/license.txt @@ -4,7 +4,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2011-2016 Kahrl Copyright (C) 2011-2016 celeron55, Perttu Ahola -Copyright (C) 2011-2016 Various Minetest developers and contributors +Copyright (C) 2011-2016 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; diff --git a/mods/carts/license.txt b/mods/carts/license.txt index 6c5beb477..e2781aca1 100644 --- a/mods/carts/license.txt +++ b/mods/carts/license.txt @@ -5,7 +5,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 PilzAdam Copyright (C) 2014-2016 SmallJoker -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/mods/default/README.txt b/mods/default/README.txt index 949b9402f..e8b78a756 100644 --- a/mods/default/README.txt +++ b/mods/default/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by celeron55, Perttu Ahola (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) The torch code was derived by sofar from the 'torches' mod by BlockMen (LGPLv2.1+) diff --git a/mods/default/init.lua b/mods/default/init.lua index 878c5261f..649b5c00f 100644 --- a/mods/default/init.lua +++ b/mods/default/init.lua @@ -1,4 +1,4 @@ --- Minetest 0.4 mod: default +-- Minetest Game mod: default -- See README.txt for licensing and other information. -- The API documentation in here was moved into game_api.txt diff --git a/mods/default/license.txt b/mods/default/license.txt index f4c174a50..625f0f861 100644 --- a/mods/default/license.txt +++ b/mods/default/license.txt @@ -3,7 +3,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2011-2018 celeron55, Perttu Ahola -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; diff --git a/mods/doors/README.txt b/mods/doors/README.txt index f9caaffcb..b1ad3b565 100644 --- a/mods/doors/README.txt +++ b/mods/doors/README.txt @@ -14,7 +14,7 @@ Re-implemented most of the door algorithms, added meshes, UV wrapped texture. Added doors API to facilitate coding mods accessing and operating doors. Added Fence Gate model, code, and sounds. -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) diff --git a/mods/doors/license.txt b/mods/doors/license.txt index 8ce73c49f..97e60c279 100644 --- a/mods/doors/license.txt +++ b/mods/doors/license.txt @@ -5,7 +5,7 @@ The MIT License (MIT) Copyright (C) 2012-2016 PilzAdam Copyright (C) 2014-2016 BlockMen Copyright (C) 2015-2016 sofar (sofar@foo-projects.org) -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/dye/README.txt b/mods/dye/README.txt index a2fbdd242..4b922fa81 100644 --- a/mods/dye/README.txt +++ b/mods/dye/README.txt @@ -6,7 +6,7 @@ See init.lua for documentation. Authors of source code ---------------------- Originally by Perttu Ahola (celeron55) (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/dye/license.txt b/mods/dye/license.txt index bf9d3501c..340820cec 100644 --- a/mods/dye/license.txt +++ b/mods/dye/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 Perttu Ahola (celeron55) -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/farming/README.txt b/mods/farming/README.txt index a6427d040..69cfa7580 100644 --- a/mods/farming/README.txt +++ b/mods/farming/README.txt @@ -6,7 +6,7 @@ Authors of source code ---------------------- Originally by PilzAdam (MIT) webdesigner97 (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/farming/license.txt b/mods/farming/license.txt index b9708de3c..a90d80843 100644 --- a/mods/farming/license.txt +++ b/mods/farming/license.txt @@ -4,7 +4,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 PilzAdam Copyright (C) 2014-2016 webdesigner97 -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/fire/README.txt b/mods/fire/README.txt index 25ba26ef7..eb3e1e24b 100644 --- a/mods/fire/README.txt +++ b/mods/fire/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by Perttu Ahola (celeron55) (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) Authors of media (textures and sounds) -------------------------------------- diff --git a/mods/fire/license.txt b/mods/fire/license.txt index 43f9cd7ff..9f2aca92d 100644 --- a/mods/fire/license.txt +++ b/mods/fire/license.txt @@ -3,7 +3,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2012-2016 celeron55, Perttu Ahola -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 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; diff --git a/mods/flowers/README.txt b/mods/flowers/README.txt index 4b3149c4a..1cb02a75a 100644 --- a/mods/flowers/README.txt +++ b/mods/flowers/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by Ironzorg (MIT) and VanessaE (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/flowers/init.lua b/mods/flowers/init.lua index 96d3f68f5..6456216fa 100644 --- a/mods/flowers/init.lua +++ b/mods/flowers/init.lua @@ -1,6 +1,6 @@ -- flowers/init.lua --- Minetest 0.4 mod: default +-- Minetest Game mod: flowers -- See README.txt for licensing and other information. diff --git a/mods/flowers/license.txt b/mods/flowers/license.txt index 419ebe5a7..4cd70249e 100644 --- a/mods/flowers/license.txt +++ b/mods/flowers/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 Ironzorg, VanessaE -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/give_initial_stuff/README.txt b/mods/give_initial_stuff/README.txt index cbd240fee..b10c36027 100644 --- a/mods/give_initial_stuff/README.txt +++ b/mods/give_initial_stuff/README.txt @@ -5,4 +5,4 @@ See license.txt for license information. Authors of source code ---------------------- Perttu Ahola (celeron55) (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) diff --git a/mods/give_initial_stuff/license.txt b/mods/give_initial_stuff/license.txt index 8134c920e..45dba3fb8 100644 --- a/mods/give_initial_stuff/license.txt +++ b/mods/give_initial_stuff/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 Perttu Ahola (celeron55) -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/keys/README.txt b/mods/keys/README.txt index 86591203c..0db27df18 100644 --- a/mods/keys/README.txt +++ b/mods/keys/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by celeron55, Perttu Ahola (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) ---------------------------------------------------------- diff --git a/mods/keys/init.lua b/mods/keys/init.lua index 6c2ed8251..ed45adba1 100644 --- a/mods/keys/init.lua +++ b/mods/keys/init.lua @@ -1,4 +1,4 @@ --- Minetest mod: keys +-- Minetest Game mod: keys local keys_path = minetest.get_modpath("keys") dofile(keys_path.."/craftitems.lua") diff --git a/mods/keys/license.txt b/mods/keys/license.txt index 95f02ef98..e96ffb956 100644 --- a/mods/keys/license.txt +++ b/mods/keys/license.txt @@ -3,7 +3,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2011-2018 celeron55, Perttu Ahola -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; diff --git a/mods/player_api/README.txt b/mods/player_api/README.txt index 37afadfae..eade644a5 100644 --- a/mods/player_api/README.txt +++ b/mods/player_api/README.txt @@ -9,7 +9,7 @@ This mod is only for content related to the Player API and the player object. Authors of source code ---------------------- Originally by celeron55, Perttu Ahola (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) Authors of media (textures, models and sounds) ---------------------------------------------- diff --git a/mods/player_api/license.txt b/mods/player_api/license.txt index bdc43154f..8ddb090e8 100644 --- a/mods/player_api/license.txt +++ b/mods/player_api/license.txt @@ -3,7 +3,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2011 celeron55, Perttu Ahola -Copyright (C) 2011 Various Minetest developers and contributors +Copyright (C) 2011 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; diff --git a/mods/screwdriver/README.txt b/mods/screwdriver/README.txt index 14c073e7b..aa95e19fd 100644 --- a/mods/screwdriver/README.txt +++ b/mods/screwdriver/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. License of source code ---------------------- Originally by RealBadAngel, Maciej Kasatkin (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) License of media (textures) --------------------------- diff --git a/mods/screwdriver/license.txt b/mods/screwdriver/license.txt index d9b721bb9..cc5a28d34 100644 --- a/mods/screwdriver/license.txt +++ b/mods/screwdriver/license.txt @@ -3,7 +3,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2013-2016 RealBadAngel, Maciej Kasatkin -Copyright (C) 2013-2016 Various Minetest developers and contributors +Copyright (C) 2013-2016 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; diff --git a/mods/sfinv/README.txt b/mods/sfinv/README.txt index a69e3c326..2ef838631 100644 --- a/mods/sfinv/README.txt +++ b/mods/sfinv/README.txt @@ -3,10 +3,10 @@ Minetest Game mod: sfinv See license.txt for license information. Simple Fast Inventory. -A cleaner, simpler, solution to having an advanced inventory in Minetest. +A cleaner, simpler, solution to having an advanced inventory in Luanti. See game_api.txt for this mod's API. Available for use outside of MTG here: -https://forum.minetest.net/viewtopic.php?t=19765 +https://forum.luanti.org/viewtopic.php?t=19765 Authors of source code ---------------------- diff --git a/mods/stairs/README.txt b/mods/stairs/README.txt index 26317f7f9..e684aed9f 100644 --- a/mods/stairs/README.txt +++ b/mods/stairs/README.txt @@ -6,7 +6,7 @@ Authors of source code ---------------------- Originally by Kahrl (LGPLv2.1+) and celeron55, Perttu Ahola (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) Authors of media (textures) --------------------------- diff --git a/mods/stairs/init.lua b/mods/stairs/init.lua index bc4250d9b..f3cddd146 100644 --- a/mods/stairs/init.lua +++ b/mods/stairs/init.lua @@ -1,6 +1,6 @@ -- stairs/init.lua --- Minetest 0.4 mod: stairs +-- Minetest Game mod: stairs -- See README.txt for licensing and other information. diff --git a/mods/stairs/license.txt b/mods/stairs/license.txt index 57bd98cf7..ec758cf42 100644 --- a/mods/stairs/license.txt +++ b/mods/stairs/license.txt @@ -4,7 +4,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2011-2017 Kahrl Copyright (C) 2011-2017 celeron55, Perttu Ahola -Copyright (C) 2012-2017 Various Minetest developers and contributors +Copyright (C) 2012-2017 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; diff --git a/mods/tnt/README.txt b/mods/tnt/README.txt index df244fe4a..ad9ca0e73 100644 --- a/mods/tnt/README.txt +++ b/mods/tnt/README.txt @@ -7,7 +7,7 @@ Authors of source code PilzAdam (MIT) ShadowNinja (MIT) sofar (sofar@foo-projects.org) (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media ---------------- @@ -45,8 +45,7 @@ by frankelmedico (CC0 1.0) Introduction ------------ -This mod adds TNT to Minetest. TNT is a tool to help the player -in mining. +This mod adds TNT. TNT is a tool to help the player in mining. How to use the mod: diff --git a/mods/tnt/license.txt b/mods/tnt/license.txt index e59ec6ef2..903d4b099 100644 --- a/mods/tnt/license.txt +++ b/mods/tnt/license.txt @@ -5,7 +5,7 @@ The MIT License (MIT) Copyright (C) 2014-2016 PilzAdam Copyright (C) 2014-2016 ShadowNinja Copyright (C) 2016 sofar (sofar@foo-projects.org) -Copyright (C) 2014-2016 Various Minetest developers and contributors +Copyright (C) 2014-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/vessels/README.txt b/mods/vessels/README.txt index a54e330f7..c101c0c67 100644 --- a/mods/vessels/README.txt +++ b/mods/vessels/README.txt @@ -6,7 +6,7 @@ Authors of source code ---------------------- Originally by Vanessa Ezekowitz (LGPLv2.1+) Modified by Perttu Ahola (LGPLv2.1+) -Various Minetest developers and contributors (LGPLv2.1+) +Various Minetest Game developers and contributors (LGPLv2.1+) Authors of media (textures) --------------------------- diff --git a/mods/vessels/init.lua b/mods/vessels/init.lua index 77cf98b9b..a2f247160 100644 --- a/mods/vessels/init.lua +++ b/mods/vessels/init.lua @@ -1,6 +1,6 @@ -- vessels/init.lua --- Minetest 0.4 mod: vessels +-- Minetest Game mod: vessels -- See README.txt for licensing and other information. -- Load support for MT game translation. diff --git a/mods/vessels/license.txt b/mods/vessels/license.txt index de16a3b0c..3bd2951ec 100644 --- a/mods/vessels/license.txt +++ b/mods/vessels/license.txt @@ -4,7 +4,7 @@ License of source code GNU Lesser General Public License, version 2.1 Copyright (C) 2012-2016 Vanessa Ezekowitz Copyright (C) 2012-2016 celeron55, Perttu Ahola -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 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; diff --git a/mods/wool/README.txt b/mods/wool/README.txt index a66677dd3..31febdf20 100644 --- a/mods/wool/README.txt +++ b/mods/wool/README.txt @@ -5,7 +5,7 @@ See license.txt for license information. Authors of source code ---------------------- Originally by Perttu Ahola (celeron55) (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/wool/license.txt b/mods/wool/license.txt index 931016362..5dfc75196 100644 --- a/mods/wool/license.txt +++ b/mods/wool/license.txt @@ -3,7 +3,7 @@ License of source code The MIT License (MIT) Copyright (C) 2012-2016 Perttu Ahola (celeron55) -Copyright (C) 2012-2016 Various Minetest developers and contributors +Copyright (C) 2012-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/mods/xpanes/README.txt b/mods/xpanes/README.txt index 0e34d2324..7e2a1bed5 100644 --- a/mods/xpanes/README.txt +++ b/mods/xpanes/README.txt @@ -7,7 +7,7 @@ Authors of source code Originally by xyz (MIT) BlockMen (MIT) sofar (MIT) -Various Minetest developers and contributors (MIT) +Various Minetest Game developers and contributors (MIT) Authors of media (textures) --------------------------- diff --git a/mods/xpanes/license.txt b/mods/xpanes/license.txt index 7e922b9a3..c1f31e345 100644 --- a/mods/xpanes/license.txt +++ b/mods/xpanes/license.txt @@ -5,7 +5,7 @@ The MIT License (MIT) Copyright (C) 2014-2016 xyz Copyright (C) 2014-2016 BlockMen Copyright (C) 2016 Auke Kok -Copyright (C) 2014-2016 Various Minetest developers and contributors +Copyright (C) 2014-2016 Various Minetest Game developers and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/schematic_tables.txt b/schematic_tables.txt index 14e696a9e..e8765d5d5 100644 --- a/schematic_tables.txt +++ b/schematic_tables.txt @@ -10,7 +10,7 @@ convert the Lua tables into .mts files. Such mods often have two functions to process two formats of the 'data' table: The standard table format is described in the 'Schematic specifier' section of -the lua_api.txt file in the Minetest Engine. +the lua_api.txt file in Luanti. The 'data' table appears as a sequence of vertical slices through the structure the schematic describes. Each XY-plane slice has the X-rows formatted in order of increasing Y, so the