Skip to content

Commit

Permalink
Update version to v23.10.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.10.a. Also update the CHANGELOG.md file.

Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
amalon committed Oct 1, 2023
1 parent 2a5ad67 commit cfc991d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 4 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
Version v23.10.a
----------------

Highlights:
- Class 158: New [GWR livery variant](docs/class158.md#variants) ("class158\_gwr")
- Metro: New [red and yellow line variants](docs/metro.md#variants) ("metro\_red", "metro\_yellow")
- Metro: Easy [branding customisation](docs/metro.md#customisation) on front and sides

Resource Pack:
- Rearrange train model data codes for skinning (NOTE: this makes existing
trains that use old resource packs incompatible with the new resource pack,
and vice versa. Only newly spawned trains will display correctly).
- Separate models & textures into nested directories
- Add generation of skin model wrappers
- Update resource pack pack\_version to 15
- Tweak resource pack description

Saved train module:
- Reduce wait distance to reduce lag (NOTE: this may make trains queue up
closer to one another and cause congestion if you have missing mutex zones).
- Prepare trains for skinning
- Turn off collisions to reduce lag
- Refactor saved train configuration list

[LNER Class A4](docs/a4.md) ("a4"):
- Allow every model to be skinned

[British Rail Class 158 Express Sprinter](docs/class158.md) ("class158"):
- Add a [GWR livery variant](docs/class158.md#variants) ("class158\_gwr")
- Allow most models to be skinned
- Adjust seat positions to fix exit
- Minor UV mapping corrections
- Fix seat up UV mapping
- Update documentation

[Metro](docs/metro.md) ("metro"):
- New [red and yellow line variants](docs/metro.md#variants) ("metro\_red", "metro\_yellow")
- Easy [branding customisation](docs/metro.md#customisation) on front and sides
- Make top blue stripe consistent
- Allow most models to be skinned
- Document livery variants

Documentation:
- README: Add nice banner showing multiple trains
- README: Add donation links
- README: Fix typo "resouce"
- Restructure documentation
- Add CHANGELOG.md


Version v23.09.b
----------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,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.09.b/hoganfam_trains_v2309b.zip
resource-pack-sha1=bb9d680c73db997638793eb691ad8cfc199d6c57
resource-pack=https\://github.com/amalon/hoganfam-trains/releases/download/v23.10.a/hoganfam_trains_v2310a.zip
resource-pack-sha1=5be3199d32a0f339b3bb059ae2c7f76a0e1fc5e6
```

The SHA1 hash can be found using `sha1sum`:

```shell
$ sha1sum hoganfam_trains_v2309b.zip
$ sha1sum hoganfam_trains_v2310a.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": 15,
"description": "§b§lHoganFam Trains§r§6 v23.09.b\n§4§ocreated by: James and Sam"
"description": "§b§lHoganFam Trains§r§6 v23.10.a\n§4§ocreated by: James and Sam"
}
}

0 comments on commit cfc991d

Please sign in to comment.