add plant overrides to init.lua
This commit is contained in:
parent
582a6f5fe3
commit
db7517da43
5
init.lua
5
init.lua
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user