mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-31 03:18:24 -04:00
Rename functions, update API
This commit is contained in:
parent
46b6cee1fc
commit
584718a2a7
3 changed files with 12 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
minetest_game API
|
||||
======================
|
||||
GitHub Repo: https://github.com/BlockMen/minetest_game
|
||||
GitHub Repo: https://github.com/minetest/minetest_game
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -28,8 +28,7 @@ Doors API
|
|||
---------
|
||||
The doors mod allows modders to register custom doors.
|
||||
|
||||
doors:register_door(name, def)
|
||||
^ Notice the ":" instaed of "."!
|
||||
doors.register_door(name, def)
|
||||
^ name: "Door name"
|
||||
^ def: See [#Door definition]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue