Skip to content

Commit

Permalink
fix: inconsistency with the mining level on nether quartz ores
Browse files Browse the repository at this point in the history
fixes #1782
  • Loading branch information
artdude543 committed Jun 2, 2018
1 parent 2fa3d4d commit 221b28b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Bug Fixes:
* Add missing Gray Wool dying recipe (#2653)
* Fix glue cauldron recipes for pelts being derpy (#2680)
* Fix Tier 4 space suit using Tier 1 armor layer (#2695)
* Fix inconsistency with the Mining Level on Nether Quartz Ores (#1782)

Enhancements:
* Updated Privacy Policy
Expand Down
6 changes: 6 additions & 0 deletions src/scripts/item_modifiers/harvest_level.zs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ var pickaxeLevelPairs as IItemStack[][int] = {
<abyssalcraft:coraliumore>,
<bloodmagic:blood_rune>,
<poweradapters:mj>
],
3: [
<nex:ore_quartz:3>,
<nex:ore_quartz:2>,
<nex:ore_quartz:1>,
<nex:ore_quartz>
]
};

Expand Down

0 comments on commit 221b28b

Please sign in to comment.