blockgame/mods/bg_terrain/init.lua
trans_soup 7755583fa4 rename mods and add hacky cleanup thing.
rename mods; add `bg_` prefix.

add hacky cleanup ABM (couldn't get LBM:s to work), that converts old
nodes into new ones according to this rename.

the cleanup doesn't do anything for items, though.
2023-10-15 18:22:13 +02:00

4 lines
85 B
Lua

local modname = minetest.get_current_modname()
load_file("node")
load_file("biome")