blockgame/mods/bg_api
trans_soup 20b29c833f complete cleanup after rename.
clean up things that were broken after renaming `bg_core` to
`bg_terrain`.

also clean up after global rename that added `bg_` prefix to every mod
name.
2023-10-16 10:14:34 +02:00
..
cleanup.lua complete cleanup after rename. 2023-10-16 10:14:34 +02:00
init.lua rename mods and add hacky cleanup thing. 2023-10-15 18:22:13 +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