1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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)