1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-13 19:30:19 +02:00

Replace Minetest mentions with Luanti (#3169)

This commit is contained in:
Wuzzy
2024-12-04 18:01:28 +01:00
committed by GitHub
parent c7be7c165f
commit 312a67b40c
51 changed files with 59 additions and 61 deletions

View File

@ -6,12 +6,12 @@ GitHub Repo: https://github.com/minetest/minetest_game
Introduction
------------
The Minetest Game game 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 Luanti 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
For information on the Luanti API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt
Please note:
* [XYZ] refers to a section the Minetest API
* [XYZ] refers to a section the Luanti API
* [#ABC] refers to a section in this document
* [pos] refers to a position table `{x = -5, y = 0, z = 200}`