Skip to content

Commit

Permalink
Replace Minetest mentions with Luanti (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 authored Dec 4, 2024
1 parent c7be7c1 commit 312a67b
Show file tree
Hide file tree
Showing 51 changed files with 59 additions and 61 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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

Expand Down
3 changes: 1 addition & 2 deletions game.conf
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions game_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}`

Expand Down
4 changes: 2 additions & 2 deletions mods/beds/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/beds/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/boats/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/boats/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/bones/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/bones/init.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mods/bones/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/bucket/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors of source code
----------------------
Kahrl <[email protected]> (LGPLv2.1+)
celeron55, Perttu Ahola <[email protected]> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
Various Minetest Game developers and contributors (LGPLv2.1+)

Authors of media (textures)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/bucket/init.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mods/bucket/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ License of source code
GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2016 Kahrl <[email protected]>
Copyright (C) 2011-2016 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
2 changes: 1 addition & 1 deletion mods/carts/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion mods/default/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code
----------------------
Originally by celeron55, Perttu Ahola <[email protected]> (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+)
Expand Down
2 changes: 1 addition & 1 deletion mods/default/init.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/default/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2018 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
2 changes: 1 addition & 1 deletion mods/doors/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mods/doors/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 BlockMen
Copyright (C) 2015-2016 sofar ([email protected])
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
Expand Down
2 changes: 1 addition & 1 deletion mods/dye/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See init.lua for documentation.
Authors of source code
----------------------
Originally by Perttu Ahola (celeron55) <[email protected]> (MIT)
Various Minetest developers and contributors (MIT)
Various Minetest Game developers and contributors (MIT)

Authors of media (textures)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/dye/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion mods/farming/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/farming/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/fire/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code
----------------------
Originally by Perttu Ahola (celeron55) <[email protected]> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
Various Minetest Game developers and contributors (LGPLv2.1+)

Authors of media (textures and sounds)
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/fire/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

GNU Lesser General Public License, version 2.1
Copyright (C) 2012-2016 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
2 changes: 1 addition & 1 deletion mods/flowers/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/flowers/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- flowers/init.lua

-- Minetest 0.4 mod: default
-- Minetest Game mod: flowers
-- See README.txt for licensing and other information.


Expand Down
2 changes: 1 addition & 1 deletion mods/flowers/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/give_initial_stuff/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ See license.txt for license information.
Authors of source code
----------------------
Perttu Ahola (celeron55) <[email protected]> (MIT)
Various Minetest developers and contributors (MIT)
Various Minetest Game developers and contributors (MIT)
2 changes: 1 addition & 1 deletion mods/give_initial_stuff/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion mods/keys/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code
----------------------
Originally by celeron55, Perttu Ahola <[email protected]> (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)
----------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/keys/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Minetest mod: keys
-- Minetest Game mod: keys
local keys_path = minetest.get_modpath("keys")

dofile(keys_path.."/craftitems.lua")
Expand Down
2 changes: 1 addition & 1 deletion mods/keys/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2018 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
2 changes: 1 addition & 1 deletion mods/player_api/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
Various Minetest Game developers and contributors (LGPLv2.1+)

Authors of media (textures, models and sounds)
----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/player_api/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License of source code

GNU Lesser General Public License, version 2.1
Copyright (C) 2011 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
2 changes: 1 addition & 1 deletion mods/screwdriver/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/screwdriver/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions mods/sfinv/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/stairs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors of source code
----------------------
Originally by Kahrl <[email protected]> (LGPLv2.1+) and
celeron55, Perttu Ahola <[email protected]> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
Various Minetest Game developers and contributors (LGPLv2.1+)

Authors of media (textures)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion mods/stairs/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- stairs/init.lua

-- Minetest 0.4 mod: stairs
-- Minetest Game mod: stairs
-- See README.txt for licensing and other information.


Expand Down
2 changes: 1 addition & 1 deletion mods/stairs/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ License of source code
GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2017 Kahrl <[email protected]>
Copyright (C) 2011-2017 celeron55, Perttu Ahola <[email protected]>
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;
Expand Down
Loading

0 comments on commit 312a67b

Please sign in to comment.