Skip to content

Commit eabfa7c

Browse files
committed
Fix merge error
1 parent d8a3848 commit eabfa7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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_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_fishing_rod.json

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

0 commit comments

Comments
 (0)