Added farming redo's grape bushel to mapgen

This commit is contained in:
TenPlus1 2015-10-26 11:32:15 +00:00
parent 11d2399a62
commit 85dfd7aeba

View File

@ -985,6 +985,16 @@ minetest.register_decoration({
decoration = "farming:beanbush",
})
-- grape bushel
minetest.register_decoration({
deco_type = "simple",
place_on = {"ethereal:green_dirt", "ethereal:prairie_dirt"},
sidelen = 80,
fill_ratio = 0.025,
biomes = {"grassytwo", "grassy", "prairie"},
decoration = "farming:grapebush",
})
end
-- is waterlily in game?