Initial commit
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
dist/
|
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Inventorio Compatibility For Peeves
|
||||
|
||||
This resourcepack retextures [Inventorio](https://github.com/RubixDev/Inventorio) to be consistent with the inventory style of Hatsondogs's [Peeves'](https://modrinth.com/resourcepack/peeves) resourcepack.
|
||||
|
||||

|
||||
The above is a screenshot of the resourcepack being used in the [Raspberry Flavoured](https://www.curseforge.com/minecraft/modpacks/raspberry-flavoured) modpack, which also retextures EMI and other gui elements to better fit with Peeves'. Raspberry Flavoured does not include Inventorio by default.
|
4
build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p dist
|
||||
packsquash ./packsquash.toml
|
5
packsquash.toml
Normal file
@ -0,0 +1,5 @@
|
||||
pack_directory = "./resources"
|
||||
output_file_path = "./dist/Peeves - Inventorio Compatability.zip"
|
||||
|
||||
['**/*.png']
|
||||
force_include=true
|
BIN
preview.png
Normal file
After ![]() (image error) Size: 255 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/axe.png
Normal file
After ![]() (image error) Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/hoe.png
Normal file
After ![]() (image error) Size: 4.1 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/pickaxe.png
Normal file
After ![]() (image error) Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/shovel.png
Normal file
After ![]() (image error) Size: 4.1 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/sword.png
Normal file
After ![]() (image error) Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/player_inventory.png
Normal file
After ![]() (image error) Size: 7.2 KiB |
BIN
resources/assets/inventorio/textures/gui/player_inventory.xcf
Normal file
BIN
resources/assets/inventorio/textures/gui/sprites/lock_button.png
Normal file
After ![]() (image error) Size: 1.1 KiB |
After ![]() (image error) Size: 1.2 KiB |
After ![]() (image error) Size: 1.1 KiB |
After ![]() (image error) Size: 1.1 KiB |
After ![]() (image error) Size: 604 B |
After ![]() (image error) Size: 603 B |
After ![]() (image error) Size: 624 B |
After ![]() (image error) Size: 624 B |
After ![]() (image error) Size: 607 B |
After ![]() (image error) Size: 601 B |
After ![]() (image error) Size: 624 B |
After ![]() (image error) Size: 609 B |
BIN
resources/assets/inventorio/textures/gui/widgets.png
Normal file
After ![]() (image error) Size: 6.1 KiB |
BIN
resources/assets/inventorio/textures/gui/widgets.xcf
Normal file
17
resources/pack.mcmeta
Executable file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": [
|
||||
{
|
||||
"text": "Inventorio compatibility for "
|
||||
},
|
||||
{
|
||||
"text": "Peeves",
|
||||
"bold": true
|
||||
},
|
||||
{
|
||||
"text": ", by Dakedres"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
BIN
resources/pack.png
Normal file
After ![]() (image error) Size: 92 KiB |