Compare commits

...

7 Commits

Author SHA1 Message Date
1451d03a53
Fix 1.20.5 pack_format 2024-05-30 06:27:42 -05:00
aae79a0536
Overhaul build process 2024-05-30 05:37:34 -05:00
4ed360882d
New versions 2024-05-03 19:18:40 -05:00
Donovan Daniels
2c8f03ad49
Update README.md 2021-03-17 19:44:57 -05:00
Donovan Daniels
a15a3cf76a
remove scripts 2021-03-03 03:57:36 -06:00
Donovan Daniels
5d85081001
fix version 2021-03-03 03:52:28 -06:00
Donovan Daniels
e35fc3b82e
versioning 2021-03-03 03:32:53 -06:00
22 changed files with 33 additions and 17 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/dist

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"json.format.enable": false
}

View File

@ -1,7 +1,13 @@
# Protogen Suit # Protogen Suit
replaces leather chest, leggings, boots, and carved pumpkin with a protogen fursuit. replaces leather chest, leggings, boots, and carved pumpkin with a protogen fursuit. Supports 1.13+
I did not make this. <img src="example.png" width="50%">
### Sources ### Sources
* [Wolf_with_Scarf](https://www.planetminecraft.com/texture-pack/protogen-mask-fursuit/) * [Wolf_with_Scarf](https://www.planetminecraft.com/texture-pack/protogen-mask-fursuit)
### Development
Compiling the packs relies on the [build-packs](https://git.furry.cool/MCFurryPacks/PackFormatter) binary.
See the information there for how to configure it. Simply run `build-packs` in the repository directory and the compiled packs will be in `dist`.

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

20
info.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "Protogen Suit",
"description": "Replaces leather armor & pumpkin with a protogen suit.",
"url": "https://git.furry.cool/MCFurryPacks/ProtogenSuit",
"versions": [
["1.13", 4],
["1.15", 5],
["1.16", 6],
["1.17", 7],
["1.18", 8],
["1.19", 9],
["1.19.3", 12],
["1.19.4", 13],
["1.20", 15],
["1.20.2", 18],
["1.20.3", 26],
["1.20.5", 32]
],
"exports": []
}

View File

@ -1,14 +0,0 @@
{
"pack": {
"pack_format": 5,
"description": "Replaces leather armor & pumpkin with a protogen suit.",
"git_version": "1.0.2"
},
"language": {
"en_us": {
"name": "English",
"region": "United States",
"bidirectional": false
}
}
}