Initial Commit
21
LICENSE
Normal file
|
@ -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.
|
88
README.md
Normal file
|
@ -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)
|
BIN
main/assets/minecraft/textures/block/black_concrete.png
Normal file
After Width: | Height: | Size: 274 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/black_concrete_powder.png
Normal file
After Width: | Height: | Size: 713 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/black_terracotta.png
Normal file
After Width: | Height: | Size: 324 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/black_wool.png
Normal file
After Width: | Height: | Size: 429 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/blue_concrete.png
Normal file
After Width: | Height: | Size: 454 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/blue_concrete_powder.png
Normal file
After Width: | Height: | Size: 704 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/blue_terracotta.png
Normal file
After Width: | Height: | Size: 622 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/blue_wool.png
Normal file
After Width: | Height: | Size: 407 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/brown_concrete.png
Normal file
After Width: | Height: | Size: 320 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/brown_concrete_powder.png
Normal file
After Width: | Height: | Size: 480 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/brown_terracotta.png
Normal file
After Width: | Height: | Size: 265 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/brown_wool.png
Normal file
After Width: | Height: | Size: 669 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/cyan_concrete.png
Normal file
After Width: | Height: | Size: 525 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/cyan_concrete_powder.png
Normal file
After Width: | Height: | Size: 558 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/cyan_terracotta.png
Normal file
After Width: | Height: | Size: 551 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/cyan_wool.png
Normal file
After Width: | Height: | Size: 661 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/gray_concrete.png
Normal file
After Width: | Height: | Size: 409 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/gray_concrete_powder.png
Normal file
After Width: | Height: | Size: 595 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/gray_terracotta.png
Normal file
After Width: | Height: | Size: 714 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/gray_wool.png
Normal file
After Width: | Height: | Size: 353 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/green_concrete.png
Normal file
After Width: | Height: | Size: 367 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/green_concrete_powder.png
Normal file
After Width: | Height: | Size: 622 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/green_terracotta.png
Normal file
After Width: | Height: | Size: 355 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/green_wool.png
Normal file
After Width: | Height: | Size: 632 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_blue_concrete.png
Normal file
After Width: | Height: | Size: 371 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
After Width: | Height: | Size: 307 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_blue_terracotta.png
Normal file
After Width: | Height: | Size: 806 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_blue_wool.png
Normal file
After Width: | Height: | Size: 228 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_gray_concrete.png
Normal file
After Width: | Height: | Size: 555 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
After Width: | Height: | Size: 476 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_gray_terracotta.png
Normal file
After Width: | Height: | Size: 476 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/light_gray_wool.png
Normal file
After Width: | Height: | Size: 714 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/lime_concrete.png
Normal file
After Width: | Height: | Size: 518 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/lime_concrete_powder.png
Normal file
After Width: | Height: | Size: 529 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/lime_terracotta.png
Normal file
After Width: | Height: | Size: 541 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/lime_wool.png
Normal file
After Width: | Height: | Size: 621 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/magenta_concrete.png
Normal file
After Width: | Height: | Size: 615 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/magenta_concrete_powder.png
Normal file
After Width: | Height: | Size: 307 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/magenta_terracotta.png
Normal file
After Width: | Height: | Size: 723 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/magenta_wool.png
Normal file
After Width: | Height: | Size: 309 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/orange_concrete.png
Normal file
After Width: | Height: | Size: 637 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/orange_concrete_powder.png
Normal file
After Width: | Height: | Size: 262 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/orange_terracotta.png
Normal file
After Width: | Height: | Size: 618 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/orange_wool.png
Normal file
After Width: | Height: | Size: 322 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/pink_concrete.png
Normal file
After Width: | Height: | Size: 566 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/pink_concrete_powder.png
Normal file
After Width: | Height: | Size: 641 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/pink_terracotta.png
Normal file
After Width: | Height: | Size: 678 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/pink_wool.png
Normal file
After Width: | Height: | Size: 491 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|
BIN
main/assets/minecraft/textures/block/purple_concrete.png
Normal file
After Width: | Height: | Size: 530 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"animation": {}
|
||||||
|
}
|