Skip to content

Commit

Permalink
v0.56.0 - Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstar0 committed May 25, 2022
1 parent 5c99cfe commit 106a950
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions AdventureModeSetup/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ public enum ModTypeFlags {
new ModInfo(
"AdventureMode",
"Adventure Mode - Basics",
new Version( 0, 55, 2 ),
new Version( 0, 56, 0 ),
ModTypeFlags.GameMode | ModTypeFlags.GameRules | ModTypeFlags.Info | ModTypeFlags.Mechanics
| ModTypeFlags.Content
),
new ModInfo(
"AdventureModeLore",
"Adventure Mode - Setting",
new Version( 0, 21, 2 ),
new Version( 0, 21, 2, 1 ),
ModTypeFlags.Info | ModTypeFlags.Content
),
new ModInfo(
Expand All @@ -41,7 +41,7 @@ public enum ModTypeFlags {
new ModInfo(
"BossReigns",
"Boss Reigns",
new Version( 1, 4, 0, 3 ),
new Version( 1, 4, 0, 4 ),
ModTypeFlags.GameRules | ModTypeFlags.Mechanics
),
new ModInfo(
Expand All @@ -59,13 +59,13 @@ public enum ModTypeFlags {
new ModInfo(
"CursedBrambles",
"Cursed Brambles",
new Version( 1, 3, 1, 2 ),
new Version( 2, 0, 0 ),
ModTypeFlags.Content | ModTypeFlags.Mechanics | ModTypeFlags.ModResource
),
new ModInfo(
"Enraged",
"Enraged!",
new Version( 0, 14, 0 ),
new Version( 1, 0, 0 ),
ModTypeFlags.Mechanics
),
new ModInfo(
Expand Down Expand Up @@ -203,7 +203,7 @@ public enum ModTypeFlags {
new ModInfo(
"Necrotis",
"Necrotis",
new Version( 2, 2, 6, 2 ),
new Version( 2, 2, 6, 3 ),
ModTypeFlags.GameMode | ModTypeFlags.GameRules | ModTypeFlags.Mechanics | ModTypeFlags.Content
| ModTypeFlags.ModResource
),
Expand Down
2 changes: 1 addition & 1 deletion AdventureModeSetup/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
displayName = Adventure Mode
author = hamstar
version = 0.55.2
version = 0.56.0
buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\*
homepage = https://forums.terraria.org/index.php?threads/adventure-mode.85140/

0 comments on commit 106a950

Please sign in to comment.