Move the sapling growing and grass adding/removing ABMs to Lua
This commit is contained in:
parent
083219e4e3
commit
f435c5211e
|
@ -6,6 +6,7 @@ minetest.features = {
|
||||||
chat_send_player_param3 = true,
|
chat_send_player_param3 = true,
|
||||||
get_all_craft_recipes_works = true,
|
get_all_craft_recipes_works = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
|
no_legacy_abms = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
function minetest.has_feature(arg)
|
function minetest.has_feature(arg)
|
||||||
|
|
Loading…
Reference in New Issue