Skip to content

Commit

Permalink
fix: move the tinkers bacon back a stage to allow usage when you have…
Browse files Browse the repository at this point in the history
… pig iron tools

fixes #2614
  • Loading branch information
artdude543 committed May 24, 2018
1 parent 2d82474 commit 25bc6c0
Show file tree
Hide file tree
Showing 3 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 @@ -65,6 +65,7 @@ Bug Fixes:
* Fix Molten Stone exploit with melting Seared Cobblestone (#1673)
* Fix Nether Wart turning into beetroot when breaking the block below it (#1274)
* Fix Netherrack breaking into Low Grade Charcoal from explosions etc (#1941)
* Move the Tinkers Bacon back a stage to allow usage when you have Pig Iron Tools (#2614)

Enhancements:
* Add dying recipes for the Twilight Forest Castle Doors
Expand Down
1 change: 1 addition & 0 deletions src/scripts/staging/item_and_recipes/03_three/items.zs
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ var stage3Items as IIngredient[] = [
<tconstruct:edible:31>,
<tconstruct:edible:32>,
<tconstruct:edible:34>,
<tconstruct:edible>,
<tconstruct:fancy_frame:1>,
<tconstruct:firewood:1>,
<tconstruct:firewood_slab:1>,
Expand Down
1 change: 0 additions & 1 deletion src/scripts/staging/item_and_recipes/04_four/items.zs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ var stage4Items as IIngredient[] = [
<tcomplement:manyullyn_chestplate>,
<tcomplement:manyullyn_helmet>,
<tcomplement:manyullyn_leggings>,
<tconstruct:edible>,
<tconstruct:fancy_frame:2>,
<tconstruct:fancy_frame:3>,
<tconstruct:fancy_frame:4>,
Expand Down

0 comments on commit 25bc6c0

Please sign in to comment.