blockgame/mods/bg_api/wrapper_abm.lua
trans_soup 7b86727e4b create grass mod.
create a new mod that implements basic grass growth and death.
2023-10-12 08:26:37 +02:00

3 lines
77 B
Lua

function blockgame.register_abm (...)
return minetest.register_abm(...)
end