Skip to content

Commit

Permalink
トゥルのモデル更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuzume committed Oct 23, 2024
1 parent 80fffc5 commit dd9d13e
Show file tree
Hide file tree
Showing 37 changed files with 453 additions and 349 deletions.
26 changes: 13 additions & 13 deletions assets/animated_java/models/item/tultaria/left_ring.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"textures": {
"5": "animated_java:item/tultaria/texture_ring"
"5": "animated_java:item/tultaria/variant/ring/none"
},
"elements": [
{
Expand Down Expand Up @@ -35,28 +35,28 @@
},
"east": {
"uv": [
12,
0,
6,
0,
0,
3
],
"texture": "#5"
},
"south": {
"uv": [
6,
6,
0,
9
0,
3
],
"texture": "#5"
},
"west": {
"uv": [
6,
3,
0,
6
0,
3
],
"texture": "#5"
}
Expand Down Expand Up @@ -86,19 +86,19 @@
"north": {
"uv": [
6,
6,
0,
9
0,
3
],
"rotation": 180,
"texture": "#5"
},
"east": {
"uv": [
6,
3,
0,
6
0,
3
],
"rotation": 180,
"texture": "#5"
Expand All @@ -115,9 +115,9 @@
},
"west": {
"uv": [
12,
0,
6,
0,
0,
3
],
"rotation": 180,
Expand Down
26 changes: 13 additions & 13 deletions assets/animated_java/models/item/tultaria/right_ring.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"textures": {
"5": "animated_java:item/tultaria/texture_ring"
"5": "animated_java:item/tultaria/variant/ring/none"
},
"elements": [
{
Expand Down Expand Up @@ -36,26 +36,26 @@
"east": {
"uv": [
0,
3,
0,
6,
6
3
],
"texture": "#5"
},
"south": {
"uv": [
0,
0,
6,
6,
9
3
],
"texture": "#5"
},
"west": {
"uv": [
6,
0,
12,
0,
6,
3
],
"texture": "#5"
Expand Down Expand Up @@ -85,19 +85,19 @@
"faces": {
"north": {
"uv": [
0,
0,
6,
6,
9
3
],
"rotation": 180,
"texture": "#5"
},
"east": {
"uv": [
6,
0,
12,
0,
6,
3
],
"rotation": 180,
Expand All @@ -116,9 +116,9 @@
"west": {
"uv": [
0,
3,
0,
6,
6
3
],
"rotation": 180,
"texture": "#5"
Expand Down
138 changes: 138 additions & 0 deletions assets/animated_java/models/item/tultaria/variant/ring/light.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
{
"textures": {
"5": "animated_java:item/tultaria/texture_ring"
},
"elements": [
{
"from": [
5,
6.5,
5
],
"to": [
11,
9.5,
11
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
10,
6.5,
5
]
},
"faces": {
"north": {
"uv": [
0,
0,
6,
3
],
"texture": "#5"
},
"east": {
"uv": [
0,
3,
6,
6
],
"texture": "#5"
},
"south": {
"uv": [
0,
6,
6,
9
],
"texture": "#5"
},
"west": {
"uv": [
6,
0,
12,
3
],
"texture": "#5"
}
}
},
{
"from": [
11,
9.5,
11
],
"to": [
5,
6.5,
5
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
10,
6.5,
5
]
},
"faces": {
"north": {
"uv": [
0,
6,
6,
9
],
"rotation": 180,
"texture": "#5"
},
"east": {
"uv": [
6,
0,
12,
3
],
"rotation": 180,
"texture": "#5"
},
"south": {
"uv": [
0,
0,
6,
3
],
"rotation": 180,
"texture": "#5"
},
"west": {
"uv": [
0,
3,
6,
6
],
"rotation": 180,
"texture": "#5"
}
}
}
],
"display": {
"head": {
"rotation": [
0,
180,
0
]
}
}
}
Loading

0 comments on commit dd9d13e

Please sign in to comment.