Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix texture UV mapping on tv screen model #63

Merged
merged 3 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ scoreboard players add .aj.last_id aj.id 0
scoreboard players set $aj.loop_mode.loop aj.i 0
scoreboard players set $aj.loop_mode.once aj.i 1
scoreboard players set $aj.loop_mode.hold aj.i 2
scoreboard players set aj.tv_screen.export_version aj.i -41562086
scoreboard players set aj.tv_screen.export_version aj.i -281196634
scoreboard players reset * aj.tv_screen.rig_loaded
execute as @e[type=minecraft:item_display,tag=aj.tv_screen.root] run function animated_java:tv_screen/zzzzzzzz/on_load
198 changes: 99 additions & 99 deletions resourcepack/assets/animated_java/models/item/tv_screen/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,37 @@
"faces": {
"north": {
"uv": [
2,
2,
0,
14,
14
16,
16
],
"texture": "#0"
},
"east": {
"uv": [
2,
2,
5,
14,
14
16,
16
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
1,
14,
14
15,
16
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
3,
14,
14
14,
16
],
"texture": "#0"
},
Expand All @@ -72,10 +72,10 @@
},
"down": {
"uv": [
2,
2,
14,
14
0,
6,
16,
12
],
"rotation": 180,
"texture": "#0"
Expand Down Expand Up @@ -106,36 +106,36 @@
"north": {
"uv": [
0,
2,
14,
16,
6
16
],
"texture": "#0"
},
"east": {
"uv": [
2,
2,
5,
14,
14
16,
16
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
0,
14,
14
16,
16
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
0,
14,
14
11,
16
],
"texture": "#0"
},
Expand Down Expand Up @@ -194,46 +194,46 @@
"east": {
"uv": [
2,
2,
14,
14
0,
5,
16
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
1,
14,
14
16
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
11,
0,
14,
14
16
],
"texture": "#0"
},
"up": {
"uv": [
2,
2,
14,
14
0,
10,
16,
12
],
"rotation": 180,
"texture": "#0"
},
"down": {
"uv": [
2,
2,
0,
14,
14
16,
16
],
"rotation": 180,
"texture": "#0"
Expand Down Expand Up @@ -272,47 +272,47 @@
},
"east": {
"uv": [
2,
2,
14,
14
0,
0,
3,
13
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
14,
14
0,
0,
16,
16
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
14,
14
13,
0,
16,
13
],
"texture": "#0"
},
"up": {
"uv": [
2,
2,
14,
14
0,
0,
16,
2
],
"rotation": 180,
"texture": "#0"
},
"down": {
"uv": [
2,
2,
1,
14,
14
15,
16
],
"rotation": 180,
"texture": "#0"
Expand Down Expand Up @@ -342,46 +342,46 @@
"faces": {
"north": {
"uv": [
2,
2,
14,
14
16,
0,
0,
2
],
"texture": "#0"
},
"east": {
"uv": [
2,
2,
14,
14
5,
0,
16,
2
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
14,
14
0,
7,
16,
9
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
14,
14
0,
0,
11,
2
],
"texture": "#0"
},
"up": {
"uv": [
2,
2,
14,
14
0,
9,
16,
15
],
"rotation": 180,
"texture": "#0"
Expand Down Expand Up @@ -421,27 +421,27 @@
"faces": {
"north": {
"uv": [
2,
2,
14,
14
0,
6,
3,
15
],
"texture": "#0"
},
"east": {
"uv": [
2,
2,
14,
5,
3,
16,
14
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
14,
3,
16,
14
],
"texture": "#0"
Expand Down Expand Up @@ -500,10 +500,10 @@
"faces": {
"north": {
"uv": [
2,
2,
14,
14
13,
5,
16,
15
],
"texture": "#0"
},
Expand All @@ -518,18 +518,18 @@
},
"south": {
"uv": [
0,
3,
2,
2,
14,
14
],
"texture": "#0"
},
"west": {
"uv": [
2,
2,
14,
0,
3,
11,
14
],
"texture": "#0"
Expand Down
Loading