From 45ce08b1471bae615ce6c1ec635456f5ac24f7e5 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 23 Oct 2018 18:56:10 +0200 Subject: [PATCH] Mention playerphysics in API.md --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index 354a99f6..7611ce44 100644 --- a/API.md +++ b/API.md @@ -61,6 +61,7 @@ chances are good that it works out of the box. * Statbars: `HUD/hudbars` ### Utility APIs +* Change player physics: `PLAYER/playerphysics` * Select random treasures: `CORE/mcl_loot` * Get flowing direction of liquids: `CORE/flowlib` * `on_walk_over` callback for nodes: `CORE/walkover` -- 2.11.4.GIT