add plant overrides to init.lua

This commit is contained in:
BuckarooBanzay 2020-05-11 22:21:35 +02:00
parent 582a6f5fe3
commit db7517da43
2 changed files with 7 additions and 1 deletions

View File

@ -70,6 +70,11 @@ if minetest.get_modpath("farming") then
dofile(MP.."/farming.lua")
end
if minetest.get_modpath("bamboo") then
-- bamboo/plant stuff
dofile(MP.."/plant_overrides.lua")
end
if minetest.get_modpath("jumpdrive") then
-- limit jumpdrive travel
dofile(MP.."/travel/jumpdrive.lua")

View File

@ -37,5 +37,6 @@ planetoidgen,
advtrains_platform,
prefab,
vacuum,
maptools
maptools,
bamboo
"""