Creative: Fix width of arrow textures
[oweals/minetest_game.git] / game_api.txt
index f7bcc1ebf0fbfb6066ec0e784c87892271a9c47d..bf342674ad517f1138c1141369d3bdf1611093d2 100644 (file)
@@ -67,6 +67,15 @@ Beds API
                }
        }
 
+Bones API
+---------
+
+An ordered list of listnames (default: "main", "craft") of the player inventory,
+that will be placed into bones or dropped on player death can be looked up or changed
+in `bones.player_inventory_lists`.
+
+e.g. `table.insert(bones.player_inventory_lists, "backpack")`
+
 Creative API
 ------------