Skip to content

Commit

Permalink
wumpus
Browse files Browse the repository at this point in the history
  • Loading branch information
RedVortexDev committed Oct 28, 2024
1 parent 4b79a8a commit abb958d
Show file tree
Hide file tree
Showing 12 changed files with 1,003 additions and 11 deletions.
93 changes: 93 additions & 0 deletions pack/assets/animated_java/models/item/wumpus/arm_left.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"textures": {
"0": "animated_java:item/wumpus/texture"
},
"elements": [
{
"from": [
7,
4.5,
7
],
"to": [
9,
8.5,
9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
11.5,
1.5,
8
]
},
"faces": {
"north": {
"uv": [
11,
5.5,
12,
7.5
],
"texture": "#0"
},
"east": {
"uv": [
11,
7.5,
12,
9.5
],
"texture": "#0"
},
"south": {
"uv": [
9,
11,
10,
13
],
"texture": "#0"
},
"west": {
"uv": [
11,
9.5,
12,
11.5
],
"texture": "#0"
},
"up": {
"uv": [
2,
14,
1,
13
],
"texture": "#0"
},
"down": {
"uv": [
3,
13,
2,
14
],
"texture": "#0"
}
}
}
],
"display": {
"head": {
"rotation": [
0,
180,
0
]
}
}
}
93 changes: 93 additions & 0 deletions pack/assets/animated_java/models/item/wumpus/arm_right.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"textures": {
"0": "animated_java:item/wumpus/texture"
},
"elements": [
{
"from": [
7,
4.5,
7
],
"to": [
9,
8.5,
9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
4.5,
1.5,
8
]
},
"faces": {
"north": {
"uv": [
10,
11,
11,
13
],
"texture": "#0"
},
"east": {
"uv": [
11.5,
1.5,
12.5,
3.5
],
"texture": "#0"
},
"south": {
"uv": [
11.5,
3.5,
12.5,
5.5
],
"texture": "#0"
},
"west": {
"uv": [
4,
11.5,
5,
13.5
],
"texture": "#0"
},
"up": {
"uv": [
4,
14,
3,
13
],
"texture": "#0"
},
"down": {
"uv": [
6,
13,
5,
14
],
"texture": "#0"
}
}
}
],
"display": {
"head": {
"rotation": [
0,
180,
0
]
}
}
}
84 changes: 84 additions & 0 deletions pack/assets/animated_java/models/item/wumpus/body.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"textures": {
"0": "animated_java:item/wumpus/texture"
},
"elements": [
{
"from": [
5.5,
4.5,
6
],
"to": [
10.5,
8.5,
10
],
"faces": {
"north": {
"uv": [
6,
6,
8.5,
8
],
"texture": "#0"
},
"east": {
"uv": [
0,
9,
2,
11
],
"texture": "#0"
},
"south": {
"uv": [
6,
8,
8.5,
10
],
"texture": "#0"
},
"west": {
"uv": [
2,
9,
4,
11
],
"texture": "#0"
},
"up": {
"uv": [
11,
8,
8.5,
6
],
"texture": "#0"
},
"down": {
"uv": [
11,
8,
8.5,
10
],
"texture": "#0"
}
}
}
],
"display": {
"head": {
"rotation": [
0,
180,
0
]
}
}
}
Loading

0 comments on commit abb958d

Please sign in to comment.