Skip to content

Commit 46d9c07

Browse files
committed
Merge branch 'refs/heads/1.19/dev' into 1.20/dev
2 parents d5bc303 + c14ac1e commit 46d9c07

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
type: choice
88
description: Platform
99
options:
10+
- both
1011
- fabric
1112
- forge
12-
- both
1313

1414
jobs:
1515
release:

changelog.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
------------------------------------------------------
2-
Version 1.6.2
2+
Steam 'n' Rails 1.6.4
3+
------------------------------------------------------
4+
Additions
5+
6+
Fixes
7+
8+
Removals
9+
10+
------------------------------------------------------
11+
Steam 'n' Rails 1.6.2
312
------------------------------------------------------
413
Fixes
514
- Fix narrow mono buffer model
@@ -17,11 +26,11 @@ Fixes
1726
- Fix generic radial menus not respecting keybind
1827
- Fix texture for double smokestack
1928
------------------------------------------------------
20-
Version 1.6.1
29+
Steam 'n' Rails 1.6.1
2130
------------------------------------------------------
2231
- Fix crash from fabric class on forge
2332
------------------------------------------------------
24-
Version 1.6.0
33+
Steam 'n' Rails 1.6.0
2534
------------------------------------------------------
2635
Additions
2736
- Cherry, Bamboo & Stripped Bamboo Tracks (1.20.1)
@@ -82,15 +91,15 @@ Fixes
8291
- Offset train assembly overlay on encased tracks
8392
- Made the mod work with optifine again
8493
------------------------------------------------------
85-
Version 1.5.1
94+
Steam 'n' Rails 1.5.1
8695
------------------------------------------------------
8796
Additions
8897
- Optifine Warning Screen
8998

9099
Bug Fixes
91100
- Fix NPE in ConductorCapItem
92101
------------------------------------------------------
93-
Version 1.5.0
102+
Steam 'n' Rails 1.5.0
94103
------------------------------------------------------
95104
Additions
96105
- Smoke dying: place wool under a smokestack to change the smoke color
@@ -121,7 +130,7 @@ Optimizations
121130
- Remove expensive call to get stack trace in performance-critical navigation code
122131
- Optimize: Config option to disable train collision
123132
------------------------------------------------------
124-
Version 1.4.x
133+
Steam 'n' Rails 1.4.x
125134
------------------------------------------------------
126135
Additions
127136
- SecurityCraft compat (#172)
@@ -145,7 +154,7 @@ Bug Fixes
145154
- Fixed display links targeting nixie tube signals
146155
- Fixed coupler trying to couple/decouple partially loaded trains
147156
------------------------------------------------------
148-
Version 1.3.x
157+
Steam 'n' Rails 1.3.x
149158
------------------------------------------------------
150159
Additions
151160
- Add Display Link functionality to allow remote signalling
@@ -167,7 +176,7 @@ Bug Fixes
167176
- (1.19 only) fixed mangrove tracks
168177
- fixed sloped tracks
169178
------------------------------------------------------
170-
Version 1.2.x
179+
Steam 'n' Rails 1.2.x
171180
------------------------------------------------------
172181
Bug Fixes
173182
- Fix track placement issue (consuming base Create tracks instead of custom ones)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
22

33
# Mod Info
44
archives_base_name = Steam_Rails
5-
mod_version = 1.6.2
5+
mod_version = 1.6.4
66
maven_group = com.railwayteam.railways
77

88
minecraft_version = 1.20.1

0 commit comments

Comments
 (0)