forked from VoxeLibre/VoxeLibre
fix doc
This commit is contained in:
parent
9b0c87dabc
commit
717a18ef16
|
@ -2,6 +2,9 @@
|
|||
|
||||
This mod add an API to add cauldrons to mcl.
|
||||
|
||||
## mcl_cauldrons.is_cauldron(name)
|
||||
return true if name is cauldron, false overwise.
|
||||
|
||||
## mcl_cauldrons.register_cauldron_type(def)
|
||||
def can have these fields:
|
||||
* name: name of the liquid e.g: "water"
|
||||
|
|
Loading…
Reference in New Issue