diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c4ffc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.zip diff --git a/LICENSE b/LICENSE index 0e259d4..1625c17 100644 --- a/LICENSE +++ b/LICENSE @@ -118,4 +118,4 @@ express Statement of Purpose. Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. + this CC0 or use of the Work. \ No newline at end of file diff --git a/assets/minecraft/textures/gui/title/background/panorama_0.png b/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 0000000..6d638ce Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_1.png b/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 0000000..f1b8220 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_2.png b/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 0000000..379b08a Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_3.png b/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 0000000..3b5f9a3 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_4.png b/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 0000000..fe5a819 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_5.png b/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 0000000..e927eb0 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/assets/minecraft/textures/gui/title/minecraft.png b/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 0000000..d5bbe88 Binary files /dev/null and b/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/new_title/assets/minecraft/textures/gui/title/minceraft.png b/new_title/assets/minecraft/textures/gui/title/minceraft.png new file mode 100644 index 0000000..f2d6d25 Binary files /dev/null and b/new_title/assets/minecraft/textures/gui/title/minceraft.png differ diff --git a/new_title/assets/minecraft/textures/gui/title/minecraft.png b/new_title/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 0000000..cd6cbf7 Binary files /dev/null and b/new_title/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/pack.mcmeta b/pack.mcmeta index 67c1e10..d2867de 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,8 +1,21 @@ { "pack": { "pack_format": 1, - "supported_formats": [1, 31], - "description": "CRSS's Resource packs base repo" - + "supported_formats": [ + 1, + 99 + ], + "description": "CRSS's panorama on Panorama Socialist Federation's spawn" + }, + "overlays": { + "entries": [ + { + "formats": [ + 15, + 31 + ], + "directory": "new_title" + } + ] } }