From 8276d82bac5e596752befb1ab7e481a36c9c745b Mon Sep 17 00:00:00 2001 From: Chris Routh Date: Sun, 19 Jul 2015 07:46:08 -0400 Subject: [PATCH] Add default:dirt_with_dry_grass to acacia_biome. --- biome_defs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome_defs.lua b/biome_defs.lua index 8c50de7..6f3bf0d 100644 --- a/biome_defs.lua +++ b/biome_defs.lua @@ -91,7 +91,7 @@ moretrees.willow_biome = { } moretrees.acacia_biome = { - surface = { "default:dirt_with_grass", "default:desert_sand" }, + surface = { "default:dirt_with_grass", "default:dirt_with_dry_grass", "default:desert_sand" }, avoid_nodes = moretrees.avoidnodes, avoid_radius = 15, seed_diff = 1,