Initial Commit

This commit is contained in:
Donovan Daniels 2024-05-30 12:22:01 -05:00
commit 1ade2e2493
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 907D29CBFD6157BA
48 changed files with 248 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
*.webm filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text

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
}

72
README.md Normal file
View File

@ -0,0 +1,72 @@
# Yiffy Paintings
Replaces the default paintings with yiff. Supports 1.6+
### Sources
* [alban](https://e621.net/posts/1101130)
* [aztec](https://e621.net/posts/537087)
* [aztec2](https://e621.net/post/show/426790)
* [bomb](https://e621.net/posts/1680202)
* [burning_skull](https://e621.net/posts/773268)
* [bust](https://e621.net/post/show/2008022)
* [courbet](https://e621.net/post/show/1746859)
* [creebet](https://e621.net/posts/406661)
* [donkey_kong](https://e621.net/post/show/1375064)
* [fighters](https://e621.net/posts/1881510)
* [graham](https://e621.net/posts/1533304)
* [kebab](https://e621.net/posts/1571695)
* [match](https://e621.net/post/show/1352699)
* [plant](https://e621.net/posts/1194572)
* [pointer](https://e621.net/pools/8368)
* [pool](https://e621.net/post/show/854139)
* [sea left](https://e621.net/posts/405498) [sea right](https://e621.net/posts/156127)
* [skeleton](https://e621.net/post/show/979894)
* [skulls\_and\_roses](https://e621.net/post/show/1599707)
* [stage](https://e621.net/post/show/314664)
* [sunset left](https://e621.net/posts/549834) [sunset right](https://e621.net/posts/784020)
* [void](https://e621.net/posts/704825)
* [wanderer](https://e621.net/posts/956366)
* [wasteland](https://e621.net/posts/464478)
* [wither](https://e621.net/posts/1683783)
### Examples
<details>
<summary>1x1</summary>
<img src="examples/1x1.png" width="80%">
</details>
<details>
<summary>1x2</summary>
<img src="examples/1x2.png" width="80%">
</details>
<details>
<summary>2x1</summary>
<img src="examples/2x1.png" width="80%">
</details>
<details>
<summary>2x2</summary>
<img src="examples/2x2.png" width="80%">
</details>
<details>
<summary>4x2</summary>
<img src="examples/4x2.png" width="80%">
</details>
<details>
<summary>4x3</summary>
<img src="examples/4x3.png" width="80%">
</details>
<details>
<summary>4x4</summary>
<img src="examples/4x4.png" width="80%">
</details>
### 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`.

Binary file not shown.

BIN
common-kz/pack.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/alban.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/aztec.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/aztec2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/bomb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/burning_skull.png (Stored with Git LFS) Executable file

Binary file not shown.

View File

@ -0,0 +1,3 @@
{
"animation": {}
}

BIN
common/assets/minecraft/textures/painting/bust.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/courbet.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/creebet.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/donkey_kong.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/fighters.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/graham.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
{
"animation": {}
}

BIN
common/assets/minecraft/textures/painting/kebab.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}

BIN
common/assets/minecraft/textures/painting/match.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/pigscene.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/plant.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
{
"animation": {}
}

BIN
common/assets/minecraft/textures/painting/pointer.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 100
}
}

BIN
common/assets/minecraft/textures/painting/pool.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/sea.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/skeleton.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/stage.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/sunset.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/void.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/wanderer.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}

BIN
common/assets/minecraft/textures/painting/wasteland.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/assets/minecraft/textures/painting/wither.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common/pack.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/1x1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/1x2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/2x1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/2x2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/4x2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/4x3.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/4x4.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
frame.png (Stored with Git LFS) Normal file

Binary file not shown.

30
info.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Yiffy Paintings",
"description": "Replaces the ingame paintings with furry porn.",
"url": "https://git.furry.cool/MCFurryPacks/YiffyPaintings",
"versions": [
["1.6", 1],
["1.9", 2],
["1.11", 3],
["1.13", 4],
["1.14", 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": [],
"overrides": {
"1.6": { "common": "common-kz" },
"1.9": { "common": "common-kz" },
"1.11": { "common": "common-kz" },
"1.13": { "common": "common-kz" }
}
}