From: tenplus1 Date: Mon, 4 Jul 2016 10:59:07 +0000 (+0100) Subject: Game_api.txt: Add position table reference X-Git-Tag: 0.4.15~150 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98551edd942f1dd7a2c597e4ac4ba6504ebcdd93;p=oweals%2Fminetest_game.git Game_api.txt: Add position table reference --- diff --git a/game_api.txt b/game_api.txt index e80b2043..e04a33b4 100644 --- a/game_api.txt +++ b/game_api.txt @@ -12,6 +12,7 @@ Please note: * [XYZ] refers to a section the Minetest API * [#ABC] refers to a section in this document + * [pos] refers to a position table `{x = -5, y = 0, z = 200}` Bucket API ----------