mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-29 14:50:52 +02:00
if not using mineclone enable defaults
This commit is contained in:
6
init.lua
6
init.lua
@ -729,7 +729,7 @@ end
|
||||
dofile(farming.path .. "/items.lua")
|
||||
|
||||
-- important items
|
||||
if farming.mtg then
|
||||
if not farming.mcl then
|
||||
dofile(farming.path .. "/soil.lua")
|
||||
dofile(farming.path .. "/hoes.lua")
|
||||
end
|
||||
@ -738,7 +738,7 @@ dofile(farming.path.."/grass.lua")
|
||||
dofile(farming.path.."/utensils.lua")
|
||||
|
||||
-- default crops
|
||||
if farming.mtg then
|
||||
if not farming.mcl then
|
||||
dofile(farming.path.."/crops/wheat.lua")
|
||||
end
|
||||
|
||||
@ -806,7 +806,7 @@ ddoo("ginger.lua", farming.ginger)
|
||||
|
||||
dofile(farming.path .. "/food.lua")
|
||||
|
||||
if farming.mtg then
|
||||
if not farming.mcl then
|
||||
dofile(farming.path .. "/compatibility.lua") -- Farming Plus compatibility
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user