Skip to content

Commit

Permalink
Revert "Fix crash on launch"
Browse files Browse the repository at this point in the history
This reverts commit d6794e3.
  • Loading branch information
Noaaan committed Aug 18, 2022
1 parent d6794e3 commit 6d52509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PATCHNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Removed armor set tags, in an attempt to fix a rarer crash.

# 0.15.x-hotfix2
Fixed a crash related to experience dropped.
Fixed a crash related to music discs on 1.19.

# 0.15.x-hotfix
Fixed an issue where broken tags allowed you to craft items for free.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/nourl/mythicmetals/item/MythicItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public boolean shouldProcessField(Item value, String identifier, Field field) {

public static class CustomMusicDiscItem extends MusicDiscItem {
public CustomMusicDiscItem(int comparatorOutput, SoundEvent sound, Settings settings) {
super(comparatorOutput, sound, settings, 162);
super(comparatorOutput, sound, settings);
}

@Override
Expand Down

0 comments on commit 6d52509

Please sign in to comment.