integrate bg_grass into bg_terrain.

This commit is contained in:
trans_soup 2023-10-16 21:35:52 +02:00
parent dcb0eb257e
commit 6ac310f674
5 changed files with 3 additions and 5 deletions

View File

@ -1,2 +0,0 @@
load_file("grow")
load_file("death")

View File

@ -1,3 +0,0 @@
name = bg_grass
description = adds grass spreading and related mechanics to blockgame.
depends = bg_terrain, bg_api

View File

@ -3,4 +3,7 @@ local modname = minetest.get_current_modname()
load_file("node")
load_file("biome")
load_file("grass_grow")
load_file("grass_death")
load_file("cleanup")