From 3d352bf4505804f0369b0105235ff0ac6a7405be Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 12 Aug 2022 21:51:53 +0200 Subject: [PATCH] Update rp_formspec short description for devs --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index cfd4d93..2bf99fe 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -43,7 +43,7 @@ Mods with documented APIs: * `rp_drop_items_on_die`: You only need this mod if you added an inventory list to the player and you want its contents to be dropped on death. * `rp_farming`: Add farmable plants -* `rp_formspec`: Build formspecs +* `rp_formspec`: Build formspecs and inventory pages * `rp_goodies`: Fill container nodes with random loot * `rp_hunger`: Get and set hunger * `rp_item_drop`: Add a function to simulate an item drop