forked from VoxeLibre/VoxeLibre
Add documentation to mcl_crafting_table API
This commit is contained in:
parent
61c9d065fb
commit
9bb5e748b9
|
@ -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