From 98551edd942f1dd7a2c597e4ac4ba6504ebcdd93 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 4 Jul 2016 11:59:07 +0100 Subject: [PATCH] Game_api.txt: Add position table reference --- game_api.txt | 1 + 1 file changed, 1 insertion(+) 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 ----------