Skip to content

Commit

Permalink
Bump version & default max map count
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepperoni-Jabroni committed Jul 9, 2022
1 parent 21b8891 commit ccca120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.6

# Mod Properties
mod_version = 1.7.0
mod_version = 2.0.0
maven_group = pepjebs
archives_base_name = map-atlases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MapAtlasesConfig implements ConfigData {

@ConfigEntry.Gui.Tooltip()
@Comment("The maximum number of Maps (Filled & Empty combined) allowed to be inside an Atlas (-1 to disable).")
public int maxMapCount = 128;
public int maxMapCount = 512;

@ConfigEntry.Gui.Tooltip()
@Comment("Scale the mini-map to a given % of the height of your screen.")
Expand Down

0 comments on commit ccca120

Please sign in to comment.