Rename RecipeCatalog to ModPack

This commit is contained in:
Andrew Miner
2015-01-01 20:16:38 -08:00
parent f28a763b13
commit e14a4d0810
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
# All rights reserved.
###
RecipeCatalog = require '../src/scripts/models/recipe_catalog'
ModPack = require '../src/scripts/models/mod_pack'
CraftingPlan = require '../src/scripts/models/crafting_plan'
########################################################################################################################
@@ -17,7 +17,7 @@ catalog = plan = null
describe 'CraftingPlan', ->
beforeEach ->
catalog = new RecipeCatalog
catalog = new ModPack
catalog.loadBookData {
version: 1
mod_name: 'Minecraft'