7b86727e4b
create a new mod that implements basic grass growth and death.
3 lines
77 B
Lua
3 lines
77 B
Lua
function blockgame.register_abm (...)
|
|
return minetest.register_abm(...)
|
|
end
|