Skip to content

Commit

Permalink
Update version to v23.09.a
Browse files Browse the repository at this point in the history
Update the version in the resource pack metadata and README.md to
v23.09.a.

Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
amalon committed Sep 10, 2023
1 parent 543f40c commit f1c7835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Minecraft Java Edition server to point your players at it by setting the
following in your `server.properties` file:

```
resource-pack=https\://github.com/amalon/hoganfam-trains/releases/download/v23.04.a/hoganfam_trains_v2304a.zip
resource-pack-sha1=44597c48031e1f267f0a445915838e9f9176bce5
resource-pack=https\://github.com/amalon/hoganfam-trains/releases/download/v23.09.a/hoganfam_trains_v2309a.zip
resource-pack-sha1=4dd7a7cda59cb52946c5a16f6118d90145dad886
```

The SHA1 hash can be found using `sha1sum`:

```shell
$ sha1sum hoganfam_trains_v2304a.zip
$ sha1sum hoganfam_trains_v2309a.zip
```

### The Saved Train Module
Expand Down
2 changes: 1 addition & 1 deletion res/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 8,
"description": "§b§lHoganFam TC Train Pack v23.04.a §7§lA2 \n§4§ocreated by: James and Sam"
"description": "§b§lHoganFam TC Train Pack v23.09.a §7§lA2 \n§4§ocreated by: James and Sam"
}
}

0 comments on commit f1c7835

Please sign in to comment.