Initial Commit
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/dist
|
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"json.format.enable": false
|
||||||
|
}
|
52
README.md
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
# Yiffy Beds
|
||||||
|
Replaces the default bed textures with yiff. Supports 1.12+
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
* [white](https://e621.net/posts/2308551)
|
||||||
|
* [light_gray](https://e621.net/posts/1428168)
|
||||||
|
* [gray](https://e621.net/posts/2179381)
|
||||||
|
* [black](https://e621.net/posts/520280)
|
||||||
|
* [brown](https://e621.net/posts/285576)
|
||||||
|
* [red](https://e621.net/posts/680775)
|
||||||
|
* [orange](https://e621.net/posts/1391357)
|
||||||
|
* [yellow](https://e621.net/posts/979894)
|
||||||
|
* [lime](https://e621.net/posts/1976008)
|
||||||
|
* [green](https://e621.net/posts/2416598)
|
||||||
|
* [cyan](https://e621.net/posts/2364029)
|
||||||
|
* [light_blue](https://e621.net/posts/2397890)
|
||||||
|
* [blue](https://e621.net/posts/314664)
|
||||||
|
* [purple](https://e621.net/posts/1957635)
|
||||||
|
* [magenta](https://e621.net/posts/1933688)
|
||||||
|
* [pink](https://e621.net/posts/2170200)
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
<img src="examples/all.png" width="80%">
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>All Colors</summary>
|
||||||
|
|
||||||
|
| Color | Image | Source |
|
||||||
|
|:----------:|:--------------------------------------:|:----------------------------------------:|
|
||||||
|
| White | ![White](examples/white.png) | [Source](https://e621.net/posts/2308551) |
|
||||||
|
| Light Gray | ![Light Gray](examples/light_gray.png) | [Source](https://e621.net/posts/1428168) |
|
||||||
|
| Gray | ![Gray](examples/gray.png) | [Source](https://e621.net/posts/2179381) |
|
||||||
|
| Black | ![Black](examples/black.png) | [Source](https://e621.net/posts/520280) |
|
||||||
|
| Brown | ![Brown](examples/brown.png) | [Source](https://e621.net/posts/285576) |
|
||||||
|
| Red | ![Red](examples/red.png) | [Source](https://e621.net/posts/680775) |
|
||||||
|
| Orange | ![Orange](examples/orange.png) | [Source](https://e621.net/posts/1391357) |
|
||||||
|
| Yellow | ![Yellow](examples/yellow.png) | [Source](https://e621.net/posts/979894) |
|
||||||
|
| Lime | ![Lime](examples/lime.png) | [Source](https://e621.net/posts/1976008) |
|
||||||
|
| Green | ![Green](examples/green.png) | [Source](https://e621.net/posts/2416598) |
|
||||||
|
| Cyan | ![Cyan](examples/cyan.png) | [Source](https://e621.net/posts/2364029) |
|
||||||
|
| Light Blue | ![Light Blue](examples/light_blue.png) | [Source](https://e621.net/posts/2397890) |
|
||||||
|
| Blue | ![Blue](examples/blue.png) | [Source](https://e621.net/posts/314664) |
|
||||||
|
| Purple | ![Purple](examples/purple.png) | [Source](https://e621.net/posts/1957635) |
|
||||||
|
| Magenta | ![Magenta](examples/magenta.png) | [Source](https://e621.net/posts/1933688) |
|
||||||
|
| Pink | ![Pink](examples/pink.png) | [Source](https://e621.net/posts/2170200) |
|
||||||
|
</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`.
|
BIN
common/assets/minecraft/textures/entity/bed/black.png
Normal file
After Width: | Height: | Size: 721 KiB |
BIN
common/assets/minecraft/textures/entity/bed/blue.png
Normal file
After Width: | Height: | Size: 738 KiB |
BIN
common/assets/minecraft/textures/entity/bed/brown.png
Normal file
After Width: | Height: | Size: 808 KiB |
BIN
common/assets/minecraft/textures/entity/bed/cyan.png
Normal file
After Width: | Height: | Size: 676 KiB |
BIN
common/assets/minecraft/textures/entity/bed/gray.png
Normal file
After Width: | Height: | Size: 514 KiB |
BIN
common/assets/minecraft/textures/entity/bed/green.png
Normal file
After Width: | Height: | Size: 885 KiB |
BIN
common/assets/minecraft/textures/entity/bed/light_blue.png
Normal file
After Width: | Height: | Size: 510 KiB |
BIN
common/assets/minecraft/textures/entity/bed/light_gray.png
Normal file
After Width: | Height: | Size: 803 KiB |
BIN
common/assets/minecraft/textures/entity/bed/lime.png
Normal file
After Width: | Height: | Size: 798 KiB |
BIN
common/assets/minecraft/textures/entity/bed/magenta.png
Normal file
After Width: | Height: | Size: 865 KiB |
BIN
common/assets/minecraft/textures/entity/bed/orange.png
Normal file
After Width: | Height: | Size: 1012 KiB |
BIN
common/assets/minecraft/textures/entity/bed/pink.png
Normal file
After Width: | Height: | Size: 728 KiB |
BIN
common/assets/minecraft/textures/entity/bed/purple.png
Normal file
After Width: | Height: | Size: 784 KiB |
BIN
common/assets/minecraft/textures/entity/bed/red.png
Normal file
After Width: | Height: | Size: 737 KiB |
BIN
common/assets/minecraft/textures/entity/bed/white.png
Normal file
After Width: | Height: | Size: 651 KiB |
BIN
common/assets/minecraft/textures/entity/bed/yellow.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
common/pack.png
Normal file
After Width: | Height: | Size: 298 KiB |
BIN
examples/all.png
Normal file
After Width: | Height: | Size: 782 KiB |
BIN
examples/black.png
Normal file
After Width: | Height: | Size: 431 KiB |
BIN
examples/blue.png
Normal file
After Width: | Height: | Size: 429 KiB |
BIN
examples/brown.png
Normal file
After Width: | Height: | Size: 433 KiB |
BIN
examples/cyan.png
Normal file
After Width: | Height: | Size: 409 KiB |
BIN
examples/gray.png
Normal file
After Width: | Height: | Size: 364 KiB |
BIN
examples/green.png
Normal file
After Width: | Height: | Size: 504 KiB |
BIN
examples/light_blue.png
Normal file
After Width: | Height: | Size: 358 KiB |
BIN
examples/light_gray.png
Normal file
After Width: | Height: | Size: 401 KiB |
BIN
examples/lime.png
Normal file
After Width: | Height: | Size: 462 KiB |
BIN
examples/megenta.png
Normal file
After Width: | Height: | Size: 449 KiB |
BIN
examples/orange.png
Normal file
After Width: | Height: | Size: 538 KiB |
BIN
examples/pink.png
Normal file
After Width: | Height: | Size: 439 KiB |
BIN
examples/purple.png
Normal file
After Width: | Height: | Size: 422 KiB |
BIN
examples/red.png
Normal file
After Width: | Height: | Size: 424 KiB |
BIN
examples/white.png
Normal file
After Width: | Height: | Size: 421 KiB |
BIN
examples/yellow.png
Normal file
After Width: | Height: | Size: 524 KiB |
21
info.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "yiffy Beds",
|
||||||
|
"description": "Replaces bed textures with furry porn.",
|
||||||
|
"url": "https://git.furry.cool/MCFurryPacks/YiffyBeds",
|
||||||
|
"versions": [
|
||||||
|
["1.12", 3],
|
||||||
|
["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": []
|
||||||
|
}
|