mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-11 02:03:55 +01:00
17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
|
CORE/_mcl_autogroup/init.lua:
|
||
|
-> Enumerates entries of the registered_nodes table. Safe.
|
||
|
|
||
|
CORE/flowlib/init.lua:
|
||
|
-> All instances are checked before use.
|
||
|
|
||
|
CORE/mcl_explosions/init.lua:
|
||
|
-> Enumerates entries of the registered_nodes table. Safe.
|
||
|
|
||
|
CORE/walkover/init.lua:
|
||
|
-> Enumerates entries of the registered_nodes table. Safe.
|
||
|
|
||
|
CORE/mcl_util/init.lua:
|
||
|
-> All instances are checked before use.
|
||
|
- should use local.
|
||
|
- defines mcl_util.call_on_rightclick, but does not use it.
|