1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

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

This commit is contained in:
Novatux 2013-11-02 10:48:13 +01:00
parent b1c82f332c
commit 69a59f1e41
4 changed files with 134 additions and 139 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)