blob: d7fa1ff0dbe2127399ab63fe373da6a0aaa6ffbe [file] [log] [blame] [raw]
package li.cil.oc.integration.mystcraft
import li.cil.oc.api.Driver
import li.cil.oc.integration.ModProxy
import li.cil.oc.integration.Mods
object ModMystcraft extends ModProxy {
override def getMod = Mods.Mystcraft
override def initialize() {
Driver.add(new ConverterAgebook)
Driver.add(new ConverterLinkbook)
Driver.add(new ConverterPage)
}
}