Initial commit

This commit is contained in:
Dakedres 2024-06-13 18:15:52 -06:00
commit 33ceb00532
29 changed files with 33 additions and 0 deletions

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.
![A screenshot of the inventory](preview.png)
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

Binary file not shown.

After

(image error) Size: 255 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 4.1 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 4.1 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 7.2 KiB

Binary file not shown.

Binary file not shown.

After

(image error) Size: 1.1 KiB

Binary file not shown.

After

(image error) Size: 1.2 KiB

Binary file not shown.

After

(image error) Size: 1.1 KiB

Binary file not shown.

After

(image error) Size: 1.1 KiB

Binary file not shown.

After

(image error) Size: 604 B

Binary file not shown.

After

(image error) Size: 603 B

Binary file not shown.

After

(image error) Size: 624 B

Binary file not shown.

After

(image error) Size: 624 B

Binary file not shown.

After

(image error) Size: 607 B

Binary file not shown.

After

(image error) Size: 601 B

Binary file not shown.

After

(image error) Size: 624 B

Binary file not shown.

After

(image error) Size: 609 B

Binary file not shown.

After

(image error) Size: 6.1 KiB

Binary file not shown.

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

Binary file not shown.

After

(image error) Size: 92 KiB

BIN
resources/pack.xcf Normal file

Binary file not shown.