Skip to content

Commit

Permalink
Update version to v23.04.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.04.a.

Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
amalon committed Apr 10, 2023
1 parent 7426534 commit 28e3804
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 @@ -101,14 +101,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.02.a/hoganfam_trains_v2302a.zip
resource-pack-sha1=fc94002f07a9f74cd786c64e23c8236f4b3c148c
resource-pack=https\://github.com/amalon/hoganfam-trains/releases/download/v23.04.a/hoganfam_trains_v2304a.zip
resource-pack-sha1=44597c48031e1f267f0a445915838e9f9176bce5
```

The SHA1 hash can be found using `sha1sums`:

```shell
$ sha1sum hoganfam_trains_v2302a.zip
$ sha1sum hoganfam_trains_v2304a.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.02.a §7§lA2 \n§4§ocreated by: James and Sam"
"description": "§b§lHoganFam TC Train Pack v23.04.a §7§lA2 \n§4§ocreated by: James and Sam"
}
}

0 comments on commit 28e3804

Please sign in to comment.