Skip to content

Commit

Permalink
Add text in the mod menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lebonq committed Dec 31, 2021
1 parent 29a4c4e commit 40c3f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version=1.17.1
yarn_mappings=1.17.1+build.61
loader_version=0.11.6
#Mod properties
mod_version = 1.4.6
mod_version = 1.4.7
maven_group = fr.lebon
archives_base_name = autopath

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/assets/autopath/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"text.autoconfig.autopath.option.permanentPath" : "Permanent path",
"text.autoconfig.autopath.option.permanentPath.@Tooltip" : "Enable permanent path",
"text.autoconfig.autopath.option.steppedBeforePermanent" : "Number of step until permanent",
"text.autoconfig.autopath.option.steppedBeforePermanent.@Tooltip" : "Number of times the block is stepped before becoming permanent"
"text.autoconfig.autopath.option.steppedBeforePermanent.@Tooltip" : "Number of times the block is stepped before becoming permanent",
"text.autoconfig.autopath.option.permanentAsDirtPath" : "Enable vanilla path block",
"text.autoconfig.autopath.option.permanentAsDirtPath@ToolTip" : "Force permanent path to be transform into vanilla path block"
}

0 comments on commit 40c3f62

Please sign in to comment.