From da877ccf579e1e22c11d9fb26ee715a8fa032dd7 Mon Sep 17 00:00:00 2001 From: Paramat Date: Tue, 13 Mar 2018 20:00:29 +0000 Subject: [PATCH] Rename 'subgame' to 'game' --- README.txt | 6 +++--- game_api.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 2964ae2c..04f3d43a 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,9 @@ Minetest Game [minetest_game] ============================= -The main subgame for the Minetest engine -======================================== +The main game for the Minetest engine +===================================== -To use this subgame with the Minetest engine, insert this repository as +To use this game with the Minetest engine, insert this repository as /games/minetest_game The Minetest engine can be found in: diff --git a/game_api.txt b/game_api.txt index bf342674..1ef26792 100644 --- a/game_api.txt +++ b/game_api.txt @@ -5,7 +5,7 @@ GitHub Repo: https://github.com/minetest/minetest_game Introduction ------------ -The Minetest Game subgame 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 Minetest 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 Please note: