Re-add `grow_reedmace` to global namespace

This commit is contained in:
Niklp09 2023-10-27 13:47:52 +02:00
parent fc1d05978e
commit e9eb1f51e8
2 changed files with 4 additions and 0 deletions

View File

@ -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")

View File

@ -71,6 +71,8 @@ local function grow_reedmace_water(pos)
end
end
abstract_dryplants.grow_reedmace = grow_reedmace -- compatibility
-----------------------------------------------------------------------------------------------
-- REEDMACE SPIKES
-----------------------------------------------------------------------------------------------