[antum_overrides] Disable override for 'xdecor:crafting_guide'

master
AntumDeluge 2017-05-05 15:04:05 -07:00
parent 8ad2c41d21
commit 7e084de996
1 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,8 @@ for D in pairs(dependencies) do
end
end
-- Incompatible with current craft_guide mod
--[[
if depends.satisfied then
antum.clearCraftOutput("xdecor:crafting_guide")
@ -52,4 +54,5 @@ if depends.satisfied then
}
})
end
end
end
--]]