Skip to content

Commit

Permalink
1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbl committed Dec 9, 2022
1 parent e47a053 commit 7ab14d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Versionfiles
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sourceCompatibility = 17
targetCompatibility = 17

ext.Versions = new Properties()
Versions.load(file("Versionfiles/mcversion-22w45a.properties").newReader())
Versions.load(file("Versionfiles/mcversion-1.19.3.properties").newReader())

archivesBaseName = "durabilityviewer"
ext.projectVersion = "1.10.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ItemBreakingWarner() {

if (sound==null) {
location=new Identifier(DurabilityViewer.MODID, "tool_breaking");
sound=new SoundEvent(location);
sound=SoundEvent.of(location);
}
}

Expand Down

0 comments on commit 7ab14d3

Please sign in to comment.