diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c17dd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---------------------------------------------------------------------- +# | Packages | +# ---------------------------------------------------------------------- + +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +*.log +*.sql +*.sqlite + +# ---------------------------------------------------------------------- +# | OS generated files | +# ---------------------------------------------------------------------- + +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db diff --git a/README.md b/README.md index b9d3db6..0f27f84 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,51 @@ # Happle’s Goggles -[![Total downloads](https://img.shields.io/github/downloads/polargalaxymc/goggles/total.svg?style=flat-square)]() [![Join our Discord](https://img.shields.io/badge/discord-join%20chat-7289DA.svg?style=flat-square)](https://polargalaxy.com/discord) [![Follow our Twitter](https://img.shields.io/twitter/follow/polargalaxymc.svg?style=flat-square&label=twitter updates)](https://twitter.com/polargalaxymc) +[![Total downloads](https://img.shields.io/github/downloads/polargalaxymc/goggles/total.svg?style=flat-square)](https://github.com/PolarGalaxyMC/goggles/releases) [![Current release](https://img.shields.io/github/release/polargalaxymc/goggles.svg)](https://github.com/polargalaxymc/cubhub/releases) [![Donate](https://img.shields.io/badge/support_us-donate-yellow.svg?style=flat-square)](https://polargalaxy.com/support) [![Discord](https://img.shields.io/badge/discord-join%20chat-7289DA.svg?style=flat-square)](https://polargalaxy.com/discord) [![Twitter](https://img.shields.io/twitter/follow/polargalaxymc.svg?style=flat-square&label=twitter updates)](https://twitter.com/polargalaxymc) [![Standard README style](https://img.shields.io/badge/readme%20style-standard-blue.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) -This is a Minecraft resource pack that includes color-corrected clay, glass doors, updated glowstone, and more. The Goggles resource pack aims to enhance the currently available textures by making them more suitable for a larger array of build styles, while also not restricting or completely revamping the way vanilla Minecraft looks. +> Minecraft resource pack featuring color-corrected clay, new wood, some new doors, new glowstone, paintings, black brick, and more. -> You can use this pack without any additional configuration on [the Polar Galaxy Minecraft server](https://polargalaxy.com). +The aim of this mod is simple: Enhance the currently available textures by making them more suitable for a larger array of build styles, while also not restricting or completely revamping the way that Minecraft already looks. -## Installation +This resource pack was made for our server called Polar Galaxy: [Learn more](https://polargalaxy.com) -### For yourself +## Install -You can download the latest version of the pack on [the releases page](https://github.com/PolarGalaxyMC/goggles/releases). After you have done that, install the pack as usual. +Check the [releases]((https://github.com/PolarGalaxyMC/goggles/releases) to see which version is the right pick for you. If you’re not familiar with resource pack installation—take a look at [this tutorial](http://minecraft.gamepedia.com/Tutorials/Loading_a_resource_pack). Server owners should look below for different installation instructions. -If you’re not familiar with resource pack installation—take a look at [this tutorial](http://minecraft.gamepedia.com/Tutorials/Loading_a_resource_pack). +## Features -### For servers +![Screenshot](https://github.com/PolarGalaxyMC/goggles/blob/master/screenshot.png?raw=true) -From [the releases page](https://github.com/PolarGalaxyMC/goggles/releases), pick a version that is suitable for your use case and game version. Right-click on the packaged zip file link and click “Copy link address.” ++ Stained clay blocks have been color-corrected; white clay is now fully white ++ [Glowstone](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/glowstone.png) has been completely revamped to match sea lanterns ++ The [birch log bark](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/log_birch.png) is now all white, without any spots ++ Nether brick are now black, like [seared bricks](https://ftbwiki.org/Seared_Brick) from modded ++ The [paintings have been altered](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png?raw=true) to include Bob Ross’s work ++ [Slime](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/entity/slime/slime.png) are all blue and suitable for use as trampolines ++ [Iron doors](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/door_iron_upper.png) now have bars going through them ++ [Jungle wood](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/planks_jungle.png) has been completely redone ++ [Jungle doors](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/door_jungle_upper.png?raw=true) are now closer to acacia doors ++ Upped the saturation of [melons](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/melon_side.png) ++ [Cacti](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/cactus_side.png) are a bit more pale now ++ [Pumpkins](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/blocks/pumpkin_face_off.png) no longer have faces ++ Added [darker GUI background](https://github.com/PolarGalaxyMC/goggles/blob/master/assets/minecraft/textures/gui/options_background.png) -Now, go to your `server.properties` file, and copy that URL to the 35th line. Your properties file should now look something like this: +## Server usage + +This pack can also be used for servers (Spigot/Sponge not required). Just pick a version that is suitable for your use case and game version from that same release page, then right-click on the packaged zip file link. Hit “Copy link address.” Now, go to your `server.properties` file, and copy that URL to the 35th line. Your properties file should now look something like this (except the version number will be different): ``` resource-pack=https://github.com/PolarGalaxyMC/goggles/releases/download/2.0/pack.zip ``` -If it does, save the server properties file, and restart the server. Players will now be prompted to use the pack upon logging in. If you see any extra backslashes after restarting the server in your configuration file—[do not remove them](https://en.wikipedia.org/wiki/Escape_character)! +If it does, save it and restart the server. Players will now be prompted to use the pack upon logging in. If you see any extra backslashes after restarting the server in your configuration file—[do not remove them](https://en.wikipedia.org/wiki/Escape_character)! ## Contributing -Send all feedback to our [issue tracker](https://github.com/PolarGalaxyMC/goggles/issues). Submit your own textures [with a pull request](https://github.com/PolarGalaxyMC/goggles/pulls)! +Feel free to make a feature request or bug report on [our issue tracker]((https://github.com/PolarGalaxyMC/goggles/issues). Submit your textures with a [pull request](https://github.com/PolarGalaxyMC/goggles/pulls). -## Credits +## Credits & license Thank you to [KobyTheHedgehog](http://www.minecraftforum.net/forums/mapping-and-modding/resource-packs/2557239-glass-doors-for-1-10x) for their glass door textures and a huge thanks goes out to [Hyperactive_Man on Reddit](https://www.reddit.com/r/Minecraft/comments/38q14w/the_better_than_default_texture_pack/?ref=share&ref_source=link) for their color-corrected version of hardened clay, updated melons & pumpkins. Also—thank you to [xDino on Reddit](https://www.reddit.com/r/Minecraft/comments/1zouwl/i_made_a_better_slime_block_texture/?ref=search_posts) for the slime block texture and also thanks to [Azendia on DeviantArt](http://azendia.deviantart.com/art/Bob-Ross-Framed-Paintings-Pack-16-Minecraft-1-8-9-584165890) for their work on bringing Bob Ross’s paintings to Minecraft. -## License - -This pack is licensed under the [Creative Commons BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/). In other words, you can do just about anything you want with this pack so long as you give credit and do not use the pack for commercial purposes (by reselling it or otherwise). +This pack is licensed under the [Creative Commons BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/). In other words, you can do just about anything you want so long as you give credit and do not use the pack for commercial purposes (by reselling it or otherwise). diff --git a/assets/minecraft/blockstates/coal_ore.json b/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 0000000..b5dd7a9 --- /dev/null +++ b/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "coal_ore" }, + { "model": "coal_ore_0" }, + { "model": "coal_ore_1" }, + { "model": "coal_ore_2" }, + { "model": "coal_ore_3" } ] + } +} diff --git a/assets/minecraft/blockstates/diamond_ore.json b/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 0000000..9a57ee0 --- /dev/null +++ b/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,10 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "variants": { + "normal": [ { "model": "diamond_ore" }, + { "model": "diamond_ore_0" }, + { "model": "diamond_ore_1" }, + { "model": "diamond_ore_2" }, + { "model": "diamond_ore_3" } ] + } +} diff --git a/assets/minecraft/blockstates/emerald_ore.json b/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 0000000..bef9368 --- /dev/null +++ b/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "normal": [ + { "model": "emerald_ore" }, + { "model": "emerald_ore_0" }, + { "model": "emerald_ore_1" } + ] + } +} diff --git a/assets/minecraft/blockstates/gold_ore.json b/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 0000000..0eb3e9a --- /dev/null +++ b/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "normal": [ { "model": "gold_ore" }, + { "model": "gold_ore_0" }, + { "model": "gold_ore_1" }, + { "model": "gold_ore_2" }, + { "model": "gold_ore_3" } ] + } +} diff --git a/assets/minecraft/blockstates/iron_ore.json b/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 0000000..7a7262b --- /dev/null +++ b/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "normal": [ {"model": "iron_ore"}, + {"model": "iron_ore_0"}, + {"model": "iron_ore_1"}, + {"model": "iron_ore_2"}, + {"model": "iron_ore_3"} ] + } +} diff --git a/assets/minecraft/blockstates/lapis_ore.json b/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 0000000..7f3674f --- /dev/null +++ b/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": [ { "model": "lapis_ore" }, + { "model": "lapis_ore_0" }, + { "model": "lapis_ore_1" } ] + } +} diff --git a/assets/minecraft/blockstates/lit_redstone_ore.json b/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 0000000..33ab6ff --- /dev/null +++ b/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "normal": [ { "model": "lit_redstone_ore" }, + { "model": "lit_redstone_ore_0" }, + { "model": "lit_redstone_ore_1" }, + { "model": "lit_redstone_ore_2" }, + { "model": "lit_redstone_ore_3" } ] + } +} diff --git a/assets/minecraft/blockstates/quartz_ore.json b/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 0000000..be9b877 --- /dev/null +++ b/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "normal": [ { "model": "quartz_ore" }, + { "model": "quartz_ore_0" }, + { "model": "quartz_ore_1" }, + { "model": "quartz_ore_2" } ] + } +} diff --git a/assets/minecraft/blockstates/redstone_ore.json b/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 0000000..e37dfe7 --- /dev/null +++ b/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "normal": [ {"model": "redstone_ore"}, + {"model": "redstone_ore_0"}, + {"model": "redstone_ore_1"}, + {"model": "redstone_ore_2"}, + {"model": "redstone_ore_3"} ] + } +} diff --git a/assets/minecraft/models/coal_ore_0.json b/assets/minecraft/models/coal_ore_0.json new file mode 100644 index 0000000..2bb139d --- /dev/null +++ b/assets/minecraft/models/coal_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore_0" + } +} diff --git a/assets/minecraft/models/coal_ore_1.json b/assets/minecraft/models/coal_ore_1.json new file mode 100644 index 0000000..9e9c3ca --- /dev/null +++ b/assets/minecraft/models/coal_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore_1" + } +} diff --git a/assets/minecraft/models/coal_ore_2.json b/assets/minecraft/models/coal_ore_2.json new file mode 100644 index 0000000..7300740 --- /dev/null +++ b/assets/minecraft/models/coal_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore_2" + } +} diff --git a/assets/minecraft/models/coal_ore_3.json b/assets/minecraft/models/coal_ore_3.json new file mode 100644 index 0000000..35205b2 --- /dev/null +++ b/assets/minecraft/models/coal_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore_3" + } +} diff --git a/assets/minecraft/models/diamond_ore_0.json b/assets/minecraft/models/diamond_ore_0.json new file mode 100644 index 0000000..0b209e7 --- /dev/null +++ b/assets/minecraft/models/diamond_ore_0.json @@ -0,0 +1,7 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore_0" + } +} diff --git a/assets/minecraft/models/diamond_ore_1.json b/assets/minecraft/models/diamond_ore_1.json new file mode 100644 index 0000000..48a845a --- /dev/null +++ b/assets/minecraft/models/diamond_ore_1.json @@ -0,0 +1,7 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore_1" + } +} diff --git a/assets/minecraft/models/diamond_ore_2.json b/assets/minecraft/models/diamond_ore_2.json new file mode 100644 index 0000000..acb9595 --- /dev/null +++ b/assets/minecraft/models/diamond_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore_2" + } +} diff --git a/assets/minecraft/models/diamond_ore_3.json b/assets/minecraft/models/diamond_ore_3.json new file mode 100644 index 0000000..3bbf7c6 --- /dev/null +++ b/assets/minecraft/models/diamond_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore_3" + } +} diff --git a/assets/minecraft/models/emerald_ore_0.json b/assets/minecraft/models/emerald_ore_0.json new file mode 100644 index 0000000..6690043 --- /dev/null +++ b/assets/minecraft/models/emerald_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore_0" + } +} diff --git a/assets/minecraft/models/emerald_ore_1.json b/assets/minecraft/models/emerald_ore_1.json new file mode 100644 index 0000000..4390ffa --- /dev/null +++ b/assets/minecraft/models/emerald_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore_1" + } +} diff --git a/assets/minecraft/models/gold_ore_0.json b/assets/minecraft/models/gold_ore_0.json new file mode 100644 index 0000000..1cadf94 --- /dev/null +++ b/assets/minecraft/models/gold_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore_0" + } +} diff --git a/assets/minecraft/models/gold_ore_1.json b/assets/minecraft/models/gold_ore_1.json new file mode 100644 index 0000000..f81196f --- /dev/null +++ b/assets/minecraft/models/gold_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore_1" + } +} diff --git a/assets/minecraft/models/gold_ore_2.json b/assets/minecraft/models/gold_ore_2.json new file mode 100644 index 0000000..c0f3097 --- /dev/null +++ b/assets/minecraft/models/gold_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore_2" + } +} diff --git a/assets/minecraft/models/gold_ore_3.json b/assets/minecraft/models/gold_ore_3.json new file mode 100644 index 0000000..1e5349f --- /dev/null +++ b/assets/minecraft/models/gold_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore_3" + } +} diff --git a/assets/minecraft/models/iron_ore_0.json b/assets/minecraft/models/iron_ore_0.json new file mode 100644 index 0000000..b42d3e0 --- /dev/null +++ b/assets/minecraft/models/iron_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore_0" + } +} diff --git a/assets/minecraft/models/iron_ore_1.json b/assets/minecraft/models/iron_ore_1.json new file mode 100644 index 0000000..a056605 --- /dev/null +++ b/assets/minecraft/models/iron_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore_1" + } +} diff --git a/assets/minecraft/models/iron_ore_2.json b/assets/minecraft/models/iron_ore_2.json new file mode 100644 index 0000000..a22a9a7 --- /dev/null +++ b/assets/minecraft/models/iron_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore_2" + } +} diff --git a/assets/minecraft/models/iron_ore_3.json b/assets/minecraft/models/iron_ore_3.json new file mode 100644 index 0000000..ab48f47 --- /dev/null +++ b/assets/minecraft/models/iron_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore_3" + } +} diff --git a/assets/minecraft/models/lapis_ore_0.json b/assets/minecraft/models/lapis_ore_0.json new file mode 100644 index 0000000..9ea1492 --- /dev/null +++ b/assets/minecraft/models/lapis_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore_0" + } +} diff --git a/assets/minecraft/models/lapis_ore_1.json b/assets/minecraft/models/lapis_ore_1.json new file mode 100644 index 0000000..44557e0 --- /dev/null +++ b/assets/minecraft/models/lapis_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore_1" + } +} diff --git a/assets/minecraft/models/lit_redstone_ore_0.json b/assets/minecraft/models/lit_redstone_ore_0.json new file mode 100644 index 0000000..af706df --- /dev/null +++ b/assets/minecraft/models/lit_redstone_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_0" + } +} diff --git a/assets/minecraft/models/lit_redstone_ore_1.json b/assets/minecraft/models/lit_redstone_ore_1.json new file mode 100644 index 0000000..9fd7be8 --- /dev/null +++ b/assets/minecraft/models/lit_redstone_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_1" + } +} diff --git a/assets/minecraft/models/lit_redstone_ore_2.json b/assets/minecraft/models/lit_redstone_ore_2.json new file mode 100644 index 0000000..8ffa151 --- /dev/null +++ b/assets/minecraft/models/lit_redstone_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_2" + } +} diff --git a/assets/minecraft/models/lit_redstone_ore_3.json b/assets/minecraft/models/lit_redstone_ore_3.json new file mode 100644 index 0000000..c6b03b4 --- /dev/null +++ b/assets/minecraft/models/lit_redstone_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_3" + } +} diff --git a/assets/minecraft/models/quartz_ore_0.json b/assets/minecraft/models/quartz_ore_0.json new file mode 100644 index 0000000..2a0256f --- /dev/null +++ b/assets/minecraft/models/quartz_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore_0" + } +} diff --git a/assets/minecraft/models/quartz_ore_1.json b/assets/minecraft/models/quartz_ore_1.json new file mode 100644 index 0000000..1f4f95d --- /dev/null +++ b/assets/minecraft/models/quartz_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore_1" + } +} diff --git a/assets/minecraft/models/quartz_ore_2.json b/assets/minecraft/models/quartz_ore_2.json new file mode 100644 index 0000000..e4f9960 --- /dev/null +++ b/assets/minecraft/models/quartz_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore_2" + } +} diff --git a/assets/minecraft/models/redstone_ore_0.json b/assets/minecraft/models/redstone_ore_0.json new file mode 100644 index 0000000..af706df --- /dev/null +++ b/assets/minecraft/models/redstone_ore_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_0" + } +} diff --git a/assets/minecraft/models/redstone_ore_1.json b/assets/minecraft/models/redstone_ore_1.json new file mode 100644 index 0000000..9fd7be8 --- /dev/null +++ b/assets/minecraft/models/redstone_ore_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_1" + } +} diff --git a/assets/minecraft/models/redstone_ore_2.json b/assets/minecraft/models/redstone_ore_2.json new file mode 100644 index 0000000..8ffa151 --- /dev/null +++ b/assets/minecraft/models/redstone_ore_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_2" + } +} diff --git a/assets/minecraft/models/redstone_ore_3.json b/assets/minecraft/models/redstone_ore_3.json new file mode 100644 index 0000000..c6b03b4 --- /dev/null +++ b/assets/minecraft/models/redstone_ore_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore_3" + } +} diff --git a/assets/minecraft/textures/blocks/brick.png b/assets/minecraft/textures/blocks/brick.png deleted file mode 100644 index b1bd75a..0000000 Binary files a/assets/minecraft/textures/blocks/brick.png and /dev/null differ diff --git a/assets/minecraft/textures/blocks/coal_ore_0.png b/assets/minecraft/textures/blocks/coal_ore_0.png new file mode 100644 index 0000000..84a9f66 Binary files /dev/null and b/assets/minecraft/textures/blocks/coal_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/coal_ore_1.png b/assets/minecraft/textures/blocks/coal_ore_1.png new file mode 100644 index 0000000..71ff7af Binary files /dev/null and b/assets/minecraft/textures/blocks/coal_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/coal_ore_2.png b/assets/minecraft/textures/blocks/coal_ore_2.png new file mode 100644 index 0000000..f9891d7 Binary files /dev/null and b/assets/minecraft/textures/blocks/coal_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/coal_ore_3.png b/assets/minecraft/textures/blocks/coal_ore_3.png new file mode 100644 index 0000000..ac265cc Binary files /dev/null and b/assets/minecraft/textures/blocks/coal_ore_3.png differ diff --git a/assets/minecraft/textures/blocks/diamond_ore_0.png b/assets/minecraft/textures/blocks/diamond_ore_0.png new file mode 100644 index 0000000..ce2631b Binary files /dev/null and b/assets/minecraft/textures/blocks/diamond_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/diamond_ore_1.png b/assets/minecraft/textures/blocks/diamond_ore_1.png new file mode 100644 index 0000000..38d55e9 Binary files /dev/null and b/assets/minecraft/textures/blocks/diamond_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/diamond_ore_2.png b/assets/minecraft/textures/blocks/diamond_ore_2.png new file mode 100644 index 0000000..27ef612 Binary files /dev/null and b/assets/minecraft/textures/blocks/diamond_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/diamond_ore_3.png b/assets/minecraft/textures/blocks/diamond_ore_3.png new file mode 100644 index 0000000..d543063 Binary files /dev/null and b/assets/minecraft/textures/blocks/diamond_ore_3.png differ diff --git a/assets/minecraft/textures/blocks/emerald_ore_0.png b/assets/minecraft/textures/blocks/emerald_ore_0.png new file mode 100644 index 0000000..b8274e2 Binary files /dev/null and b/assets/minecraft/textures/blocks/emerald_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/emerald_ore_1.png b/assets/minecraft/textures/blocks/emerald_ore_1.png new file mode 100644 index 0000000..c57ac9e Binary files /dev/null and b/assets/minecraft/textures/blocks/emerald_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/gold_ore_0.png b/assets/minecraft/textures/blocks/gold_ore_0.png new file mode 100644 index 0000000..46ec427 Binary files /dev/null and b/assets/minecraft/textures/blocks/gold_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/gold_ore_1.png b/assets/minecraft/textures/blocks/gold_ore_1.png new file mode 100644 index 0000000..dcc4cb5 Binary files /dev/null and b/assets/minecraft/textures/blocks/gold_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/gold_ore_2.png b/assets/minecraft/textures/blocks/gold_ore_2.png new file mode 100644 index 0000000..7a326a0 Binary files /dev/null and b/assets/minecraft/textures/blocks/gold_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/gold_ore_3.png b/assets/minecraft/textures/blocks/gold_ore_3.png new file mode 100644 index 0000000..dd2fb28 Binary files /dev/null and b/assets/minecraft/textures/blocks/gold_ore_3.png differ diff --git a/assets/minecraft/textures/blocks/iron_ore_0.png b/assets/minecraft/textures/blocks/iron_ore_0.png new file mode 100644 index 0000000..7f9eb55 Binary files /dev/null and b/assets/minecraft/textures/blocks/iron_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/iron_ore_1.png b/assets/minecraft/textures/blocks/iron_ore_1.png new file mode 100644 index 0000000..9c51a56 Binary files /dev/null and b/assets/minecraft/textures/blocks/iron_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/iron_ore_2.png b/assets/minecraft/textures/blocks/iron_ore_2.png new file mode 100644 index 0000000..fe46167 Binary files /dev/null and b/assets/minecraft/textures/blocks/iron_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/iron_ore_3.png b/assets/minecraft/textures/blocks/iron_ore_3.png new file mode 100644 index 0000000..77f3ed5 Binary files /dev/null and b/assets/minecraft/textures/blocks/iron_ore_3.png differ diff --git a/assets/minecraft/textures/blocks/lapis_ore_0.png b/assets/minecraft/textures/blocks/lapis_ore_0.png new file mode 100644 index 0000000..7cb604d Binary files /dev/null and b/assets/minecraft/textures/blocks/lapis_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/lapis_ore_1.png b/assets/minecraft/textures/blocks/lapis_ore_1.png new file mode 100644 index 0000000..c07d887 Binary files /dev/null and b/assets/minecraft/textures/blocks/lapis_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/quartz_ore_0.png b/assets/minecraft/textures/blocks/quartz_ore_0.png new file mode 100644 index 0000000..0814808 Binary files /dev/null and b/assets/minecraft/textures/blocks/quartz_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/quartz_ore_1.png b/assets/minecraft/textures/blocks/quartz_ore_1.png new file mode 100644 index 0000000..bf48c5b Binary files /dev/null and b/assets/minecraft/textures/blocks/quartz_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/quartz_ore_2.png b/assets/minecraft/textures/blocks/quartz_ore_2.png new file mode 100644 index 0000000..27ce6ba Binary files /dev/null and b/assets/minecraft/textures/blocks/quartz_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/redstone_ore_0.png b/assets/minecraft/textures/blocks/redstone_ore_0.png new file mode 100644 index 0000000..1e0f482 Binary files /dev/null and b/assets/minecraft/textures/blocks/redstone_ore_0.png differ diff --git a/assets/minecraft/textures/blocks/redstone_ore_1.png b/assets/minecraft/textures/blocks/redstone_ore_1.png new file mode 100644 index 0000000..c562592 Binary files /dev/null and b/assets/minecraft/textures/blocks/redstone_ore_1.png differ diff --git a/assets/minecraft/textures/blocks/redstone_ore_2.png b/assets/minecraft/textures/blocks/redstone_ore_2.png new file mode 100644 index 0000000..fd9a4bd Binary files /dev/null and b/assets/minecraft/textures/blocks/redstone_ore_2.png differ diff --git a/assets/minecraft/textures/blocks/redstone_ore_3.png b/assets/minecraft/textures/blocks/redstone_ore_3.png new file mode 100644 index 0000000..1ea59b4 Binary files /dev/null and b/assets/minecraft/textures/blocks/redstone_ore_3.png differ diff --git a/assets/minecraft/textures/blocks/slime.png b/assets/minecraft/textures/blocks/slime.png deleted file mode 100644 index 8f10c2c..0000000 Binary files a/assets/minecraft/textures/blocks/slime.png and /dev/null differ diff --git a/assets/minecraft/textures/entity/slime/slime.png b/assets/minecraft/textures/entity/slime/slime.png deleted file mode 100644 index ba2eaa8..0000000 Binary files a/assets/minecraft/textures/entity/slime/slime.png and /dev/null differ diff --git a/assets/minecraft/textures/font/LICENSE b/assets/minecraft/textures/font/LICENSE deleted file mode 100644 index b07f43d..0000000 --- a/assets/minecraft/textures/font/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -# All Emoji License's - -octocat, squirrel, shipit -Copyright (c) 2012 GitHub Inc. All rights reserved. - -bowtie -Copyright (c) 2012 37signals, LLC. All rights reserved. - -neckbeard -Copyright (c) 2012 Jamie Dihiansan. Creative Commons Attribution 3.0 Unported - -feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect -Copyright (c) 2012 id Software. All rights reserved. - -trollface -Copyright (c) 2012 whynne@deviantart. All rights reserved. - -All other emoji images -Copyright (c) 2012 Apple Inc. All rights reserved. \ No newline at end of file diff --git a/assets/minecraft/textures/font/Thumbs.db b/assets/minecraft/textures/font/Thumbs.db deleted file mode 100644 index e3097e3..0000000 Binary files a/assets/minecraft/textures/font/Thumbs.db and /dev/null differ diff --git a/assets/minecraft/textures/font/copyright.txt b/assets/minecraft/textures/font/copyright.txt deleted file mode 100644 index 81c08ad..0000000 --- a/assets/minecraft/textures/font/copyright.txt +++ /dev/null @@ -1,6 +0,0 @@ -This copyright notice applies to the following files in this folder: -unicode_page_89.png - -Copyright (c) 2015 FabioZumbi12 - -You may redistribute or modify these resources as you wish, but this copyright notice must be distributed alongside them. diff --git a/assets/minecraft/textures/font/unicode_page_26.png b/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 0000000..2be78a1 Binary files /dev/null and b/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/assets/minecraft/textures/font/unicode_page_27.png b/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 0000000..92f4501 Binary files /dev/null and b/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/assets/minecraft/textures/font/unicode_page_4c.png b/assets/minecraft/textures/font/unicode_page_4c.png deleted file mode 100644 index fd1dcba..0000000 Binary files a/assets/minecraft/textures/font/unicode_page_4c.png and /dev/null differ diff --git a/assets/minecraft/textures/font/unicode_page_90.png b/assets/minecraft/textures/font/unicode_page_90.png deleted file mode 100644 index 991eec0..0000000 Binary files a/assets/minecraft/textures/font/unicode_page_90.png and /dev/null differ 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..78d6102 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..d388a9d 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..4e49597 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..616c181 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..b34cbdb 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..cbfea25 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/assets/minecraft/textures/items/door_spruce.png b/assets/minecraft/textures/items/door_spruce.png deleted file mode 100644 index 91a0f3b..0000000 Binary files a/assets/minecraft/textures/items/door_spruce.png and /dev/null differ diff --git a/assets/minecraft/textures/items/slimeball.png b/assets/minecraft/textures/items/slimeball.png deleted file mode 100644 index 13a59ac..0000000 Binary files a/assets/minecraft/textures/items/slimeball.png and /dev/null differ diff --git a/goggles.zip b/goggles.zip deleted file mode 100644 index f37e694..0000000 Binary files a/goggles.zip and /dev/null differ diff --git a/pack.mcmeta b/pack.mcmeta index b7da32e..b51a4af 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 3, - "description": "\u00A7f\u00A7lHapple's Goggles v2.3\n\u00A7bpolargalaxy.com/goggles" + "description": "\u00A73\u00A7lHapple's Goggles v2.4\n\u00A7bpolargalaxy.com/goggles" } } diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..8853e24 Binary files /dev/null and b/screenshot.jpg differ