forked from mtcontrib/plantlife_modpack
Re-add grow_reedmace
to global namespace
This commit is contained in:
parent
fc1d05978e
commit
e9eb1f51e8
@ -1,6 +1,8 @@
|
||||
-- support for i18n
|
||||
local S = minetest.get_translator("dryplants")
|
||||
|
||||
abstract_dryplants = {}
|
||||
|
||||
dofile(minetest.get_modpath("dryplants").."/crafting.lua")
|
||||
dofile(minetest.get_modpath("dryplants").."/reed.lua")
|
||||
|
||||
|
@ -71,6 +71,8 @@ local function grow_reedmace_water(pos)
|
||||
end
|
||||
end
|
||||
|
||||
abstract_dryplants.grow_reedmace = grow_reedmace -- compatibility
|
||||
|
||||
-----------------------------------------------------------------------------------------------
|
||||
-- REEDMACE SPIKES
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user