1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-12-27 19:20:23 +01:00

Add default:dirt_with_dry_grass to acacia_biome.

This commit is contained in:
Chris Routh 2015-07-19 07:46:08 -04:00 committed by Vanessa Ezekowitz
parent ad0cbbc0fa
commit 8276d82bac

View File

@ -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,