From 85dfd7aebab4d246405a6eb72c0704d5d52fca2e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 26 Oct 2015 11:32:15 +0000 Subject: Added farming redo's grape bushel to mapgen --- mapgen_v7n.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mapgen_v7n.lua') diff --git a/mapgen_v7n.lua b/mapgen_v7n.lua index 2d5c0ca..0e6bc43 100644 --- a/mapgen_v7n.lua +++ b/mapgen_v7n.lua @@ -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? -- cgit v1.2.3