Commit 3c95aa7 1 parent 25a6796 commit 3c95aa7 Copy full SHA for 3c95aa7
File tree 2 files changed +2
-0
lines changed
src/main/java/nourl/mythicmetals/item/tools
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 0.17.2
2
+ - Added a Platinum Watch. A sturdier clock that even works in The Nether
2
3
- Improved Carmot Staff and Mythril Drill tooltips
3
4
- Banglum Ore is now affected by the +1 Fortune ability from the Mythril Drill
4
5
- Reduced the effect of the Banglum Defuser (102% -> 92%)
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ public void afterFieldProcessing() {
117
117
RegistryHelper .item ("runite_arrow" , RUNITE_ARROW );
118
118
RegistryHelper .item ("tipped_runite_arrow" , TIPPED_RUNITE_ARROW );
119
119
RegistryHelper .item ("stormyx_shield" , STORMYX_SHIELD );
120
+ RegistryHelper .item ("platinum_watch" , PLATINUM_WATCH );
120
121
}
121
122
122
123
public static class Frogery {
You can’t perform that action at this time.
0 commit comments