From 10c67ce6af8cad5d5328f632eb7f25adee57c03e Mon Sep 17 00:00:00 2001 From: OgelGames Date: Thu, 22 May 2025 18:37:47 +1000 Subject: [PATCH] add reference to engine documentation fixes #2 --- API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API.md b/API.md index f354c8c..dc08f40 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,7 @@ # API Documentation +This documentation covers the API specific to `fakelib`. For documentation of the functionality provided by the fake player, metatdata and inventory, refer to the [Lua API](https://github.com/minetest/minetest/blob/master/doc/lua_api.md), as they function the same as the real thing. + ## Quick Links - [`fakelib.is_player(x)`](#fakelibis_playerx)