Skip to content

Commit

Permalink
Heaven's gate first person + full Aura
Browse files Browse the repository at this point in the history
  • Loading branch information
Porkyoot committed Jun 5, 2024
1 parent 29e9754 commit 043d3bc
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 11 deletions.
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/netherite_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{ "predicate": {"custom_model_data": 2}, "model": "item/weapons/vaporwave_sword"},
{ "predicate": {"custom_model_data": 3}, "model": "item/weapons/ocams_razor"},
{ "predicate": {"custom_model_data": 137500}, "model": "item/weapons/heavens_gate"},
{ "predicate": {"custom_model_data": 137501}, "model": "item/weapons/heavens_gate_aura"}
{ "predicate": {"custom_model_data": 137501}, "model": "item/weapons/heavens_gate_aura"},
{ "predicate": {"custom_model_data": 137502}, "model": "item/weapons/heavens_gate_aura_full"}
]
}
16 changes: 8 additions & 8 deletions assets/minecraft/models/item/weapons/heavens_gate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"texture_size": [32, 32],
"textures": {
"0": "item/weapons/heavens_gate",
"1": "item/weapons/heavens_gate_aura_empty",
"3": "item/weapons/heavens_gate_aura_empty",
"particle": "item/weapons/heavens_gate"
},
"elements": [
Expand Down Expand Up @@ -528,11 +528,11 @@
"to": [10.5, 32, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [11, 12, 8]},
"faces": {
"north": {"uv": [0, 0, 2.5, 10], "texture": "#1"},
"east": {"uv": [0, 0, 0.5, 10], "texture": "#1"},
"south": {"uv": [2.5, 0, 0, 10], "texture": "#1"},
"west": {"uv": [2, 0, 2.5, 10], "texture": "#1"},
"up": {"uv": [2.5, 0.5, 0, 0], "texture": "#1"},
"north": {"uv": [0, 0, 2.5, 10], "texture": "#3"},
"east": {"uv": [0, 0, 0.5, 10], "texture": "#3"},
"south": {"uv": [2.5, 0, 0, 10], "texture": "#3"},
"west": {"uv": [2, 0, 2.5, 10], "texture": "#3"},
"up": {"uv": [2.5, 0.5, 0, 0], "texture": "#3"},
"down": {"uv": [2.5, 9.5, 0, 10], "texture": "#missing"}
}
}
Expand All @@ -549,8 +549,8 @@
"scale": [0.85, 0.85, 0.85]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"rotation": [0, -90, -20],
"translation": [3, 0.2, -1.5],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
Expand Down
4 changes: 2 additions & 2 deletions assets/minecraft/models/item/weapons/heavens_gate_aura.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@
"scale": [0.85, 0.85, 0.85]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"rotation": [0, -90, -20],
"translation": [3, 0.2, -1.5],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
Expand Down
Loading

0 comments on commit 043d3bc

Please sign in to comment.