mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
Add documentation to mcl_crafting_table API
This commit is contained in:
parent
61c9d065fb
commit
9bb5e748b9
6
mods/ITEMS/mcl_crafting_table/API.md
Normal file
6
mods/ITEMS/mcl_crafting_table/API.md
Normal file
@ -0,0 +1,6 @@
|
||||
# mcl_crafting_table
|
||||
Add a node which allow players to craft more complex things.
|
||||
|
||||
## mcl_crafting_table.show_crafting_form(player)
|
||||
Show the crafting form to a player.
|
||||
Used in the node registration, but can be used by external mods.
|
Loading…
Reference in New Issue
Block a user