mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-11-01 08:35:29 +01:00
Compare commits
1 Commits
master
...
moregameag
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28efe03098 |
@@ -100,6 +100,6 @@ dofile(MODPATH.."/computers.lua")
|
||||
dofile(MODPATH.."/gaming.lua")
|
||||
dofile(MODPATH.."/aliases.lua")
|
||||
|
||||
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
|
||||
if minetest.get_modpath("basic_materials") then
|
||||
dofile(MODPATH.."/recipes.lua")
|
||||
end
|
||||
|
||||
@@ -100,7 +100,7 @@ else
|
||||
end
|
||||
|
||||
local MODPATH = minetest.get_modpath("home_workshop_misc")
|
||||
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
|
||||
if minetest.get_modpath("basic_materials") then
|
||||
dofile(MODPATH.."/crafts.lua")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user