1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
51 changed files with 59 additions and 61 deletions

View File

@ -1,6 +1,6 @@
# Minetest Game # 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 Minetest Game (abbreviated MTG) is a simple and peaceful sandbox game, with no
real goals or built-in enemy mobs. real goals or built-in enemy mobs.
@ -17,7 +17,7 @@ gameplay features or anything else that breaks compatibility (see
### ContentDB ### ContentDB
* Content > Browse Online Content * 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 * Click Install
### Manually ### Manually
@ -27,9 +27,9 @@ place it in `.../minetest/games/`
- GNU/Linux: If you use a system-wide installation 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 ## Compatibility

View File

@ -1,4 +1,3 @@
title = Minetest Game 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 Luanti 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 Minetest Engine core developers.
min_minetest_version = 5.8 min_minetest_version = 5.8

View File

@ -6,12 +6,12 @@ GitHub Repo: https://github.com/minetest/minetest_game
Introduction 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. 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: 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 * [#ABC] refers to a section in this document
* [pos] refers to a position table `{x = -5, y = 0, z = 200}` * [pos] refers to a position table `{x = -5, y = 0, z = 200}`

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by BlockMen (MIT) Originally by BlockMen (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
@ -15,7 +15,7 @@ BlockMen (CC BY-SA 3.0)
TumeniNodes (CC BY-SA 3.0) TumeniNodes (CC BY-SA 3.0)
beds_bed_under.png 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 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, 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 if all players are sleeping the night gets skipped. The night skip can be forced if more

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2014-2016 BlockMen 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by PilzAdam (MIT) Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures and model) Authors of media (textures and model)
------------------------------------- -------------------------------------

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by PilzAdam (MIT) Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -1,6 +1,6 @@
-- bones/init.lua -- bones/init.lua
-- Minetest 0.4 mod: bones -- Minetest Game mod: bones
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.
-- Load support for MT game translation. -- Load support for MT game translation.

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -6,7 +6,7 @@ Authors of source code
---------------------- ----------------------
Kahrl <kahrl@gmx.net> (LGPLv2.1+) Kahrl <kahrl@gmx.net> (LGPLv2.1+)
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) 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) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -1,4 +1,4 @@
-- Minetest 0.4 mod: bucket -- Minetest Game mod: bucket
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.
-- Load support for MT game translation. -- Load support for MT game translation.

View File

@ -4,7 +4,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net> Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net>
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -5,7 +5,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 SmallJoker 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 Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) 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+)
The torch code was derived by sofar from the 'torches' mod by The torch code was derived by sofar from the 'torches' mod by
BlockMen (LGPLv2.1+) BlockMen (LGPLv2.1+)

View File

@ -1,4 +1,4 @@
-- Minetest 0.4 mod: default -- Minetest Game mod: default
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.
-- The API documentation in here was moved into game_api.txt -- The API documentation in here was moved into game_api.txt

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2018 celeron55, Perttu Ahola <celeron55@gmail.com> 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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -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 doors API to facilitate coding mods accessing and operating doors.
Added Fence Gate model, code, and sounds. Added Fence Gate model, code, and sounds.
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)

View File

@ -5,7 +5,7 @@ The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 BlockMen Copyright (C) 2014-2016 BlockMen
Copyright (C) 2015-2016 sofar (sofar@foo-projects.org) 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -6,7 +6,7 @@ See init.lua for documentation.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT) Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com> Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -6,7 +6,7 @@ Authors of source code
---------------------- ----------------------
Originally by PilzAdam (MIT) Originally by PilzAdam (MIT)
webdesigner97 (MIT) webdesigner97 (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -4,7 +4,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 webdesigner97 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

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

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by Ironzorg (MIT) and VanessaE (MIT) Originally by Ironzorg (MIT) and VanessaE (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -1,6 +1,6 @@
-- flowers/init.lua -- flowers/init.lua
-- Minetest 0.4 mod: default -- Minetest Game mod: flowers
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 Ironzorg, VanessaE 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -5,4 +5,4 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT) Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com> Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -5,7 +5,7 @@ See license.txt for license information.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) 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) 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") local keys_path = minetest.get_modpath("keys")
dofile(keys_path.."/craftitems.lua") dofile(keys_path.."/craftitems.lua")

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2018 celeron55, Perttu Ahola <celeron55@gmail.com> 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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -9,7 +9,7 @@ This mod is only for content related to the Player API and the player object.
Authors of source code Authors of source code
---------------------- ----------------------
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) 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, models and sounds) Authors of media (textures, models and sounds)
---------------------------------------------- ----------------------------------------------

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -5,7 +5,7 @@ See license.txt for license information.
License of source code License of source code
---------------------- ----------------------
Originally by RealBadAngel, Maciej Kasatkin (LGPLv2.1+) 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) License of media (textures)
--------------------------- ---------------------------

View File

@ -3,7 +3,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2013-2016 RealBadAngel, Maciej Kasatkin 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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -3,10 +3,10 @@ Minetest Game mod: sfinv
See license.txt for license information. See license.txt for license information.
Simple Fast Inventory. 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. See game_api.txt for this mod's API.
Available for use outside of MTG here: 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 Authors of source code
---------------------- ----------------------

View File

@ -6,7 +6,7 @@ Authors of source code
---------------------- ----------------------
Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) 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) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -1,6 +1,6 @@
-- stairs/init.lua -- stairs/init.lua
-- Minetest 0.4 mod: stairs -- Minetest Game mod: stairs
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.

View File

@ -4,7 +4,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2017 Kahrl <kahrl@gmx.net> Copyright (C) 2011-2017 Kahrl <kahrl@gmx.net>
Copyright (C) 2011-2017 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2011-2017 celeron55, Perttu Ahola <celeron55@gmail.com>
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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

@ -7,7 +7,7 @@ Authors of source code
PilzAdam (MIT) PilzAdam (MIT)
ShadowNinja (MIT) ShadowNinja (MIT)
sofar (sofar@foo-projects.org) (MIT) sofar (sofar@foo-projects.org) (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media Authors of media
---------------- ----------------
@ -45,8 +45,7 @@ by frankelmedico (CC0 1.0)
Introduction Introduction
------------ ------------
This mod adds TNT to Minetest. TNT is a tool to help the player This mod adds TNT. TNT is a tool to help the player in mining.
in mining.
How to use the mod: How to use the mod:

View File

@ -5,7 +5,7 @@ The MIT License (MIT)
Copyright (C) 2014-2016 PilzAdam Copyright (C) 2014-2016 PilzAdam
Copyright (C) 2014-2016 ShadowNinja Copyright (C) 2014-2016 ShadowNinja
Copyright (C) 2016 sofar (sofar@foo-projects.org) 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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -6,7 +6,7 @@ Authors of source code
---------------------- ----------------------
Originally by Vanessa Ezekowitz (LGPLv2.1+) Originally by Vanessa Ezekowitz (LGPLv2.1+)
Modified by Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+) Modified by 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) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -1,6 +1,6 @@
-- vessels/init.lua -- vessels/init.lua
-- Minetest 0.4 mod: vessels -- Minetest Game mod: vessels
-- See README.txt for licensing and other information. -- See README.txt for licensing and other information.
-- Load support for MT game translation. -- Load support for MT game translation.

View File

@ -4,7 +4,7 @@ License of source code
GNU Lesser General Public License, version 2.1 GNU Lesser General Public License, version 2.1
Copyright (C) 2012-2016 Vanessa Ezekowitz Copyright (C) 2012-2016 Vanessa Ezekowitz
Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
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 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; of the GNU Lesser General Public License as published by the Free Software Foundation;

View File

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

View File

@ -3,7 +3,7 @@ License of source code
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com> Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -7,7 +7,7 @@ Authors of source code
Originally by xyz (MIT) Originally by xyz (MIT)
BlockMen (MIT) BlockMen (MIT)
sofar (MIT) sofar (MIT)
Various Minetest developers and contributors (MIT) Various Minetest Game developers and contributors (MIT)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

View File

@ -5,7 +5,7 @@ The MIT License (MIT)
Copyright (C) 2014-2016 xyz Copyright (C) 2014-2016 xyz
Copyright (C) 2014-2016 BlockMen Copyright (C) 2014-2016 BlockMen
Copyright (C) 2016 Auke Kok <sofar@foo-projects.org> Copyright (C) 2016 Auke Kok <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 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 software and associated documentation files (the "Software"), to deal in the Software

View File

@ -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: process two formats of the 'data' table:
The standard table format is described in the 'Schematic specifier' section of 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 'data' table appears as a sequence of vertical slices through the structure
the schematic describes. the schematic describes.
Each XY-plane slice has the X-rows formatted in order of increasing Y, so the Each XY-plane slice has the X-rows formatted in order of increasing Y, so the