Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Feb 6, 2021
1 parent d8a3848 commit eabfa7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/bow",
"parent": "item/generated",
"textures": {
"layer0": "netherite_plus:item/netherite_bow"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/crossbow",
"parent": "item/generated",
"textures": {
"layer0": "netherite_plus:item/netherite_crossbow_standby"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/fishing_rod",
"parent": "item/generated",
"textures": {
"layer0": "netherite_plus:item/netherite_fishing_rod"
},
Expand Down

0 comments on commit eabfa7c

Please sign in to comment.