Add documentation to mcl_crafting_table API

This commit is contained in:
AFCMS 2021-03-27 15:20:01 +01:00
parent 61c9d065fb
commit 9bb5e748b9
1 changed files with 6 additions and 0 deletions

View 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.