Skip to content

Commit

Permalink
UDOC-0 - Fix some wording in config and mod description
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Mar 3, 2024
1 parent 06cf746 commit 5eb8cac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=b1.7.3-build.2
loader_version=0.14.24-babric.1

# Mod Properties
mod_version=1.2.0
mod_version=1.2.1
maven_group=com.github.telvarost
archives_base_name=BetterScreenshots

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ public static class ConfigFields {
@Comment("0=0deg, 1=90deg, 2=180deg, 3=270deg")
public static Integer isometricPhotoRotation = 0;

@ConfigName("Custom Image Width In Pixels")
@ConfigName("Custom Screenshot Width In Pixels")
@MaxLength(36863)
@Comment("Default Value: 7680")
public static Integer customResolutionPhotoWidth = 7680;

@ConfigName("Custom Image Height In Pixels")
@ConfigName("Custom Screenshot Height In Pixels")
@MaxLength(36863)
@Comment("Default Value: 2240")
public static Integer customResolutionPhotoHeight = 2240;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "${version}",

"name": "BetterScreenshots",
"description": "Adds isometric and large screenshots to the game. Huge thanks to Birevan and Exalm for all the help!",
"description": "Adds isometric and custom resolution screenshots to the game. Huge thanks to Birevan and Exalm for all the help!",
"authors": [
"Telvarost"
],
Expand Down

0 comments on commit 5eb8cac

Please sign in to comment.