Add support for videos to Buildcraft

This commit is contained in:
Andrew Miner
2017-06-17 23:30:39 -07:00
parent d12526bb4e
commit 846d7befb8
4 changed files with 14 additions and 4 deletions
+4 -2
View File
@@ -6,11 +6,13 @@
#
CraftingGuideCommon = require "crafting-guide-common"
fs = require 'fs'
_ = CraftingGuideCommon._
Mod = CraftingGuideCommon.deprecated.game.Mod
ModParser = CraftingGuideCommon.deprecated.parsing.ModParser
ModVersion = CraftingGuideCommon.deprecated.game.ModVersion
ModVersionParser = CraftingGuideCommon.deprecated.parsing.ModVersionParser
fs = require 'fs'
########################################################################################################################
@@ -32,7 +34,7 @@ describe 'data files for', ->
return
it 'loads mod.cg without errors', ->
modParser.errors.should.eql []
(e.stack for e in modParser.errors).should.eql []
mod.name.should.not.equal ''
mod.activeModVersion.should.exist