mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-18 16:38:08 +00:00
Renamed PCK "Properties" to "Parameters"
there's a lot of things with this name scheme in this program so definitely possible i missed something.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace PckStudio.Core.Skin
|
||||
return new SkinPartOffset(type, value);
|
||||
}
|
||||
|
||||
public KeyValuePair<string, string> ToProperty()
|
||||
public KeyValuePair<string, string> ToParameter()
|
||||
{
|
||||
string value = $"{Type} Y {Value}";
|
||||
return new KeyValuePair<string, string>("OFFSET", value.Replace(',', '.'));
|
||||
|
||||
Reference in New Issue
Block a user