Skip to content

Commit 3c95aa7

Browse files
committed
Actually register the Platinum Watch
Signed-off-by: Noaaan <[email protected]>
1 parent 25a6796 commit 3c95aa7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PATCHNOTES.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 0.17.2
2+
- Added a Platinum Watch. A sturdier clock that even works in The Nether
23
- Improved Carmot Staff and Mythril Drill tooltips
34
- Banglum Ore is now affected by the +1 Fortune ability from the Mythril Drill
45
- Reduced the effect of the Banglum Defuser (102% -> 92%)

src/main/java/nourl/mythicmetals/item/tools/MythicTools.java

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public void afterFieldProcessing() {
117117
RegistryHelper.item("runite_arrow", RUNITE_ARROW);
118118
RegistryHelper.item("tipped_runite_arrow", TIPPED_RUNITE_ARROW);
119119
RegistryHelper.item("stormyx_shield", STORMYX_SHIELD);
120+
RegistryHelper.item("platinum_watch", PLATINUM_WATCH);
120121
}
121122

122123
public static class Frogery {

0 commit comments

Comments
 (0)