1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Docs: The core namespace already existed before the rename

This commit is contained in:
grorp 2025-05-23 11:04:51 -04:00
parent 7ac5502fdf
commit d09d7ca29e
2 changed files with 8 additions and 2 deletions

View file

@ -5,8 +5,11 @@ Luanti Lua Client Modding API Reference 5.12.0
it's now called `core` due to the renaming of Luanti (formerly Minetest). it's now called `core` due to the renaming of Luanti (formerly Minetest).
`minetest` will keep existing as an alias, so that old code won't break. `minetest` will keep existing as an alias, so that old code won't break.
Note that `core` has already existed since version 0.4.10, so you can use it
safely without breaking backwards compatibility.
* More information at <http://www.luanti.org/> * More information at <http://www.luanti.org/>
* Developer Wiki: <https://dev.luanti.org/> * Additional documentation: <https://docs.luanti.org/>
Introduction Introduction
------------ ------------

View file

@ -5,8 +5,11 @@ Luanti Lua Modding API Reference
it's now called `core` due to the renaming of Luanti (formerly Minetest). it's now called `core` due to the renaming of Luanti (formerly Minetest).
`minetest` will keep existing as an alias, so that old code won't break. `minetest` will keep existing as an alias, so that old code won't break.
Note that `core` has already existed since version 0.4.10, so you can use it
safely without breaking backwards compatibility.
* More information at <http://www.luanti.org/> * More information at <http://www.luanti.org/>
* Developer Wiki: <https://dev.luanti.org/> * Additional documentation: <https://docs.luanti.org/>
* (Unofficial) Minetest Modding Book by rubenwardy: <https://rubenwardy.com/minetest_modding_book/> * (Unofficial) Minetest Modding Book by rubenwardy: <https://rubenwardy.com/minetest_modding_book/>
* Modding tools: <https://github.com/luanti-org/modtools> * Modding tools: <https://github.com/luanti-org/modtools>