Multiple Thread improvements.

improved the threads.
This commit is contained in:
Kryppers 2021-02-18 16:01:05 +00:00
parent 159e298e8b
commit 779b19b377
8 changed files with 9 additions and 9 deletions

View file

@ -26,9 +26,9 @@
"to": [11, 11, 11],
"shade": false,
"faces": {
"north": {"uv": [8, 5, 14, 16], "texture": "#2"},
"east": {"uv": [2, 5, 8, 16], "texture": "#2"},
"south": {"uv": [4, 5, 10, 16], "texture": "#2"},
"north": {"uv": [0, 5, 6, 16], "texture": "#2"},
"east": {"uv": [6, 5, 12, 16], "texture": "#2"},
"south": {"uv": [0, 5, 6, 16], "texture": "#2"},
"west": {"uv": [6, 5, 12, 16], "texture": "#2"}
}
},

View file

@ -12,8 +12,8 @@
"shade": false,
"faces": {
"north": {"uv": [0, 0, 6, 16], "texture": "#2"},
"east": {"uv": [2, 0, 8, 16], "texture": "#2"},
"south": {"uv": [4, 0, 10, 16], "texture": "#2"},
"east": {"uv": [6, 0, 12, 16], "texture": "#2"},
"south": {"uv": [0, 0, 6, 16], "texture": "#2"},
"west": {"uv": [6, 0, 12, 16], "texture": "#2"}
}
}

View file

@ -52,8 +52,8 @@
"to": [11, 11, 11],
"shade": false,
"faces": {
"north": {"uv": [4, 5, 10, 11], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 5, 9, 11], "rotation": 180, "texture": "#2"},
"north": {"uv": [0, 5, 6, 11], "rotation": 180, "texture": "#2"},
"east": {"uv": [6, 5, 12, 11], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 5, 6, 11], "rotation": 180, "texture": "#2"},
"west": {"uv": [6, 5, 12, 11], "rotation": 180, "texture": "#2"}
}

View file

@ -27,8 +27,8 @@
"shade": false,
"faces": {
"north": {"uv": [0, 0, 6, 11], "texture": "#2"},
"east": {"uv": [2, 0, 8, 11], "texture": "#2"},
"south": {"uv": [4, 0, 10, 11], "texture": "#2"},
"east": {"uv": [6, 0, 12, 11], "texture": "#2"},
"south": {"uv": [0, 0, 6, 11], "texture": "#2"},
"west": {"uv": [6, 0, 12, 11], "texture": "#2"}
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 6 KiB