Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Apr 2, 2024
1 parent c26e78b commit 0f7c4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

# mod version info
mod_version = 1.4.2
mod_version = 1.4.3
artifact_minecraft_version = 1.20.1
minecraft_version = 1.20.1
forge_version = 47.1.43
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private void saveFinished(CachedOutput cache, List<Object> dataIn, Path target,
if(o.toString().contains("UNLOCALIZED: ")) return;
builder.append(o);
});
builder.append("}");
builder.append("\t\"_\": \"Enjoy ").append(name).append("!\"\n\n\t}");
writer.append(builder.toString());
writer.close();

Expand Down

0 comments on commit 0f7c4ac

Please sign in to comment.