Skip to content

Commit

Permalink
properly label item/fluid limits
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jun 6, 2022
1 parent 4539262 commit c3d4d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"block.projectexpansion.fading_collector": "Fading Collector [MK 15]",
"block.projectexpansion.final_collector": "Final Collector [MK 16]",
"block.projectexpansion.emc_link.tooltip": "Can be used to import emc & items, and export items.",
"block.projectexpansion.emc_link.limit_items": "Import/Export Limit: %s/s",
"block.projectexpansion.emc_link.limit_fluids": "Import/Export Limit: %sMB/s",
"block.projectexpansion.emc_link.limit_items": "Item Import/Export Limit: %s/s",
"block.projectexpansion.emc_link.limit_fluids": "Fluid Export Limit: %sMB/s",
"block.projectexpansion.emc_link.limit_emc": "EMC Limit: %s/s",
"block.projectexpansion.emc_link.not_set": "An export item has not been set.",
"block.projectexpansion.emc_link.already_set": "An export item has already been set, clear the current export first.",
Expand Down
4 changes: 2 additions & 2 deletions src/main/generation/generators/lang/en_US/block/emc_link.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"block.projectexpansion.emc_link.tooltip": "Can be used to import emc & items, and export items.",
"block.projectexpansion.emc_link.limit_items": "Import/Export Limit: %s/s",
"block.projectexpansion.emc_link.limit_fluids": "Import/Export Limit: %sMB/s",
"block.projectexpansion.emc_link.limit_items": "Item Import/Export Limit: %s/s",
"block.projectexpansion.emc_link.limit_fluids": "Fluid Export Limit: %sMB/s",
"block.projectexpansion.emc_link.limit_emc": "EMC Limit: %s/s",
"block.projectexpansion.emc_link.not_set": "An export item has not been set.",
"block.projectexpansion.emc_link.already_set": "An export item has already been set, clear the current export first.",
Expand Down

0 comments on commit c3d4d35

Please sign in to comment.