Skip to content
Snippets Groups Projects
Commit 85dfd7ae authored by TenPlus1's avatar TenPlus1
Browse files

Added farming redo's grape bushel to mapgen

parent 11d2399a
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment