VoxeLibre/mods/MISC/mcl_wip/API.md
Mikita Wiśniewski 19d662dee4 Fix some typos in the API documentation (#4630)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4630
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-09-12 18:13:52 +02:00

534 B

mcl_wip

Used to mark items or nodes as WIP.

mcl_wip.register_wip_item(itemname)

Register itemname as a WIP item. If itemname isn't a valid itemname, an error will be shown after mods loaded.

mcl_wip.register_experimental_item(itemname)

Register itemname as a experimental item. If itemname isn't a valid itemname, an error will be shown after mods loaded.

mcl_wip.registered_wip_items

Table containing WIP items names.

mcl_wip.registered_experimental_items

Table containing experimental items names.