Skip to content

Commit

Permalink
fix: Mekanism Tank clearing recipe giving creative tank in return
Browse files Browse the repository at this point in the history
I have no idea why it was matching for non-creative tanks.... but sure.

Fixes #2513
  • Loading branch information
justinrusso committed May 19, 2018
1 parent 521579c commit 2c93682
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 @@ -52,6 +52,7 @@ Bug Fixes:
* Move sign recipe to age 0 (#2507)
* Fix Power adapter breaking instantly with no drop (#2478)
* Move Flat Bread to age 0 to match Flour (#2508)
* Fix Mekanism Tank clearing recipe giving creative tank in return (#2513)

Enhancements:
* Add dying recipes for the Twilight Forest Castle Doors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var shapelessRecipes as IIngredient[][][IItemStack] = {
//Clear Mekanism creative tank
<mekanism:machineblock2:11>.withTag({tier: 4, mekData: {}}): [
[
<mekanism:machineblock2:11>.withTag({tier: 4})
<mekanism:machineblock2:11>.withTag({tier: 4, mekData: {}}, false).onlyWithTag({tier: 4})
]
]
};
Expand Down

0 comments on commit 2c93682

Please sign in to comment.