Skip to content

Commit

Permalink
fix: Chisel Temple block incorrect recipe output amount
Browse files Browse the repository at this point in the history
Fixes #2814
  • Loading branch information
justinrusso committed Jul 29, 2018
1 parent 13609e8 commit a8ff644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Bug Fixes:
* Blacklisted Tinkers' Tools & Construct's Armory Armor from the Powered Diamond Anvil to prevent some issues. As well, we feel these items
should not be repairable anyways using this method. (#2925)
* Fix exploit to obtain Mystical Agriculture ores early using oredict conversion machines. (#2840)
* Fixed Chisel Temple block recipe giving incorrect recipe output amount. (#2814)

Enhancements:
* Disabled more Cyclic Enhancements not needed for this pack.
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/crafttweaker/recipes/mods/chisel.zs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import crafttweaker.item.IIngredient;
Shaped Recipes
*/
static shapedRecipes as IIngredient[][][][IItemStack] = {
<chisel:temple:0> : [
<chisel:temple:0> * 8: [
[
[<minecraft:stone:0>, <minecraft:stone:0>, <minecraft:stone:0>],
[<minecraft:stone:0>, <ore:dyeCyan>, <minecraft:stone:0>],
Expand Down

0 comments on commit a8ff644

Please sign in to comment.