1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

tweak default compatibility

This commit is contained in:
tenplus1
2023-12-04 22:31:12 +00:00
parent 9247121b14
commit 51d5132708
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
farming = {
mod = "redo",
version = "20231125",
version = "20231204",
path = minetest.get_modpath("farming"),
select = {
type = "fixed",
@ -755,7 +755,7 @@ end
dofile(farming.path .. "/items.lua")
-- important items
if not farming.mcl then
if minetest.get_modpath("default") then
dofile(farming.path .. "/soil.lua")
dofile(farming.path .. "/hoes.lua")
end