1
0
réplica de https://github.com/mt-mods/home_workshop_modpack.git sincronizado 2025-10-21 12:25:48 +02:00

make OgelGames happy

Este cometimento está contido em:
unknown
2021-12-26 12:22:40 -05:00
ascendente 6f9a27ff05
cometimento 1ce0533672
2 ficheiros modificados com 6 adições e 2 eliminações

Ver ficheiro

@@ -96,4 +96,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 dofile(MODPATH.."/recipes.lua") end
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
dofile(MODPATH.."/recipes.lua")
end

Ver ficheiro

@@ -96,7 +96,9 @@ else
end
local MODPATH = minetest.get_modpath("home_workshop_misc")
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then dofile(MODPATH.."/crafts.lua") end
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
dofile(MODPATH.."/crafts.lua")
end
minetest.register_alias("homedecor:tool_cabinet", "home_workshop_misc:tool_cabinet")
minetest.register_alias("homedecor:tool_cabinet_bottom", "home_workshop_misc:tool_cabinet")