Skip to content

Commit

Permalink
bump & test better PNG validation
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Dec 17, 2024
1 parent 9e19fa9 commit 549cd0c
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 @@ -2,5 +2,5 @@
org.gradle.jvmargs=-Xmx1G

deps.loader=0.15.11
mod.version=2.4.0
mod.version=2.5.0
mod.name=SkinShuffle
2 changes: 1 addition & 1 deletion src/main/resources/assets/skinshuffle/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"skinshuffle.edit.source.username": "Username",
"skinshuffle.edit.source.invalid_username": "§4§nInvalid Username§r\n\nUsername must only contain a-Z 0-9.\nUsername may contain underscores.\nUsername must be between 3-16 characters long.\nUsername must exist.",
"skinshuffle.edit.source.file": "File",
"skinshuffle.edit.source.invalid_file": "§4§nInvalid File§r\n\nFile must exist and must be in \nthe §l.png§r format.",
"skinshuffle.edit.source.invalid_file": "§4§nInvalid File§r\n\nFile must exist and must be in a VALID \n§l.png§r format.",
"skinshuffle.edit.source.url": "URL",
"skinshuffle.edit.source.invalid_url": "§4§nInvalid URL§r\n\nURL is invalid. Must be either a \nvalid §lhttp§r or §lhttps§r URL.",
"skinshuffle.edit.source.uuid": "UUID",
Expand Down

0 comments on commit 549cd0c

Please sign in to comment.