Skip to content

Commit

Permalink
Adjust scythe model
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Jul 7, 2024
1 parent c20b597 commit 4c5a2c0
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_biomass"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_diamond"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_golden"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_iron"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_lady_harken"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_livingmetal"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_reaper"
}
Expand Down
30 changes: 30 additions & 0 deletions src/main/resources/assets/harkenscythe/models/item/scythe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parent": "item/generated",
"display": {
"thirdperson_righthand": {
"rotation": [50, 270, 50],
"translation": [0.00, 10.00, 12.00],
"scale": [1.50, 1.50, 1.50]
},
"thirdperson_lefthand": {
"rotation": [0, 90, 0],
"translation": [0.00, 10.00, 12.00],
"scale": [1.50, 1.50, 1.50]
},
"firstperson_righthand": {
"rotation": [0, 280, 30],
"translation": [1.00, 6.00, 0.00],
"scale": [0.80, 0.90, 0.80]
},
"firstperson_lefthand": {
"rotation": [0, 90, 330],
"translation": [1.00, 6.00, 0.00],
"scale": [0.80, 0.90, 0.80]
},
"ground": {
"rotation": [0, 0, 0],
"translation": [0.00, 4.00, 0.00],
"scale": [0.60, 0.70, 0.60]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_stone"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "item/handheld",
"parent": "harkenscythe:item/scythe",
"textures": {
"layer0": "harkenscythe:items/scythe_wooden"
}
Expand Down

0 comments on commit 4c5a2c0

Please sign in to comment.