mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
Merge cbdd067b46
into f49faadc19
This commit is contained in:
commit
bd3f572aeb
4 changed files with 12 additions and 12 deletions
14
README.txt
14
README.txt
|
@ -1,22 +1,22 @@
|
||||||
The main game for the Minetest game engine [minetest_game]
|
Minetest Game: The default game for the Minetest engine
|
||||||
==========================================================
|
=======================================================
|
||||||
|
|
||||||
To use this game with Minetest, insert this repository as
|
To use this game with Minetest, insert this repository as
|
||||||
/games/minetest_game
|
/games/minetest_game
|
||||||
in the Minetest Engine.
|
in the Minetest engine.
|
||||||
|
|
||||||
The Minetest Engine can be found in:
|
The Minetest engine can be found in:
|
||||||
https://github.com/minetest/minetest/
|
https://github.com/minetest/minetest/
|
||||||
|
|
||||||
Compatibility
|
Compatibility
|
||||||
--------------
|
--------------
|
||||||
The minetest_game github master HEAD is generally compatible with the github
|
The minetest_game (repository name) GitHub master HEAD is generally
|
||||||
master HEAD of minetest.
|
compatible with the GitHub master HEAD of minetest.
|
||||||
|
|
||||||
Additionally, when the minetest engine is tagged to be a certain version (eg.
|
Additionally, when the minetest engine is tagged to be a certain version (eg.
|
||||||
0.4.10), minetest_game is tagged with the version too.
|
0.4.10), minetest_game is tagged with the version too.
|
||||||
|
|
||||||
When stable releases are made, minetest_game is packaged and made available in
|
When stable releases are made, Minetest Game is packaged and made available in
|
||||||
http://minetest.net/download
|
http://minetest.net/download
|
||||||
and in case the repository has grown too much, it may be reset. In that sense,
|
and in case the repository has grown too much, it may be reset. In that sense,
|
||||||
this is not a "real" git repository. (Package maintainers please note!)
|
this is not a "real" git repository. (Package maintainers please note!)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
name = Minetest
|
name = Minetest Game
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
minetest_game API
|
Minetest Game API
|
||||||
======================
|
======================
|
||||||
GitHub Repo: https://github.com/minetest/minetest_game
|
GitHub Repo: https://github.com/minetest/minetest_game
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
The minetest_game gamemode offers multiple new possibilities in addition to Minetest's built-in API, allowing you to
|
The Minetest Game gamemode offers multiple new possibilities in addition to Minetest's built-in API, allowing you to
|
||||||
add new plants to farming mod, buckets for new liquids, new stairs and custom panes.
|
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 Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt
|
||||||
Please note:
|
Please note:
|
||||||
|
@ -147,7 +147,7 @@ farming.register_plant(name, Plant definition)
|
||||||
Stairs API
|
Stairs API
|
||||||
----------
|
----------
|
||||||
The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
|
The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
|
||||||
delivered with minetest_game, to keep them compatible with other mods.
|
delivered with Minetest Game, to keep them compatible with other mods.
|
||||||
|
|
||||||
stairs.register_stair(subname, recipeitem, groups, images, description, sounds)
|
stairs.register_stair(subname, recipeitem, groups, images, description, sounds)
|
||||||
-> Registers a stair.
|
-> Registers a stair.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This file contains settings of minetest_game that can be changed in
|
# This file contains settings of Minetest Game that can be changed in
|
||||||
# minetest.conf
|
# minetest.conf
|
||||||
#
|
#
|
||||||
# By default, all the settings are commented and not functional.
|
# By default, all the settings are commented and not functional.
|
||||||
|
|
Loading…
Add table
Reference in a new issue