Skip to content

Commit

Permalink
Fixed a couple of small Neptunium Bow issues. Closes #118
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed May 19, 2020
1 parent 7b17b3d commit 3bc5eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/assets/aquaculture/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"aquaculture.neptunium_shovel.tooltip.desc" : "Usable without speed penalty underwater",
"aquaculture.neptunium_sword.tooltip.title" : "Neptune's Might",
"aquaculture.neptunium_sword.tooltip.desc" : "Increases damage against enemies underwater",
"aquaculture.neptunium_bow.tooltip.title" : "Neptune's Srike",
"aquaculture.neptunium_bow.tooltip.title" : "Neptune's Strike",
"aquaculture.neptunium_bow.tooltip.desc" : "Makes arrows go smoothly through water",
"aquaculture.neptunium_fillet_knife.tooltip.title" : "Neptune's Feast",
"aquaculture.neptunium_fillet_knife.tooltip.desc" : "Increases the amount of fillets you get",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
{
"item": "aquaculture:neptunium_sword"
},
{
"item": "aquaculture:neptunium_bow"
}
],
"result": "aquaculture:neptunium_ingot",
Expand Down

0 comments on commit 3bc5eac

Please sign in to comment.