forked from MineClone5/MineClone5
Update Fork #1
|
@ -843,6 +843,7 @@ local function register_mgv6_decorations()
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("mcl_farming") then
|
||||||
-- Pumpkin
|
-- Pumpkin
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
|
@ -883,6 +884,7 @@ local function register_mgv6_decorations()
|
||||||
y_max = 40,
|
y_max = 40,
|
||||||
decoration = "mcl_farming:melon",
|
decoration = "mcl_farming:melon",
|
||||||
})
|
})
|
||||||
|
end
|
||||||
|
|
||||||
-- Tall grass
|
-- Tall grass
|
||||||
if minetest.get_modpath("mcl_flowers") then
|
if minetest.get_modpath("mcl_flowers") then
|
||||||
|
|
|
@ -2,4 +2,4 @@ name = mcl_mapgen_core
|
||||||
author = Wuzzy
|
author = Wuzzy
|
||||||
description = The core of the MCL2 mapgen
|
description = The core of the MCL2 mapgen
|
||||||
depends = mcl_init, mcl_core, biomeinfo, mcl_worlds
|
depends = mcl_init, mcl_core, biomeinfo, mcl_worlds
|
||||||
optional_depends = mclx_core, mcl_cocoas, mcl_sponges, mcl_ocean, mcl_stairs, mcl_monster_eggs, mcl_structures, mcl_flowers
|
optional_depends = mclx_core, mcl_cocoas, mcl_sponges, mcl_ocean, mcl_stairs, mcl_monster_eggs, mcl_structures, mcl_flowers, mcl_farming
|
||||||
|
|
Loading…
Reference in New Issue