Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/dist
|
|
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"json.format.enable": false
|
|
||||||
}
|
|
12
README.md
|
@ -1,13 +1,7 @@
|
||||||
# Protogen Suit
|
# 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
|
### 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: 4.2 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.0 KiB |
BIN
example.png
Before Width: | Height: | Size: 536 KiB |
20
info.json
|
@ -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": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
main/assets/minecraft/textures/item/leather_boots.png
Executable file
After Width: | Height: | Size: 5.8 KiB |
BIN
main/assets/minecraft/textures/item/leather_boots_overlay.png
Executable file
After Width: | Height: | Size: 5.8 KiB |
BIN
main/assets/minecraft/textures/item/leather_chestplate.png
Executable file
After Width: | Height: | Size: 6.1 KiB |
BIN
main/assets/minecraft/textures/item/leather_chestplate_overlay.png
Executable file
After Width: | Height: | Size: 6.1 KiB |
BIN
main/assets/minecraft/textures/item/leather_leggings.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
main/assets/minecraft/textures/item/leather_leggings_overlay.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
main/assets/minecraft/textures/misc/pumpkinblur.png
Executable file
After Width: | Height: | Size: 4.8 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 |
13
main/pack.mcmeta
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 5,
|
||||||
|
"description": "Replaces leather armoor & carved pumpkin with a protogen suit."
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"en_us": {
|
||||||
|
"name": "English",
|
||||||
|
"region": "United States",
|
||||||
|
"bidirectional": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |