commit 2f27b469ddced9e1d9e7ec9c696d440177401b7f Author: Donovan Daniels Date: Tue Mar 2 18:25:31 2021 -0600 Initial Commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a70abe1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Donovan Daniels + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f74fad --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +# H0rs3 +Replaces some blocks with a h0rs3 animation. See [Blocks](#blocks) for placements, and [Souces](#sources) for the source. + +### Blocks +8x8, top to bottom +##### Row #1 +- white_concrete_powder +- orange_concrete_powder +- magenta_concrete_powder +- light_blue_concrete_powder +- white_wool +- orange_wool +- magenta_wool +- light_blue_wool + +##### Row #2 +- yellow_concrete_powder +- lime_concrete_powder +- pink_concrete_powder +- gray_concrete_powder +- yellow_wool +- lime_wool +- pink_wool +- gray_wool + +##### Row #3 +- light_gray_concrete_powder +- cyan_concrete_powder +- purple_concrete_powder +- blue_concrete_powder +- light_gray_wool +- cyan_wool +- purple_wool +- blue_wool + +##### Row #4 +- brown_concrete_powder +- green_concrete_powder +- red_concrete_powder +- black_concrete_powder +- brown_wool +- green_wool +- red_wool +- black_wool + +##### Row #5 +- white_terracotta +- orange_terracotta +- magenta_terracotta +- light_blue_terracotta +- white_concrete +- orange_concrete +- magenta_concrete +- light_blue_concrete + +##### Row #6 +- yellow_terracotta +- lime_terracotta +- pink_terracotta +- gray_terracotta +- yellow_concrete +- lime_concrete +- pink_concrete +- gray_concrete + +##### Row #7 +- light_gray_terracotta +- cyan_terracotta +- purple_terracotta +- blue_terracotta +- light_gray_concrete +- cyan_concrete +- purple_concrete +- blue_concrete + +##### Row #8 +- brown_terracotta +- green_terracotta +- red_terracotta +- black_terracotta +- brown_concrete +- green_concrete +- red_concrete +- black_concrete + + +### Sources +* [h0rs3](https://e621.net/posts/2549718) diff --git a/main/assets/minecraft/textures/block/black_concrete.png b/main/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 0000000..33681f2 Binary files /dev/null and b/main/assets/minecraft/textures/block/black_concrete.png differ diff --git a/main/assets/minecraft/textures/block/black_concrete.png.mcmeta b/main/assets/minecraft/textures/block/black_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/black_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/black_concrete_powder.png b/main/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 0000000..e6483ff Binary files /dev/null and b/main/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/black_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/black_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/black_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/black_terracotta.png b/main/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 0000000..6e27dee Binary files /dev/null and b/main/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/black_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/black_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/black_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/black_wool.png b/main/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 0000000..6755121 Binary files /dev/null and b/main/assets/minecraft/textures/block/black_wool.png differ diff --git a/main/assets/minecraft/textures/block/black_wool.png.mcmeta b/main/assets/minecraft/textures/block/black_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/black_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/blue_concrete.png b/main/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 0000000..65f3df5 Binary files /dev/null and b/main/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/main/assets/minecraft/textures/block/blue_concrete.png.mcmeta b/main/assets/minecraft/textures/block/blue_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/blue_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/blue_concrete_powder.png b/main/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 0000000..fec313a Binary files /dev/null and b/main/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/blue_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/blue_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/blue_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/blue_terracotta.png b/main/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 0000000..995faa8 Binary files /dev/null and b/main/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/blue_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/blue_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/blue_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/blue_wool.png b/main/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 0000000..596505e Binary files /dev/null and b/main/assets/minecraft/textures/block/blue_wool.png differ diff --git a/main/assets/minecraft/textures/block/blue_wool.png.mcmeta b/main/assets/minecraft/textures/block/blue_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/blue_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/brown_concrete.png b/main/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 0000000..97a1604 Binary files /dev/null and b/main/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/main/assets/minecraft/textures/block/brown_concrete.png.mcmeta b/main/assets/minecraft/textures/block/brown_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/brown_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/brown_concrete_powder.png b/main/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 0000000..1c66914 Binary files /dev/null and b/main/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/brown_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/brown_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/brown_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/brown_terracotta.png b/main/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 0000000..f53a246 Binary files /dev/null and b/main/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/brown_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/brown_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/brown_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/brown_wool.png b/main/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 0000000..f73673a Binary files /dev/null and b/main/assets/minecraft/textures/block/brown_wool.png differ diff --git a/main/assets/minecraft/textures/block/brown_wool.png.mcmeta b/main/assets/minecraft/textures/block/brown_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/brown_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/cyan_concrete.png b/main/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 0000000..55c979a Binary files /dev/null and b/main/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/main/assets/minecraft/textures/block/cyan_concrete.png.mcmeta b/main/assets/minecraft/textures/block/cyan_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/cyan_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/cyan_concrete_powder.png b/main/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 0000000..baf5f28 Binary files /dev/null and b/main/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/cyan_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/cyan_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/cyan_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/cyan_terracotta.png b/main/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 0000000..502889f Binary files /dev/null and b/main/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/cyan_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/cyan_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/cyan_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/cyan_wool.png b/main/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 0000000..04179db Binary files /dev/null and b/main/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/main/assets/minecraft/textures/block/cyan_wool.png.mcmeta b/main/assets/minecraft/textures/block/cyan_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/cyan_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/gray_concrete.png b/main/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 0000000..1ed488d Binary files /dev/null and b/main/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/main/assets/minecraft/textures/block/gray_concrete.png.mcmeta b/main/assets/minecraft/textures/block/gray_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/gray_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/gray_concrete_powder.png b/main/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 0000000..664d36d Binary files /dev/null and b/main/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/gray_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/gray_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/gray_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/gray_terracotta.png b/main/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 0000000..1b5d507 Binary files /dev/null and b/main/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/gray_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/gray_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/gray_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/gray_wool.png b/main/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 0000000..84117ed Binary files /dev/null and b/main/assets/minecraft/textures/block/gray_wool.png differ diff --git a/main/assets/minecraft/textures/block/gray_wool.png.mcmeta b/main/assets/minecraft/textures/block/gray_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/gray_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/green_concrete.png b/main/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 0000000..72a3131 Binary files /dev/null and b/main/assets/minecraft/textures/block/green_concrete.png differ diff --git a/main/assets/minecraft/textures/block/green_concrete.png.mcmeta b/main/assets/minecraft/textures/block/green_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/green_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/green_concrete_powder.png b/main/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 0000000..3208615 Binary files /dev/null and b/main/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/green_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/green_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/green_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/green_terracotta.png b/main/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 0000000..b507721 Binary files /dev/null and b/main/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/green_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/green_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/green_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/green_wool.png b/main/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 0000000..b663d6d Binary files /dev/null and b/main/assets/minecraft/textures/block/green_wool.png differ diff --git a/main/assets/minecraft/textures/block/green_wool.png.mcmeta b/main/assets/minecraft/textures/block/green_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/green_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_blue_concrete.png b/main/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 0000000..b2e211d Binary files /dev/null and b/main/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/main/assets/minecraft/textures/block/light_blue_concrete.png.mcmeta b/main/assets/minecraft/textures/block/light_blue_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_blue_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_blue_concrete_powder.png b/main/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 0000000..7ef9543 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/light_blue_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/light_blue_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_blue_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_blue_terracotta.png b/main/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 0000000..ca74ef3 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/light_blue_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/light_blue_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_blue_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_blue_wool.png b/main/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 0000000..6b46296 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/main/assets/minecraft/textures/block/light_blue_wool.png.mcmeta b/main/assets/minecraft/textures/block/light_blue_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_blue_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_gray_concrete.png b/main/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 0000000..c5bf6a7 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/main/assets/minecraft/textures/block/light_gray_concrete.png.mcmeta b/main/assets/minecraft/textures/block/light_gray_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_gray_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_gray_concrete_powder.png b/main/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 0000000..edb1250 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/light_gray_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/light_gray_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_gray_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_gray_terracotta.png b/main/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 0000000..baa1b94 Binary files /dev/null and b/main/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/light_gray_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/light_gray_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_gray_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/light_gray_wool.png b/main/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 0000000..cec487d Binary files /dev/null and b/main/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/main/assets/minecraft/textures/block/light_gray_wool.png.mcmeta b/main/assets/minecraft/textures/block/light_gray_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/light_gray_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/lime_concrete.png b/main/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 0000000..983a7bd Binary files /dev/null and b/main/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/main/assets/minecraft/textures/block/lime_concrete.png.mcmeta b/main/assets/minecraft/textures/block/lime_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/lime_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/lime_concrete_powder.png b/main/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 0000000..697fb17 Binary files /dev/null and b/main/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/lime_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/lime_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/lime_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/lime_terracotta.png b/main/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 0000000..26eff1c Binary files /dev/null and b/main/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/lime_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/lime_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/lime_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/lime_wool.png b/main/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 0000000..2643a71 Binary files /dev/null and b/main/assets/minecraft/textures/block/lime_wool.png differ diff --git a/main/assets/minecraft/textures/block/lime_wool.png.mcmeta b/main/assets/minecraft/textures/block/lime_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/lime_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/magenta_concrete.png b/main/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 0000000..0615ef8 Binary files /dev/null and b/main/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/main/assets/minecraft/textures/block/magenta_concrete.png.mcmeta b/main/assets/minecraft/textures/block/magenta_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/magenta_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/magenta_concrete_powder.png b/main/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 0000000..271030a Binary files /dev/null and b/main/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/magenta_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/magenta_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/magenta_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/magenta_terracotta.png b/main/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 0000000..84f0954 Binary files /dev/null and b/main/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/magenta_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/magenta_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/magenta_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/magenta_wool.png b/main/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 0000000..3e63008 Binary files /dev/null and b/main/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/main/assets/minecraft/textures/block/magenta_wool.png.mcmeta b/main/assets/minecraft/textures/block/magenta_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/magenta_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/orange_concrete.png b/main/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 0000000..320dc23 Binary files /dev/null and b/main/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/main/assets/minecraft/textures/block/orange_concrete.png.mcmeta b/main/assets/minecraft/textures/block/orange_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/orange_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/orange_concrete_powder.png b/main/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 0000000..e9bd358 Binary files /dev/null and b/main/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/orange_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/orange_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/orange_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/orange_terracotta.png b/main/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 0000000..d94f383 Binary files /dev/null and b/main/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/orange_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/orange_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/orange_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/orange_wool.png b/main/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 0000000..f5351b9 Binary files /dev/null and b/main/assets/minecraft/textures/block/orange_wool.png differ diff --git a/main/assets/minecraft/textures/block/orange_wool.png.mcmeta b/main/assets/minecraft/textures/block/orange_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/orange_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/pink_concrete.png b/main/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 0000000..8e2e037 Binary files /dev/null and b/main/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/main/assets/minecraft/textures/block/pink_concrete.png.mcmeta b/main/assets/minecraft/textures/block/pink_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/pink_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/pink_concrete_powder.png b/main/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 0000000..b0dd3b0 Binary files /dev/null and b/main/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/pink_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/pink_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/pink_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/pink_terracotta.png b/main/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 0000000..0273903 Binary files /dev/null and b/main/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/pink_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/pink_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/pink_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/pink_wool.png b/main/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 0000000..2a5f4d1 Binary files /dev/null and b/main/assets/minecraft/textures/block/pink_wool.png differ diff --git a/main/assets/minecraft/textures/block/pink_wool.png.mcmeta b/main/assets/minecraft/textures/block/pink_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/pink_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/purple_concrete.png b/main/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 0000000..7894875 Binary files /dev/null and b/main/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/main/assets/minecraft/textures/block/purple_concrete.png.mcmeta b/main/assets/minecraft/textures/block/purple_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/purple_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/purple_concrete_powder.png b/main/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 0000000..27d0b12 Binary files /dev/null and b/main/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/purple_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/purple_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/purple_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/purple_terracotta.png b/main/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 0000000..b3c11b0 Binary files /dev/null and b/main/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/purple_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/purple_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/purple_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/purple_wool.png b/main/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 0000000..cfbf3e6 Binary files /dev/null and b/main/assets/minecraft/textures/block/purple_wool.png differ diff --git a/main/assets/minecraft/textures/block/purple_wool.png.mcmeta b/main/assets/minecraft/textures/block/purple_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/purple_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/red_concrete.png b/main/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 0000000..af14985 Binary files /dev/null and b/main/assets/minecraft/textures/block/red_concrete.png differ diff --git a/main/assets/minecraft/textures/block/red_concrete.png.mcmeta b/main/assets/minecraft/textures/block/red_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/red_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/red_concrete_powder.png b/main/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 0000000..deff9fa Binary files /dev/null and b/main/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/red_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/red_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/red_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/red_terracotta.png b/main/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 0000000..89a30a2 Binary files /dev/null and b/main/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/red_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/red_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/red_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/red_wool.png b/main/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 0000000..2c91ec9 Binary files /dev/null and b/main/assets/minecraft/textures/block/red_wool.png differ diff --git a/main/assets/minecraft/textures/block/red_wool.png.mcmeta b/main/assets/minecraft/textures/block/red_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/red_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/white_concrete.png b/main/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 0000000..6431aef Binary files /dev/null and b/main/assets/minecraft/textures/block/white_concrete.png differ diff --git a/main/assets/minecraft/textures/block/white_concrete.png.mcmeta b/main/assets/minecraft/textures/block/white_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/white_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/white_concrete_powder.png b/main/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 0000000..9235903 Binary files /dev/null and b/main/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/white_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/white_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/white_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/white_terracotta.png b/main/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 0000000..229a243 Binary files /dev/null and b/main/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/white_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/white_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/white_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/white_wool.png b/main/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 0000000..8e15316 Binary files /dev/null and b/main/assets/minecraft/textures/block/white_wool.png differ diff --git a/main/assets/minecraft/textures/block/white_wool.png.mcmeta b/main/assets/minecraft/textures/block/white_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/white_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/yellow_concrete.png b/main/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 0000000..93dd0a8 Binary files /dev/null and b/main/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/main/assets/minecraft/textures/block/yellow_concrete.png.mcmeta b/main/assets/minecraft/textures/block/yellow_concrete.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/yellow_concrete.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/yellow_concrete_powder.png b/main/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 0000000..fa3b201 Binary files /dev/null and b/main/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/main/assets/minecraft/textures/block/yellow_concrete_powder.png.mcmeta b/main/assets/minecraft/textures/block/yellow_concrete_powder.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/yellow_concrete_powder.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/yellow_terracotta.png b/main/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 0000000..647764c Binary files /dev/null and b/main/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/main/assets/minecraft/textures/block/yellow_terracotta.png.mcmeta b/main/assets/minecraft/textures/block/yellow_terracotta.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/yellow_terracotta.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/assets/minecraft/textures/block/yellow_wool.png b/main/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 0000000..d282738 Binary files /dev/null and b/main/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/main/assets/minecraft/textures/block/yellow_wool.png.mcmeta b/main/assets/minecraft/textures/block/yellow_wool.png.mcmeta new file mode 100644 index 0000000..df4dfea --- /dev/null +++ b/main/assets/minecraft/textures/block/yellow_wool.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} diff --git a/main/pack.mcmeta b/main/pack.mcmeta new file mode 100755 index 0000000..c4e53fc --- /dev/null +++ b/main/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 6, + "description": "Converts some blocks (8x8) into a h0rs3 animation." + } +} diff --git a/main/pack.png b/main/pack.png new file mode 100644 index 0000000..559036b Binary files /dev/null and b/main/pack.png differ