Move recipebooks to subdirs for each mod
This commit is contained in:
@@ -6,13 +6,13 @@ All rights reserved.
|
||||
###
|
||||
|
||||
exports.DefaultBookUrls = DefaultBookUrls = [
|
||||
'/data/minecraft.json'
|
||||
'/data/applied_energetics.json'
|
||||
'/data/buildcraft.json'
|
||||
'/data/gravisuite.json'
|
||||
'/data/industrial_craft.json'
|
||||
'/data/more_blocks.json'
|
||||
'/data/thermal_expansion.json'
|
||||
'/data/minecraft/recipes.json'
|
||||
'/data/applied_energetics/recipes.json'
|
||||
'/data/buildcraft/recipes.json'
|
||||
'/data/gravisuite/recipes.json'
|
||||
'/data/industrial_craft/recipes.json'
|
||||
'/data/more_blocks/recipes.json'
|
||||
'/data/thermal_expansion/recipes.json'
|
||||
]
|
||||
|
||||
exports.Duration = Duration = {}
|
||||
|
||||
@@ -30,12 +30,6 @@ module.exports = class Item extends BaseModel
|
||||
if not @canMerge(item) then throw new Error "cannot merge #{item} into #{this}"
|
||||
@quantity += item.quantity
|
||||
|
||||
toFormatHash: ->
|
||||
return result =
|
||||
name: @name
|
||||
quantity: @quantity
|
||||
stackQuantity: @stackQuantity
|
||||
|
||||
# Property Methods #############################################################################
|
||||
|
||||
getStackQuantity: ->
|
||||
|
||||
Reference in New Issue
Block a user