Add plants from vines and plantlife

This commit is contained in:
Ciaran Gultnieks 2014-02-02 16:48:42 +01:00 committed by sapier
parent 84ee7baa0e
commit 15c6f39b1a

View File

@ -1,8 +1,8 @@
-------------------------------------------------------------------------------
-- Mob Framework Mod by Sapier
--
--
-- You may copy, use, modify or do nearly anything except removing this
-- copyright notice.
-- copyright notice.
-- And of course you are NOT allow to pretend you have written it.
--
--! @file flight_1.lua
@ -35,7 +35,12 @@ mobf_env_plants = {
"default:grass_2",
"default:grass_3",
"default:grass_4",
"default:grass_5"
"default:grass_5",
-- From the vines mod...
"vines:side",
-- From the plantlife mod...
"poisonivy:seedling",
"poisonivy:sproutling"
}
mobf_env_flowers = {
@ -48,4 +53,4 @@ mobf_env_flowers = {
}
--@}
--@}
--@}