Commit c20c57a 1 parent 16806a9 commit c20c57a Copy full SHA for c20c57a
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
# Work In Progress
32
32
33
+ Nothing so far!
34
+
35
+ # 5.0 BETA 13B
36
+
33
37
### Fixes
34
38
- Fixed many broadswords not getting their item overhaul when Calamity is enabled.
35
39
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class OverhaulMod : Mod
12
12
{
13
13
public static readonly uint BetaNumber = 13 ;
14
14
public static readonly bool IsBeta = BetaNumber > 0 ;
15
- public static readonly string VersionSuffix = $ "(BETA { BetaNumber } )";
15
+ public static readonly string VersionSuffix = $ "(BETA { BetaNumber } B )";
16
16
public static readonly string PersonalDirectory = Path . Combine ( Main . SavePath , "TerrariaOverhaul" ) ;
17
17
public static readonly Version MinimalTMLVersion = new ( "0.12" ) ;
18
18
public static readonly Assembly Assembly ;
Original file line number Diff line number Diff line change 1
1
author = Mirsario
2
- version = 5.0.0.30
3
- displayName = Terraria Overhaul (v5.0 BETA 13 )
2
+ version = 5.0.0.32
3
+ displayName = Terraria Overhaul (v5.0 BETA 13B )
4
4
homepage = https://github.com/Mirsario/TerrariaOverhaul
5
5
hideCode = false
6
6
hideResources = false
You can’t perform that action at this time.
0 commit comments