diff --git a/README.md b/README.md index f12f1471..5ecaec9f 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 52a773a6..e9c3f85f 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 3e283078..9c576947 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 7b35e141..5c452da8 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 f3c517f9..383047d1 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 a2ccb485..26b1b6f8 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 d4afe75f..d816be54 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 91bcd109..219cc30d 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 85cb480f..797224c8 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 fe525841..5c20a9c9 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 58997b26..d19f8732 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 d3d3151b..b026ee07 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 a5156ae6..6245d646 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 6c5beb47..e2781aca 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 949b9402..e8b78a75 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 878c5261..649b5c00 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 f4c174a5..625f0f86 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 f9caaffc..b1ad3b56 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 8ce73c49..97e60c27 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 a2fbdd24..4b922fa8 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 bf9d3501..340820ce 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 a6427d04..69cfa758 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 b9708de3..a90d8084 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 25ba26ef..eb3e1e24 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 43f9cd7f..9f2aca92 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 4b3149c4..1cb02a75 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 96d3f68f..6456216f 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 419ebe5a..4cd70249 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 cbd240fe..b10c3602 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 8134c920..45dba3fb 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 86591203..0db27df1 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 6c2ed825..ed45adba 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 95f02ef9..e96ffb95 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 37afadfa..eade644a 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 bdc43154..8ddb090e 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 14c073e7..aa95e19f 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 d9b721bb..cc5a28d3 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 a69e3c32..2ef83863 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 26317f7f..e684aed9 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 bc4250d9..f3cddd14 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 57bd98cf..ec758cf4 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 df244fe4..ad9ca0e7 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 e59ec6ef..903d4b09 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 a54e330f..c101c0c6 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 77cf98b9..a2f24716 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 de16a3b0..3bd2951e 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 a66677dd..31febdf2 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 93101636..5dfc7519 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 0e34d232..7e2a1bed 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 7e922b9a..c1f31e34 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 14e696a9..e8765d5d 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