37 lines
831 B
Lua
37 lines
831 B
Lua
-------------------------------------------------------------------------------
|
|
-- Mob Framework Mod by Sapier
|
|
--
|
|
-- You may copy, use, modify or do nearly anything except removing this
|
|
-- copyright notice.
|
|
-- And of course you are NOT allow to pretend you have written it.
|
|
--
|
|
--! @file flight_1.lua
|
|
--! @brief a environment description for in flight mobs
|
|
--! @copyright Sapier
|
|
--! @author Sapier
|
|
--! @date 2013-01-06
|
|
--
|
|
--! @addtogroup environments
|
|
--! @{
|
|
-- Contact sapier a t gmx net
|
|
-------------------------------------------------------------------------------
|
|
|
|
--! @addtogroup predev_env_sets
|
|
--! @{
|
|
mobf_env_placable_items = {
|
|
"default:rail",
|
|
"default:ladder",
|
|
"default:torch",
|
|
"default:sign_wall",
|
|
}
|
|
|
|
|
|
mobf_env_plants = {
|
|
"default:junglegrass",
|
|
"default:papyrus",
|
|
"default:sapling",
|
|
"default:apple"
|
|
|
|
}
|
|
--@}
|
|
--@} |