Added farming redo's grape bushel to mapgen
This commit is contained in:
parent
11d2399a62
commit
85dfd7aeba
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user