Skip to content

Commit

Permalink
Update gradel.yml and fix en_us.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Mar 20, 2024
1 parent b9d7313 commit 4ba1590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Save Artifact
uses: actions/upload-artifact@v3
with:
path: build/libs/autofish-*.jar
path: build/libs/*.jar
2 changes: 1 addition & 1 deletion src/main/resources/assets/autofish/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"options.autofish.random_delay.title": "Random Recast Delay Field",
"options.autofish.random_delay.value": "%d percent",
"options.autofish.random_delay.tooltip_0": "Add ±% randomness to the Recast Delay",
"options.autofish.random_delay.tooltip_1": "For example: Set this to 20% will make.",
"options.autofish.random_delay.tooltip_1": "For example: Set this to 20% will make",
"options.autofish.random_delay.tooltip_2": "a 1500ms delay fall in 1200-1800ms (1500ms ±20%).",
"options.autofish.random_delay.tooltip_3": "Set this to 0 to disable this function.",

Expand Down

0 comments on commit 4ba1590

Please sign in to comment.