Skip to content

Commit

Permalink
Fix typo in config screen (fixes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Dec 16, 2023
1 parent 47ef804 commit 34b1bea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/3.0.1+1.20.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix typo in config screen
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.20.2
yarn_mappings=1.20.2+build.2
loader_version=0.14.22

mod_version=3.0.0
mod_version=3.0.1
maven_group=io.github.mattidragon
archives_base_name=advanced-networking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"config.advanced_networking.option.controller_item_transfer_rate.tooltip": "Defines how many items a controller can move in a action.",
"config.advanced_networking.option.controller_fluid_transfer_rate": "Fluid Transfer Rate",
"config.advanced_networking.option.controller_fluid_transfer_rate.tooltip": "Defines how much fluid a controller can move in a action.",
"config.advanced_networking.option.controller_energy_transfer_rate": "Item Transfer Rate",
"config.advanced_networking.option.controller_energy_transfer_rate": "Energy Transfer Rate",
"config.advanced_networking.option.controller_energy_transfer_rate.tooltip": "Defines how much energy a controller can move in a action.",
"config.advanced_networking.option.disable_regex_filtering": "Disable Regex Filtering",
"config.advanced_networking.option.disable_regex_filtering.tooltip": "Disables regex filtering for filter nodes. This is recommended for public servers because regex can be used to cause major lag.",
Expand Down

0 comments on commit 34b1bea

Please sign in to comment.