Move the sapling growing and grass adding/removing ABMs to Lua

This commit is contained in:
Nathanaël Courant 2013-11-02 10:48:13 +01:00 committed by Nils Dagsson Moskopp
parent 083219e4e3
commit f435c5211e
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ minetest.features = {
chat_send_player_param3 = true,
get_all_craft_recipes_works = true,
use_texture_alpha = true,
no_legacy_abms = true,
}
function minetest.has_feature(arg)