diff --git a/README.txt b/README.txt index 7a9b12f5..00ffa8f4 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/game.conf b/game.conf index 8b819bb9..4dea9498 100644 --- a/game.conf +++ b/game.conf @@ -1 +1 @@ -name = Minetest +name = Minetest Game diff --git a/game_api.txt b/game_api.txt index 99c34a78..3604900c 100644 --- a/game_api.txt +++ b/game_api.txt @@ -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 diff --git a/menu/header.png b/menu/header.png index 2866626e..abf047a8 100644 Binary files a/menu/header.png and b/menu/header.png differ diff --git a/minetest.conf.example b/minetest.conf.example index b908ad24..58556823 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -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.