Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e25411c0 | ||
|
|
fc4ef68665 | ||
|
|
62ca45c4e1 | ||
|
|
d2d8eefc8d | ||
|
|
f40a6eb541 | ||
|
|
99f2156883 | ||
|
|
68d4021d54 | ||
|
|
3bbbf62712 | ||
|
|
5091000e58 | ||
|
|
3916c1f4d5 | ||
|
|
fcb9042d21 | ||
|
|
b2dfc93d21 | ||
|
|
5956eebacc | ||
|
|
4a7d9b5523 | ||
|
|
6785fe05fa | ||
|
|
b5ca564df0 | ||
|
|
f81b19e847 | ||
|
|
0a1374c9ac | ||
|
|
4b05ba6039 | ||
|
|
3a2e8c3333 | ||
|
|
33caba3279 | ||
|
|
8f4c3cb117 | ||
|
|
dbfc4f807e | ||
|
|
e7fe377616 | ||
|
|
0a5f138fcb | ||
|
|
36d194d47f | ||
|
|
38978455ae | ||
|
|
3def82e08d | ||
|
|
aff760d33e | ||
|
|
70708ae010 | ||
|
|
29defaa2cc | ||
|
|
d545b4a174 | ||
|
|
9a3a61df91 | ||
|
|
7a4eeea80a | ||
|
|
1dfae6d3c6 | ||
|
|
5116facf6d | ||
|
|
3bea62aee4 | ||
|
|
61ec89cdfb | ||
|
|
da4ab7e627 | ||
|
|
9a88e19119 | ||
|
|
df719698c1 | ||
|
|
a682dc4778 | ||
|
|
9f1f5c1146 | ||
|
|
a75c49235e | ||
|
|
49ca2555b4 | ||
|
|
736ea1013b | ||
|
|
ac32dc2f53 | ||
|
|
f5faf86c9d | ||
|
|
c874b958f8 | ||
|
|
5d6c04ccd5 | ||
|
|
890f747478 | ||
|
|
623dbb320d | ||
|
|
5fcc651672 | ||
|
|
03eb51a53e | ||
|
|
01e4803717 | ||
|
|
1e1a69a69b | ||
|
|
844d2492a1 | ||
|
|
08236c5dfd | ||
|
|
30a82d14ed | ||
|
|
3614570707 | ||
|
|
469c2d870e | ||
|
|
c2a850bcf6 | ||
|
|
6273157ae8 | ||
|
|
7b3d2e033f |
30
.gitignore
vendored
@@ -1 +1,31 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
._*
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
Thumbs.db
|
||||||
|
Thumbs.db:encryptable
|
||||||
|
ehthumbs.db
|
||||||
|
ehthumbs_vista.db
|
||||||
|
*.stackdump
|
||||||
|
[Dd]esktop.ini
|
||||||
|
*~
|
||||||
|
.fuse_hidden*
|
||||||
|
.directory
|
||||||
|
.Trash-*
|
||||||
|
.nfs*
|
||||||
|
|
||||||
|
# For testing out the autozip workflow
|
||||||
|
.act-secrets.local
|
||||||
|
.act-vars.local
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 2,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 3,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 3,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 4,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 4,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 5,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 5,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 6,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 1,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 2,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 562 B |
@@ -1 +0,0 @@
|
|||||||
Models have been added in 1.8
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 2,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 3,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 3,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 4,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 4,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 5,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 5,
|
|
||||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 627 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 471 B |
|
Before Width: | Height: | Size: 851 B |
|
Before Width: | Height: | Size: 785 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 942 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 833 B |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 682 B |
|
Before Width: | Height: | Size: 964 B |
|
Before Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 846 B |
|
Before Width: | Height: | Size: 856 B |
|
Before Width: | Height: | Size: 589 B |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 648 B |
|
Before Width: | Height: | Size: 726 B |
|
Before Width: | Height: | Size: 659 B |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 251 B |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 461 B |
|
Before Width: | Height: | Size: 518 B |
|
Before Width: | Height: | Size: 982 B |
|
Before Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 820 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 791 B |
|
Before Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 547 B |
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"animation": {
|
|
||||||
"interpolate": true,
|
|
||||||
"frametime": 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 543 B |
|
Before Width: | Height: | Size: 488 B |