move flowers registering to separate file

This commit is contained in:
AFCMS 2021-03-11 17:36:02 +00:00
parent 31eff23ce8
commit 5124a97add
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
local S = minetest.get_translator("mcl_flowers")
local mod_screwdriver = minetest.get_modpath("screwdriver") ~= nil
local modpath = minetest.get_modpath("mcl_flowers")
mcl_flowers = {}
-- Simple flower template
@ -480,3 +481,4 @@ local fix_doubleplants = minetest.settings:get_bool("fix_doubleplants", true)
})
end
dofile(modpath.."/register.lua")