blockgame/mods/bg_api
trans_soup 263e98d526 add basic api support for loose nodes.
expose an api function to register "loose" versions of existing nodes,
and implement some behaviour for such nodes; they will fall down if
there is air below them, and will eventually become their non-loose
counterparts if there is not air below them.
2023-10-16 10:46:32 +02:00
..
cleanup.lua complete cleanup after rename. 2023-10-16 10:14:34 +02:00
init.lua add basic api support for loose nodes. 2023-10-16 10:46:32 +02:00
loose_nodes.lua add basic api support for loose nodes. 2023-10-16 10:46:32 +02:00
mod.conf fix name fields in mod.conf files. 2023-10-15 17:23:37 +02:00
random_tick.lua fix random tick crash possibility. 2023-10-15 17:38:11 +02:00
util_debug.lua add debug utility to api. 2023-10-13 13:17:47 +02:00
util_node.lua rename mods and add hacky cleanup thing. 2023-10-15 18:22:13 +02:00
util_random.lua fix math.random usage. 2023-10-13 13:17:14 +02:00
util_stringify.lua make util_stringify more robust. 2023-10-15 17:46:08 +02:00
util_table.lua fix math.random usage. 2023-10-13 13:17:14 +02:00
util_vector.lua fix math.random usage. 2023-10-13 13:17:14 +02:00
wrappers.lua add register_lbm wrapper. 2023-10-13 09:55:09 +02:00