Fix default patterns to not be recorded

This commit is contained in:
Andrew Miner
2015-01-10 02:16:38 -08:00
parent 2f7ae584a0
commit f5681a84aa
5 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -8,11 +8,11 @@ All rights reserved.
exports.DefaultBookUrls = DefaultBookUrls = [
'/data/minecraft/recipes.json'
'/data/buildcraft/recipes.json'
'/data/ic2_classic/recipes.json'
# Disabled until shaped crafting can be added -- aminer 2015-01-09
# '/data/applied_energetics/recipes.json'
# '/data/gravisuite/recipes.json'
# '/data/industrial_craft/recipes.json'
# '/data/more_blocks/recipes.json'
# '/data/thermal_expansion/recipes.json'
]