blockgame/mods/bg_api
trans_soup d197e1f1e3 move item_matches into api.
move function `item_matches` from `bg_crafting` into `bg_api`, since
it'll be useful in many other places.
2023-10-17 15:02:39 +02:00
..
cleanup.lua complete cleanup after rename. 2023-10-16 10:14:34 +02:00
falling_node.lua separate falling node and loose node handling. 2023-10-17 11:18:14 +02:00
increasing_abm.lua implement increasing ABM:s. 2023-10-16 21:27:59 +02:00
init.lua move item_matches into api. 2023-10-17 15:02:39 +02:00
loose_node.lua separate falling node and loose node handling. 2023-10-17 11:18:14 +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_item.lua move item_matches into api. 2023-10-17 15:02:39 +02:00
util_node.lua add flood fill utility to api. 2023-10-17 13:40:04 +02:00
util_random.lua fix math.random usage. 2023-10-13 13:17:14 +02:00
util_string.lua refactor: extract repeated code into api function. 2023-10-17 14:58:15 +02:00
util_table.lua add several utility functions related to tables. 2023-10-17 11:19:55 +02:00
util_vector.lua move get_neighbors from util_node to util_vector. 2023-10-17 11:19:03 +02:00
wrappers.lua add register_lbm wrapper. 2023-10-13 09:55:09 +02:00