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 Width: | Height: | Size: 255 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/axe.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/hoe.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/pickaxe.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/shovel.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
resources/assets/inventorio/textures/gui/empty/sword.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
resources/assets/inventorio/textures/gui/player_inventory.png
Normal file
After Width: | Height: | 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 Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 604 B |
After Width: | Height: | Size: 603 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 609 B |
BIN
resources/assets/inventorio/textures/gui/widgets.png
Normal file
After Width: | Height: | 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 Width: | Height: | Size: 92 KiB |