Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
1451d03a53 | |||
aae79a0536 | |||
4ed360882d | |||
|
2c8f03ad49 | ||
|
a15a3cf76a | ||
|
5d85081001 | ||
|
e35fc3b82e | ||
|
305a681908 | ||
|
ea9774361e | ||
|
f57a8dc942 | ||
|
d7f3d71591 | ||
|
1ede30bb5c |
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/dist
|
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"json.format.enable": false
|
||||||
|
}
|
12
README.md
|
@ -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`.
|
||||||
|
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
common/assets/minecraft/textures/item/leather_boots.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
common/assets/minecraft/textures/item/leather_boots_overlay.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
common/assets/minecraft/textures/item/leather_chestplate.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
BIN
common/assets/minecraft/textures/item/leather_leggings.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
BIN
common/assets/minecraft/textures/misc/pumpkinblur.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
example.png
Normal file
After Width: | Height: | Size: 536 KiB |
20
info.json
Normal 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": []
|
||||||
|
}
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 4.8 KiB |
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 5,
|
|
||||||
"description": "Replaces leather armor & pumpkin with a protogen suit."
|
|
||||||
},
|
|
||||||
"language": {
|
|
||||||
"en_us": {
|
|
||||||
"name": "English",
|
|
||||||
"region": "United States",
|
|
||||||
"bidirectional": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|