Update grass color after placing grass block

This commit is contained in:
Wuzzy 2019-12-13 14:18:35 +01:00
parent 325801efd7
commit 9c55b6c9c9
2 changed files with 7 additions and 4 deletions

View file

@ -639,7 +639,7 @@ end
local grass_spread_randomizer = PseudoRandom(minetest.get_mapgen_setting("seed"))
-- Return appropriate grass block node for pos. Dry grass for dry/hot biomes, normal grass otherwise.
-- Return appropriate grass block node for pos
function mcl_core.get_grass_block_type(pos)
local biome_data = minetest.get_biome_data(pos)
local dry = false