This commit is contained in:
AFCMS 2021-03-18 20:50:37 +01:00
parent 9b0c87dabc
commit 717a18ef16
1 changed files with 3 additions and 0 deletions

View File

@ -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"