Skip to content

Commit 4cfee3d

Browse files
committed
Fix texture issues for sure
1 parent 9d5411c commit 4cfee3d

11 files changed

Lines changed: 11 additions & 11 deletions

common/src/main/resources/assets/netherite_plus/models/item/netherite_bow.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_bow_pulling_0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/bow",
2+
"parent": "netherite_plus:item/netherite_bow",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_bow_pulling_0"
55
}

common/src/main/resources/assets/netherite_plus/models/item/netherite_bow_pulling_1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/bow",
2+
"parent": "netherite_plus:item/netherite_bow",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_bow_pulling_1"
55
}

common/src/main/resources/assets/netherite_plus/models/item/netherite_bow_pulling_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/bow",
2+
"parent": "netherite_plus:item/netherite_bow",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_bow_pulling_2"
55
}

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow_arrow.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow_firework.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow_pulling_0.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow_pulling_1.json

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

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow_pulling_2.json

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

0 commit comments

Comments
 (0)