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:
parent
b1c82f332c
commit
69a59f1e41
4 changed files with 134 additions and 139 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue