Skip to content

Commit 26c645e

Browse files
committed
fix: farewell resource locations
1 parent 24ed2c6 commit 26c645e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Skins are stored in Skin Presets, these presets can be created from the followin
1010
- Usernames
1111
- UUIDs
1212
- Files
13-
- In-game textures (Resource Locations)
13+
- In-game textures (Identifiers)
1414

1515
<hr />
1616

src/main/resources/assets/skinshuffle/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"skinshuffle.edit.source.invalid_url": "§4§nInvalid URL§r\n\nURL is invalid. Must be either a \nvalid §lhttp§r or §lhttps§r URL.",
103103
"skinshuffle.edit.source.uuid": "UUID",
104104
"skinshuffle.edit.source.invalid_uuid": "§4§nInvalid UUID§r\n\nUUID must be in the following format:\n§lxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
105-
"skinshuffle.edit.source.resource_location": "Resource Location",
106-
"skinshuffle.edit.source.invalid_resource_location": "§4§nInvalid Resource Location§r\n\nResource location must be a valid\ntexture file that is loaded by the game.",
105+
"skinshuffle.edit.source.resource_location": "Identifier",
106+
"skinshuffle.edit.source.invalid_resource_location": "§4§nInvalid Identifier§r\n\nIdentifier must be a valid\ntexture file that is loaded by the game.",
107107
"skinshuffle.edit.source.unchanged": "Keep Current",
108108
"skinshuffle.edit.source.cycle_prefix": "Source",
109109
"skinshuffle.edit.source.title": "Skin Source",

0 commit comments

Comments
 (0)