diff --git a/README.txt b/README.txt index 2964ae2c52d4e2f35c929f2fc6537f3a220daf5f..04f3d43a5f8682fb76b92b71c73e791870153c3b 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 bf342674ad517f1138c1141369d3bdf1611093d2..1ef2679229d85d803e0c72b5ae3e8dfe1d9f2d69 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: