Compare commits

...

13 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
Donovan Daniels
305a681908
fix version 2021-03-02 19:50:03 -06:00
Donovan Daniels
ea9774361e
Merge branch 'master' of https://github.com/MCFurryPacks/ProtogenSuit 2021-03-02 19:49:38 -06:00
Donovan Daniels
f57a8dc942
Add version to pack mcmeta 2021-03-02 19:49:24 -06:00
Donovan Daniels
d7f3d71591
Merge pull request #1 from MCFurryPacks/imgbot
[ImgBot] Optimize images
2021-03-02 19:37:37 -06:00
Donovan Daniels
4886aaee0a
Spelling & wording 2021-03-02 19:35:54 -06:00
ImgBotApp
1ede30bb5c
[ImgBot] Optimize images
*Total -- 39.73kb -> 28.21kb (29%)

/main/assets/minecraft/textures/item/leather_leggings.png -- 5.62kb -> 3.66kb (34.85%)
/main/assets/minecraft/textures/item/leather_leggings_overlay.png -- 5.60kb -> 3.65kb (34.72%)
/main/assets/minecraft/textures/item/leather_chestplate.png -- 6.09kb -> 4.30kb (29.31%)
/main/assets/minecraft/textures/item/leather_chestplate_overlay.png -- 6.08kb -> 4.30kb (29.31%)
/main/assets/minecraft/textures/item/leather_boots_overlay.png -- 5.75kb -> 4.15kb (27.89%)
/main/assets/minecraft/textures/item/leather_boots.png -- 5.75kb -> 4.15kb (27.77%)
/main/assets/minecraft/textures/misc/pumpkinblur.png -- 4.84kb -> 3.99kb (17.62%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-03 01:33:37 +00:00
29 changed files with 33 additions and 16 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

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": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

View File

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