add bakedclay flowers to mesa biomes

master
tchncs 2016-12-04 21:33:07 +01:00
parent e7a51dd777
commit 32f13e1e89
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ local add_node = function(a, b, c, d, e, f, g, h, i, j)
})
end
-- bakedclay flowers
add_node({"ethereal:mesa_dirt"}, 0.035, {"mesa"}, 1, 100, {"bakedclay:delphinium", "bakedclay:thistle", "bakedclay:lazarus", "bakedclay:mannagrass"}, nil, nil, nil, ethereal.mesa)
-- scorched tree
add_node({"ethereal:dry_dirt"}, 0.006, {"plains"}, 1, 100, {"ethereal:scorched_tree"}, 6, nil, nil, ethereal.plains)