Skip to content

Commit edf39ea

Browse files
committed
Fixed model handling so that models render properly in the hand
1 parent 7fb7dd8 commit edf39ea

File tree

8 files changed

+8
-14
lines changed

8 files changed

+8
-14
lines changed

src/main/resources/assets/mcdw/models/item/axe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/generated",
2+
"parent": "item/handheld",
33
"textures": {
44
"layer0": "mcdw:item/axe"
55
},

src/main/resources/assets/mcdw/models/item/axe_double.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/axe_double"
65
},

src/main/resources/assets/mcdw/models/item/dagger_soul_knife.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/dagger_soul_knife"
65
},

src/main/resources/assets/mcdw/models/item/pick_diamond_pickaxe_var.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/generated",
2+
"parent": "item/handheld",
33
"textures": {
44
"layer0": "mcdw:item/pick_diamond_pickaxe_var",
55
"particle": "mcdw:item/pick_diamond_pickaxe_var"

src/main/resources/assets/mcdw/models/item/sickle_last_laugh_gold.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/sickle_last_laugh_gold"
65
},

src/main/resources/assets/mcdw/models/item/sickle_last_laugh_silver.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/sickle_last_laugh_silver"
65
},

src/main/resources/assets/mcdw/models/item/sickle_nightmares_bite.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/sickle_nightmares_bite"
65
},

src/main/resources/assets/mcdw/models/item/sickle_sickle.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"credit": "Made with Blockbench",
3-
"parent": "item/generated",
2+
"parent": "item/handheld",
43
"textures": {
54
"layer0": "mcdw:item/sickle_sickle"
65
},

0 commit comments

Comments
 (0)