Rename to "Minetest Game"

This commit is contained in:
BlockMen 2015-04-10 17:58:51 +02:00
parent fe7a982343
commit 5f554c30b8
5 changed files with 17 additions and 15 deletions

View file

@ -1,5 +1,7 @@
The main game for the Minetest game engine [minetest_game]
==========================================================
Minetest Game [minetest_game]
=============================
~ The main game for the Minetest Engine ~
To use this game with Minetest, insert this repository as
/games/minetest_game
@ -10,13 +12,13 @@ The Minetest Engine can be found in:
Compatibility
--------------
The minetest_game github master HEAD is generally compatible with the github
master HEAD of minetest.
Minetest Game @ github master HEAD is generally compatible with the github
master HEAD of Minetest Engine.
Additionally, when the minetest engine is tagged to be a certain version (eg.
0.4.10), minetest_game is tagged with the version too.
Additionally, when the Minetest Engine is tagged to be a certain version (eg.
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 (as minetest_game) and made available in
http://minetest.net/download
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!)
@ -49,4 +51,4 @@ Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
License of menu/header.png
Copyright (C) 2013 BlockMen CC BY-3.0
Copyright (C) 2015 BlockMen CC BY-3.0

View file

@ -1 +1 @@
name = Minetest
name = Minetest Game

View file

@ -1,10 +1,10 @@
minetest_game API
======================
Minetest Game - API
====================
GitHub Repo: https://github.com/minetest/minetest_game
Introduction
------------
The minetest_game gamemode offers multiple new possibilities in addition to Minetest's built-in API, allowing you to
Minetest Game 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.
For information on the Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt
Please note:
@ -20,8 +20,8 @@ The bucket API allows registering new types of buckets for non-default liquids.
"default:lava_source", -- Source node name
"default:lava_flowing", -- Flowing node name
"bucket:bucket_lava", -- Name to be used for bucket
"bucket_lava.png", -- Bucket texture (for wielditem and inventory_image)
"Lava Bucket" -- Bucket description
"bucket_lava.png", -- Bucket texture (for wielditem and inventory_image)
"Lava Bucket" -- Bucket description
)
Beds API

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View file

@ -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
#
# By default, all the settings are commented and not functional.