mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 13:54:25 -04:00
Bones API documented.
Adds documentation for the bones api and how to disable bone drops in preference for other mods.
This commit is contained in:
parent
537f94c28e
commit
9a13c6df86
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ Beds API
|
|||
}
|
||||
}
|
||||
|
||||
Bones API
|
||||
---------
|
||||
|
||||
The variable bones.enable will be set to true by default and can be changed to false with the use of mods so that bone drops can be disabled in preference of that mod e.g. Drop On Die mod. Make sure that bones is listed in the depends.txt file.
|
||||
|
||||
Doors API
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue