Compare commits

..

No commits in common. "master" and "v1.0.2" have entirely different histories.

22 changed files with 17 additions and 33 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
/dist

View File

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

View File

@ -1,13 +1,7 @@
# Protogen Suit
replaces leather chest, leggings, boots, and carved pumpkin with a protogen fursuit. Supports 1.13+
replaces leather chest, leggings, boots, and carved pumpkin with a protogen fursuit.
<img src="example.png" width="50%">
I did not make this.
### Sources
* [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`.
* [Wolf_with_Scarf](https://www.planetminecraft.com/texture-pack/protogen-mask-fursuit/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 KiB

View File

@ -1,20 +0,0 @@
{
"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

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

14
main/pack.mcmeta Executable file
View File

@ -0,0 +1,14 @@
{
"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
}
}
}

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB