From f435c5211eb024479a341a1bb2fd628f15cfcaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Courant?= Date: Sat, 2 Nov 2013 10:48:13 +0100 Subject: [PATCH] Move the sapling growing and grass adding/removing ABMs to Lua --- builtin/features.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/features.lua b/builtin/features.lua index 9d00cfd..f3de3ba 100644 --- a/builtin/features.lua +++ b/builtin/features.lua @@ -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)